summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.