| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some obsolete code | Maximilian Albert | 2008-08-04 | 1 | -57/+0 |
| | | | | (bzr r6558) | ||||
| * | Correct handle tips | Maximilian Albert | 2008-08-04 | 2 | -4/+4 |
| | | | | (bzr r6557) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6543) | ||||
| * | Fixed broken empty string check | Jon A. Cruz | 2008-08-03 | 1 | -10/+10 |
| | | | | (bzr r6542) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 14 | -20/+0 |
| | | | | (bzr r6540) | ||||
| * | simplify lpe spiro code by using new "is_straight_curve" method | Johan B. C. Engelen | 2008-08-02 | 1 | -6/+3 |
| | | | | (bzr r6538) | ||||
| * | use nodetype helper function to determine nodetype within lpe-spiro | Johan B. C. Engelen | 2008-08-02 | 1 | -8/+4 |
| | | | | (bzr r6530) | ||||
| * | lpe spiro: if path is closed it does not matter to what initial pointtype is ↵ | Johan B. C. Engelen | 2008-08-02 | 1 | -1/+1 |
| | | | | | | initialized. (bzr r6528) | ||||
| * | SPItem::getBounds now always returns a Geom::Rect boundingbox. | Johan B. C. Engelen | 2008-08-01 | 2 | -9/+6 |
| | | | | (bzr r6517) | ||||
| * | remove more NR:: from live_effects code | Johan B. C. Engelen | 2008-08-01 | 5 | -13/+13 |
| | | | | (bzr r6515) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 10 | -105/+104 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -8/+7 |
| | | | | (bzr r6512) | ||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6511) | ||||
| * | simplify code | Maximilian Albert | 2008-08-01 | 2 | -13/+10 |
| | | | | (bzr r6510) | ||||
| * | Helperpath for lpe-rotate-copies | Maximilian Albert | 2008-08-01 | 2 | -0/+20 |
| | | | | (bzr r6509) | ||||
| * | Improved UI for lpe-rotate-copies | Maximilian Albert | 2008-08-01 | 2 | -22/+60 |
| | | | | (bzr r6508) | ||||
| * | Make PointParam handles snap, too | Maximilian Albert | 2008-08-01 | 1 | -1/+2 |
| | | | | (bzr r6507) | ||||
| * | Make LPE knotholder handles snap | Maximilian Albert | 2008-08-01 | 7 | -25/+49 |
| | | | | (bzr r6506) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 5 | -6/+6 |
| | | | | (bzr r6495) | ||||
| * | remove old reminder file (of my GSoC last year) | Johan B. C. Engelen | 2008-07-31 | 1 | -6/+0 |
| | | | | (bzr r6492) | ||||
| * | Make lpe-path_length use TextParamInternal | Maximilian Albert | 2008-07-31 | 3 | -5/+5 |
| | | | | (bzr r6490) | ||||
| * | Add unit selector for lpe-path-length, too | Maximilian Albert | 2008-07-31 | 2 | -8/+15 |
| | | | | (bzr r6489) | ||||
| * | Remove UI stuff from internal text parameter | Maximilian Albert | 2008-07-31 | 2 | -11/+7 |
| | | | | (bzr r6488) | ||||
| * | New unit parameter for LPEs which lpe-ruler now uses | Maximilian Albert | 2008-07-31 | 5 | -3/+161 |
| | | | | (bzr r6487) | ||||
| * | New LPE: path length | Maximilian Albert | 2008-07-30 | 5 | -2/+132 |
| | | | | (bzr r6477) | ||||
| * | New function to set text position and anchor relative to a given path | Maximilian Albert | 2008-07-30 | 2 | -0/+20 |
| | | | | (bzr r6475) | ||||
| * | Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ↵ | Maximilian Albert | 2008-07-30 | 2 | -16/+12 |
| | | | | | | more difficult to discover (bzr r6473) | ||||
| * | New LPE: Text label | Maximilian Albert | 2008-07-30 | 5 | -1/+121 |
| | | | | (bzr r6472) | ||||
| * | Move coordinate transform workaround to a more logical place | Maximilian Albert | 2008-07-30 | 2 | -2/+3 |
| | | | | (bzr r6471) | ||||
| * | New 'internal' TextParam which doesn't display a widget (useful if the text ↵ | Maximilian Albert | 2008-07-30 | 3 | -6/+30 |
| | | | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470) | ||||
| * | Make text widget for TextParams work and re-enable it | Maximilian Albert | 2008-07-30 | 2 | -8/+5 |
| | | | | (bzr r6469) | ||||
| * | Disable text entry widget for TextParam until it works correctly | Maximilian Albert | 2008-07-29 | 1 | -0/+5 |
| | | | | (bzr r6466) | ||||
| * | Temporarily move the code from display/canvas-text.(h|cpp) to ↵ | Maximilian Albert | 2008-07-29 | 1 | -1/+2 |
| | | | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465) | ||||
| * | 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) | ||||
