summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-54/+48
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-251-0/+2
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-8/+5
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-2/+0
| | | | with mouse correctly
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-4/+4
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-041-0/+2
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+2
|
* More fixes to LPEJabiertxof2017-05-271-5/+4
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-271-2/+2
| | | (bzr r15704)
* Rewrite UXJabiertxof2017-04-291-3/+3
| | | (bzr r15620.1.12)
* ResetJabiertxof2017-04-281-3/+3
| | | (bzr r15620.1.9)
* Add LPE prefs dialogJabiertxof2017-04-261-1/+1
| | | (bzr r15620.1.4)
* Allow set and reset default values of LPE parametersJabiertxof2017-04-141-2/+2
| | | (bzr r15620.1.1)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-0/+2
| | | (bzr r15302)
* Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz2016-07-301-2/+0
| | | (bzr r15017.1.15)
* Improvements to widget redrawJabier Arraiza Cenoz2016-07-291-0/+2
| | | (bzr r15017.1.11)
* Add strore parametersJabier Arraiza Cenoz2016-07-241-0/+1
| | | (bzr r15017.1.5)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-181-1/+3
| | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420)
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-111-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* Better fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353)
* Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD2015-05-201-0/+7
| | | (bzr r14163.1.2)
* memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem2014-08-151-1/+1
| | | (bzr r13520)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* const methodsJohan B. C. Engelen2013-01-171-3/+2
| | | (bzr r12037)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+2
| | | (bzr r10826)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-091-0/+3
| | | (bzr r10735)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-211-0/+1
| | | | | functionality (bzr r8125)
* Merge from fe-movedTed Gould2008-11-211-1/+2
| | | (bzr r6891)
* Warning cleanupJon A. Cruz2008-08-011-2/+2
| | | (bzr r6495)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-0/+4
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-291-0/+3
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-201-16/+0
| | | (bzr r6373)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-1/+2
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+1
| | | (bzr r5823)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-051-2/+2
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* Add paramType() method to LPE parameter classesMaximilian Albert2008-06-051-0/+16
| | | (bzr r5816)
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵Johan B. C. Engelen2008-02-271-3/+6
| | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-161-1/+0
| | | | | RegisteredWdg (bzr r4521)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-4/+5
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-0/+2
| | | (bzr r4433)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
| | | (bzr r4369)
* make LPE parameters responsible for transformation (LPE cycles through its ↵Johan B. C. Engelen2008-01-021-0/+2
| | | | | params to apply transform) (bzr r4368)