summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1733/+0
A lot of header clean-up.
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-3/+5
2017-10-01First batchMarc Jeanmougin1-6/+5
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+1
2017-08-19Also alow shapen, not only Paths on meassure segmentsJabier Arraiza1-1/+2
2017-06-24Working with powerclip and powermaskJabier Arraiza1-2/+5
2017-05-23selection chemistry: implement z-stack orderchr1-2/+6
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)
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-3/+4
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
2017-01-17Fix regression on selecting objects after locking layersMarc Jeanmougin1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1656141 (bzr r15419)
2017-01-04antialiasing options on exportMarc Jeanmougin1-1/+1
(bzr r15391)
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-0/+11
(bzr r15203)
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-0/+5
(bzr r15135)
2016-09-12Fixed out of range pointersAdrian Boguszewski1-4/+10
Fixed bugs: - https://launchpad.net/bugs/1620253 (bzr r15114)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-11/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+11
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-17/+17
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-14/+14
(bzr r14954.1.20)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-11/+11
(bzr r14954.1.19)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-28/+13
(bzr r14954.1.17)
2016-06-11A little cleaning up of attributes.Tavmjong Bah1-1/+0
(bzr r14977)
2016-04-12fix undo clip rendering bugMarc Jeanmougin1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1428535 (bzr r14784)
2015-07-29fix for a small warning introduced in r14142 (cf ↵Marc Jeanmougin1-2/+2
<https://bugs.launchpad.net/inkscape/+bug/1194091/comments/4>) (bzr r14268)
2015-05-10Fix for bug 1194091Marc Jeanmougin1-26/+14
Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142)
2015-03-16Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah1-39/+30
(bzr r14009)
2015-01-15allow stroke_width to be scaled even if stroke color is not defined. (Bug ↵Alvin Penner1-1/+1
1365451 and Bug 1409458) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13854)
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-1/+1
(bzr r13822.1.3)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-3/+3
(bzr r13768)
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-78/+105
(bzr r13700)
2014-11-07Doc comment cleanup.Jon A. Cruz1-96/+5
(bzr r13674)
2014-10-15Post-merge cleanup.Jon A. Cruz1-1/+2
(bzr r13615)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-7/+25
(bzr r13611.1.9)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-32/+38
(bzr r13611.1.8)
2014-10-14Merged src/sp-item.cpp from svg-paints-support branchTomasz Boczkowski1-0/+75
(bzr r13611.1.7)
2014-09-27Update to experimental r13565Liam P. White1-7/+55
(bzr r13341.5.16)
2014-09-27transform text in text-on-path the same regardless of whether optimized or ↵Alvin Penner1-2/+4
preserved (Bug 1279534) Fixed bugs: - https://launchpad.net/bugs/1279534 (bzr r13566)
2014-09-24Fix bug in object dialog, in highlight color couldent select opacity, now fixedroot1-2/+2
(bzr r13341.1.224)
2014-09-07Update to experimental r13543Liam P. White1-6/+14
(bzr r13090.1.108)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+1
GThread deprecation errors. (bzr r13341.1.190)
2014-08-26Fix rotation center regression caused by my own commit 13512Diederik van Lierop1-6/+14
Fixed bugs: - https://launchpad.net/bugs/1360953 - https://launchpad.net/bugs/1360946 (bzr r13534)
2014-08-14Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop1-5/+21
(bzr r13512)
2014-08-04refresh bbox of clipped clone (Bug 1349018)Alvin Penner1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1349018 (bzr r13491)
2014-08-04Allow editing of fill and stroke patterns simultaneously. Fixes #601336, ↵Liam P. White1-3/+5
#604025, #486192 Fixed bugs: - https://launchpad.net/bugs/601336 - https://launchpad.net/bugs/604025 - https://launchpad.net/bugs/486192 (bzr r13489)
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-2/+2
(bzr r13485)
2014-08-01Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah1-2/+2
(bzr r13341.1.113)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-4/+0
(bzr r13475)
2014-07-23Partly reverted r13460.Markus Engel1-1/+1
(bzr r13464)
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-1/+1
(bzr r13460)
2014-07-12Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13452)