| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -1/+1 |
| |\ | | | | | (bzr r11608.1.119) | ||||
| | * | catch exception by reference | Johan B. C. Engelen | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | (bzr r12465) | ||||
| * | | 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 | -11/+9 |
| | | | | | | | (bzr r11608.1.81) | ||||
| * | | Merged more classes. | Markus Engel | 2013-04-05 | 1 | -101/+76 |
| | | | | | | | (bzr r11608.1.78) | ||||
| * | | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -4/+10 |
| | | | | | | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| * | | 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 | -17/+17 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -143/+10 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -44/+19 |
| | | | | | | | (bzr r12065) | ||||
| | * | cppcheck fixes: sp-lpe-item | Alex Valavanis | 2012-10-27 | 1 | -47/+34 |
| | | | | | | | (bzr r11836) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -7/+7 |
| | | | | | | | | | | | 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) | ||||
| * | | Removed old calls to set_shape and update_patheffect. | Markus Engel | 2012-09-29 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.45) | ||||
| * | | As all subclasses of SPLPEItem now have "virtual pads" with correct ↵ | Markus Engel | 2012-08-19 | 1 | -3/+1 |
| | | | | | | | | | | | inheritance, the virtual function call to "onUpdatePatheffect" was converted to C++ style. (bzr r11608.1.22) | ||||
| * | | Added "virtual pad" to SPLPEItem. | Markus Engel | 2012-08-18 | 1 | -46/+105 |
| |/ | | | (bzr r11608.1.3) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+2 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -9/+14 |
| | | | | | | add some const stuff (bzr r10900) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -6/+6 |
| | | | | (bzr r10681) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -1/+1 |
| | | | | (bzr r10461) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -12/+12 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+4 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | 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 | -2/+2 |
| | | | | | | | (bzr r9546.1.4) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | i think this is the final fix for the LPE forking bug with clones. | Johan B. C. Engelen | 2010-06-01 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9469) | ||||
| * | much better fix for lpe forking, that can no longer turn into infinite loop | Johan B. C. Engelen | 2010-05-31 | 1 | -23/+28 |
| | | | | | | | | | still, lpes are forked when referenced by clones... Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9460) | ||||
| * | temporary fix, to stop lpe clone freeze | Johan B. C. Engelen | 2010-05-26 | 1 | -1/+2 |
| | | | | (bzr r9452) | ||||
| * | better fix for lpe stack forking | Johan B. C. Engelen | 2010-05-18 | 1 | -0/+36 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431) | ||||
| * | fix bug when forking LPE stack | Johan B. C. Engelen | 2010-05-14 | 1 | -0/+3 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -14/+3 |
| | | | | (bzr r8846.1.1) | ||||
| * | 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 | -30/+31 |
| | | | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839) | ||||
| * | Fix for 419577 by Johan | Josh Andler | 2009-10-05 | 1 | -1/+5 |
| | | | | (bzr r8722) | ||||
| * | fix bug #377958: don't write inkscape:path-effect to plain svg | Johan B. C. Engelen | 2009-08-26 | 1 | -5/+7 |
| | | | | (bzr r8540) | ||||
| * | fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do ↵ | bulia byak | 2009-08-22 | 1 | -0/+18 |
| | | | | | | not calculate the curve if they have a broken lpe, instead reading it directly from d= and issuing a warning (bzr r8520) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | sp_lpe_item_has_path_effect now returns false if one of the effects in the ↵ | bulia byak | 2009-03-26 | 1 | -1/+13 |
| | | | | | | stack is invalid or unsupported, in which case LPE stack is disabled (bzr r7566) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -2/+1 |
| | | | | (bzr r7096) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -15/+19 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -7/+17 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -11/+12 |
| | | | | (bzr r6884) | ||||
| * | remove lpeobject_ref when invalid lpe name | Johan B. C. Engelen | 2008-09-23 | 1 | -0/+5 |
| | | | | (bzr r6874) | ||||
| * | fix crash on entering invalid lpe name in xml | Johan B. C. Engelen | 2008-09-23 | 1 | -4/+3 |
| | | | | (bzr r6873) | ||||
| * | Hide canvas text, too, when lpe-path-length is invisible | Maximilian Albert | 2008-09-13 | 1 | -0/+14 |
| | | | | (bzr r6801) | ||||
| * | Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense | Maximilian Albert | 2008-08-18 | 1 | -1/+1 |
| | | | | (bzr r6644) | ||||
| * | Remove done_pathparam_set and friends because it currently isn't used any ↵ | Maximilian Albert | 2008-08-18 | 1 | -6/+3 |
| | | | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-07-29 | 1 | -4/+0 |
| | | | | (bzr r6459) | ||||
| * | Remove now obsolete functions | Maximilian Albert | 2008-07-29 | 1 | -47/+0 |
| | | | | (bzr r6458) | ||||
| * | Update helperpaths live also when any of the item's LPEs is modified | Maximilian Albert | 2008-07-29 | 1 | -0/+20 |
| | | | | (bzr r6456) | ||||
