summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-14Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop1-5/+21
2014-08-04refresh bbox of clipped clone (Bug 1349018)Alvin Penner1-0/+1
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White1-3/+5
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-2/+2
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-2/+2
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-4/+0
2014-07-23Partly reverted r13460.Markus Engel1-1/+1
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-1/+1
2014-07-12Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop1-0/+5
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-0/+1
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-4/+4
2013-12-10New CSS blending modes (outside of filters).Tavmjong Bah1-0/+5
2013-10-28fix crashJohan B. C. Engelen1-4/+5
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-7/+7
2013-10-26Added some consts.Markus Engel1-24/+16
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-9/+5
2013-09-28use geometric bbox to calculate filter effect region (Bug 1229971)Alvin Penner1-1/+1
2013-09-28another place where getURI()->toString() values were leakingbuliabyak1-2/+6
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-3/+3
2013-09-20Fix the text filter issue and revert many changes.Martin Owens1-3/+4
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-3/+7
2013-09-19Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens1-0/+10
2013-09-18Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens1-12/+0
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+4
2013-08-03Cleaned up.Markus Engel1-7/+7
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-1/+1
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-2/+2
2013-06-10use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner1-1/+4
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-9/+6
2013-04-05Merged Item.Markus Engel1-83/+66
2013-04-01Added constructors to SP classes.Markus Engel1-1/+1
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-7/+26
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-1/+1
2013-03-29Renamed virtual function names.Markus Engel1-29/+29
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-29Added "virtual pads" toMarkus Engel1-9/+11
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-52/+59
2012-12-31clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner1-0/+1
2012-12-11Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive i...John Smith1-2/+0
2012-12-10reverting rev 11944Alvin Penner1-1/+0
2012-12-10clip path bbox refresh. partial fix for Bug 1005085Alvin Penner1-0/+1
2012-11-30Step 1. Remove junk and keep functionality.Martin Owens1-3/+0
2012-10-27cppcheck: use gobject casts in sp-itemAlex Valavanis1-37/+35
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-9/+9
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2