summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-25lpe-pts2ellipse: added perspective circle from 4 pointsschwieni1-54/+48
2019-03-25lpe-pts2ellipse: parameter enabling based on creation methodschwieni1-0/+2
2019-02-05PencilToolbar: GtkAction migrationAlexander Valavanis1-8/+5
2018-11-08Clarify licensesMax Gaukler1-2/+3
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof1-2/+0
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-7/+7
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-4/+4
2017-12-04Adding fix to sliders and spin buttons on LPEJabier Arraiza1-0/+2
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+2
2017-05-29Initial releaseJabiertxof1-5/+4
2017-05-27More fixes to LPEJabiertxof1-5/+4
2017-05-27More fixes to LPEJabiertxof1-5/+4
2017-05-27Change bad named varsJabiertxof1-2/+2
2017-05-27Change bad named varsJabiertxof1-2/+2
2017-04-29Rewrite UXJabiertxof1-3/+3
2017-04-28ResetJabiertxof1-3/+3
2017-04-26Add LPE prefs dialogJabiertxof1-1/+1
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-2/+2
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-1/+1
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-0/+2
2016-07-30Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz1-2/+0
2016-07-29Improvements to widget redrawJabier Arraiza Cenoz1-0/+2
2016-07-24Add strore parametersJabier Arraiza Cenoz1-0/+1
2015-10-18Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz1-1/+3
2015-09-11fixes bug:1492711 in bspline and fillet chamferjtx1-3/+2
2015-09-08Better fix for bug 1492711Jabier Arraiza Cenoz1-0/+3
2015-05-20Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD1-0/+7
2014-08-15memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem1-1/+1
2013-01-17const ....Johan B. C. Engelen1-1/+1
2013-01-17const methodsJohan B. C. Engelen1-3/+2
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+2
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-2/+2
2011-11-09lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen1-0/+3
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-06-21Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...Maximilian Albert1-0/+1
2008-11-21Merge from fe-movedTed Gould1-1/+2
2008-08-01Warning cleanupJon A. Cruz1-2/+2
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-0/+4
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert1-0/+3
2008-07-20purge LivePathEffect::PathTypeJohan B. C. Engelen1-16/+0
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-1/+2
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-2/+1
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-2/+2
2008-06-05Add paramType() method to LPE parameter classesMaximilian Albert1-0/+16
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen1-3/+6
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen1-1/+0
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-4/+5