summaryrefslogtreecommitdiffstats
path: root/scene/gui/base_button.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabledHaoyu Qiu2024-09-261-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* Add option for ButtonGroups to be unpressedTheSecondReal02023-04-201-0/+3
* Button shortcuts no longer "press" the Button.Juan Linietsky2023-01-131-5/+8
* Fix unpressable buttonsDanil Alexeev2023-01-091-1/+1
* 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/+2
* Make `BaseButton` Shortcut feedback togglableGeorge L. Albany2022-10-201-0/+5
* Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M2022-10-131-4/+0
* Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fixRémi Verschelde2022-08-241-0/+2
|\
| * Make `Menu/OptionButton` item auto-highlight behave betterMichael Alexsander2022-08-191-0/+2
* | Replace Array return types with TypedArraykobewi2022-08-221-1/+1
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* Fix typo in BaseButton shortcut context methodsHugo Locurcio2022-03-071-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+3
* Add set_pressed_no_signal method to BaseButtonkobewi2021-07-131-1/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-10/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Implement new shortcuts system.Eric M2020-11-231-1/+7
* Remove redundant property "enabled_focus_mode"FIF152020-10-131-4/+0
* Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-3/+3
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Merge pull request #25573 from nekomatata/button-shortcut-fixRémi Verschelde2019-06-201-0/+2
|\
| * Fixed shortcut events in BaseButton (now acts the same as ui_accept action)PouleyKetchoupp2019-06-201-0/+2
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
|/
* Fix BaseButton not emitting signal with virtual functionvolzhs2019-05-291-0/+2
* Refactor BaseButton event handlingvolzhs2019-05-211-1/+0
* Option for BaseButton to keep button down when moving the pointer outside whi...PouleyKetchoupp2019-04-031-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Expose ButtonGroup's "get_buttons()" to GDScriptMichael Alexsander Silva Dias2018-12-141-0/+1
* BaseButton: add shortcut_in_tooltiplupoDharkael2018-11-191-0/+4
* Added hover_pressed style to CheckBox and CheckButtonDualMatrix2018-09-241-0/+1
* Add a binary mask to allow configuration of which mouse buttons the BaseButto...Goutte2018-03-131-0/+4
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1