summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve clip LPEJabier Arraiza2019-11-011-1/+5
| | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
* HatchKnotHolderEntityScale & some fixesvanntile2019-08-171-1/+4
|
* Added knot holder entitiesvanntile2019-08-171-9/+8
|
* Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Refactor: convert rotate_rel() to a method.Shlomi Fish2019-06-121-0/+1
|
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-2/+0
| | | | fill-betreen-* LPEs
* Minor comment/alignment changes.Tavmjong Bah2018-12-031-0/+3
|
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-031-2/+3
| | | | Another step in making View not dependent on GUI.
* Start of making View independent of GUI.Tavmjong Bah2018-11-291-10/+16
|
* 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
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-0/+2
|
* Revert changesJabier Arraiza2018-08-051-1/+1
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-1/+1
| | | | pref optional to scale dashes on stroke scale
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Base LPE refactorJabier Arraiza2018-03-261-0/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+434
A lot of header clean-up.