summaryrefslogtreecommitdiffstats
path: root/src/extension/patheffect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add base_directory for extensions loaded from a file.Patrick Storz2019-08-311-3/+3
|
* 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-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8406)
* r11518@tres: ted | 2006-04-28 22:21:01 -0700Ted Gould2006-05-021-2/+6
| | | | | | | Adding in a static function to process all the path effects on a particular node. It breaks down the list and looks them each up -- calling each one as it goes. (bzr r688)
* r11148@tres: ted | 2006-03-27 22:30:33 -0800Ted Gould2006-05-021-1/+4
| | | | | Start the ifdefs before you end them. (bzr r661)
* r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould2006-05-021-3/+1
| | | | | | Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)
* r11137@tres: ted | 2006-03-23 21:35:18 -0800Ted Gould2006-05-021-0/+40
Adding the basis for a path effect extension type (bzr r655)