summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-1/+1
|
* fix object-set-test crashThomas Holder2018-09-121-2/+3
|
* New option to invert y-axisThomas Holder2018-09-121-2/+1
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Relative values for strokes:Tavmjong Bah2018-08-151-3/+4
| | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width.
* Fixes pointed by TavJabier Arraiza2018-08-051-4/+1
|
* Update to trunk and styling fixesJabier Arraiza2018-08-051-4/+4
|
* coding style fixesJabier Arraiza2018-08-051-5/+5
|
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+5
|
* Revert changesJabier Arraiza2018-08-051-3/+2
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-2/+3
| | | | pref optional to scale dashes on stroke scale
* Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot2018-06-211-2/+2
|
* 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-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* 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-57/+57
| | | | | 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-9/+9
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
|
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-1/+1
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-4/+2
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-2/+5
|
* Base LPE refactorJabier Arraiza2018-03-261-1/+17
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1739
A lot of header clean-up.