| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 2019-11-02 | 1 | -1/+1 |
| | | | | | change | ||||
| * | Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵ | Jabier Arraiza | 2019-09-30 | 1 | -2/+2 |
| | | | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked. | ||||
| * | Fix a compiling issue and add some improvements | Jabiertxof | 2019-05-16 | 1 | -24/+36 |
| | | |||||
| * | Improve the sync path on clone LPE | Jabiertxof | 2019-05-16 | 1 | -33/+90 |
| | | |||||
| * | Fix a bug on reloading LPE Clone effect | Jabiertxof | 2019-05-16 | 1 | -4/+4 |
| | | |||||
| * | Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵ | Jabier Arraiza | 2019-05-15 | 1 | -17/+47 |
| | | | | | SP_TEXT | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -3/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | fix bug on compile | Jabiertxo Arraiza Cenoz | 2018-04-24 | 1 | -1/+0 |
| | | |||||
| * | Forcing Win CI | Jabiertxo Arraiza Cenoz | 2018-04-24 | 1 | -0/+1 |
| | | |||||
| * | Add translating fixes | Jabiertxo Arraiza Cenoz | 2018-04-24 | 1 | -11/+3 |
| | | |||||
| * | Fixes to transforms on LPE | Jabier Arraiza | 2018-04-14 | 1 | -107/+39 |
| | | |||||
| * | Update lpe-clone-original.cpp to recheck | Jabier Arraiza | 2018-03-31 | 1 | -1/+1 |
| | | |||||
| * | Fis a bug crashing inkscape if clones item is not in doc | Jabier Arraiza | 2018-03-31 | 1 | -8/+8 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -7/+11 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+6 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Fix minor typos | Yuri Chornoivan | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add fix sugested in mailing list to allow diferent LPE on clones | Jabiertxo Arraiza Cenoz | 2017-12-29 | 1 | -8/+29 |
| | | |||||
| * | Improvements to translations in clone LPE | Jabiertxo Arraiza Cenoz | 2017-10-02 | 1 | -1/+16 |
| | | |||||
| * | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 1 | -7/+74 |
| | | |||||
| * | Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵ | Jabier Arraiza | 2017-09-30 | 1 | -4/+4 |
| | | | | | longer be used to fill a powerstroke path | ||||
| * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -206/+78 |
| | | | | | powerstroke path | ||||
| * | Fix a bug on uninicialitated variable, that perform diferent results in ↵ | Jabier Arraiza | 2017-09-16 | 1 | -1/+1 |
| | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated | ||||
| * | fix a brunch of memory leaks pt.2 | chr | 2017-05-23 | 1 | -3/+9 |
| | | | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12) | ||||
| * | Fix erase lpe in multi LPE mode | Jabiertxof | 2017-05-01 | 1 | -1/+0 |
| | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | ||||
| * | Improve 0.92 support for Clone Original LPE | Jabiertxof | 2017-04-25 | 1 | -22/+17 |
| | | | | (bzr r15645) | ||||
| * | Remove some compiling warns | Jabiertxof | 2017-03-16 | 1 | -1/+1 |
| | | | | (bzr r15599) | ||||
| * | Improvements to fill between strokes and fill between many LPE's | Jabier Arraiza Cenoz | 2017-02-21 | 1 | -1/+0 |
| | | | | (bzr r15537) | ||||
| * | Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENT | Jabiertxof | 2017-02-18 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530) | ||||
| * | A bit refactor of clone object LPE | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -22/+12 |
| | | | | (bzr r15448) | ||||
| * | Retain clone position in clone Original LPE | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -1/+20 |
| | | | | (bzr r15447) | ||||
| * | Fix for bug on clone original LPE | Jabier Arraiza Cenoz | 2017-01-24 | 1 | -17/+11 |
| | | | | (bzr r15442) | ||||
| * | Add multiwidget fixes | Jabiertxof | 2017-01-22 | 1 | -5/+16 |
| | | | | (bzr r15356.1.15) | ||||
| * | Relay LPE on widgets and optionaly write on text inputs | Jabiertxof | 2017-01-21 | 1 | -21/+58 |
| |\ | | | | | (bzr r15356.1.13) | ||||
| * | | Fix inverse clone | Jabiertxof | 2017-01-02 | 1 | -8/+10 |
| | | | | | | | (bzr r15356.1.12) | ||||
| * | | attemt to mirror | Jabiertxof | 2017-01-01 | 1 | -9/+17 |
| | | | | | | | (bzr r15356.1.11) | ||||
| * | | Fixing transforms,clips... | Jabiertxof | 2017-01-01 | 1 | -44/+106 |
| | | | | | | | (bzr r15356.1.8) | ||||
| * | | Fixing clips and masks | Jabier Arraiza Cenoz | 2016-12-30 | 1 | -11/+25 |
| | | | | | | | (bzr r15356.1.6) | ||||
| * | | Add sp_shape to LPE chain and fixing transforms | Jabiertxof | 2016-12-29 | 1 | -9/+24 |
| | | | | | | | (bzr r15356.1.4) | ||||
| * | | Some fixes on translations and make legacy compatible | Jabiertxof | 2016-12-28 | 1 | -95/+116 |
| |\ \ | | | | | | | (bzr r15356.1.3) | ||||
| | * | | Fixing scale | Jabier Arraiza Cenoz | 2016-12-28 | 1 | -1/+5 |
| | | | | | | | | | | (bzr r15356.2.3) | ||||
| | * | | Fixing scale | Jabier Arraiza Cenoz | 2016-12-28 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r15356.2.2) | ||||
| | * | | Fixing transforms and adding scale | Jabier Arraiza Cenoz | 2016-12-28 | 1 | -8/+17 |
| |/ / | | | | | (bzr r15356.2.1) | ||||
| * / | First attemp working | Jabiertxof | 2016-12-28 | 1 | -8/+161 |
| |/ | | | (bzr r15356.1.1) | ||||
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -3/+2 |
| | | | | (bzr r15318) | ||||
