summaryrefslogtreecommitdiffstats
path: root/src/object/sp-hatch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-17Added knot holder entitiesvanntile1-0/+10
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-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
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-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-13/+13
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2015-07-14Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin1-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)
2014-10-18Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵Jon A. Cruz1-37/+49
uninitialized value. (bzr r13622)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-5/+21
(bzr r13611.1.9)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-0/+158
(bzr r13611.1.8)