summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path-reference.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
A lot of header clean-up.
2012-01-17more header cleanupJohan B. C. Engelen1-12/+7
(bzr r10898)
2012-01-16proper forward declJohan B. C. Engelen1-2/+1
(bzr r10894)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+0
the contents forward.h at all). (bzr r10667)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-0/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2008-03-29svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder1-60/+60
packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen1-0/+60
(bzr r5209)