summaryrefslogtreecommitdiffstats
path: root/scene/gui/base_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix BaseButton.shortcut_feedback's timer raises errorsjsjtxietian2023-10-251-1/+1
* Rename button_pressed bindings to avoid shadowingMewPurPur2023-07-051-2/+2
* Fix ButtonGroup unpressingMarkus Sauermann2023-06-161-5/+3
* Add option for ButtonGroups to be unpressedTheSecondReal02023-04-201-1/+12
* Add more sections to Button and BaseButtonVolTer2023-01-251-2/+4
* Fix constant editor redraw after shortcutJuan Linietsky2023-01-211-0/+1
* Button shortcuts no longer "press" the Button.Juan Linietsky2023-01-131-22/+53
* Use BitField<> in core type masksJuan Linietsky2023-01-081-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add configuration warning when ButtonGroup is used with non-toggleable buttonsMarkus Sauermann2022-12-221-0/+12
* Merge pull request #68097 from KoBeWi/no_signal🔕Rémi Verschelde2022-11-041-7/+4
|\
| * Add set_value_no_signal() to Rangekobewi2022-10-311-7/+4
* | Make `BaseButton` Shortcut feedback togglableGeorge L. Albany2022-10-201-1/+18
|/
* Merge pull request #66337 from EricEzaM/sprite-framesRémi Verschelde2022-10-131-1/+1
|\
| * Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...Eric M2022-09-241-1/+1
* | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M2022-10-131-36/+0
* | Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-5/+2
|/
* Fix #66062: editing shortcut_context in inspectorRedMser2022-09-191-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-12/+12
* Fix some corner cases in the `Menu/OptionButton` item auto-highlightMichael Alexsander2022-08-281-1/+2
* Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fixRémi Verschelde2022-08-241-0/+6
|\
| * Make `Menu/OptionButton` item auto-highlight behave betterMichael Alexsander2022-08-191-0/+6
* | Replace Array return types with TypedArraykobewi2022-08-221-2/+2
|/
* Use range iterators for RBSet in most casesAaron Record2022-05-191-10/+10
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* Fix typo in BaseButton shortcut context methodsHugo Locurcio2022-03-071-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-30/+38
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* Improve some signal bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-1/+3
* Allow unsetting `shortcut_context`.bruvzg2022-01-251-2/+5
* BaseButton: Rename `pressed` property to `button_pressed`Rémi Verschelde2022-01-231-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix BaseButton's localization for tooltip with shortcutZae2021-12-211-1/+1
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-4/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-8/+4
* command palette improvementsBhuvan Vemula2021-08-151-2/+3
* Added EditorCommandPaletteBhuvan Vemula2021-08-091-0/+3
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-2/+2
* Optimize StringName usagereduz2021-07-181-6/+6
* Add set_pressed_no_signal method to BaseButtonkobewi2021-07-131-0/+13
* Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-1/+1
* Merge pull request #49155 from winterpixelgames/button-pressed-during-button-...Rémi Verschelde2021-06-091-2/+1
|\
| * Emit button_up signal after setting pressed to false.Jason Knight2021-05-271-2/+1
* | Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hoverRémi Verschelde2021-06-091-3/+0
|\ \ | |/ |/|
| * Removed the alteration of status.hovering during Focus Enter and Focus Exit e...Jason Knight2021-03-221-3/+0
* | Adds a pressed signal to ButtonGroupGilles Roudière2021-05-061-0/+7
* | Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+4
|/