summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1020/+0
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-5/+1
|
* third batchMarc Jeanmougin2017-10-021-20/+14
|
* 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
| | | (bzr r15698.1.2)
* Bug fixesJabiertxof2017-01-241-4/+3
| | | (bzr r15392.1.11)
* Fixing to mergeJabiertxof2017-01-241-13/+24
| | | (bzr r15392.1.8)
* Adding baseJabiertxof2017-01-051-0/+9
| | | (bzr r15392.1.1)
* Fixes for internal document scaling and add a second test option.Tavmjong Bah2016-12-151-2/+3
| | | (bzr r15325)
* Code design. Replacing tabs with spaces, and fixng parentheses warning.Nicolas Dufour2016-08-291-4/+4
| | | (bzr r15084)
* [Bug #1425542] Filter applied on group does not auto redraw when edited.alvinhochun2016-08-291-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1425542 (bzr r15083)
* Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-11/+11
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-30/+31
| | | | | | (bzr r14954.1.19)
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-3/+2
|/ | | (bzr r14954.1.17)
* Fix bug#168286 also opem regression on bug#1594565Jabier Arraiza Cenoz2016-06-251-1/+103
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168286 (bzr r15002)
* static code analysisKris De Gussem2015-12-071-7/+7
| | | (bzr r14511)
* static code analysisKris De Gussem2015-12-071-10/+10
| | | (bzr r14509)
* fix for ungrouping dynamic offset displacement bugMarc Jeanmougin2015-08-161-7/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/844909 (bzr r14305)
* fixed selection after ungroupMarc Jeanmougin2015-05-021-5/+2
| | | | | fixed some regression with displacement of clones of clones when ungrouping (test case: icons.svg) (bzr r14084)
* mergingMarc Jeanmougin2015-04-261-1/+1
|\ | | | | (bzr r13922.1.13)
| * Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-1/+1
| | | | | | (bzr r13995)
* | mergeMarc Jeanmougin2015-04-261-10/+0
|\| | | | | (bzr r13922.1.12)
| * create SPObject factoryLiam P. White2015-02-251-10/+0
| | | | | | (bzr r13939.1.1)
* | more cast cleanupMarc Jeanmougin2015-02-271-2/+2
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-7/+7
| | | | | | (bzr r13922.1.10)
* | Merge, resolved conflictsMarc Jeanmougin2015-02-231-19/+27
|\| | | | | (bzr r13922.1.8)
| * Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-8/+4
| | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
| * scale groups when changing document units. (Bug 1369197)Alvin Penner2015-02-191-10/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1369197 (bzr r13926)
| * Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the ↵mc2015-02-161-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)
* | added a set to the SelectionMarc Jeanmougin2015-02-191-17/+12
| | | | | | (bzr r13922.1.6)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+9
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* during copy and paste, scale stock symbols from units of 'px' to ↵Alvin Penner2015-01-151-3/+3
| | | | | | | | 'document-units'. (Bug 1365451) Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853)
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-4/+3
| | | (bzr r13822.1.5)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-6/+8
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-3/+10
| | | | | handled yet). (bzr r13807)
* scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-151-2/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709)
* Update to trunk r13638Liam P. White2014-10-251-135/+150
|\ | | | | (bzr r13341.1.286)
| * Initial removal of box3d outdated GTKish macros.Jon A. Cruz2014-10-241-135/+150
| | | | | | (bzr r13634)
* | Update to trunk r13580Liam P. White2014-10-061-4/+51
|\| | | | | (bzr r13341.1.255)