summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add transforms fixesJabier Arraiza2018-04-232-25/+0
| |
* | Fixes for d promote to propertyJabier Arraiza2018-04-211-37/+33
|/
* Fixes to transforms on LPEJabier Arraiza2018-04-142-11/+17
|
* Fix bug: 1758477Jabier Arraiza2018-03-283-8/+9
| | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
|
* Fix LPE updating problemsJabiertxo Arraiza Cenoz2018-03-282-1/+2
|
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-273-5/+6
|
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-267-9/+8
|
* Allow path moveJabier Arraiza2018-03-263-5/+8
|
* Fixing refsJabier Arraiza2018-03-268-36/+23
|
* Base LPE refactorJabier Arraiza2018-03-2626-582/+590
|
* 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.