summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/vector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-10/+10
| | | | | 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-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-0/+1
|
* Rewrite UXJabiertxof2017-04-291-1/+2
| | | (bzr r15620.1.12)
* ResetJabiertxof2017-04-281-2/+1
| | | (bzr r15620.1.9)
* Allow set and reset default values of LPE parametersJabiertxof2017-04-141-1/+2
| | | (bzr r15620.1.1)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* const methodsJohan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12037)
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-071-0/+1
| | | (bzr r11173)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+1
| | | (bzr r10826)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge from fe-movedTed Gould2008-11-211-80/+42
| | | (bzr r6891)
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-021-0/+123
(bzr r6757)