summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-15scale symbols when changing document units (Bug 1365451)Alvin Penner1-2/+7
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz1-135/+150
2014-10-03modify scaling procedure for uniform scaling of flowed text (Bug 1278561)Alvin Penner1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-0/+12
2014-09-19improved version of rev 13561, to allow transforming both clip and mask on th...Alvin Penner1-1/+9
2014-09-19scale clip or mask upon unit change (Bug 1287288)Alvin Penner1-0/+12
2014-09-08partial rollback of r13544, allow old recursive behavior for some locations, ...mathog1-20/+29
2014-09-04resolves bug 1348417 and implements addition features for bug 1302857mathog1-1/+19
2014-08-14Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop1-7/+1
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-2/+0
2014-07-12Fix moving of item center: 1) at paste and 2) at changing document unitsDiederik van Lierop1-1/+2
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-29/+7
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-29/+7
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-7/+29
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-7/+29
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+12
2013-10-26Added some consts.Markus Engel1-7/+8
2013-10-04C++Johan B. C. Engelen1-2/+2
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-7/+0
2013-10-01Fix computed shapes disappearing when grouping within filtered groups.Krzysztof Kosi??ski1-15/+20
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-09-24Refactored SPUse.Markus Engel1-5/+85
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-3/+5
2013-09-16Fix 3d box document unit change undo bug.Matthew Petroff1-1/+3
2013-09-15Fix document unit change for disconnected connectors.Matthew Petroff1-0/+11
2013-09-15Fix document unit change for transformed flow text and transformed text on path.Matthew Petroff1-8/+17
2013-09-11Finish fixing document unit change undo bug.Matthew Petroff1-4/+4
2013-09-11Fix document unit change for 3d boxes and (mostly) for text on path.Matthew Petroff1-9/+34
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-0/+31
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
2013-06-14Allow svg elements to be ungroupedMartin Owens1-1/+4
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-2/+3
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-16/+12
2013-04-05Merged Group and subclasses.Markus Engel1-107/+95
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-26/+26
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-8/+8
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-47/+21
2012-10-30Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...John Smith1-1/+3
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-6/+6
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-4/+5
2012-08-18Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...Markus Engel1-249/+290