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