summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct handle tipsMaximilian Albert2008-08-042-4/+4
* Warning cleanupJon A. Cruz2008-08-031-1/+1
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-0314-20/+0
* simplify lpe spiro code by using new "is_straight_curve" methodJohan B. C. Engelen2008-08-021-6/+3
* use nodetype helper function to determine nodetype within lpe-spiroJohan B. C. Engelen2008-08-021-8/+4
* lpe spiro: if path is closed it does not matter to what initial pointtype is ...Johan B. C. Engelen2008-08-021-1/+1
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-012-9/+6
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-015-13/+13
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-0110-105/+104
* replace matrix division code.Johan B. C. Engelen2008-08-011-8/+7
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+1
* simplify codeMaximilian Albert2008-08-012-13/+10
* Helperpath for lpe-rotate-copiesMaximilian Albert2008-08-012-0/+20
* Improved UI for lpe-rotate-copiesMaximilian Albert2008-08-012-22/+60
* Make PointParam handles snap, tooMaximilian Albert2008-08-011-1/+2
* Make LPE knotholder handles snapMaximilian Albert2008-08-017-25/+49
* Warning cleanupJon A. Cruz2008-08-015-6/+6
* remove old reminder file (of my GSoC last year)Johan B. C. Engelen2008-07-311-6/+0
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-313-5/+5
* Add unit selector for lpe-path-length, tooMaximilian Albert2008-07-312-8/+15
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-312-11/+7
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-315-3/+161
* New LPE: path lengthMaximilian Albert2008-07-305-2/+132
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-302-0/+20
* Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ...Maximilian Albert2008-07-302-16/+12
* New LPE: Text labelMaximilian Albert2008-07-305-1/+121