| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 1 | -0/+1 | |
| 2019-03-06 | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| This makes the code a lot less readable and greppable for no reason. | |||||
| 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-10-01 | Improvements to transforms in LPE | Jabier Arraiza | 1 | -6/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+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 | -3/+3 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -1/+5 | |
| 2018-04-23 | Add transforms fixes | Jabier Arraiza | 1 | -5/+1 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -7/+3 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+0 | |
| A lot of header clean-up. | |||||
| 2018-01-01 | Fixes crashes with knoth in bend and pattern along path | Jabier Arraiza | 1 | -19/+18 | |
| 2017-12-29 | Add fix sugested in mailing list to allow diferent LPE on clones | Jabiertxo Arraiza Cenoz | 1 | -7/+14 | |
| 2017-12-06 | Fix bug 1735316 - Pattern Along Path: Option to hide the new handler | Jabier Arraiza | 1 | -16/+31 | |
| https://bugs.launchpad.net/inkscape/+bug/1735316 | |||||
| 2017-10-14 | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 1 | -0/+8 | |
| 2017-09-16 | Fix bug #1658855, bend from clipboard end point get some spike | Jabier Arraiza | 1 | -3/+4 | |
| 2017-08-13 | Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵ | Jabier Arraiza | 1 | -2/+4 | |
| previous width | |||||
| 2017-04-28 | Code formating | Jabiertxof | 1 | -4/+4 | |
| (bzr r15649) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -4/+4 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -4/+4 | |
| (bzr r15620.1.1) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -1/+2 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -2/+1 | |
| (bzr r15295.1.25) | |||||
| 2016-12-10 | Fix headers on LPE's | Jabiertxof | 1 | -1/+2 | |
| (bzr r15318) | |||||
| 2016-09-11 | Fix bugs: #1621234 and #172137 | Jabier Arraiza Cenoz | 1 | -9/+5 | |
| Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111) | |||||
| 2016-08-29 | Fix a bug in pattern along path at first edit node after applied. Backport ↵ | Jabier Arraiza Cenoz | 1 | -5/+9 | |
| it to 0.92 (bzr r15089) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -16/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+16 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -16/+0 | |
| (bzr r15025) | |||||
| 2016-03-02 | Fix for bug 1540070 | Jabier Arraiza Cenoz | 1 | -4/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678) | |||||
| 2016-02-08 | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r14639) | |||||
| 2015-12-08 | add negative values to bend and pattern along path whith knot | Jabier Arraiza Cenoz | 1 | -3/+17 | |
| (bzr r14516) | |||||
| 2015-08-08 | minor changes | Jabier Arraiza Cenoz | 1 | -4/+8 | |
| (bzr r14272.1.10) | |||||
| 2015-08-07 | Full refactor of the LPE now too much simple code | Jabier Arraiza Cenoz | 1 | -55/+65 | |
| (bzr r14272.1.6) | |||||
| 2015-08-06 | fix a bug appliening from patheffect list the LPE | Jabier Arraiza Cenoz | 1 | -10/+22 | |
| (bzr r14272.1.5) | |||||
| 2015-08-05 | Fix bug on apply effect from pen/pencil toolbar | Jabier Arraiza Cenoz | 1 | -19/+26 | |
| (bzr r14272.1.2) | |||||
| 2015-08-02 | Added point parameter | Jabier Arraiza Cenoz | 1 | -1/+42 | |
| (bzr r14272.1.1) | |||||
| 2014-11-15 | ignore this commit | Jabier Arraiza Cenoz | 1 | -3/+1 | |
| (bzr r13682.1.10) | |||||
| 2014-11-15 | ignore this commit | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r13682.1.9) | |||||
| 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) | |||||
| 2013-07-01 | LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton. | Johan B. C. Engelen | 1 | -3/+6 | |
| Fixed bugs: - https://launchpad.net/bugs/616198 (bzr r12398) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12039) | |||||
| 2013-01-17 | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12038) | |||||
| 2012-06-17 | Removed unneeded header style filename #defines | Jon A. Cruz | 1 | -2/+0 | |
| (bzr r11503) | |||||
| 2010-12-29 | Mnemonics in "Input devices", and LPE dialogs (Bug 170765) | Kris De Gussem | 1 | -3/+3 | |
| (bzr r9990) | |||||
| 2010-10-02 | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 1 | -2/+2 | |
| (bzr r9807) | |||||
| 2009-09-26 | Fix by Johan for 436304. | Josh Andler | 1 | -5/+8 | |
| (bzr r8651) | |||||
| 2009-03-15 | correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵ | Johan B. C. Engelen | 1 | -0/+2 | |
| all default values are written to SVG. This greatly improves future compatibility. (bzr r7499) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -7/+0 | |
| (bzr r6885) | |||||
