summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak2008-07-192-9/+2
| | | (bzr r6359)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-174-7/+7
| | | (bzr r6339)
* add lpe-BoolopsJohan B. C. Engelen2008-07-166-0/+142
| | | (bzr r6334)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
| | | (bzr r6332)
* warning cleanupJon A. Cruz2008-07-162-2/+2
| | | (bzr r6329)
* remove debug messages from last commitsJohan B. C. Engelen2008-07-151-4/+0
| | | (bzr r6328)
* fix lpe-spiro for smooth closing pointsJohan B. C. Engelen2008-07-151-18/+35
| | | (bzr r6327)
* lpe-skeleton.cpp: comment out handle code by defaultMaximilian Albert2008-07-151-0/+2
| | | (bzr r6323)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-154-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 worksMaximilian Albert2008-07-151-0/+2
| | | (bzr r6321)
* New LPE: RulerMaximilian Albert2008-07-155-1/+140
| | | (bzr r6319)
* 2geomify lpeSpiroJohan B. C. Engelen2008-07-141-91/+97
| | | (bzr r6298)
* Enable knotholder handles for LPEAngleBisector now that they can be used ↵Maximilian Albert2008-07-141-3/+2
| | | | | simultaneously with nodepath (bzr r6292)
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+1
| | | (bzr r6291)
* Fix handle for LPERotateCopiesMaximilian Albert2008-07-081-5/+7
| | | (bzr r6239)
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-086-23/+23
| | | (bzr r6238)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
| | | (bzr r6214)
* move undo commits closer to the UIbulia byak2008-07-052-5/+2
| | | (bzr r6195)
* live_effects/parameter/enum.h: Supply missing #includes/declarations so that ↵Peter Moulder2008-07-051-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 cleanupJon A. Cruz2008-07-044-7/+8
| | | (bzr r6156)
* Remove oncanvas_editable attribute for PointParams; use their internal shape ↵Maximilian Albert2008-07-043-5/+7
| | | | | settings for the knotholder handle (bzr r6151)
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
| | | (bzr r6150)
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
| | | (bzr r6144)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-036-7/+7
| | | (bzr r6134)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-033-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: OffsetMaximilian Albert2008-07-035-1/+158
| | | (bzr r6126)
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-022-0/+34
| | | (bzr r6122)
* lpe-skeleton: add variable to control display of original pathMaximilian Albert2008-07-021-1/+4
| | | (bzr r6121)
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵Maximilian Albert2008-07-022-5/+64
| | | | | than entering values by hand) (bzr r6120)
* Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert2008-07-021-10/+0
| | | (bzr r6119)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-026-24/+31
| | | | | PointParams (bzr r6118)
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-262-2/+2
| | | (bzr r6078)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-242-36/+0
| | | (bzr r6046)
* LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6019)
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6015)
* Display helper grid for LPELattice; automatically add helper paths for LPE ↵Maximilian Albert2008-06-183-2/+67
| | | | | PathParams (bzr r5996)
* Make knotholder members protectedMaximilian Albert2008-06-181-2/+2
| | | (bzr r5994)
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
| | | (bzr r5993)
* Oops! Fix compile.Maximilian Albert2008-06-181-4/+12
| | | (bzr r5980)
* Add handle to adjust angleMaximilian Albert2008-06-182-1/+89
| | | (bzr r5979)
* New LPE: Copy rotateMaximilian Albert2008-06-185-1/+148
| | | (bzr r5978)
* New LPE: ParallelMaximilian Albert2008-06-185-1/+253
| | | (bzr r5975)
* Remove superfluous #include from lpe-skeleton.hMaximilian Albert2008-06-181-1/+0
| | | (bzr r5974)
* Fix wrong descriptionsMaximilian Albert2008-06-181-3/+3
| | | (bzr r5973)
* fix for 2geom change (pointAndDerivative)Johan B. C. Engelen2008-06-171-1/+1
| | | (bzr r5971)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-163-20/+21
| | | (bzr r5963)
* Address compile warningMaximilian Albert2008-06-161-2/+2
| | | (bzr r5961)
* New LPE: Angle bisectorMaximilian Albert2008-06-165-1/+235
| | | (bzr r5960)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-165-1/+159
| | | (bzr r5959)
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵Maximilian Albert2008-06-163-5/+3
| | | | | flashing when LPE already provides a helperpath (bzr r5956)