Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 лет назад |
Michael Alexsander
|
221344b9e2
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
|
3 лет назад |
Rémi Verschelde
|
b7d2ba12c8
Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix
|
3 лет назад |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 лет назад |
Michael Alexsander
|
1da50698fc
Make `Menu/OptionButton` item auto-highlight behave better
|
3 лет назад |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 лет назад |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 лет назад |
bruvzg
|
d1207a0504
[Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts.
|
4 лет назад |
Hugo Locurcio
|
be5116c4a4
Fix typo in BaseButton shortcut context methods
|
3 лет назад |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
3 лет назад |
Gilles Roudière
|
73e784de1e
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_focus_owner()
|
4 лет назад |
Rémi Verschelde
|
7c3003fcbe
Improve some signal bindings to use specific `Object` subtypes
|
4 лет назад |
bruvzg
|
306b98638e
Allow unsetting `shortcut_context`.
|
4 лет назад |
Rémi Verschelde
|
bd4d57ede2
BaseButton: Rename `pressed` property to `button_pressed`
|
4 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 лет назад |
Zae
|
e957f7aeb0
Fix BaseButton's localization for tooltip with shortcut
|
4 лет назад |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
4 лет назад |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 лет назад |
reduz
|
5cecdfa8af
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
4 лет назад |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 лет назад |
Bhuvan Vemula
|
a0205e4f34
command palette improvements
|
4 лет назад |
Bhuvan Vemula
|
a0a019a998
Added EditorCommandPalette
|
4 лет назад |
Rémi Verschelde
|
de2c2be19b
Shortcut: Rename `shortcut` property to `event`
|
4 лет назад |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 лет назад |
kobewi
|
50c63bdc4c
Add set_pressed_no_signal method to BaseButton
|
4 лет назад |
Lightning_A
|
899e5f8685
Rename `is_a_parent_of()` to `is_ancestor_of()`
|
4 лет назад |
Rémi Verschelde
|
fbe53a7064
Merge pull request #49155 from winterpixelgames/button-pressed-during-button-up-signal
|
4 лет назад |
Rémi Verschelde
|
0cbb19a246
Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hover
|
4 лет назад |
Jason Knight
|
4c6ad8abcd
Emit button_up signal after setting pressed to false.
|
4 лет назад |
Gilles Roudière
|
323f176915
Adds a pressed signal to ButtonGroup
|
4 лет назад |