summaryrefslogtreecommitdiffstats
path: root/src/object/sp-use-reference.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop crash on loading text on pathNathan Lee2019-03-061-11/+9
| | | | | | | If path is below text in xml, early attempt to get text path leads to call to nullptr. Fixes https://gitlab.com/inkscape/inbox/issues/134
* 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
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Implement rendering for 'textPath' 'side' attribute. No GUI.Tavmjong Bah2018-05-311-17/+10
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+241
A lot of header clean-up.