summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path-reference.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-141-1/+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)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-10/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-291-53/+53
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-271-0/+53
(bzr r5209)