summaryrefslogtreecommitdiffstats
path: root/src/object/sp-hatch-path.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-override pass.Emmanuel Gil Peyrot1-5/+5
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.
2014-10-18Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵Jon A. Cruz1-16/+20
uninitialized value. (bzr r13622)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-1/+6
(bzr r13611.1.9)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-0/+86
(bzr r13611.1.8)