summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes on convert to paths LPE shapesJabier Arraiza2018-06-021-7/+49
|
* Prevent seg fault if value is null.Tavmjong Bah2018-05-311-0/+5
|
* Implement rendering for 'textPath' 'side' attribute. No GUI.Tavmjong Bah2018-05-313-28/+36
|
* More boilerplate for 'textPath' 'side' attribute.Tavmjong Bah2018-05-312-10/+31
|
* Source typosluz.paz2018-05-141-3/+3
|
* Misc. typosluz.paz2018-05-144-4/+4
| | | Found via `codespell` and `grep`
* Fix bug embeding SVG as PNGJabier Arraiza2018-05-132-24/+73
|
* Fix rendering of hatches when hatchContentUnits and hatchUnits have ↵Tavmjong Bah2018-05-131-1/+13
| | | | different values.
* Allow embed on SVG importsJabier Arraiza2018-05-122-19/+22
|
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-0/+20
|
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-4/+9
|
* Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-05-093-0/+11
|\
| * Guides created after "lock all guides" selected should be lockedGeoff Lankow2018-05-041-0/+3
| |
| * Add global guide controls to guides panelGeoff Lankow2018-05-042-0/+8
| |
* | Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0477-324/+324
| | | | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2977-324/+324
| |
* | Put adaptagrams into its own folderMarc Jeanmougin2018-04-292-2/+2
| |
* | moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
| |
* | Fix bug when converting to paths cliped and masked LPE elemetsJabiertxo Arraiza Cenoz2018-04-261-43/+40
| |
* | Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-238-16/+64
| |
* | Fix warings on updatesJabier Arraiza2018-04-2310-30/+26
| |
* | Remove pathh orig fileJabier Arraiza2018-04-231-1756/+0
| |
* | Fix promote dJabier Arraiza2018-04-232-1/+1759
| |
* | Remove some documents updatesJabier Arraiza2018-04-239-21/+0
| |
* | Fix some crashes groupingJabier Arraiza2018-04-231-2/+3
| |
* | Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-232-8/+5
| |
* | Revert TAV d work for testingJabier Arraiza2018-04-231-3/+1
| |
* | 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
|