summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-30Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG...John Smith1-1/+3
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
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-265/+267
2008-10-11Merging from trunkTed Gould1-7/+9
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-6/+6
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-10/+10
2008-09-16fix bug 269390, whitespacebulia byak1-40/+44
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-3/+0
2008-09-01removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen1-1/+1
2008-08-23Support for title and desc elements when serializing as Plain SVG.Jeff Schiller1-0/+4
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-05fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak1-1/+1
2008-06-30Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver1-2/+4
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-5/+4
2008-06-06ellipses and groups now use 2geompath for svg_write: sp_svg_write_path(np->cu...Johan B. C. Engelen1-9/+4
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
2008-05-30LPE STACKING!Johan B. C. Engelen1-3/+50
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-11/+11
2008-03-29Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert1-8/+5
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-6/+33