summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-76/+46
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-251-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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-11/+1
| | | | with mouse correctly
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-5/+7
| | | | | 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-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Base LPE refactorJabier Arraiza2018-03-261-4/+5
|
* Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-041-4/+7
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+9
|
* More fixes to LPEJabiertxof2017-05-271-6/+5
| | | (bzr r15705)
* Change bad named varsJabiertxof2017-05-271-3/+3
| | | (bzr r15704)
* LPE widget refactor. Improvement to not update on same valueJabiertxof2017-05-051-1/+3
| | | (bzr r15665)
* Update to trunkJabier Arraiza Cenoz2017-05-051-0/+2
|\ | | | | (bzr r15620.1.17)
| * Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* | Remove coutsJabiertxof2017-05-011-1/+0
| | | | | | (bzr r15620.1.16)
* | Update to trunkJabiertxof2017-05-011-6/+0
|\| | | | | (bzr r15620.1.14)
| * Fix erase lpe in multi LPE modeJabiertxof2017-05-011-6/+0
| | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* | minor bugfixingJabiertxof2017-04-291-0/+1
| | | | | | (bzr r15620.1.13)
* | Rewrite UXJabiertxof2017-04-291-0/+10
| | | | | | (bzr r15620.1.12)
* | ResetJabiertxof2017-04-281-21/+1
| | | | | | (bzr r15620.1.9)
* | Add end of preferences GUIJabier Arraiza Cenoz2017-04-271-1/+11
| | | | | | (bzr r15620.1.6)
* | Allow set and reset default values of LPE parametersJabiertxof2017-04-141-0/+10
|/ | | (bzr r15620.1.1)
* Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz2016-07-301-26/+17
| | | (bzr r15017.1.15)
* Improvements to widget redrawJabier Arraiza Cenoz2016-07-291-13/+25
| | | (bzr r15017.1.11)
* Add strore parametersJabier Arraiza Cenoz2016-07-241-0/+7
| | | (bzr r15017.1.5)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-181-16/+21
| | | | | | 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-9/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* Better fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-3/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353)
* Fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14351)
* Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD2015-05-201-7/+0
| | | (bzr r14163.1.2)
* Fixed 32-bit build break.Jon A. Cruz2014-11-011-1/+1
| | | (bzr r13650)
* Update to trunk r13525Liam P. White2014-08-171-2/+6
|\ | | | | (bzr r13341.1.142)
| * memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem2014-08-151-1/+7
| | | | | | (bzr r13520)
* | Extension of fix for 13420: effects often set upper limit to inf, causing ↵Liam P. White2014-07-061-2/+17
| | | | | | | | | | problems in gtk3 (bzr r13341.1.80)
* | Fix an oddity with path effects dialog, gtk3 onlyLiam P. White2014-07-061-2/+10
|/ | | (bzr r13341.1.79)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Don't try to set infinite bounds on SpinButtons in LPE ScalarAlex Valavanis2012-10-141-2/+2
| | | (bzr r11794)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-091-1/+5
| | | (bzr r10735)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
| | | (bzr r9508.1.48)
* Warning cleanupJon A. Cruz2009-12-201-2/+2
| | | (bzr r8895)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-211-1/+2
| | | | | functionality (bzr r8125)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-051-1/+1
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
| | | (bzr r5430)