summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-0/+2
|
* Revert changesJabier Arraiza2018-08-051-1/+1
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-1/+1
| | | | pref optional to scale dashes on stroke scale
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Base LPE refactorJabier Arraiza2018-03-261-0/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+434
A lot of header clean-up.