summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject-reference.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for LPE transforms and a bug when closing inkscape, related to ↵Jabiertxof2018-10-021-2/+3
| | | | lpeobject-reference
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Remove some documents updatesJabier Arraiza2018-04-231-1/+1
|
* Fix some crashes groupingJabier Arraiza2018-04-231-5/+7
|
* Fixing refsJabier Arraiza2018-03-261-10/+13
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Fix start anchorsJabier Arraiza2017-12-251-2/+4
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-141-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)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-2/+2
| | | (bzr r10064)
* From trunkTed Gould2008-10-271-2/+0
| | | (bzr r6885)
* remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak2008-07-191-8/+1
| | | (bzr r6359)
* LPE STACKING!Johan B. C. Engelen2008-05-301-1/+1
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+2
| | | (bzr r4706)
* warning cleanupJon A. Cruz2007-11-081-1/+1
| | | (bzr r4043)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-161/+161
| | | (bzr r3884)
* Fix LPE:Johan B. C. Engelen2007-08-171-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)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+161
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)