Commit History

Author SHA1 Message Date
  Pāvels Nadtočajevs b106dfd4f9 Base accessibility API. 5 months ago
  Thaddeus Crews 324512e11c Style: Replace header guards with `#pragma once` 7 months ago
  Mark Wilson 6a12fac44c Fix button up and down events with focus changes 2 years ago
  Haoyu Qiu 6a7183119f Make _make_custom_tooltip receive raw tooltip for buttons with shortcut enabled 11 months ago
  Rémi Verschelde 21f0529aa9 Revert "Update Node::get_configuration_warnings signature" 1 year ago
  RedMser d3852deaa4 Update Node::get_configuration_warnings signature 2 years ago
  TheSecondReal0 d829b43ab5 Add option for ButtonGroups to be unpressed 2 years ago
  Juan Linietsky dd3a1b08a9 Button shortcuts no longer "press" the Button. 2 years ago
  Danil Alexeev 9b3da76640 Fix unpressable buttons 2 years ago
  Juan Linietsky 2b815df3c1 Use BitField<> in core type masks 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Markus Sauermann e4e13a404d Add configuration warning when ButtonGroup is used with non-toggleable buttons 2 years ago
  George L. Albany d846dd6e91 Make `BaseButton` Shortcut feedback togglable 3 years ago
  Eric M a3ed9e6f2c Move Shortcut Context to Control and ensure that `shortcut_input` adheres to contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. 2 years ago
  Rémi Verschelde b7d2ba12c8 Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix 3 years ago
  kobewi 8be27dc59e Replace Array return types with TypedArray 3 years ago
  Michael Alexsander 1da50698fc Make `Menu/OptionButton` item auto-highlight behave better 3 years ago
  Rémi Verschelde 90019676b0 Code quality: Fix header guards consistency 3 years ago
  reduz 45af29da80 Add a new HashSet template 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg d1207a0504 [Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts. 3 years ago
  Hugo Locurcio be5116c4a4 Fix typo in BaseButton shortcut context methods 3 years ago
  Hendrik Brucker b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Aaron Franke 3c0fdcc8ac Use "enum class" for input enums 4 years ago
  reduz 5cecdfa8af Entirely removes BIND_VMETHOD in favor of GDVIRTUAL 4 years ago
  reduz 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
  kobewi 50c63bdc4c Add set_pressed_no_signal method to BaseButton 4 years ago
  Aaron Franke 10d7fccb54 Rename ButtonList enum and members to MouseButton 4 years ago
  Rafał Mikrut 7961a1dea3 Initialize class variables with default values in scene/ [2/2] 4 years ago