summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve the sync path on clone LPEJabiertxof2019-05-162-35/+96
|
* Fix a bug on reloading LPE Clone effectJabiertxof2019-05-163-5/+6
|
* Remove clang format diff unwanted fileJabiertxof2019-05-161-40/+0
|
* Fork LPE if necesary also in LPEItem childsJabiertxof2019-05-163-2/+52
|
* Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵Jabier Arraiza2019-05-152-25/+49
| | | | SP_TEXT
* 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 ↵Tavmjong Bah2019-05-144-11/+86
| | | | | | attribues. Fix for inbox issue #415.
* 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
| | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182
* packaging/macos: typos fixedluzpaz2019-05-132-2/+2
|
* Another styling improvementJabiertxof2019-05-131-3/+5
|
* Improve styling to messages on LPE dialogJabiertxof2019-05-131-1/+7
|
* Allow easy apply last LPE usedJabiertxof2019-05-132-10/+12
|
* Replace tr.poLevent2019-05-121-9893/+10733
| | | This file is %98 done. (8399/8499 strings)
* Add lcms2 and potrace libraries to buildRené de Hesselle2019-05-123-1/+17
| | | | | This fixes the empty color tab (#241) and the missing paint bucket tool (inbox#469).
* Remove support for LCMS 1Karl Cheng2019-05-1223-342/+158
| | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
* rename to avoid name clashes.Shlomi Fish2019-05-121-2/+2
|
* Extract the TagEmitter.append method.Shlomi Fish2019-05-121-41/+39
| | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
* Extract a common expression into a variable/const.Shlomi Fish2019-05-121-63/+64
| | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
* 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
| | | | | | | | | | | | | | | | | | The actual pattern object itself needs to be retrieved before casting as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*. Also move SP_IS_PATTERN() check to before it is used. Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595
* | Stop crash on newline when entering rtl textNathan Lee2019-05-121-4/+2
| | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/72
* | Add Delete to Objects Dialog context menuNathan Lee2019-05-121-2/+3
|/ | | | Fixes https://gitlab.com/inkscape/inkscape/issues/226
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2019-05-122-20/+11
|\
| * Fix meassuring problems in meassure LPEJabier Arraiza2019-05-122-20/+11
| |
* | Merge branch 'master_turkish_update' of gitlab.com:libreajans/inkscapeMarc Jeanmougin2019-05-121-11013/+9030
|\ \ | |/ |/|
| * Update Turkish strings from Ubuntu 17.10 via Launchpad.libre ajans2019-05-091-11013/+9030
| |
* | Remove autopackage specfileKarl Cheng2019-05-122-62/+1
| | | | | | | | | | Autopackage has not been maintained for many years now and seems unused. Upstream website http://autopackage.org appears to be dead.
* | 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-102-5/+7
|\ \
| * | * CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable ↵YuGiOhJCJ2019-04-172-5/+7
| | | | | | | | | | | | | | | | | | instead of the hard coded "lib" directory). * src/CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).
* | | Remove support for saving as JavaFX 1.x script (*.fx)Karl Cheng2019-05-107-1147/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608
* | | Fix for inbox issue 467Jabiertxof2019-05-101-0/+4
| | |
* | | CSS tweak to LPE add dialog to work on dark themesJabier Arraiza2019-05-091-3/+3
| | |
* | | 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-093-267/+377
| | |
* | | Fix some symbolic icons IIJabiertxof2019-05-092-516/+0
| | |
* | | Fix some symbolic iconsJabiertxof2019-05-098-461/+761
| |/ |/|
* | 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 ↵Tavmjong Bah2019-05-062-2/+11
| | | | | | | | viewBox.
* | 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
| | | | | | | | | | | | | | | | | | | | | | What we pass as "uri" is not an URI, it usually seems to be a file path, so we were lucky it "accidentally" used to work before. Replace Gio::File::create_for_uri with Gio::File::create_for_commandline_arg which should handle both URIs and absolute paths reliably.
* | Adds out of bound check for selecting text on pathNathan Lee2019-05-031-1/+3
| | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/420