summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update to experimental r13531Liam P. White2014-08-311-1/+1
| |\ \ \
| | * | | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-1/+1
| | |/ /
| * | | Update to experimental r13483Liam P. White2014-08-171-5/+21
| |\| |
| * | | Update to experimental r13460Liam P. White2014-08-061-5/+8
| |\ \ \
| * \ \ \ Update to experimental r13452Liam P. White2014-07-301-4/+5
| |\ \ \ \
| * \ \ \ \ Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-191-0/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Updated to trunkLiam P. White2014-03-121-4/+4
| |\ \ \ \ \
| * | | | | | Fixed path color when changed by Objects DialogLiam P. White2014-03-031-0/+17
| * | | | | | Modified Objects dialogue to stop crashing on change of highlight colorLiam P. White2014-03-021-0/+2
| * | | | | | Attempt at merging certaing features of Ponyscape to trunk (will not link)Liam P. White2014-03-021-0/+1
| * | | | | | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+20
* | | | | | | Update to experimental r13565Liam P. White2014-09-271-7/+55
* | | | | | | Update to experimental r13527Liam P. White2014-08-301-5/+21
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop2014-08-141-5/+21
| | |_|_|_|/ | |/| | | |
* | | | | | Update to experimental r13464Liam P. White2014-08-081-9/+13
|\| | | | |
| * | | | | refresh bbox of clipped clone (Bug 1349018)Alvin Penner2014-08-041-0/+1
| * | | | | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...Liam P. White2014-08-041-3/+5
| * | | | | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-2/+2
| | |_|_|/ | |/| | |
| * | | | noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-4/+0
| * | | | Partly reverted r13460.Markus Engel2014-07-231-1/+1
| * | | | Fixed some logic errors; clang warnings.Markus Engel2014-07-221-1/+1
| * | | | Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop2014-07-121-0/+5
| | |_|/ | |/| |
* / | | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-3/+3
|/ / /
* | / Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-0/+1
| |/ |/|
* | 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