summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | More GObject boilerplate cleanupAlex Valavanis2013-01-241-47/+21
| | | | | | | | | (bzr r12059)
| * | Fix for 1071328 : Inkscape encounters internal error when opening a valid ↵John Smith2012-10-301-1/+3
| |/ | | | | | | | | SVG file (bzr r11853)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-8/+8
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-6/+6
| | | | | | (bzr r11608.1.46)
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-4/+5
| | | | | | (bzr r11608.1.45)
* | Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵Markus Engel2012-08-181-249/+290
|/ | | | | | | someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16)
* cpp-style castingKris De Gussem2012-05-041-1/+1
| | | (bzr r11324)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
| | | (bzr r10897)
* Correct typo in bounding box calculation for groups. Fixes LP #836536Krzysztof Kosi??ski2011-08-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/836536 (bzr r10595)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-10/+9
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-8/+8
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-37/+32
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-9/+7
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-2/+3
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+3
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-52/+53
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-46/+47
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-67/+64
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-67/+64
| |\ | | | | | | (bzr r9945.1.1)
| | * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-2/+2
| | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-10/+10
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-12/+12
| |/ | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+1
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
|/ | | (bzr r9508.1.45)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-041-1/+5
| | | (bzr r9050)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-3/+3
| | | | | for the devs) (bzr r8960)
* Major simplification of 3D box code.Maximilian Albert2009-12-261-20/+0
| | | (bzr r8911)
* work on the lpe group undo bug. it's not solved, but i think LPE code does ↵Johan B. C. Engelen2009-11-231-1/+5
| | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839)
* Patch by Johan to fix 391368Josh Andler2009-10-071-10/+16
| | | (bzr r8739)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* When ungrouping, apply the correct transformation to a linked offset (fixes ↵Diederik van Lierop2009-06-201-15/+33
| | | | | bug #239430) (bzr r8118)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-3/+3
| | | | | displayed "B". (bzr r7335)
* coding stylebulia byak2008-12-291-5/+2
| | | (bzr r7034)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-2/+2
| | | (bzr r7032)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-265/+267
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-7/+9
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-10/+10
| | | (bzr r6836)
* fix bug 269390, whitespacebulia byak2008-09-161-40/+44
| | | (bzr r6829)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-3/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* removed unnecessary pointer, changed to by reference. (the pointer was not ↵Johan B. C. Engelen2008-09-011-1/+1
| | | | | allowed to be NULL, so reference is better) (bzr r6752)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+4
| | | (bzr r6709)