| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -4/+4 |
| | | | | (bzr r6839) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -15/+15 |
| | | | | (bzr r6835) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -2/+2 |
| | | | | (bzr r6793) | ||||
| * | 2geom update (rev. 1578); fixes node editing of some degenerate paths | Maximilian Albert | 2008-09-08 | 1 | -4/+8 |
| | | | | (bzr r6784) | ||||
| * | fix node tool for LPEs by reverting r19694 | Johan B. C. Engelen | 2008-09-07 | 1 | -7/+1 |
| | | | | (bzr r6776) | ||||
| * | undo last commit - here's a better way to fix this bug | bulia byak | 2008-09-05 | 1 | -34/+29 |
| | | | | (bzr r6768) | ||||
| * | fix crash: separate np and kh listeners so that np listener is not fired ↵ | bulia byak | 2008-09-05 | 1 | -8/+27 |
| | | | | | | twice when a path with pattern fill is edited (bzr r6766) | ||||
| * | Fixed forgotten variable assignment | Jon A. Cruz | 2008-09-02 | 1 | -1/+1 |
| | | | | (bzr r6755) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-08-18 | 1 | -8/+0 |
| | | | | (bzr r6689) | ||||
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 1 | -1/+8 |
| | | | | (bzr r6661) | ||||
| * | Use the visible curve (instead of original curve when a LPE is applied) for ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+7 |
| | | | | | | testing whether we are over stroke; TODO: we must check whether this is also the right thing to do in all other circumstanced (e.g., when editing in node tool) (bzr r6660) | ||||
| * | Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵ | Maximilian Albert | 2008-08-13 | 1 | -3/+3 |
| | | | | | | passing in the current desktop and nodepath from the caller (bzr r6615) | ||||
| * | Get rid of some superfluous includes | Maximilian Albert | 2008-08-13 | 1 | -1/+1 |
| | | | | (bzr r6613) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+3 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | Remove now obsolete functions | Maximilian Albert | 2008-07-29 | 1 | -10/+1 |
| | | | | (bzr r6458) | ||||
| * | in shapeeditor to determine whether tool is above the path, use 2geom ↵ | Johan B. C. Engelen | 2008-07-25 | 1 | -10/+18 |
| | | | | | | methods instead of livarot. (bzr r6419) | ||||
| * | Fix LP #250175 (broken undo in node tool) | Maximilian Albert | 2008-07-22 | 1 | -3/+6 |
| | | | | (bzr r6392) | ||||
| * | fix stupid crash, make get_item const | bulia byak | 2008-07-20 | 1 | -6/+6 |
| | | | | (bzr r6369) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -90/+152 |
| | | | | (bzr r6291) | ||||
| * | another fix for parallel knotholder and nodepath | bulia byak | 2008-07-05 | 1 | -3/+2 |
| | | | | (bzr r6162) | ||||
| * | fix crash triggered by having both knotholder and nodepath at the same time | bulia byak | 2008-07-05 | 1 | -6/+2 |
| | | | | (bzr r6161) | ||||
| * | Update LPE helper paths "live" on changes | Maximilian Albert | 2008-06-18 | 1 | -1/+1 |
| | | | | (bzr r5995) | ||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 1 | -7/+8 |
| | | | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 |
| | | | | (bzr r5915) | ||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -12/+7 |
| | | | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -2/+2 |
| | | | | (bzr r5797) | ||||
| * | check if item is LPEItem before casting!!! fixes bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -6/+14 |
| | | | | (bzr r5793) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -3/+3 |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | ||||
| * | Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵ | Maximilian Albert | 2008-05-19 | 1 | -1/+2 |
| | | | | | | applied to the object) (bzr r5711) | ||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 1 | -1/+8 |
| | | | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | Add on-canvas editing of LPE PointParam. | Johan B. C. Engelen | 2008-03-20 | 1 | -6/+15 |
| | | | | | | | | | * 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) | ||||
| * | fix FIXME: remove setting knotholder to NULL, because it is already nulled ↵ | Johan B. C. Engelen | 2008-03-12 | 1 | -2/+0 |
| | | | | | | by unset_item (bzr r5071) | ||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -3/+11 |
| | | | | | | | | 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/+4 |
| | | | | | | | | 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) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -0/+1 |
| | | | | (bzr r4588) | ||||
| * | fix over_the_stroke for paths in transformed groups | bulia byak | 2008-01-12 | 1 | -6/+5 |
| | | | | (bzr r4468) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -16/+16 |
| | | | | (bzr r4025) | ||||
| * | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 2007-10-30 | 1 | -1/+1 |
| | | | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | ||||
| * | fix undoing of LPE paths again. please test. (now nodepath is only updated ↵ | Johan B. C. Engelen | 2007-10-23 | 1 | -3/+8 |
| | | | | | | when it is editting the changed xml attribute) (bzr r3947) | ||||
| * | Revert undo LPE paths fix; crashed on linux :( | Johan B. C. Engelen | 2007-10-23 | 1 | -1/+3 |
| | | | | (bzr r3946) | ||||
| * | LPE: fix undoing changes to pathparameter on-canvas. | Johan B. C. Engelen | 2007-10-20 | 1 | -9/+18 |
| | | | | (bzr r3935) | ||||
| * | LPE: add on-canvas editing of path parameters! | Johan B. C. Engelen | 2007-10-20 | 1 | -12/+10 |
| | | | | (bzr r3934) | ||||
| * | Fix undo bug when on-canvas editing LPE path parameter! | Johan B. C. Engelen | 2007-10-17 | 1 | -3/+6 |
| | | | | (bzr r3924) | ||||
| * | scroll desktop to selected node after Tab/Shift-Tab | bulia byak | 2007-10-12 | 1 | -2/+10 |
| | | | | (bzr r3890) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -1/+1 |
| | | | | (bzr r3706) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -3/+33 |
| | | | | | | (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 | -9/+23 |
| | | | | | | multiple nodepath implementation in shape-editor. (bzr r3000) | ||||
| * | flipping patch by maximilian albert | bulia byak | 2007-04-17 | 1 | -2/+2 |
| | | | | (bzr r2916) | ||||
