| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons. | Tavmjong Bah | 2019-05-27 | 1 | -5/+11 | |
| | | | | | | | ||||||
| | * | | | | | Fix a issue compiling with a obsolete value I forget remove in prev comit | Jabier Arraiza | 2019-05-27 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | * | | | | | Add hide operand, work on groups and allow shapes as parameters in LPE Bool | Jabier Arraiza | 2019-05-26 | 5 | -19/+86 | |
| | | | | | | | ||||||
| * | | | | | | Hackfest2019: Rm tautological tests | Alexander Valavanis | 2019-05-27 | 22 | -1666/+1636 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-05-26 | 8 | -90/+40 | |
| |\| | | | | | ||||||
| | * | | | | | Update it.po | Firas Hanife | 2019-05-26 | 1 | -16/+8 | |
| | | | | | | | ||||||
| | * | | | | | Add check for empty text on path | Nathan Lee | 2019-05-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/261 | |||||
| | * | | | | | Remove some couts and delete uneeded LPE parameter | Jabier Arraiza | 2019-05-26 | 2 | -10/+1 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | Allow open paths in mirror symmetry LPE | Jabier Arraiza | 2019-05-26 | 1 | -49/+19 | |
| | | | | | | ||||||
| | * | | | | Fix gradient toolbar comboboxes and reverse | Nathan Lee | 2019-05-26 | 4 | -15/+11 | |
| | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224 | |||||
| * | | | | | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 70 | -3840/+3134 | |
| |/ / / / | ||||||
| * | | | | Rename wrong named function | Jabiertxof | 2019-05-25 | 4 | -11/+10 | |
| | | | | | ||||||
| * | | | | Allow style as attribute in CopyRotate LPE and Mirror Symmetry | Jabiertxof | 2019-05-25 | 4 | -22/+75 | |
| | | | | | ||||||
| * | | | | Fix a bug defaulting some parameters | Jabiertxof | 2019-05-24 | 2 | -13/+13 | |
| | | | | | ||||||
| * | | | | Revert wrong commit in Rotate LPE | Jabiertxof | 2019-05-24 | 2 | -14/+5 | |
| | | | | | ||||||
| * | | | | Update hr.po 100% | milotype | 2019-05-24 | 1 | -4988/+4626 | |
| | | | | | ||||||
| * | | | | Improvements to Copy Rotate LPE | Jabiertxof | 2019-05-23 | 3 | -122/+39 | |
| | | | | | ||||||
| * | | | | Speed improvemets to offset LPE | Jabiertxof | 2019-05-22 | 1 | -32/+12 | |
| | | | | | ||||||
| * | | | | Remove ResourceManager dep on Glib::object. | Shlomi Fish | 2019-05-22 | 2 | -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 paths | Jabiertxof | 2019-05-22 | 2 | -15/+48 | |
| | | | | | ||||||
| * | | | | Extract a common expression into a variable/const. | Shlomi Fish | 2019-05-22 | 1 | -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 Fish | 2019-05-22 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Convert to a more portable C++11 check. | Shlomi Fish | 2019-05-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | This silences a deprecated warning on clang. | |||||
| * | | | | Fix formatting and trailing space. | Shlomi Fish | 2019-05-22 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Extract a common expression into a variable/const. | Shlomi Fish | 2019-05-22 | 1 | -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 Offset | Jabiertxof | 2019-05-22 | 1 | -21/+29 | |
| | | | | | ||||||
| * | | | | Add speed improvements to LPE offset | Jabier Arraiza | 2019-05-22 | 1 | -9/+32 | |
| | | | | | ||||||
| * | | | | LPE offfset improvements | Jabier Arraiza | 2019-05-21 | 2 | -50/+90 | |
| | | | | | ||||||
| * | | | | Tiny refactor and simplify of offset LPE | Jabiertxof | 2019-05-21 | 1 | -23/+8 | |
| | | | | | ||||||
| * | | | | Improvemets to GeomPathstroke and Offset LPE | Jabiertxof | 2019-05-21 | 6 | -215/+210 | |
| | | | | | ||||||
| * | | | | Fix alignment of ruler ticks | Diederik van Lierop | 2019-05-20 | 5 | -27/+25 | |
| | | | | | ||||||
| * | | | | Fix pixel alignment of box selection cue | Diederik van Lierop | 2019-05-20 | 1 | -9/+4 | |
| | | | | | ||||||
| * | | | | Small fix | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 2019-05-20 | 13 | -55/+52 | |
| | | | | | ||||||
| * | | | | More pixel-level alignment fixes for various controls, by making all ↵ | Diederik van Lierop | 2019-05-20 | 8 | -45/+40 | |
| | | | | | | | | | | | | | | | | | controls have an odd-integer size (measured in pixels) | |||||
| * | | | | Another pixel alignment fix | Diederik van Lierop | 2019-05-20 | 1 | -7/+17 | |
| | | | | | ||||||
| * | | | | Fix the alignment of the guideline origin (and other controls), such that it ↵ | Diederik van Lierop | 2019-05-20 | 4 | -43/+58 | |
| | | | | | | | | | | | | | | | | | is drawn at exactly the right screen pixel | |||||
| * | | | | Improve reading of last LPE offset commit | Jabiertxof | 2019-05-20 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Improvements to Offset LPE | Jabiertxof | 2019-05-20 | 4 | -167/+150 | |
| | | | | | ||||||
| * | | | | Remove unwanted file | Jabiertxof | 2019-05-20 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | Add knot ungrabbed event | Jabiertxof | 2019-05-20 | 18 | -1/+63 | |
| | | | | | ||||||
| * | | | | Improvements to geom-pathstroke and offset LPE. | Jabiertxof | 2019-05-17 | 2 | -44/+27 | |
| | | | | | ||||||
| * | | | | Ask Python extensions to return UTF-8 data | Karl Cheng | 2019-05-17 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, Python 2.x will encode output as ASCII to STDOUT/STDERR if the output is piped. This commit explicitly requests UTF-8 output by setting the PYTHONIOENCODING environment variable. Note this will not fix text encoding problems where the extension itself does not support Unicode properly. Refs: https://gitlab.com/inkscape/extensions/merge_requests/90 | |||||
| * | | | | Fix a compiling issue and add some improvements | Jabiertxof | 2019-05-16 | 3 | -29/+40 | |
| | | | | | ||||||
| * | | | | Improve the sync path on clone LPE | Jabiertxof | 2019-05-16 | 2 | -35/+96 | |
| | | | | | ||||||
| * | | | | Fix a bug on reloading LPE Clone effect | Jabiertxof | 2019-05-16 | 3 | -5/+6 | |
| | | | | | ||||||
| * | | | | Remove clang format diff unwanted file | Jabiertxof | 2019-05-16 | 1 | -40/+0 | |
| | | | | | ||||||
| * | | | | Fork LPE if necesary also in LPEItem childs | Jabiertxof | 2019-05-16 | 3 | -2/+52 | |
| | | | | | ||||||
| * | | | | Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵ | Jabier Arraiza | 2019-05-15 | 2 | -25/+49 | |
| | | | | | | | | | | | | | | | | | SP_TEXT | |||||
| * | | | | Fix for bug 248:Segmenation fault doing Undo with XML dialog open | Jabier Arraiza | 2019-05-14 | 1 | -3/+3 | |
| | | | | | ||||||
