summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-172-260/+0
| | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
* [meson-build] libcrocoFelipe Corrêa da Silva Sanches2018-03-171-0/+1
|
* [meson-build] live path effectsFelipe Corrêa da Silva Sanches2018-03-171-0/+1
|
* [meson-build] spobject filtersFelipe Corrêa da Silva Sanches2018-03-172-3/+66
|
* [meson-build] libsrcdirFelipe Corrêa da Silva Sanches2018-03-171-4/+1
|
* [meson-build] wip: sp-object, sp-marshal and lib_helperFelipe Corrêa da Silva Sanches2018-03-171-0/+198
|
* Code cleanup.Tavmjong Bah2018-03-151-26/+27
|
* Fixed more trivial typosluz.paz2018-03-121-1/+1
| | | Via `codespell` and `grep`
* Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-072-8/+48
| | | | See e88644b0 for first attempt and for comments.
* Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah2018-02-182-74/+25
| | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
* Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah2018-02-132-25/+74
| | | | | | | | | 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.
* Remove unused include.Tavmjong Bah2018-02-061-1/+0
|
* Minor fixes and reorganizing 'object' README file.Tavmjong Bah2018-01-301-75/+73
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-30216-0/+53661
A lot of header clean-up.