summaryrefslogtreecommitdiffstats
path: root/src/object/sp-hatch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-3/+6
|
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* fix 1795942 "object to path" uses outdated stateThomas Holder2018-10-051-0/+1
|
* fix 1787601 star stroke width scaled by 3.78Thomas Holder2018-09-301-1/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fix rendering of hatches when hatchContentUnits and hatchUnits have ↵Tavmjong Bah2018-05-131-1/+13
| | | | different values.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+739
A lot of header clean-up.