summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix global-buffer-overflow (AddressSanitizer)Thomas Holder2019-05-301-2/+2
| | | |
| * | | macOS: gtk-mac-integrationThomas Holder2019-05-293-0/+49
| | | |
| * | | Rename effect attribute to "implements-custom-gui"Sergei Izmailov2019-05-291-1/+1
| | | | | | | | | | | | | | | | Effect with `implements-custom-gui="true"` MUST implement custom GUI
| * | | Fix indentationSergei Izmailov2019-05-291-3/+3
| | | |
| * | | Rename "suppress-working-dialog" effect attribute to "application"Sergei Izmailov2019-05-291-1/+1
| | | |
| * | | feature: Allow effect extensions to disable working dialogSergei Izmailov2019-05-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Effect extensions with custom GUI don't need 'effect is working' dialog window which distracts from effect main window. New "suppress-working-dialog" optional attribute added to effect node of `.inx` file.
| * | | Fix formattingSergei Izmailov2019-05-281-9/+11
| | | |
| * | | Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov2019-05-282-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdf-page value sanitization should be done after total number of pages is available, so it's can't be done in inkscape.h On negative or greater-than-number-of-pages values 1) the error message is printed to stderr 2) first page gets import pdf-page==0 sanitized elsewhere, so no error message is printed in this case
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2019-05-282-2/+4
| |\ \ \
| | * | | Prevent settng PDF page to less than 1. Fixes #265.Tavmjong Bah2019-05-281-1/+3
| | | | |
| | * | | Set default PDF page to 1 (PDF's don't have page 0).Tavmjong Bah2019-05-281-1/+1
| | | | |
| * | | | Update pofilesMarc Jeanmougin2019-05-281-2/+1
| |/ / /
| * | | Fix align-to of text objectsTobias Ellinghaus2019-05-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape used to align text baselines relative to the wrong object when using "First selected" or "Last selected". Closes !699
| * | | Allow translations in LPE add dialogJabier Arraiza2019-05-271-1/+1
| | | |
* | | | Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-275-24/+96
|\| | |
| * | | Merge branch 'xgettextMigration'Marc Jeanmougin2019-05-271-1/+1
| |\ \ \
| | * | | Improve xgettext processMarc Jeanmougin2019-05-271-1/+1
| | | | |
| * | | | Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons.Tavmjong Bah2019-05-271-5/+11
| | | | |
| * | | | Fix a issue compiling with a obsolete value I forget remove in prev comitJabier Arraiza2019-05-271-2/+1
| | | | |
| * | | | Add hide operand, work on groups and allow shapes as parameters in LPE BoolJabier Arraiza2019-05-265-19/+86
| | | | |
* | | | | Hackfest2019: Rm tautological testsAlexander Valavanis2019-05-2721-24/+2
| | | | |
* | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-05-267-74/+32
|\| | | |
| * | | | Add check for empty text on pathNathan Lee2019-05-261-1/+2
| | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/261
| * | | | Remove some couts and delete uneeded LPE parameterJabier Arraiza2019-05-262-10/+1
| | |/ / | |/| |
| * | | Allow open paths in mirror symmetry LPEJabier Arraiza2019-05-261-49/+19
| | | |
| * | | Fix gradient toolbar comboboxes and reverseNathan Lee2019-05-264-15/+11
| | | | | | | | | | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224
* | | | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-2669-770/+124
|/ / /
* | | Rename wrong named functionJabiertxof2019-05-254-11/+10
| | |
* | | Allow style as attribute in CopyRotate LPE and Mirror SymmetryJabiertxof2019-05-254-22/+75
| | |
* | | Fix a bug defaulting some parametersJabiertxof2019-05-242-13/+13
| | |
* | | Revert wrong commit in Rotate LPEJabiertxof2019-05-242-14/+5
| | |
* | | Improvements to Copy Rotate LPEJabiertxof2019-05-233-122/+39
| | |
* | | Speed improvemets to offset LPEJabiertxof2019-05-221-32/+12
| | |
* | | Remove ResourceManager dep on Glib::object.Shlomi Fish2019-05-222-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | As suggested in http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 . Needs review but seems to work well.
* | | Allow scale offset in groups using the knot like in pathsJabiertxof2019-05-222-15/+48
| | |
* | | Extract a common expression into a variable/const.Shlomi Fish2019-05-221-103/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://en.wikipedia.org/wiki/Code_refactoring Some small optimisations may have slipped in as well. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* | | fix the build.Shlomi Fish2019-05-221-1/+0
| | |
* | | Convert to a more portable C++11 check.Shlomi Fish2019-05-221-0/+1
| | | | | | | | | | | | This silences a deprecated warning on clang.
* | | Fix formatting and trailing space.Shlomi Fish2019-05-221-5/+5
| | |
* | | Extract a common expression into a variable/const.Shlomi Fish2019-05-221-56/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Allow offset mixed in open and closed subpats. LPE OffsetJabiertxof2019-05-221-21/+29
| | |
* | | Add speed improvements to LPE offsetJabier Arraiza2019-05-221-9/+32
| | |
* | | LPE offfset improvementsJabier Arraiza2019-05-212-50/+90
| | |
* | | Tiny refactor and simplify of offset LPEJabiertxof2019-05-211-23/+8
| | |
* | | Improvemets to GeomPathstroke and Offset LPEJabiertxof2019-05-216-215/+210
| | |
* | | Fix alignment of ruler ticksDiederik van Lierop2019-05-205-27/+25
| | |
* | | Fix pixel alignment of box selection cueDiederik van Lierop2019-05-201-9/+4
| | |
* | | Small fixDiederik van Lierop2019-05-201-2/+2
| | |
* | | Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-2013-55/+52
| | |
* | | More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-208-45/+40
| | | | | | | | | | | | controls have an odd-integer size (measured in pixels)