summaryrefslogtreecommitdiffstats
path: root/scene/gui/base_button.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix `Button` minimum size when `disabled` is toggled.Mounir Tohami2024-10-071-0/+1
* Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabledHaoyu Qiu2024-09-261-9/+25
* Merge pull request #93500 from anniryynanen/multi-pressRémi Verschelde2024-09-161-7/+3
|\
| * Improve button behavior when multiple mouse buttons are used at the same timeAnni Ryynänen2024-09-151-7/+3
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* 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