summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-17/+13
2010-01-22Fix some of the LPE issues.Krzysztof Kosi??ski1-2/+2
2010-01-15Warning cleanup.Jon A. Cruz1-2/+2
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-2/+0
2009-12-20Warning cleanupJon A. Cruz1-2/+2
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-6/+27
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-13/+3
2009-11-23decrease header depsJohan B. C. Engelen1-0/+1
2009-06-21Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...Maximilian Albert2-1/+3
2009-04-11Fix two missing icons in live effect parametersKrzysztof Kosi??ski1-2/+2
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-1/+1
2009-03-19tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen1-1/+1
2009-03-15store default size in lpe::ArrayParamJohan B. C. Engelen1-2/+3
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2-1/+3
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-1/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-1/+0
2008-12-17fixed transform_mutliply for vector lpe parameter.JF Barraud1-1/+1
2008-11-21Merge from fe-movedTed Gould11-314/+394
2008-10-11Merging from trunkTed Gould1-1/+2
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-1/+1
2008-09-02add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen4-1/+180
2008-08-18cast for EnumParamMaximilian Albert1-0/+3
2008-08-13Get rid of some superfluous includesMaximilian Albert1-5/+0
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-07try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2-4/+16
2008-08-03Fixed broken empty string checkJon A. Cruz1-10/+10
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01remove more NR:: from live_effects codeJohan B. C. Engelen1-2/+2
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2-14/+13
2008-08-01replace matrix division code.Johan B. C. Engelen1-8/+7
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-1/+1
2008-08-01Make PointParam handles snap, tooMaximilian Albert1-1/+2
2008-08-01Warning cleanupJon A. Cruz4-5/+5
2008-07-31remove old reminder file (of my GSoC last year)Johan B. C. Engelen1-6/+0
2008-07-31Remove UI stuff from internal text parameterMaximilian Albert1-10/+6
2008-07-31New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert3-1/+148
2008-07-30New function to set text position and anchor relative to a given pathMaximilian Albert2-0/+20
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert1-1/+2
2008-07-30New 'internal' TextParam which doesn't display a widget (useful if the text s...Maximilian Albert2-5/+29
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert2-8/+5
2008-07-29Disable text entry widget for TextParam until it works correctlyMaximilian Albert1-0/+5
2008-07-29Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert1-1/+2
2008-07-29New parameter TextParam for LPEsMaximilian Albert3-3/+176
2008-07-29automatically add helperpath for PathParamsMaximilian Albert2-0/+7
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-0/+4
2008-07-29Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert2-22/+0
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert3-5/+2
2008-07-29Remove superfluous functionsMaximilian Albert2-4/+1
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert3-11/+36