summaryrefslogtreecommitdiffstats
path: root/src/object/sp-style-elem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens2018-11-141-4/+8
|
* Move getStyles to styles and clean up on destruction.Martin Owens2018-11-141-17/+17
|
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-131-0/+17
|
* Support multiple style sheets or style elements in an svg documentMartin Owens2018-11-121-20/+17
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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
|
* 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.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-26/+26
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
|
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-2/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+533
A lot of header clean-up.