summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-08-06hack for 898797Adonis Papaderos1-0/+2
2012-05-04cpp-style castingKris De Gussem1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-1/+1
2011-08-29Correct typo in bounding box calculation for groups. Fixes LP #836536Krzysztof Kosi??ski1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-10/+9
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-8/+8
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-37/+32
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-9/+7
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+3
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-46/+47
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-2/+0
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-2/+2
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-10/+10
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-12/+12
2010-02-04Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler1-1/+5
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-3/+3
2009-12-26Major simplification of 3D box code.Maximilian Albert1-20/+0
2009-11-23work on the lpe group undo bug. it's not solved, but i think LPE code does ev...Johan B. C. Engelen1-1/+5
2009-10-07Patch by Johan to fix 391368Josh Andler1-10/+16
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-06-20When ungrouping, apply the correct transformation to a linked offset (fixes b...Diederik van Lierop1-15/+33
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-3/+3
2008-12-29coding stylebulia byak1-5/+2
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-2/+2