summaryrefslogtreecommitdiffstats
path: root/scene/gui/gradient_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unite GradientEdit and GradientEditor as editor-only widgetYuri Sizov2022-08-311-446/+0
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-8/+8
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+2
* Color Pickers Respect SettingsGuh-Feng2022-07-211-0/+4
* Use single-precision floats in GradientEditTechnoPorg2022-06-281-3/+3
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-64/+65
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix wrong ColorPicker shape with GradientEditjmb4622021-12-201-0/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-6/+6
* Several Gradient improvementsHendrik Brucker2021-11-081-61/+39
* Remove EDSCALE dependency from /scene/guiYuri Sizov2021-10-041-22/+19
* Add support for internal nodeskobewi2021-08-281-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1
* Merge pull request #21922 from aaronfranke/doubleRémi Verschelde2021-08-101-3/+3
|\
| * Some work on double supportAaron Franke2021-08-091-3/+3
* | Follow-Up Add SNames to get theme iconNathan Franke2021-08-091-2/+2
|/
* Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tileNathan Franke2021-08-071-26/+2
* Optimize StringName usagereduz2021-07-181-7/+7
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-4/+4
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-1/+1
* 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