summaryrefslogtreecommitdiffstats
path: root/src/sp-tag-use-reference.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-137/+0
| | | | A lot of header clean-up.
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-2/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+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)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Add selection setsLiam P. White2014-05-101-0/+156
| | | (bzr r13090.1.75)
* Start cleanup for merge into trunkLiam P. White2014-03-071-147/+0
| | | (bzr r13090.1.20)
* Added a few swatch related functions (does not compile)Liam P. White2014-03-051-0/+147
(bzr r13090.1.15)