summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-4/+4
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+5
* fix crashJohan B. C. Engelen2013-10-281-4/+5
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-7/+7
* Added some consts.Markus Engel2013-10-261-24/+16
* C++Johan B. C. Engelen2013-10-041-1/+1
* C++Johan B. C. Engelen2013-10-041-1/+1
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-9/+5
* use geometric bbox to calculate filter effect region (Bug 1229971)Alvin Penner2013-09-281-1/+1
* another place where getURI()->toString() values were leakingbuliabyak2013-09-281-2/+6
* C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-1/+1
* change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-3/+3
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-3/+4
* Merge from trunk.Matthew Petroff2013-09-201-181/+161
|\
| * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-3/+7
| * Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-191-0/+10
| * Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-179/+157
| |\
| | * Cleaned up.Markus Engel2013-08-031-7/+7
| | * Removed placement news / explicit destructor calls.Markus Engel2013-07-311-1/+1
| | * Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-2/+2
| | * Merged from trunk (r12419).Markus Engel2013-07-141-1/+4
| | |\
| | * | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-9/+6
| | * | Merged Item.Markus Engel2013-04-051-83/+66
| | * | Added constructors to SP classes.Markus Engel2013-04-011-1/+1
| | * | Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-7/+26
| | * | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | * | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | * | Renamed virtual function names.Markus Engel2013-03-291-29/+29
| | * | merged from trunkMarkus Engel2013-03-291-110/+15
| | |\ \
| | * | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| | * | | Added "virtual pads" toMarkus Engel2013-03-291-9/+11
| | * | | Various changes.Markus Engel2013-03-141-1/+1
| | * | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-9/+9
| | * | | Fixed some virtual function calls in SPItem and SPUse that led to crashes as ...Markus Engel2012-08-211-2/+9
| | * | | As all subclasses of SPItem now have "virtual pads" with correct inheritance,...Markus Engel2012-08-201-70/+50
| | * | | Added "virtual pad" to SPItem.Markus Engel2012-08-171-38/+123
| * | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-12/+0
| | |_|/ | |/| |
* / | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+4
|/ / /
* | / use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-101-1/+4
| |/ |/|
* | Clean up more GObject type definitionsAlex Valavanis2013-01-231-52/+59
* | Merge in connector cleanupMartin Owens2013-01-111-3/+0
|\ \
| * | Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-3/+0
* | | clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-311-0/+1
* | | Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive i...John Smith2012-12-111-2/+0
* | | reverting rev 11944Alvin Penner2012-12-101-1/+0
* | | clip path bbox refresh. partial fix for Bug 1005085Alvin Penner2012-12-101-0/+1
|/ /
* | cppcheck: use gobject casts in sp-itemAlex Valavanis2012-10-271-37/+35
* | code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-2/+2
|/
* Fix for 181473 : Patch for Layers drag and drop crashJohn Smith2012-07-081-1/+1
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+46