summaryrefslogtreecommitdiff
path: root/scene/gui/gradient_edit.cpp
AgeCommit message (Expand)Author
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-11-03Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-19GradientEdit: Fix index crasheslupoDharkael
2019-09-02Implement snapping in the Gradient editorHugo Locurcio
2019-06-12Cleanup some unecessary editor/ includes in scene/Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-23Fixed a typo, treshhold to threshold.M. Huri
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-07Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky
2018-08-21Fix grab/select of gradient editGuilherme Felipe
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-17-Ability to open resources in the same windowJuan Linietsky
2018-02-14Fix weird editor crash when switching from editing one gradient to another ke...JFonS
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson
2017-06-14renamed occurances of ColorRamp with GradientKarroffel