| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -67/+0 |
| | | | | (bzr r13341.1.253) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -5/+3 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Clean up some ShapeHolder related things | Liam P. White | 2014-07-26 | 1 | -40/+14 |
| | | | | (bzr r13341.1.100) | ||||
| * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 1 | -1/+1 |
| | | | | (bzr r13089) | ||||
| * | Fix bug with tool handles during document unit change. | Matthew Petroff | 2013-09-14 | 1 | -0/+3 |
| | | | | (bzr r12475.1.17) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -5/+8 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -1/+0 |
| | | | | (bzr r9508.1.48) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+2 |
| | | | | (bzr r9034) | ||||
| * | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -77/+2 |
| | | | | (bzr r8846.2.6) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -20/+0 |
| | | | | (bzr r8846.1.1) | ||||
| * | shapeeditor: save separate listerner's repr_keys for KnotHolder and ↵ | Johan B. C. Engelen | 2009-07-15 | 1 | -1/+2 |
| | | | | | | NodePaths, to fix bug #387298 (bzr r8289) | ||||
| * | tidy up SPObjects that must always be LivePathEffectObjects | Johan B. C. Engelen | 2009-03-19 | 1 | -7/+8 |
| | | | | (bzr r7526) | ||||
| * | make more things private | bulia byak | 2009-02-06 | 1 | -7/+11 |
| | | | | (bzr r7239) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| | | | | (bzr r6839) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -6/+6 |
| | | | | (bzr r6835) | ||||
| * | undo last commit - here's a better way to fix this bug | bulia byak | 2008-09-05 | 1 | -0/+3 |
| | | | | (bzr r6768) | ||||
| * | Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵ | Maximilian Albert | 2008-08-13 | 1 | -1/+1 |
| | | | | | | passing in the current desktop and nodepath from the caller (bzr r6615) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | fix stupid crash, make get_item const | bulia byak | 2008-07-20 | 1 | -1/+1 |
| | | | | (bzr r6369) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -6/+12 |
| | | | | (bzr r6291) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -1/+1 |
| | | | | (bzr r6214) | ||||
| * | shape-editor.h: Supply missing #includes/declarations so that we don't ↵ | Peter Moulder | 2008-07-05 | 1 | -5/+3 |
| | | | | | | depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6183) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -3/+3 |
| | | | | (bzr r5797) | ||||
| * | Add on-canvas editing of LPE PointParam. | Johan B. C. Engelen | 2008-03-20 | 1 | -1/+1 |
| | | | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133) | ||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -1/+2 |
| | | | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888) | ||||
| * | * on-canvas clip and mask editing :) in the object menu you can find how to ↵ | Johan B. C. Engelen | 2008-02-23 | 1 | -0/+1 |
| | | | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834) | ||||
| * | fix undoing of LPE paths again. please test. (now nodepath is only updated ↵ | Johan B. C. Engelen | 2007-10-23 | 1 | -0/+2 |
| | | | | | | when it is editting the changed xml attribute) (bzr r3947) | ||||
| * | LPE: fix undoing changes to pathparameter on-canvas. | Johan B. C. Engelen | 2007-10-20 | 1 | -0/+1 |
| | | | | (bzr r3935) | ||||
| * | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 2007-10-20 | 1 | -1/+1 |
| | | | | (bzr r3934) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+1 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | fixed fixme's in shapeeditor and changed verbs for node editting. helps with ↵ | Johan B. C. Engelen | 2007-05-11 | 1 | -0/+4 |
| | | | | | | multiple nodepath implementation in shape-editor. (bzr r3000) | ||||
| * | flipping patch by maximilian albert | bulia byak | 2007-04-17 | 1 | -1/+2 |
| | | | | (bzr r2916) | ||||
| * | removing forward declaration of a enum - is it valid at all? at least it ↵ | bulia byak | 2007-02-13 | 1 | -2/+1 |
| | | | | | | worked for me (bzr r2375) | ||||
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 2007-02-13 | 1 | -0/+160 |
| handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374) | |||||
