summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-1/+1
2018-09-12fix object-set-test crashThomas Holder1-2/+3
2018-09-12New option to invert y-axisThomas Holder1-2/+1
2018-08-15Relative values for strokes:Tavmjong Bah1-3/+4
2018-08-05Fixes pointed by TavJabier Arraiza1-4/+1
2018-08-05Update to trunk and styling fixesJabier Arraiza1-4/+4
2018-08-05coding style fixesJabier Arraiza1-5/+5
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+5
2018-08-05Revert changesJabier Arraiza1-3/+2
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-2/+3
2018-06-21Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-6/+6
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-57/+57
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-1/+1
2018-04-23Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza1-4/+2
2018-04-14Fixes to transforms on LPEJabier Arraiza1-2/+5
2018-03-26Base LPE refactorJabier Arraiza1-1/+17
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-12/+18
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
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-3/+4
2017-01-17Fix regression on selecting objects after locking layersMarc Jeanmougin1-0/+1
2017-01-04antialiasing options on exportMarc Jeanmougin1-1/+1
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-0/+11
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-0/+5
2016-09-12Fixed out of range pointersAdrian Boguszewski1-4/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-11/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+11
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-17/+17
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-14/+14
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-11/+11
2016-07-11First part of new SPObject children listAdrian Boguszewski1-28/+13
2016-06-11A little cleaning up of attributes.Tavmjong Bah1-1/+0
2016-04-12fix undo clip rendering bugMarc Jeanmougin1-0/+1
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