| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove superfluous #include | Maximilian Albert | 2008-07-29 | 1 | -1/+0 |
| | | | | (bzr r6464) | ||||
| * | Make lpe-ruler use the new text widget to display the ruler length ↵ | Maximilian Albert | 2008-07-29 | 2 | -9/+57 |
| | | | | | | on-canvas; slight modifications to ruler design (bzr r6463) | ||||
| * | New parameter TextParam for LPEs | Maximilian Albert | 2008-07-29 | 3 | -3/+176 |
| | | | | (bzr r6462) | ||||
| * | automatically add helperpath for PathParams | Maximilian Albert | 2008-07-29 | 2 | -0/+7 |
| | | | | (bzr r6457) | ||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 5 | -29/+46 |
| | | | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450) | ||||
| * | Remove obsolete function param_editOncanvas for PointParams | Maximilian Albert | 2008-07-29 | 2 | -22/+0 |
| | | | | (bzr r6449) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 12 | -48/+30 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | Remove superfluous functions | Maximilian Albert | 2008-07-29 | 2 | -4/+1 |
| | | | | (bzr r6447) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 4 | -21/+42 |
| | | | | | | 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 | 2 | -4/+4 |
| | | | | (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) | ||||
| * | lpe interpolate: fix traversal of trajectory_path. add option for ↵ | Johan B. C. Engelen | 2008-07-27 | 2 | -11/+17 |
| | | | | | | equidistant_spacing (bzr r6433) | ||||
| * | add LPE Interpolate | Johan B. C. Engelen | 2008-07-27 | 6 | -0/+183 |
| | | | | (bzr r6431) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 3 | -1/+4 |
| | | | | (bzr r6416) | ||||
| * | Scale parameter for lpe-ruler | Maximilian Albert | 2008-07-22 | 2 | -2/+5 |
| | | | | (bzr r6393) | ||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 7 | -31/+4 |
| | | | | (bzr r6373) | ||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 7 | -32/+59 |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | ||||
| * | remove usereference vestiges, change the signature of user_unlink (not used yet) | bulia byak | 2008-07-19 | 2 | -9/+2 |
| | | | | (bzr r6359) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 4 | -7/+7 |
| | | | | (bzr r6339) | ||||
| * | add lpe-Boolops | Johan B. C. Engelen | 2008-07-16 | 6 | -0/+142 |
| | | | | (bzr r6334) | ||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| | | | | (bzr r6332) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 2 | -2/+2 |
| | | | | (bzr r6329) | ||||
| * | remove debug messages from last commits | Johan B. C. Engelen | 2008-07-15 | 1 | -4/+0 |
| | | | | (bzr r6328) | ||||
| * | fix lpe-spiro for smooth closing points | Johan B. C. Engelen | 2008-07-15 | 1 | -18/+35 |
| | | | | (bzr r6327) | ||||
| * | lpe-skeleton.cpp: comment out handle code by default | Maximilian Albert | 2008-07-15 | 1 | -0/+2 |
| | | | | (bzr r6323) | ||||
| * | New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵ | Maximilian Albert | 2008-07-15 | 4 | -0/+26 |
| | | | | | | 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) | ||||
| * | Print distance info in console for LPERuler until new CanvasText item works | Maximilian Albert | 2008-07-15 | 1 | -0/+2 |
| | | | | (bzr r6321) | ||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 5 | -1/+140 |
| | | | | (bzr r6319) | ||||
| * | 2geomify lpeSpiro | Johan B. C. Engelen | 2008-07-14 | 1 | -91/+97 |
| | | | | (bzr r6298) | ||||
| * | Enable knotholder handles for LPEAngleBisector now that they can be used ↵ | Maximilian Albert | 2008-07-14 | 1 | -3/+2 |
| | | | | | | simultaneously with nodepath (bzr r6292) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -1/+1 |
| | | | | (bzr r6291) | ||||
| * | Fix handle for LPERotateCopies | Maximilian Albert | 2008-07-08 | 1 | -5/+7 |
| | | | | (bzr r6239) | ||||
| * | Rename LPE: mirror reflect --> mirror symmetry | Maximilian Albert | 2008-07-08 | 6 | -23/+23 |
| | | | | (bzr r6238) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -4/+1 |
| | | | | (bzr r6214) | ||||
| * | move undo commits closer to the UI | bulia byak | 2008-07-05 | 2 | -5/+2 |
| | | | | (bzr r6195) | ||||
| * | live_effects/parameter/enum.h: Supply missing #includes/declarations so that ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| | | | | | | we don't 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 r6177) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 4 | -7/+8 |
| | | | | (bzr r6156) | ||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 3 | -5/+7 |
| | | | | | | settings for the knotholder handle (bzr r6151) | ||||
| * | Keep original path by default for LPEMirrorReflect | Maximilian Albert | 2008-07-04 | 2 | -0/+6 |
| | | | | (bzr r6150) | ||||
| * | Fixed initialization order. | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 |
| | | | | (bzr r6144) | ||||
| * | update 2geom (svn rev1433) | Johan B. C. Engelen | 2008-07-03 | 6 | -7/+7 |
| | | | | (bzr r6134) | ||||
| * | First shot at a dropdown selector for various shapes in pen/pencil tool, ↵ | Maximilian Albert | 2008-07-03 | 3 | -7/+14 |
| | | | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127) | ||||
| * | New LPE: Offset | Maximilian Albert | 2008-07-03 | 5 | -1/+158 |
| | | | | (bzr r6126) | ||||
| * | lpe-skeleton: add boilerplate code to create knotholder handles for LPEs | Maximilian Albert | 2008-07-02 | 2 | -0/+34 |
| | | | | (bzr r6122) | ||||
| * | lpe-skeleton: add variable to control display of original path | Maximilian Albert | 2008-07-02 | 1 | -1/+4 |
| | | | | (bzr r6121) | ||||
| * | Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵ | Maximilian Albert | 2008-07-02 | 2 | -5/+64 |
| | | | | | | than entering values by hand) (bzr r6120) | ||||
| * | Remove now obsolete 'edit on canvas' button for PointParams | Maximilian Albert | 2008-07-02 | 1 | -10/+0 |
| | | | | (bzr r6119) | ||||
| * | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 2008-07-02 | 6 | -24/+31 |
| | | | | | | PointParams (bzr r6118) | ||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 2 | -2/+2 |
| | | | | (bzr r6078) | ||||
