| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-19 | Improvements finish pointed by Maren | Jabier Arraiza | 1 | -1/+1 | |
| 2019-07-19 | Improvemets to power pencil | Jabiertxof | 1 | -0/+2 | |
| 2019-07-14 | working on powerpencil in other thread | Jabier Arraiza | 1 | -8/+5 | |
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -9/+9 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- 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. | |||||
| 2019-05-21 | Improvemets to GeomPathstroke and Offset LPE | Jabiertxof | 1 | -1/+1 | |
| 2019-05-16 | Fork LPE if necesary also in LPEItem childs | Jabiertxof | 1 | -1/+11 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -20/+17 | |
| 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-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-10-06 | Misc. typos | luz.paz | 1 | -11/+11 | |
| Found via `codespell` | |||||
| 2018-10-01 | Fix for bug #263620 comment 5, | Jabier Arraiza | 1 | -1/+0 | |
| Duplicating LPE path more like clone | |||||
| 2018-09-30 | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 1 | -4/+5 | |
| 2018-09-29 | Fix bug: #1644805 | Jabier Arraiza | 1 | -1/+0 | |
| LPE Parallel crashes Inkscape with Text converted to Path | |||||
| 2018-09-28 | Fix unneeded headers from previous commit removing fix for 1219324 not ↵ | Jabier Arraiza | 1 | -3/+0 | |
| needed now | |||||
| 2018-09-28 | Remove uneeded fix for bug | Jabier Arraiza | 1 | -8/+0 | |
| 2018-09-21 | minor correction to MR | Marc Jeanmougin | 1 | -2/+1 | |
| 2018-09-19 | fix bug 1791694 | Xortex | 1 | -19/+0 | |
| 2018-09-13 | fixes and improvementes to power clip and powermask | Jabiertxof | 1 | -11/+34 | |
| 2018-09-11 | Fix bug 1684238 | Jabiertxof | 1 | -51/+57 | |
| 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 | -25/+25 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-02 | Fixes on convert to paths LPE shapes | Jabier Arraiza | 1 | -7/+49 | |
| 2018-05-10 | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 1 | -4/+9 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -12/+12 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -12/+12 | |
| 2018-04-26 | Fix bug when converting to paths cliped and masked LPE elemets | Jabiertxo Arraiza Cenoz | 1 | -43/+40 | |
| 2018-04-23 | Fixing LPE recalculations warnings on update | Jabier Arraiza | 1 | -3/+3 | |
| 2018-04-23 | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 1 | -4/+3 | |
| 2018-04-14 | Fixes to transforms on LPE | Jabier Arraiza | 1 | -9/+12 | |
| 2018-03-28 | Fix bug: 1758477 | Jabier Arraiza | 1 | -2/+8 | |
| Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | |||||
| 2018-03-26 | Fixing refs | Jabier Arraiza | 1 | -21/+12 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -207/+317 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-10-29 | Fix a bug converting to paths nested LPE with powerstroke | Jabier Arraiza | 1 | -2/+2 | |
| 2017-10-14 | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 1 | -16/+32 | |
| 2017-09-04 | Allow nested LPE over groups also with shapes | Jabier Arraiza | 1 | -0/+22 | |
| 2017-08-19 | Change from Measure Line LPE to Measure Segments LPE | Jabier Arraiza | 1 | -1/+0 | |
| 2017-05-30 | Fix broken fix for bug pointed by parclytaxel in IRC | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r15719) | |||||
| 2017-05-30 | Fix broken fix for bug pointed by parclytaxel in IRC | Jabier Arraiza Cenoz | 1 | -0/+3 | |
| (bzr r15703.1.16) | |||||
| 2017-05-30 | Fix bug pointed by parclytaxel in IRC | Jabier Arraiza Cenoz | 1 | -3/+2 | |
| (bzr r15718) | |||||
| 2017-05-30 | Fix bug pointed by parclytaxel in IRC | Jabier Arraiza Cenoz | 1 | -3/+2 | |
| (bzr r15703.1.15) | |||||
| 2017-05-29 | Initial release | Jabiertxof | 1 | -39/+91 | |
| (bzr r15704) | |||||
| 2017-05-29 | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 1 | -20/+14 | |
| improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713) | |||||
| 2017-05-29 | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵ | Jabiertxof | 1 | -20/+14 | |
| improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10) | |||||
| 2017-05-28 | Fix bug on crash if undefined LPE load | Jabiertxof | 1 | -1/+3 | |
| (bzr r15712) | |||||
| 2017-05-28 | Fix bug on crash if undefined LPE load | Jabiertxof | 1 | -1/+3 | |
| (bzr r15703.1.9) | |||||
| 2017-05-28 | Allow doOnRemove in all LPE | Jabiertxof | 1 | -6/+1 | |
| (bzr r15710) | |||||
| 2017-05-28 | Allow doOnRemove in all LPE | Jabiertxof | 1 | -6/+1 | |
| (bzr r15703.1.7) | |||||
| 2017-05-28 | Remove dabug line | Jabiertxof | 1 | -1/+0 | |
| (bzr r15709) | |||||
