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 роки тому |
Rémi Verschelde
|
7ab01450cf
Fix MSVC warning C4702: unreachable code
|
2 роки тому |
Eric M
|
2eda77c682
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, check the action exactly.
|
2 роки тому |
RedMser
|
a12c71fff1
Fix #66062: editing shortcut_context in inspector
|
3 роки тому |
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.
|
3 роки тому |
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()
|
3 роки тому |
Rémi Verschelde
|
7c3003fcbe
Improve some signal bindings to use specific `Object` subtypes
|
3 роки тому |
bruvzg
|
306b98638e
Allow unsetting `shortcut_context`.
|
3 роки тому |
Rémi Verschelde
|
bd4d57ede2
BaseButton: Rename `pressed` property to `button_pressed`
|
3 роки тому |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 роки тому |
Zae
|
e957f7aeb0
Fix BaseButton's localization for tooltip with shortcut
|
3 роки тому |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 роки тому |
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 роки тому |