summaryrefslogtreecommitdiffstats
path: root/src/sp-marker.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-107/+0
| | | | 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)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-1/+1
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-1/+6
| | | | | handled yet). (bzr r13807)
* C++ify SPMarkerViewTavmjong Bah2014-12-151-3/+5
| | | (bzr r13799)
* Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-251-1/+2
| | | (bzr r13757)
* Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-0/+99
| | | (bzr r13341.1.248)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-93/+0
| | | (bzr r2077)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+93
(bzr r1)