summaryrefslogtreecommitdiffstats
path: root/src/extension/print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-2/+2
|
* 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-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-19/+19
| | | (bzr r10582.1.2)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-13/+10
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | (bzr r10025)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-5/+5
| | | (bzr r6612)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-4/+4
| | | (bzr r6274)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
| | | (bzr r5149)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-0/+7
| | | (bzr r1977)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+125
(bzr r1)