summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz2014-06-271-29/+7
* Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-7/+29
* Added some consts.Markus Engel2013-10-261-7/+8
* C++Johan B. C. Engelen2013-10-041-2/+2
* C++Johan B. C. Engelen2013-10-041-1/+1
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-7/+0
* Fix computed shapes disappearing when grouping within filtered groups.Krzysztof Kosi??ski2013-10-011-15/+20
* Merged from trunk (r12593).Markus Engel2013-09-261-1/+1
|\
| * C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-1/+1
| * change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-1/+1
| * Merge from trunk.Matthew Petroff2013-09-201-355/+246
| |\
| | * Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-3/+5
| * | Fix 3d box document unit change undo bug.Matthew Petroff2013-09-161-1/+3
| * | Fix document unit change for disconnected connectors.Matthew Petroff2013-09-151-0/+11
| * | Fix document unit change for transformed flow text and transformed text on path.Matthew Petroff2013-09-151-8/+17
| * | Finish fixing document unit change undo bug.Matthew Petroff2013-09-111-4/+4
| * | Fix document unit change for 3d boxes and (mostly) for text on path.Matthew Petroff2013-09-111-9/+34
| * | Added viewBox implement document unit support.Matthew Petroff2013-08-271-0/+31
* | | Refactored SPUse.Markus Engel2013-09-241-5/+85
| |/ |/|
* | Merge in Adonis Papaderos' fix for bug lp:898797Martin Owens2013-09-191-0/+2
|\ \
| * | hack for 898797Adonis Papaderos2012-08-061-0/+2
* | | Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
* | | Merged from trunk (r12419).Markus Engel2013-07-141-3/+7
|\ \ \ | | |/ | |/|
| * | Allow svg elements to be ungroupedMartin Owens2013-06-141-1/+4
| * | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+3
* | | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* | | Merged Item.Markus Engel2013-04-051-1/+0
* | | Merged more classes.Markus Engel2013-04-051-16/+12
* | | Merged Group and subclasses.Markus Engel2013-04-051-107/+95
* | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* | | Added constructors to SP classes.Markus Engel2013-04-011-4/+10
* | | Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-2/+2
* | | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | | Renamed virtual function names.Markus Engel2013-03-291-26/+26
* | | merged from trunkMarkus Engel2013-03-291-184/+7
|\| |
| * | More GObject boilerplate cleanupAlex Valavanis2013-01-241-47/+21
| * | Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...John Smith2012-10-301-1/+3
| |/
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-8/+8
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-6/+6
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-4/+5
* | Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...Markus Engel2012-08-181-249/+290
|/
* cpp-style castingKris De Gussem2012-05-041-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
* Correct typo in bounding box calculation for groups. Fixes LP #836536Krzysztof Kosi??ski2011-08-291-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-10/+9
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-8/+8
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-37/+32
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-9/+7