summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improvements finish pointed by MarenJabier Arraiza2019-07-191-1/+1
|
* Improvemets to power pencilJabiertxof2019-07-191-0/+2
|
* working on powerpencil in other threadJabier Arraiza2019-07-141-8/+5
|
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-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 LPEJabiertxof2019-05-211-1/+1
|
* Fork LPE if necesary also in LPEItem childsJabiertxof2019-05-161-1/+11
|
* modernize loopsMarc Jeanmougin2019-01-021-20/+17
|
* Clarify licensesMax Gaukler2018-11-081-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/inkscapeMarc Jeanmougin2018-10-071-11/+11
|\
| * Misc. typosluz.paz2018-10-061-11/+11
| | | | | | Found via `codespell`
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|/
* Fix for bug #263620 comment 5,Jabier Arraiza2018-10-011-1/+0
| | | | Duplicating LPE path more like clone
* Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza2018-09-301-4/+5
|
* Fix bug: #1644805Jabier Arraiza2018-09-291-1/+0
| | | | LPE Parallel crashes Inkscape with Text converted to Path
* Fix unneeded headers from previous commit removing fix for 1219324 not ↵Jabier Arraiza2018-09-281-3/+0
| | | | needed now
* Remove uneeded fix for bugJabier Arraiza2018-09-281-8/+0
|
* minor correction to MRMarc Jeanmougin2018-09-211-2/+1
|
* fix bug 1791694Xortex2018-09-191-19/+0
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-11/+34
|
* Fix bug 1684238Jabiertxof2018-09-111-51/+57
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-25/+25
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fixes on convert to paths LPE shapesJabier Arraiza2018-06-021-7/+49
|
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-4/+9
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-12/+12
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
|
* Fix bug when converting to paths cliped and masked LPE elemetsJabiertxo Arraiza Cenoz2018-04-261-43/+40
|
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-3/+3
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-4/+3
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-9/+12
|
* Fix bug: 1758477Jabier Arraiza2018-03-281-2/+8
| | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477
* Fixing refsJabier Arraiza2018-03-261-21/+12
|
* Base LPE refactorJabier Arraiza2018-03-261-207/+317
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1071
A lot of header clean-up.