| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-28 | Fix issue https://gitlab.com/inkscape/inkscape/issues/246 LPE ↵ | Jabier Arraiza | 1 | -120/+141 | |
| Perspective/Envelope: Perspective Overflow doesn't work | |||||
| 2019-01-14 | Misc. typo and whitespace fixes | luz.paz | 1 | -1/+1 | |
| Found via `codespell` and `atom editor` | |||||
| 2019-01-02 | modernize loops (2) | Marc Jeanmougin | 1 | -4/+4 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -13/+13 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -2/+5 | |
| 2017-05-05 | Improve responsive from LPE | Jabier Arraiza Cenoz | 1 | -16/+16 | |
| Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -15/+0 | |
| (bzr r15620.1.9) | |||||
| 2017-04-27 | Add end of preferences GUI | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r15620.1.6) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -0/+15 | |
| (bzr r15620.1.1) | |||||
| 2017-03-12 | LPE Gtk3 deprecation fixes | Alex Valavanis | 1 | -4/+4 | |
| (bzr r15587) | |||||
| 2017-01-21 | Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI | Jabiertxof | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1622731 (bzr r15427) | |||||
| 2016-12-27 | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 1 | -2/+3 | |
| (bzr r15366) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -0/+3 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -3/+0 | |
| (bzr r15295.1.25) | |||||
| 2016-12-10 | Fix headers on LPE's | Jabiertxof | 1 | -0/+3 | |
| (bzr r15318) | |||||
| 2016-09-23 | Fix bug pointed in inkscape devel by Miguel Lopez and CR. Caution now rotate ↵ | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| copies and perspective envelope store in a better way the dropdown widgets -enums- (bzr r15124) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-05-27 | Add option to perspective-envelope LPE to not make unreal perspectives, as ↵ | Jabier Arraiza Cenoz | 1 | -11/+109 | |
| sugest by vlada on IRC (bzr r14920) | |||||
| 2016-03-02 | Fix for bug 1540070 | Jabier Arraiza Cenoz | 1 | -3/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r14059.2.1) | |||||
| 2015-04-21 | Add mirror symmetry to envelope/perspective LPE | Jabier Arraiza Cenoz | 1 | -1/+56 | |
| (bzr r14058) | |||||
| 2015-04-13 | Fix for the bug 1443039. Now reset old perspective-envelope effects and ↵ | Jabier Arraiza Cenoz | 1 | -0/+7 | |
| prevent crash, also when all handles go to the same position Fixed bugs: - https://launchpad.net/bugs/1443039 (bzr r14056) | |||||
| 2015-04-10 | Fix coding style issues in perspective/envelope LPE | Jabier Arraiza Cenoz | 1 | -135/+138 | |
| (bzr r14052) | |||||
| 2015-03-24 | Fix a crash on perspective/envelope LPE introduced in recent refactor of ↵ | Jabier Arraiza Cenoz | 1 | -6/+6 | |
| point parameter (bzr r14032) | |||||
| 2015-03-14 | Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵ | Jabier Arraiza Cenoz | 1 | -16/+0 | |
| added auto refresh knots position in point parameters when updated programaticaly (bzr r14003) | |||||
| 2015-03-12 | Point parameter refactor, Fixes a bug in Lattice2 whith lines. | Jabier Arraiza Cenoz | 1 | -6/+18 | |
| (bzr r13995) | |||||
| 2015-03-11 | Inicialite variables to prevent crashes | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r13990) | |||||
| 2015-03-10 | Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵ | Jabier Arraiza Cenoz | 1 | -0/+1 | |
| added to lattice 2 a symmetry options (bzr r13989) | |||||
| 2015-03-10 | This commit remove all ocurrences of Active Desktop casts and all tool swith ↵ | Jabier Arraiza Cenoz | 1 | -7/+1 | |
| on Perspective/Envelope and in Lattice 2, also remove some casts from point parameter (bzr r13987) | |||||
| 2015-03-02 | Added shorcut to move along axes, point reseteable parameter,pointed by ↵ | Jabier Arraiza Cenoz | 1 | -5/+5 | |
| Vlada, also fixed some UX styles in lattice2 and perspective envelope, pointed by suv. A question: Can I update point parameter whith pointreseteable parameter features, to have only one point parameter? (bzr r13959) | |||||
| 2014-11-02 | Change calls to desktop with SP_ACTIVE_DESKTOP | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r13656) | |||||
| 2014-11-01 | Fix a bug in perspective/envelope LPE, rendering points -handles- outside ↵ | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| bounding box It affect to Envelope mode, sometimes give undesirable results, now fixed. (bzr r13655) | |||||
| 2014-10-23 | Update perspective-envelope to be affected by the clip or mask on LPE patch | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r13341.1.285) | |||||
| 2014-10-16 | Fix previous revision. | Liam P. White | 1 | -94/+38 | |
| revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b 13617 Jabiertxof2014-10-16 Change LPE from envelope-perspective to perspective-envelope For me is easy to use/find with this new name. Also fix a rounding error on envelope at small sizes (bzr r13341.1.276) | |||||
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.253) | |||||
| 2014-09-29 | this patch fix the problem whith clips and mask update in live effects. | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229) | |||||
| 2014-08-26 | remove gtkmm sub-headers | Jabier Arraiza Cenoz | 1 | -2/+1 | |
| (bzr r13341.1.177) | |||||
| 2014-08-23 | Fix orientable Gtkmm widgets | Alex Valavanis | 1 | -1/+14 | |
| (bzr r13341.1.168) | |||||
| 2014-07-07 | Changed toogle button to more clear combobox in envelope-prespective LPE | Jabier Arraiza Cenoz | 1 | -19/+30 | |
| (bzr r13341.1.83) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-05-30 | Added Perspective-Envelope live effect | Jabier Arraiza Cenoz | 1 | -0/+414 | |
| (bzr r13341.1.43) | |||||
