summaryrefslogtreecommitdiffstats
path: root/src/sp-item.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-434/+0
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-05-23selection chemistry: implement z-stack orderchr1-2/+2
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-0/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-0/+1
2014-11-07Doc comment cleanup.Jon A. Cruz1-14/+136
2014-10-14Merged src/sp-item.h from svg-paints-support branchTomasz Boczkowski1-0/+4
2014-09-27Update to experimental r13565Liam P. White1-12/+28
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-12/+13
2014-08-04Add context to TODO commentLiam P. White1-1/+2
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White1-1/+8
2014-07-12Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop1-0/+1
2014-03-02Attempt at merging certaing features of Ponyscape to trunk (will not link)Liam P. White1-0/+4
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+10
2013-10-26Added some consts.Markus Engel1-11/+14
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-2/+2
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-0/+1
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
2013-04-05Merged Item.Markus Engel1-35/+4
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-1/+2
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-1/+4
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-3/+2
2013-03-29Renamed virtual function names.Markus Engel1-15/+15
2013-03-29Added "virtual pads" toMarkus Engel1-1/+1
2013-03-19Fixing regressionjtx1-2/+2
2013-03-18Fix -Wcast-align issues with SPItemCtxAlex Valavanis1-2/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+2
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-2/+2
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-19/+4
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-28/+28
2012-08-17Added "virtual pad" to SPItem.Markus Engel1-0/+32
2012-07-05Fix for 181473 : Layers drag and dropJohn Smith1-0/+1
2012-05-11UI. Filtered objects count (patch by David Mathog).Nicolas Dufour1-0/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-2/+8
2011-09-06Obey to dont-scale-strokewidth preference, even when scaling one dimension to...Diederik van Lierop1-0/+2
2011-09-04Compute visual bounding box only when neededKrzysztof Kosi??ski1-0/+2
2011-09-041) Fix absolute scaling in transform dialogDiederik van Lierop1-0/+1
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-5/+4
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-11/+14
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-2/+2
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+6
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-1/+2
2011-02-02update to latest 2geom !Johan B. C. Engelen1-26/+26