summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pov-out.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* various minor thingsKris De Gussem2012-03-011-1/+1
| | | (bzr r11036)
* cppcheckKris De Gussem2012-02-291-0/+2
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8407)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-3/+3
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* clean up code slightlyBob Jamison2008-08-101-2/+3
| | | (bzr r6604)
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-011-0/+9
| | | (bzr r6514)
* un-remove applying item transform to each pointBob Jamison2008-08-011-3/+3
| | | (bzr r6504)
* Change in stdarg calls, to correct for const-nessBob Jamison2008-04-291-2/+2
| | | (bzr r5550)
* Minor format change. More work needed to improve transition between curve ↵Bob Jamison2008-02-181-6/+6
| | | | | and line segments. (bzr r4769)
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-161-1/+1
| | | (bzr r3757)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-2/+1
| | | (bzr r2720)
* Cleanup public/private, doxygen commentsBob Jamison2007-03-121-22/+76
| | | (bzr r2619)
* Buffer output for better reporting.Bob Jamison2007-03-121-7/+78
| | | (bzr r2618)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+52
(bzr r1)