summaryrefslogtreecommitdiffstats
path: root/src/extension/print.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz1-2/+2
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-19/+19
(bzr r10582.1.2)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-13/+10
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8405)
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-5/+5
(bzr r6612)
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-4/+4
(bzr r6274)
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen1-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)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-4/+4
(bzr r5149)
2006-11-18patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak1-0/+7
(bzr r1977)