summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Fix bug 1684238Jabiertxof2018-09-111-1/+6
|
* Relative values for strokes:Tavmjong Bah2018-08-151-0/+40
| | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width.
* Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-4/+4
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-21/+21
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* 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
|
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-0/+3
|
* Fix bug: 1758477Jabier Arraiza2018-03-281-5/+1
| | | | | Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477
* Fix LPE updating problemsJabiertxo Arraiza Cenoz2018-03-281-1/+1
|
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-261-3/+2
|
* Allow path moveJabier Arraiza2018-03-261-3/+1
|
* Fixing refsJabier Arraiza2018-03-261-2/+4
|
* Base LPE refactorJabier Arraiza2018-03-261-26/+85
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1175
A lot of header clean-up.