| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improvements finish pointed by Maren | Jabier Arraiza | 2019-07-19 | 1 | -1/+1 |
| | | |||||
| * | Improvemets to power pencil | Jabiertxof | 2019-07-19 | 1 | -0/+2 |
| | | |||||
| * | working on powerpencil in other thread | Jabier Arraiza | 2019-07-14 | 1 | -8/+5 |
| | | |||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 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. | ||||
| * | Improvemets to GeomPathstroke and Offset LPE | Jabiertxof | 2019-05-21 | 1 | -1/+1 |
| | | |||||
| * | Fork LPE if necesary also in LPEItem childs | Jabiertxof | 2019-05-16 | 1 | -1/+11 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -20/+17 |
| | | |||||
| * | 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 | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-10-07 | 1 | -11/+11 |
| |\ | |||||
| | * | Misc. typos | luz.paz | 2018-10-06 | 1 | -11/+11 |
| | | | | | | | Found via `codespell` | ||||
| * | | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -1/+1 |
| |/ | |||||
| * | Fix for bug #263620 comment 5, | Jabier Arraiza | 2018-10-01 | 1 | -1/+0 |
| | | | | | Duplicating LPE path more like clone | ||||
| * | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 2018-09-30 | 1 | -4/+5 |
| | | |||||
| * | Fix bug: #1644805 | Jabier Arraiza | 2018-09-29 | 1 | -1/+0 |
| | | | | | LPE Parallel crashes Inkscape with Text converted to Path | ||||
| * | Fix unneeded headers from previous commit removing fix for 1219324 not ↵ | Jabier Arraiza | 2018-09-28 | 1 | -3/+0 |
| | | | | | needed now | ||||
| * | Remove uneeded fix for bug | Jabier Arraiza | 2018-09-28 | 1 | -8/+0 |
| | | |||||
| * | minor correction to MR | Marc Jeanmougin | 2018-09-21 | 1 | -2/+1 |
| | | |||||
| * | fix bug 1791694 | Xortex | 2018-09-19 | 1 | -19/+0 |
| | | |||||
| * | fixes and improvementes to power clip and powermask | Jabiertxof | 2018-09-13 | 1 | -11/+34 |
| | | |||||
| * | Fix bug 1684238 | Jabiertxof | 2018-09-11 | 1 | -51/+57 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -25/+25 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Fixes on convert to paths LPE shapes | Jabier Arraiza | 2018-06-02 | 1 | -7/+49 |
| | | |||||
| * | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -4/+9 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -12/+12 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -12/+12 |
| | | |||||
| * | Fix bug when converting to paths cliped and masked LPE elemets | Jabiertxo Arraiza Cenoz | 2018-04-26 | 1 | -43/+40 |
| | | |||||
| * | Fixing LPE recalculations warnings on update | Jabier Arraiza | 2018-04-23 | 1 | -3/+3 |
| | | |||||
| * | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 2018-04-23 | 1 | -4/+3 |
| | | |||||
| * | Fixes to transforms on LPE | Jabier Arraiza | 2018-04-14 | 1 | -9/+12 |
| | | |||||
| * | Fix bug: 1758477 | Jabier Arraiza | 2018-03-28 | 1 | -2/+8 |
| | | | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477 | ||||
| * | Fixing refs | Jabier Arraiza | 2018-03-26 | 1 | -21/+12 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -207/+317 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+1071 |
| A lot of header clean-up. | |||||
