summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject-reference.cpp (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-10-02Fixes for LPE transforms and a bug when closing inkscape, related to ↵Jabiertxof1-2/+3
lpeobject-reference
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-04-23Remove some documents updatesJabier Arraiza1-1/+1
2018-04-23Fix some crashes groupingJabier Arraiza1-5/+7
2018-03-26Fixing refsJabier Arraiza1-10/+13
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
A lot of header clean-up.
2017-12-25Fix start anchorsJabier Arraiza1-2/+4
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
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)
2015-07-14Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin1-8/+1
https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-2/+2
(bzr r10064)
2008-10-27From trunkTed Gould1-2/+0
(bzr r6885)
2008-07-19remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak1-8/+1
(bzr r6359)
2008-05-30LPE STACKING!Johan B. C. Engelen1-1/+1
(many thanks to the french students who made this.) (bzr r5766)
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-0/+2
(bzr r4706)
2007-11-08warning cleanupJon A. Cruz1-1/+1
(bzr r4043)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-161/+161
(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/+161
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)