summaryrefslogtreecommitdiffstats
path: root/src/sp-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-434/+0
| | | | A lot of header clean-up.
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* selection chemistry: implement z-stack orderchr2017-05-231-2/+2
| | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7)
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-0/+1
| | | (bzr r15203)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-0/+1
| | | (bzr r14009)
* Doc comment cleanup.Jon A. Cruz2014-11-071-14/+136
| | | (bzr r13674)
* Update to trunk r13621Liam P. White2014-10-171-0/+4
|\ | | | | (bzr r13341.1.278)
| * Merged src/sp-item.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+4
| | | | | | (bzr r13611.1.6)
* | Update to experimental r13531Liam P. White2014-08-311-13/+15
|\ \ | | | | | | (bzr r13090.1.106)
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-12/+13
| |/ | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Update to experimental r13460Liam P. White2014-08-061-1/+9
|\| | | | | (bzr r13090.1.98)
| * Add context to TODO commentLiam P. White2014-08-041-1/+2
| | | | | | (bzr r13490)
| * Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵Liam P. White2014-08-041-1/+8
| | | | | | | | | | | | | | | | | | | | #604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489)
* | Update to experimental r13452Liam P. White2014-07-301-0/+1
|\| | | | | (bzr r13090.1.95)
| * Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop2014-07-121-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452)
* | Attempt at merging certaing features of Ponyscape to trunk (will not link)Liam P. White2014-03-021-0/+4
| | | | | | (bzr r13090.1.5)
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+10
|/ | | (bzr r13090.1.1)
* Added some consts.Markus Engel2013-10-261-11/+14
| | | (bzr r12729)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-2/+2
| | | | | remove const. (bzr r12584)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
| | | (bzr r11608.1.86)
* Merged Item.Markus Engel2013-04-051-35/+4
| | | (bzr r11608.1.81)
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-1/+2
| | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
* Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel2013-04-011-1/+4
| | | | | non-virtual destructor. (bzr r11608.1.66)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-3/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-15/+15
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-49/+6
|\ | | | | (bzr r11608.1.56)
| * Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-2/+1
| | | | | | (bzr r12222)
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-2/+2
| | | | | | (bzr r12205)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | | | | | | forward declarations (bzr r12203)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-19/+4
| | | | | | (bzr r12055)
* | Added "virtual pads" toMarkus Engel2013-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-28/+28
| | | | | | (bzr r11608.1.46)
* | Added "virtual pad" to SPItem.Markus Engel2012-08-171-0/+32
|/ | | (bzr r11608.1.2)
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+1
| | | (bzr r11526)
* UI. Filtered objects count (patch by David Mathog).Nicolas Dufour2012-05-111-0/+1
| | | | | Translations. Inkscape.pot and French translation update. (bzr r11355)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
| | | (bzr r10666)
* Obey to dont-scale-strokewidth preference, even when scaling one dimension ↵Diederik van Lierop2011-09-061-0/+2
| | | | | | | | to zero or infinite Fixed bugs: - https://launchpad.net/bugs/825840 (bzr r10624)
* Compute visual bounding box only when neededKrzysztof Kosi??ski2011-09-041-0/+2
| | | (bzr r10618)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+1
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-5/+4
| | | (bzr r10582.1.6)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+1
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+14
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+6
| | | (bzr r10347.1.21)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-1/+1
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)