summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-125/+0
| | | | A lot of header clean-up.
* A bit refactor on SPGroupJabier Arraiza2017-09-061-2/+2
|
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+0
| | | (bzr r13922.1.10)
* Merge, resolved conflictsMarc Jeanmougin2015-02-231-0/+11
|\ | | | | (bzr r13922.1.8)
| * Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933Marc Jeanmougin2015-02-211-1/+1
| | | | | | | | | | Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
| * Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the ↵mc2015-02-161-0/+9
| | | | | | | | | | | | | | | | | | 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)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-2/+3
|/ | | | | | | | 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)
* Update to trunk r13580Liam P. White2014-10-061-1/+1
|\ | | | | (bzr r13341.1.255)
| * partial rollback of r13544, allow old recursive behavior for some locations, ↵mathog2014-09-081-1/+1
| | | | | | | | | | but not EMF import (bzr r13549)
| * Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-1/+1
| | | | | | (bzr r13441)
| * Fix for bug #1241902Jabier Arraiza Cenoz2014-06-111-1/+1
| | | | | | (bzr r13418)
* | Update to experimental r13531Liam P. White2014-08-311-8/+9
|\ \ | | | | | | (bzr r13090.1.106)
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-8/+9
| | | | | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | | Update to experimental r13418Liam P. White2014-07-051-1/+1
|\| | | | | | | | (bzr r13090.1.87)
| * | Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-1/+1
| | | | | | | | | (bzr r13341.1.69)
* | | Update to experimental r13402Liam P. White2014-06-141-1/+1
|\| | | | | | | | (bzr r13090.1.82)
| * | Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-1/+1
| |/ | | | | (bzr r13341.1.52)
* / Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+8
|/ | | (bzr r13090.1.2)
* Fix bug in SPSwitch.Markus Engel2013-11-121-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1249862 (bzr r12794)
* Added some consts.Markus Engel2013-10-261-5/+5
| | | (bzr r12729)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Merge from trunk.Matthew Petroff2013-09-201-37/+29
|\ | | | | (bzr r12475.1.29)
| * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
| * Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | | | | (bzr r11608.1.123)
| * Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | | | | (bzr r11608.1.122)
| * Merged more classes.Markus Engel2013-04-051-1/+1
| | | | | | (bzr r11608.1.78)
| * Merged Group and subclasses.Markus Engel2013-04-051-25/+3
| | | | | | (bzr r11608.1.77)
| * Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | | | | (bzr r11608.1.67)
| * Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | | | | (bzr r11608.1.64)
| * Renamed virtual function names.Markus Engel2013-03-291-16/+16
| | | | | | (bzr r11608.1.57)
| * Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵Markus Engel2012-08-181-15/+29
| | | | | | | | | | | | | | someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16)
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-0/+1
|/ | | (bzr r12475.1.2)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-0/+7
| | | (bzr r10666)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-2/+2
| | | (bzr r10347.1.21)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-041-1/+1
| | | (bzr r9050)
* allow full mouse dragging, rotating, scaling, etc. if a single layer is the ↵Ed Halley2009-03-141-0/+2
| | | | | selection (bzr r7490)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+1
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-17/+28
| | | (bzr r6836)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-4/+4
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* marker refactoring workBryce Harrington2006-07-201-2/+0
| | | (bzr r1441)
* fix translation for fit pageAaron Spike2006-04-281-0/+3
| | | | | | the translation is now preserved across save by translating all child elements of the root instead of just translating the root itself. (bzr r602)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+33
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+61
(bzr r1)