summaryrefslogtreecommitdiffstats
path: root/src/object/sp-use-reference.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.