summaryrefslogtreecommitdiffstats
path: root/src/object/sp-text.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for ↵Tavmjong Bah2018-06-211-21/+24
| | | | | | 'inline-size'). Some additinal refactoring.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-18/+18
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+109
A lot of header clean-up.