summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-19Improvements finish pointed by MarenJabier Arraiza1-1/+1
2019-07-19Improvemets to power pencilJabiertxof1-0/+2
2019-07-14working on powerpencil in other threadJabier Arraiza1-8/+5
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-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-21Improvemets to GeomPathstroke and Offset LPEJabiertxof1-1/+1
2019-05-16Fork LPE if necesary also in LPEItem childsJabiertxof1-1/+11
2019-01-02modernize loopsMarc Jeanmougin1-20/+17
2018-11-08Clarify licensesMax Gaukler1-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-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-06Misc. typosluz.paz1-11/+11
Found via `codespell`
2018-10-01Fix for bug #263620 comment 5,Jabier Arraiza1-1/+0
Duplicating LPE path more like clone
2018-09-30Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza1-4/+5
2018-09-29Fix bug: #1644805Jabier Arraiza1-1/+0
LPE Parallel crashes Inkscape with Text converted to Path
2018-09-28Fix unneeded headers from previous commit removing fix for 1219324 not ↵Jabier Arraiza1-3/+0
needed now
2018-09-28Remove uneeded fix for bugJabier Arraiza1-8/+0
2018-09-21minor correction to MRMarc Jeanmougin1-2/+1
2018-09-19fix bug 1791694Xortex1-19/+0
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-11/+34
2018-09-11Fix bug 1684238Jabiertxof1-51/+57
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-25/+25
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-02Fixes on convert to paths LPE shapesJabier Arraiza1-7/+49
2018-05-10Allow link a SVG as imageJabiertxo Arraiza Cenoz1-4/+9
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-12/+12
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-12/+12
2018-04-26Fix bug when converting to paths cliped and masked LPE elemetsJabiertxo Arraiza Cenoz1-43/+40
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-3/+3
2018-04-23Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza1-4/+3
2018-04-14Fixes to transforms on LPEJabier Arraiza1-9/+12
2018-03-28Fix bug: 1758477Jabier Arraiza1-2/+8
Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477
2018-03-26Fixing refsJabier Arraiza1-21/+12
2018-03-26Base LPE refactorJabier Arraiza1-207/+317
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-10-29Fix a bug converting to paths nested LPE with powerstrokeJabier Arraiza1-2/+2
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-16/+32
2017-09-04Allow nested LPE over groups also with shapesJabier Arraiza1-0/+22
2017-08-19Change from Measure Line LPE to Measure Segments LPEJabier Arraiza1-1/+0
2017-05-30Fix broken fix for bug pointed by parclytaxel in IRCJabier Arraiza Cenoz1-0/+3
(bzr r15719)
2017-05-30Fix broken fix for bug pointed by parclytaxel in IRCJabier Arraiza Cenoz1-0/+3
(bzr r15703.1.16)
2017-05-30Fix bug pointed by parclytaxel in IRCJabier Arraiza Cenoz1-3/+2
(bzr r15718)
2017-05-30Fix bug pointed by parclytaxel in IRCJabier Arraiza Cenoz1-3/+2
(bzr r15703.1.15)
2017-05-29Initial releaseJabiertxof1-39/+91
(bzr r15704)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-20/+14
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-20/+14
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2017-05-28Fix bug on crash if undefined LPE loadJabiertxof1-1/+3
(bzr r15712)
2017-05-28Fix bug on crash if undefined LPE loadJabiertxof1-1/+3
(bzr r15703.1.9)
2017-05-28Allow doOnRemove in all LPEJabiertxof1-6/+1
(bzr r15710)
2017-05-28Allow doOnRemove in all LPEJabiertxof1-6/+1
(bzr r15703.1.7)
2017-05-28Remove dabug lineJabiertxof1-1/+0
(bzr r15709)