summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-29fix for a small warning introduced in r14142 (cf <https://bugs.launchpad.net/...Marc Jeanmougin1-2/+2
2015-05-10Fix for bug 1194091Marc Jeanmougin1-26/+14
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-39/+30
2015-01-15allow stroke_width to be scaled even if stroke color is not defined. (Bug 136...Alvin Penner1-1/+1
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-1/+1
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-3/+3
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-78/+105
2014-11-07Doc comment cleanup.Jon A. Cruz1-96/+5
2014-10-15Post-merge cleanup.Jon A. Cruz1-1/+2
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-7/+25
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-32/+38
2014-10-14Merged src/sp-item.cpp from svg-paints-support branchTomasz Boczkowski1-0/+75
2014-09-27Update to experimental r13565Liam P. White1-7/+55
2014-09-27transform text in text-on-path the same regardless of whether optimized or pr...Alvin Penner1-2/+4
2014-09-24Fix bug in object dialog, in highlight color couldent select opacity, now fixedroot1-2/+2
2014-09-07Update to experimental r13543Liam P. White1-6/+14
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-08-26Fix rotation center regression caused by my own commit 13512Diederik van Lierop1-6/+14
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-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-3/+3
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-4/+4
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
2014-03-03Fixed path color when changed by Objects DialogLiam P. White1-0/+17
2014-03-02Modified Objects dialogue to stop crashing on change of highlight colorLiam P. White1-0/+2
2014-03-02Attempt at merging certaing features of Ponyscape to trunk (will not link)Liam P. White1-0/+1
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+20
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