summaryrefslogtreecommitdiffstats
path: root/src/sp-item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-434/+0
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
* selection chemistry: implement z-stack orderchr2017-05-231-2/+2
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-0/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-0/+1
* Doc comment cleanup.Jon A. Cruz2014-11-071-14/+136
* Update to trunk r13621Liam P. White2014-10-171-0/+4
|\
| * Merged src/sp-item.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+4
* | Update to experimental r13531Liam P. White2014-08-311-13/+15
|\ \
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-12/+13
| |/
* | Update to experimental r13460Liam P. White2014-08-061-1/+9
|\|
| * Add context to TODO commentLiam P. White2014-08-041-1/+2
| * Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White2014-08-041-1/+8
* | Update to experimental r13452Liam P. White2014-07-301-0/+1
|\|
| * Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop2014-07-121-0/+1
* | Attempt at merging certaing features of Ponyscape to trunk (will not link)Liam P. White2014-03-021-0/+4
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+10
|/
* Added some consts.Markus Engel2013-10-261-11/+14
* change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-2/+2
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-0/+1
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
* Merged Item.Markus Engel2013-04-051-35/+4
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+2
* Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-1/+4
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-3/+2
* Renamed virtual function names.Markus Engel2013-03-291-15/+15
* merged from trunkMarkus Engel2013-03-291-49/+6
|\
| * Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-2/+1
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-2/+2
| * Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-1/+1
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-19/+4
* | Added "virtual pads" toMarkus Engel2013-03-291-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-28/+28
* | Added "virtual pad" to SPItem.Markus Engel2012-08-171-0/+32
|/
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+1
* UI. Filtered objects count (patch by David Mathog).Nicolas Dufour2012-05-111-0/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
* Obey to dont-scale-strokewidth preference, even when scaling one dimension to...Diederik van Lierop2011-09-061-0/+2
* Compute visual bounding box only when neededKrzysztof Kosi??ski2011-09-041-0/+2
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-5/+4
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+14
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+6
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1