summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve the sync path on clone LPEJabiertxof2019-05-162-35/+96
* Fix a bug on reloading LPE Clone effectJabiertxof2019-05-163-5/+6
* Fork LPE if necesary also in LPEItem childsJabiertxof2019-05-162-2/+12
* Add new mode to Clone LPE to allow custom clones locked. Also fix to handle S...Jabier Arraiza2019-05-152-25/+49
* Fix for bug 248:Segmenation fault doing Undo with XML dialog openJabier Arraiza2019-05-141-3/+3
* Prevent dialog from becoming super-wide.Tavmjong Bah2019-05-141-8/+10
* Support percentage (include default) values for linear and radial gradient at...Tavmjong Bah2019-05-144-11/+86
* Remove error message when SVG OpenType table is empty.Tavmjong Bah2019-05-141-2/+7
* Regression fix: hide some toolbar icons on startupNathan Lee2019-05-135-71/+56
* Allow easy apply last LPE usedJabiertxof2019-05-132-10/+12
* Remove support for LCMS 1Karl Cheng2019-05-1220-239/+157
* rename to avoid name clashes.Shlomi Fish2019-05-121-2/+2
* Extract the TagEmitter.append method.Shlomi Fish2019-05-121-41/+39
* Extract a common expression into a variable/const.Shlomi Fish2019-05-121-63/+64
* Merge branch 'retrieve-pattern-from-id' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-05-121-14/+18
|\
| * Retrieve pattern object from ID before castingKarl Cheng2019-05-121-14/+18
* | Stop crash on newline when entering rtl textNathan Lee2019-05-121-4/+2
* | Add Delete to Objects Dialog context menuNathan Lee2019-05-121-2/+3
|/
* Fix meassuring problems in meassure LPEJabier Arraiza2019-05-122-20/+11
* Stop Connector tool avoidance crash in flatpakNathan Lee2019-05-121-2/+6
* libcroco: fix 'if' statement missing curly bracketsKarl Cheng2019-05-111-1/+2
* Merge branch 'use-cmake-install-libdir' of gitlab.com:YuGiOhJCJ/inkscapeMarc Jeanmougin2019-05-101-1/+1
|\
| * * CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instea...YuGiOhJCJ2019-04-171-1/+1
* | Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-106-1145/+13
* | Fix for inbox issue 467Jabiertxof2019-05-101-0/+4
* | fix coding styleJabier Arraiza2019-05-092-6/+6
* | Remove unclear functionJabiertxof2019-05-092-15/+0
* | Add styling and options to hangle keyboard on LPE dialogJabiertxof2019-05-092-38/+92
* | Revert bad fix from previous commitJabiertxof2019-05-081-1/+1
* | Fix a crashing bug on Fillet Chamfer LPEJabiertxof2019-05-081-1/+1
* | Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-072-3/+5
* | Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...Tavmjong Bah2019-05-062-2/+11
* | Possibly fix build on Windows.Tavmjong Bah2019-05-061-2/+2
* | Add basic SVG in OpenType support.Tavmjong Bah2019-05-065-3/+186
* | Fix GdkMotionEvents under WaylandDiederik van Lierop2019-05-041-1/+1
* | Fix opening of files on Windows (and possibly elsewhere)Patrick Storz2019-05-031-1/+1
* | Adds out of bound check for selecting text on pathNathan Lee2019-05-031-1/+3
* | Refer to correct array index in chunkAnchorPointNathan Lee2019-05-031-3/+3
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeDiederik van Lierop2019-05-013-39/+43
|\ \
| * | Select filter on each LPE add dialog to easy remove or modify. Also improve L...Jabier Arraiza2019-05-012-24/+28
| * | Good redraw of BPaths on trying to close a BSplineJabier Arraiza2019-05-011-14/+12
| * | Allow LPE retain elements on convert to paths inside the original defs objectJabiertxof2019-05-011-1/+3
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeDiederik van Lierop2019-04-3033-96/+240
|\| |
| * | Set spacing in About DialogNathan Lee2019-04-301-0/+3
| * | Make display unit change roll out to toolbarsNathan Lee2019-04-308-8/+15
| * | Simplify UI for LPE addJabiertxof2019-04-291-5/+4
| * | Add inkex/deprecated-simple to PYTHONPATHThomas Holder2019-04-281-6/+14
| * | Fixing coding styleJabier Arraiza2019-04-273-41/+16
| * | Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza2019-04-273-20/+77
| * | Add out of bound checks to fill bucketNathan Lee2019-04-271-3/+6