summaryrefslogtreecommitdiffstats
path: root/src/object/sp-path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fix warings on updatesJabier Arraiza2018-04-231-0/+1
|
* Fix promote dJabier Arraiza2018-04-231-1/+3
|
* Revert TAV d work for testingJabier Arraiza2018-04-231-3/+1
|
* Base LPE refactorJabier Arraiza2018-03-261-16/+2
|
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-071-8/+12
| | | | See e88644b0 for first attempt and for comments.
* Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah2018-02-181-12/+8
| | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
* Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah2018-02-131-8/+12
| | | | | | | | | This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+76
A lot of header clean-up.