summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-25lpe-pts2ellipse: added perspective circle from 4 pointsschwieni1-76/+46
improved tool-tips for better usability
2019-03-25lpe-pts2ellipse: parameter enabling based on creation methodschwieni1-0/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof1-11/+1
with mouse correctly
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-5/+7
This avoids having to pass variables by reference before copying them when calling a constructor.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-03-26Base LPE refactorJabier Arraiza1-4/+5
2017-12-04Adding fix to sliders and spin buttons on LPEJabier Arraiza1-4/+7
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+9
2017-05-29Initial releaseJabiertxof1-7/+6
(bzr r15704)
2017-05-27More fixes to LPEJabiertxof1-6/+5
(bzr r15705)
2017-05-27More fixes to LPEJabiertxof1-6/+5
(bzr r15703.1.2)
2017-05-27Change bad named varsJabiertxof1-3/+3
(bzr r15704)
2017-05-27Change bad named varsJabiertxof1-3/+3
(bzr r15703.1.1)
2017-05-05LPE widget refactor. Improvement to not update on same valueJabiertxof1-1/+3
(bzr r15665)
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
2017-05-01Remove coutsJabiertxof1-1/+0
(bzr r15620.1.16)
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-6/+0
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
2017-04-29minor bugfixingJabiertxof1-0/+1
(bzr r15620.1.13)
2017-04-29Rewrite UXJabiertxof1-0/+10
(bzr r15620.1.12)
2017-04-28ResetJabiertxof1-21/+1
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+11
(bzr r15620.1.6)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+10
(bzr r15620.1.1)
2017-01-24Some bug fix to prepare mergeJabiertxof1-0/+3
(bzr r15392.1.9)
2016-07-30Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz1-26/+17
(bzr r15017.1.15)
2016-07-29Improvements to widget redrawJabier Arraiza Cenoz1-13/+25
(bzr r15017.1.11)
2016-07-24Add strore parametersJabier Arraiza Cenoz1-0/+7
(bzr r15017.1.5)
2015-10-18Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz1-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)
2015-09-11fixes bug:1492711 in bspline and fillet chamferjtx1-9/+7
Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
2015-09-08Better fix for bug 1492711Jabier Arraiza Cenoz1-3/+9
Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353)
2015-09-08Fix for bug 1492711Jabier Arraiza Cenoz1-0/+3
Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14351)
2015-05-20Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD1-7/+0
(bzr r14163.1.2)
2014-11-01Fixed 32-bit build break.Jon A. Cruz1-1/+1
(bzr r13650)
2014-08-15memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem1-1/+7
(bzr r13520)
2014-07-06Extension of fix for 13420: effects often set upper limit to inf, causing ↵Liam P. White1-2/+17
problems in gtk3 (bzr r13341.1.80)
2014-07-06Fix an oddity with path effects dialog, gtk3 onlyLiam P. White1-2/+10
(bzr r13341.1.79)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-03-19Fixing regressionjtx1-1/+2
(bzr r11950.1.61)
2013-03-14Updating original pathJabier Arraiza Cenoz1-1/+6
(bzr r11950.1.53)
2012-10-14Don't try to set infinite bounds on SpinButtons in LPE ScalarAlex Valavanis1-2/+2
(bzr r11794)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
(bzr r10940)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-1/+1
(bzr r10826)
2011-11-09lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen1-1/+5
(bzr r10735)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.6)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-2/+2
(bzr r9508.1.48)
2009-12-20Warning cleanupJon A. Cruz1-2/+2
(bzr r8895)