summaryrefslogtreecommitdiffstats
path: root/src/extension/patheffect.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Add base_directory for extensions loaded from a file.Patrick Storz1-2/+2
2019-08-31cleanup includes a bitPatrick Storz1-0/+4
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-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2012-02-29cppcheckKris De Gussem1-1/+1
added todo warning for sp-conn-end (after devmail message) (bzr r11033)
2011-07-28UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem1-1/+0
Removed unnecessary command in path effects (bzr r10515)
2011-07-24Fixed path update (Bug #812517)Kris De Gussem1-3/+1
(bzr r10499)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-1/+1
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8405)
2008-03-01Warning and whitespace cleanupJon A. Cruz1-1/+1
(bzr r4914)
2006-05-06r11761@tres: ted | 2006-05-06 08:59:32 -0700Ted Gould1-1/+4
Fixing and uninitialized warning. (bzr r752)
2006-05-02r11518@tres: ted | 2006-04-28 22:21:01 -0700Ted Gould1-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)
2006-05-02r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould1-2/+2
Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)
2006-05-02r11137@tres: ted | 2006-03-23 21:35:18 -0800Ted Gould1-12/+25
Adding the basis for a path effect extension type (bzr r655)
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-0/+32
Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)