summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1733/+0
| | | | A lot of header clean-up.
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-3/+5
|
* First batchMarc Jeanmougin2017-10-011-6/+5
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+1
|
* Also alow shapen, not only Paths on meassure segmentsJabier Arraiza2017-08-191-1/+2
|
* Working with powerclip and powermaskJabier Arraiza2017-06-241-2/+5
|
* selection chemistry: implement z-stack orderchr2017-05-231-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)
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Fix regression on selecting objects after locking layersMarc Jeanmougin2017-01-171-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1656141 (bzr r15419)
* antialiasing options on exportMarc Jeanmougin2017-01-041-1/+1
| | | (bzr r15391)
* Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-021-0/+11
| | | (bzr r15203)
* Attemp lock hepersJabier Arraiza Cenoz2016-10-041-2/+0
| | | (bzr r15017.1.38)
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-0/+5
| | | (bzr r15135)
* Fixed out of range pointersAdrian Boguszewski2016-09-121-4/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1620253 (bzr r15114)
* Merged trunkAdrian Boguszewski2016-08-031-11/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-11/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+11
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-17/+17
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-14/+14
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-11/+11
| | | | | | (bzr r14954.1.19)
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-28/+13
|/ | | (bzr r14954.1.17)
* A little cleaning up of attributes.Tavmjong Bah2016-06-111-1/+0
| | | (bzr r14977)
* fix undo clip rendering bugMarc Jeanmougin2016-04-121-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1428535 (bzr r14784)
* fix for a small warning introduced in r14142 (cf ↵Marc Jeanmougin2015-07-291-2/+2
| | | | | <https://bugs.launchpad.net/inkscape/+bug/1194091/comments/4>) (bzr r14268)
* merged trunkTomasz Boczkowski2015-05-111-26/+14
|\ | | | | (bzr r14059.1.26)
| * Fix for bug 1194091Marc Jeanmougin2015-05-101-26/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142)
* | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-4/+4
|\ \ | |/ |/| (bzr r14059.1.2)
| * SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-4/+4
| | | | | | (bzr r13341.6.21)
* | Partial fix for bug 1430873. Ellipses should behave properly with % values.Tavmjong Bah2015-03-161-39/+30
| | | | | | (bzr r14009)
* | allow stroke_width to be scaled even if stroke color is not defined. (Bug ↵Alvin Penner2015-01-151-1/+1
| | | | | | | | | | | | | | | | 1365451 and Bug 1409458) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13854)
* | Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-1/+1
| | | | | | (bzr r13822.1.3)
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | | | | (bzr r13820)
* | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-3/+3
| | | | | | (bzr r13768)
* | Update to trunk r13750Liam P. White2014-11-241-78/+105
|\ \ | | | | | | (bzr r13341.5.23)
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-78/+105
| | | | | | | | | (bzr r13700)
* | | Update to trunk r13690Liam P. White2014-11-091-96/+5
|\| | | | | | | | (bzr r13341.5.22)
| * | Doc comment cleanup.Jon A. Cruz2014-11-071-96/+5
| | | | | | | | | (bzr r13674)
* | | Update to experimental r13619Liam P. White2014-10-181-0/+100
|\| | | | | | | | (bzr r13341.5.18)
| * | Update to trunk r13621Liam P. White2014-10-171-0/+100
| |\ \ | | | | | | | | (bzr r13341.1.278)
| | * | Post-merge cleanup.Jon A. Cruz2014-10-151-1/+2
| | | | | | | | | | | | (bzr r13615)
| | * | Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-7/+25
| | | | | | | | | | | | (bzr r13611.1.9)
| | * | Merged hatch rendering codeTomasz Boczkowski2014-10-141-32/+38
| | | | | | | | | | | | (bzr r13611.1.8)
| | * | Merged src/sp-item.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+75
| | | | | | | | | | | | (bzr r13611.1.7)
* | | | Update to experimental r13598Liam P. White2014-10-081-2/+4
|\| | | | | | | | | | | (bzr r13341.5.17)
| * | | Update to trunk r13580Liam P. White2014-10-061-2/+4
| |\| | | | | | | | | | (bzr r13341.1.255)
| | * | transform text in text-on-path the same regardless of whether optimized or ↵Alvin Penner2014-09-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preserved (Bug 1279534) Fixed bugs: - https://launchpad.net/bugs/1279534 (bzr r13566)
| | * | Fix rotation center regression caused by my own commit 13512Diederik van Lierop2014-08-261-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1360953 - https://launchpad.net/bugs/1360946 (bzr r13534)
| * | | Fix bug in object dialog, in highlight color couldent select opacity, now fixedroot2014-09-241-2/+2
| | | | | | | | | | | | (bzr r13341.1.224)
| * | | Update to experimental r13543Liam P. White2014-09-071-6/+14
| | | | | | | | | | | | (bzr r13090.1.108)