summaryrefslogtreecommitdiffstats
path: root/src/object/sp-solid-color.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: TypedSPIThomas Holder2019-10-281-1/+1
|
* 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
* 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-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+86
A lot of header clean-up.