summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-9/+9
* A little improvements on groups with paths having LPEJabier Arraiza2017-09-061-3/+6
* A bit refactor on SPGroupJabier Arraiza2017-09-061-46/+46
* Allow nested LPE over groups also with shapesJabier Arraiza2017-09-041-5/+25
* fix a brunch of memory leakschr2017-05-181-0/+1
* Bug fixesJabiertxof2017-01-241-4/+3
* Fixing to mergeJabiertxof2017-01-241-13/+24
* Adding baseJabiertxof2017-01-051-0/+9
* Fixes for internal document scaling and add a second test option.Tavmjong Bah2016-12-151-2/+3
* Code design. Replacing tabs with spaces, and fixng parentheses warning.Nicolas Dufour2016-08-291-4/+4
* [Bug #1425542] Filter applied on group does not auto redraw when edited.alvinhochun2016-08-291-0/+7
* Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-11/+11
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-30/+31
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-3/+2
|/
* Fix bug#168286 also opem regression on bug#1594565Jabier Arraiza Cenoz2016-06-251-1/+103
* static code analysisKris De Gussem2015-12-071-7/+7
* static code analysisKris De Gussem2015-12-071-10/+10
* fix for ungrouping dynamic offset displacement bugMarc Jeanmougin2015-08-161-7/+3
* fixed selection after ungroupMarc Jeanmougin2015-05-021-5/+2
* mergingMarc Jeanmougin2015-04-261-1/+1
|\
| * Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-1/+1
* | mergeMarc Jeanmougin2015-04-261-10/+0
|\|
| * create SPObject factoryLiam P. White2015-02-251-10/+0
* | more cast cleanupMarc Jeanmougin2015-02-271-2/+2
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-7/+7
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-19/+27
|\|
| * Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-8/+4
| * scale groups when changing document units. (Bug 1369197)Alvin Penner2015-02-191-10/+4
| * Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...mc2015-02-161-9/+27
* | added a set to the SelectionMarc Jeanmougin2015-02-191-17/+12
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+9
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-53/+38
|/
* during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner2015-01-151-3/+3
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-4/+3
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-6/+8
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-3/+10
* scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-151-2/+7
* Update to trunk r13638Liam P. White2014-10-251-135/+150
|\
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-135/+150
* | Update to trunk r13580Liam P. White2014-10-061-4/+51
|\|
| * modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner2014-10-031-1/+1
| * improved version of rev 13561, to allow transforming both clip and mask on th...Alvin Penner2014-09-191-1/+9
| * scale clip or mask upon unit change (Bug 1287288)Alvin Penner2014-09-191-0/+12
| * partial rollback of r13544, allow old recursive behavior for some locations, ...mathog2014-09-081-20/+29