summaryrefslogtreecommitdiffstats
path: root/scene/gui/gradient_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio2020-11-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+25
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Texture refactorJuan Linietsky2020-02-111-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* GradientEdit: Fix index crasheslupoDharkael2019-11-191-2/+3
* Implement snapping in the Gradient editorHugo Locurcio2019-09-021-3/+7
* Cleanup some unecessary editor/ includes in scene/Rémi Verschelde2019-06-121-1/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixed a typo, treshhold to threshold.M. Huri2018-10-231-2/+2
* Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-5/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky2018-09-071-19/+45
* Fix grab/select of gradient editGuilherme Felipe2018-08-211-1/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* -Ability to open resources in the same windowJuan Linietsky2018-05-171-0/+1
* Fix weird editor crash when switching from editing one gradient to another ke...JFonS2018-02-141-0/+7
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix ColorPicker to use theme constantsPoommetee Ketson2017-07-181-3/+1
* renamed occurances of ColorRamp with GradientKarroffel2017-06-141-0/+452