summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1020/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-5/+1
2017-10-02third batchMarc Jeanmougin1-20/+14
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-9/+9
2017-09-06A little improvements on groups with paths having LPEJabier Arraiza1-3/+6
2017-09-06A bit refactor on SPGroupJabier Arraiza1-46/+46
2017-09-04Allow nested LPE over groups also with shapesJabier Arraiza1-5/+25
2017-05-18fix a brunch of memory leakschr1-0/+1
(bzr r15698.1.2)
2017-01-24update to trunkJabier Arraiza Cenoz1-12/+31
(bzr r15356.1.18)
2017-01-24Bug fixesJabiertxof1-4/+3
(bzr r15392.1.11)
2017-01-24Remove some code and make dependant of rotate copiesJabiertxof1-24/+13
(bzr r15356.1.17)
2017-01-24Fixing to mergeJabiertxof1-13/+24
(bzr r15392.1.8)
2017-01-05Adding baseJabiertxof1-0/+9
(bzr r15392.1.1)
2017-01-03Fixing some bugsJabiertxof1-0/+9
(bzr r15295.1.48)
2017-01-02Remove clone original codeJabiertxof1-24/+13
(bzr r15295.1.47)
2016-12-28First attemp workingJabiertxof1-13/+24
(bzr r15356.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-2/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+2
(bzr r15295.1.25)
2016-12-15Fixes for internal document scaling and add a second test option.Tavmjong Bah1-2/+3
(bzr r15325)
2016-08-29Code design. Replacing tabs with spaces, and fixng parentheses warning.Nicolas Dufour1-4/+4
(bzr r15084)
2016-08-29[Bug #1425542] Filter applied on group does not auto redraw when edited.alvinhochun1-0/+7
Fixed bugs: - https://launchpad.net/bugs/1425542 (bzr r15083)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-11/+11
(bzr r14954.1.21)
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-1/+1
(bzr r14954.1.20)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-30/+31
(bzr r14954.1.19)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-3/+2
(bzr r14954.1.17)
2016-06-25Fix bug#168286 also opem regression on bug#1594565Jabier Arraiza Cenoz1-1/+103
Fixed bugs: - https://launchpad.net/bugs/168286 (bzr r15002)
2015-12-07static code analysisKris De Gussem1-7/+7
(bzr r14511)
2015-12-07static code analysisKris De Gussem1-10/+10
(bzr r14509)
2015-08-16fix for ungrouping dynamic offset displacement bugMarc Jeanmougin1-7/+3
Fixed bugs: - https://launchpad.net/bugs/844909 (bzr r14305)
2015-05-02fixed selection after ungroupMarc Jeanmougin1-5/+2
fixed some regression with displacement of clones of clones when ungrouping (test case: icons.svg) (bzr r14084)
2015-03-12Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz1-1/+1
(bzr r13995)
2015-02-27more cast cleanupMarc Jeanmougin1-2/+2
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-7/+7
(bzr r13922.1.10)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2015-02-21Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin1-8/+4
Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
2015-02-19added a set to the SelectionMarc Jeanmougin1-17/+12
(bzr r13922.1.6)
2015-02-19scale groups when changing document units. (Bug 1369197)Alvin Penner1-10/+4
Fixed bugs: - https://launchpad.net/bugs/1369197 (bzr r13926)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-10/+9
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-53/+38
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2015-02-16Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the ↵mc1-9/+27
clones shift position) and bug #653574 (Ungrouping moves clones inside nested groups). Fixed bugs: - https://launchpad.net/bugs/653574 - https://launchpad.net/bugs/1245339 (bzr r13924)
2015-01-15during copy and paste, scale stock symbols from units of 'px' to ↵Alvin Penner1-3/+3
'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853)
2014-12-25Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah1-4/+3
(bzr r13822.1.5)
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-6/+8
Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-3/+10
handled yet). (bzr r13807)
2014-11-15ignore this commitJabier Arraiza Cenoz1-2/+7
(bzr r13682.1.10)