summaryrefslogtreecommitdiffstats
path: root/src/extension/patheffect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppcheckKris De Gussem2012-02-291-1/+1
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem2011-07-281-1/+0
| | | | | Removed unnecessary command in path effects (bzr r10515)
* Fixed path update (Bug #812517)Kris De Gussem2011-07-241-3/+1
| | | (bzr r10499)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* 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 r8405)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-1/+1
| | | (bzr r4914)
* r11761@tres: ted | 2006-05-06 08:59:32 -0700Ted Gould2006-05-061-1/+4
| | | | | Fixing and uninitialized warning. (bzr r752)
* r11518@tres: ted | 2006-04-28 22:21:01 -0700Ted Gould2006-05-021-1/+44
| | | | | | | 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)
* r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould2006-05-021-2/+2
| | | | | | 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/+45
Adding the basis for a path effect extension type (bzr r655)