| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge in Adonis Papaderos' fix for bug lp:898797 | Martin Owens | 2013-09-19 | 1 | -0/+2 |
| |\ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898797 (bzr r12539) | ||||
| | * | hack for 898797 | Adonis Papaderos | 2012-08-06 | 1 | -0/+2 |
| | | | | | | | (bzr r11595.1.1) | ||||
| * | | Removed placement news / explicit destructor calls. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.113) | ||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -3/+7 |
| |\ \ | | | | | | | (bzr r11608.1.107) | ||||
| | * | | Allow svg elements to be ungrouped | Martin Owens | 2013-06-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166327 (bzr r12373) | ||||
| | * | | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | | | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -2/+0 |
| | | | | | | | | | | (bzr r11608.1.86) | ||||
| * | | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -1/+0 |
| | | | | | | | | | | (bzr r11608.1.81) | ||||
| * | | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -16/+12 |
| | | | | | | | | | | (bzr r11608.1.78) | ||||
| * | | | Merged Group and subclasses. | Markus Engel | 2013-04-05 | 1 | -107/+95 |
| | | | | | | | | | | (bzr r11608.1.77) | ||||
| * | | | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 2013-04-02 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | rewritten, as they aren't real classes. (bzr r11608.1.69) | ||||
| * | | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -4/+10 |
| | | | | | | | | | | (bzr r11608.1.67) | ||||
| * | | | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r11608.1.65) | ||||
| * | | | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | | | | | | | (bzr r11608.1.63) | ||||
| * | | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -26/+26 |
| | | | | | | | | | | (bzr r11608.1.57) | ||||
| * | | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -184/+7 |
| |\| | | | | | | | | (bzr r11608.1.56) | ||||
| | * | | More GObject boilerplate cleanup | Alex Valavanis | 2013-01-24 | 1 | -47/+21 |
| | | | | | | | | | | (bzr r12059) | ||||
| | * | | Fix for 1071328 : Inkscape encounters internal error when opening a valid ↵ | John Smith | 2012-10-30 | 1 | -1/+3 |
| | |/ | | | | | | | | | SVG file (bzr r11853) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -8/+8 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.48) | ||||
| * | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 2012-10-06 | 1 | -6/+6 |
| | | | | | | | (bzr r11608.1.46) | ||||
| * | | Removed old calls to set_shape and update_patheffect. | Markus Engel | 2012-09-29 | 1 | -4/+5 |
| | | | | | | | (bzr r11608.1.45) | ||||
| * | | Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by ↵ | Markus Engel | 2012-08-18 | 1 | -249/+290 |
| |/ | | | | | | | someone else. SPGroup should work as expected, SPSwitch may still be buggy. (bzr r11608.1.16) | ||||
| * | cpp-style casting | Kris De Gussem | 2012-05-04 | 1 | -1/+1 |
| | | | | (bzr r11324) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| | | | | (bzr r10897) | ||||
| * | Correct typo in bounding box calculation for groups. Fixes LP #836536 | Krzysztof Kosi??ski | 2011-08-29 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/836536 (bzr r10595) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -10/+9 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -8/+8 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -37/+32 |
| | | | | (bzr r10347.1.21) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -9/+7 |
| | | | | (bzr r10461) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -2/+3 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+3 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -52/+53 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -46/+47 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -6/+6 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -67/+64 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -67/+64 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -10/+10 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+0 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Patch by Martin Sucha to add preferences to for grouping on Clip/Mask | Josh Andler | 2010-02-04 | 1 | -1/+5 |
| | | | | (bzr r9050) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -20/+0 |
| | | | | (bzr r8911) | ||||
| * | work on the lpe group undo bug. it's not solved, but i think LPE code does ↵ | Johan B. C. Engelen | 2009-11-23 | 1 | -1/+5 |
| | | | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839) | ||||
