summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+4
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-1/+1
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
* apologies for our very fine windows build systemJohan B. C. Engelen2009-01-041-0/+2
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
* remove some of the lpe test define clauses. they are not needed. this in prep...Johan B. C. Engelen2009-01-032-8/+2
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-035-0/+404
* reorder LPE listJohan B. C. Engelen2009-01-022-13/+13
* fixed transform_mutliply for vector lpe parameter.JF Barraud2008-12-171-1/+1
* fix LPE Sketch with new 2geomJohan B. C. Engelen2008-12-131-3/+3
* please don't forget to update Makefile_insertbulia byak2008-11-261-2/+2
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-265-26/+26
* Merge from fe-movedTed Gould2008-11-2133-629/+1475
* From trunkTed Gould2008-10-2716-65/+52
* Merging from trunkTed Gould2008-10-1111-168/+399
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-1/+1
* add a path parameter to doeffect_stack_test to test a bug + fix a stupid erro...JF Barraud2008-09-231-1/+1
* add a path parameter to doeffect_stack_test to test a bugJF Barraud2008-09-232-1/+5
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-231-4/+3
* Fixed initialization order issueJon A. Cruz2008-09-182-14/+14
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...JF Barraud2008-09-172-0/+8
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...JF Barraud2008-09-172-41/+37
* lpe-knot update. Each crossing can be flipped independently.JF Barraud2008-09-162-153/+409
* Make displaying of unit in lpe-path-length optionalMaximilian Albert2008-09-142-2/+7
* Scaling factor for lpe-path-lengthMaximilian Albert2008-09-142-5/+6
* Warning for bugJon A. Cruz2008-09-141-0/+2
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-132-0/+8
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-024-1/+180
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-192-22/+35
* Don't display canvas text (length info) in lpe-ruler any more; add many more ...Maximilian Albert2008-08-192-56/+88
* Fix end type combo boxMaximilian Albert2008-08-182-7/+7
* noop: reorder options for lpe-line-segmentMaximilian Albert2008-08-181-2/+2
* Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...Maximilian Albert2008-08-182-14/+8
* Add action to change the end type of line segments if an item has LPELineSegm...Maximilian Albert2008-08-181-1/+2
* noop: wordingMaximilian Albert2008-08-181-2/+2
* Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...Maximilian Albert2008-08-181-0/+1
* Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert2008-08-182-0/+8
* Add lpe-line_segment to LPETool toolbarMaximilian Albert2008-08-181-1/+2
* cleanupMaximilian Albert2008-08-181-1/+1
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-182-6/+6
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-182-6/+13
* reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert2008-08-182-1/+13
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert2008-08-185-1/+175
* cast for EnumParamMaximilian Albert2008-08-181-0/+3
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-134-6/+6
* Get rid of some superfluous includesMaximilian Albert2008-08-132-15/+0
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-083-3/+3
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-074-8/+28
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0