| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rely on config file for enabling test effects | Johan B. C. Engelen | 2009-01-03 | 1 | -2/+4 |
| | | | | (bzr r7068) | ||||
| * | remove some of the lpe test define clauses. they are not needed. this in ↵ | Johan B. C. Engelen | 2009-01-03 | 1 | -3/+1 |
| | | | | | | preparation for moving the define to config.h (bzr r7066) | ||||
| * | added lpe-dynastroke, but hidden as experimental. | JF Barraud | 2009-01-03 | 1 | -0/+6 |
| | | | | (bzr r7065) | ||||
| * | reorder LPE list | Johan B. C. Engelen | 2009-01-02 | 1 | -9/+9 |
| | | | | | | disable test effects per default (bzr r7057) | ||||
| * | renamed lpe-hatches to lpe-rough-hatches. | JF Barraud | 2008-11-26 | 1 | -5/+5 |
| | | | | (bzr r6905) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -3/+7 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -1/+1 |
| | | | | (bzr r6885) | ||||
| * | noop: wording | Maximilian Albert | 2008-08-18 | 1 | -2/+2 |
| | | | | (bzr r6680) | ||||
| * | Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+1 |
| | | | | | | expect zero clicks (bzr r6677) | ||||
| * | Add option do deactivate knotholder handles for LPEs (useful if they ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+5 |
| | | | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667) | ||||
| * | Add lpe-line_segment to LPETool toolbar | Maximilian Albert | 2008-08-18 | 1 | -1/+2 |
| | | | | (bzr r6653) | ||||
| * | Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense | Maximilian Albert | 2008-08-18 | 1 | -4/+4 |
| | | | | (bzr r6644) | ||||
| * | Remove done_pathparam_set and friends because it currently isn't used any ↵ | Maximilian Albert | 2008-08-18 | 1 | -4/+4 |
| | | | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643) | ||||
| * | reimplement acceptsNumParams(); instead of making it a virtual function we ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+11 |
| | | | | | | just make case distinctions (bzr r6642) | ||||
| * | New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+5 |
| | | | | | | segments (bzr r6641) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | New LPE: path length | Maximilian Albert | 2008-07-30 | 1 | -0/+5 |
| | | | | (bzr r6477) | ||||
| * | New LPE: Text label | Maximilian Albert | 2008-07-30 | 1 | -0/+5 |
| | | | | (bzr r6472) | ||||
| * | Remove superfluous #include | Maximilian Albert | 2008-07-29 | 1 | -1/+0 |
| | | | | (bzr r6464) | ||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 1 | -26/+34 |
| | | | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -5/+15 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 1 | -10/+6 |
| | | | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446) | ||||
| * | remove dependency on INVALID_LPE a bit | Johan B. C. Engelen | 2008-07-27 | 1 | -3/+3 |
| | | | | (bzr r6436) | ||||
| * | sort LPE effect list | Johan B. C. Engelen | 2008-07-27 | 1 | -26/+26 |
| | | | | (bzr r6435) | ||||
| * | LPE Interpolate => "Interpolate Sub-Paths" | Johan B. C. Engelen | 2008-07-27 | 1 | -1/+1 |
| | | | | (bzr r6434) | ||||
| * | add LPE Interpolate | Johan B. C. Engelen | 2008-07-27 | 1 | -0/+5 |
| | | | | (bzr r6431) | ||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 1 | -5/+4 |
| | | | | (bzr r6373) | ||||
| * | add lpe-Boolops | Johan B. C. Engelen | 2008-07-16 | 1 | -0/+5 |
| | | | | (bzr r6334) | ||||
| * | New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵ | Maximilian Albert | 2008-07-15 | 1 | -0/+4 |
| | | | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322) | ||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 1 | -0/+5 |
| | | | | (bzr r6319) | ||||
| * | Rename LPE: mirror reflect --> mirror symmetry | Maximilian Albert | 2008-07-08 | 1 | -4/+4 |
| | | | | (bzr r6238) | ||||
| * | move undo commits closer to the UI | bulia byak | 2008-07-05 | 1 | -3/+0 |
| | | | | (bzr r6195) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 1 | -2/+2 |
| | | | | (bzr r6156) | ||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 1 | -1/+2 |
| | | | | | | settings for the knotholder handle (bzr r6151) | ||||
| * | New LPE: Offset | Maximilian Albert | 2008-07-03 | 1 | -0/+5 |
| | | | | (bzr r6126) | ||||
| * | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 2008-07-02 | 1 | -3/+4 |
| | | | | | | PointParams (bzr r6118) | ||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 1 | -1/+1 |
| | | | | (bzr r6078) | ||||
| * | Display helper grid for LPELattice; automatically add helper paths for LPE ↵ | Maximilian Albert | 2008-06-18 | 1 | -1/+11 |
| | | | | | | PathParams (bzr r5996) | ||||
| * | Improve comments and catch missing desktop in effect.cpp | Maximilian Albert | 2008-06-18 | 1 | -4/+5 |
| | | | | (bzr r5993) | ||||
| * | New LPE: Copy rotate | Maximilian Albert | 2008-06-18 | 1 | -0/+5 |
| | | | | (bzr r5978) | ||||
| * | New LPE: Parallel | Maximilian Albert | 2008-06-18 | 1 | -0/+5 |
| | | | | (bzr r5975) | ||||
| * | Activate automatic knotholders for LPE PointParams | Maximilian Albert | 2008-06-16 | 1 | -0/+17 |
| | | | | (bzr r5963) | ||||
| * | Address compile warning | Maximilian Albert | 2008-06-16 | 1 | -2/+2 |
| | | | | (bzr r5961) | ||||
| * | New LPE: Angle bisector | Maximilian Albert | 2008-06-16 | 1 | -0/+5 |
| | | | | (bzr r5960) | ||||
| * | New LPE: circle through 3 points | Maximilian Albert | 2008-06-16 | 1 | -0/+5 |
| | | | | (bzr r5959) | ||||
| * | Second step: try to make helper curves respond faster (don't recreate/delete ↵ | Maximilian Albert | 2008-06-16 | 1 | -1/+5 |
| | | | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955) | ||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 1 | -2/+26 |
| | | | | (bzr r5954) | ||||
| * | put exception catch block around all doEffect calls. (so in SP_LPE_ITEM) | Johan B. C. Engelen | 2008-06-14 | 1 | -15/+2 |
| | | | | (bzr r5938) | ||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5905) | ||||
