summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject-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-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2014-09-27Update to experimental r13565Liam P. White1-3/+3
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-3/+3
GThread deprecation errors. (bzr r13341.1.190)
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-2/+2
(bzr r12204)
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)
2008-07-19remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak1-1/+1
(bzr r6359)
2008-05-30LPE STACKING!Johan B. C. Engelen1-1/+1
(many thanks to the french students who made this.) (bzr r5766)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-71/+71
(bzr r3884)
2007-08-17Fix LPE:Johan B. C. Engelen1-2/+2
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+71
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)