Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
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.
|
3 年之前 |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 年之前 |
EricEzaM
|
272c297931
Improve MenuButton and OptionButton
|
3 年之前 |
Michael Alexsander
|
9507e91c07
Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`
|
3 年之前 |
Michael Alexsander
|
221344b9e2
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
|
3 年之前 |
Rémi Verschelde
|
ac7b5111f5
Merge pull request #64768 from bruvzg/popups_hide_if_visible
|
3 年之前 |
Rémi Verschelde
|
b7d2ba12c8
Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix
|
3 年之前 |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
3 年之前 |
bruvzg
|
cd095ab64a
Hide MenuButton / OptionButton popup on click if it's already visible.
|
3 年之前 |
Michael Alexsander
|
1da50698fc
Make `Menu/OptionButton` item auto-highlight behave better
|
3 年之前 |
bruvzg
|
8c56a7416b
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
|
3 年之前 |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 年之前 |
FireForge
|
88a8038387
Capitalize/fix some property enum hints
|
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 年之前 |
Hugo Locurcio
|
a06f82ca4d
Add optional constructor arguments to more Control nodes
|
3 年之前 |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
3 年之前 |
Michael Alexsander
|
8bde86da10
Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout direction
|
3 年之前 |
Michael Alexsander
|
73c225838f
Make popup menus focus items automatically when not using the mouse
|
3 年之前 |
Rémi Verschelde
|
cb7daddbeb
Merge pull request #54647 from rafallus/fix/popupmenu_ids
|
3 年之前 |
rafallus
|
38d578e24e
Fix `PopupMenu` items id range in inspector
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Aaron Franke
|
6eb7179f1c
Rename "items_count" property to "item_count"
|
3 年之前 |
Rémi Verschelde
|
3abb5a9035
Add missing argument names for bindings in GDExtension
|
3 年之前 |
rafallus
|
4554892223
Implement inspector property array for `PopupMenu` and `MenuButton`
|
3 年之前 |
bruvzg
|
99dc2ec9e1
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
|
4 年之前 |
Rémi Verschelde
|
b334560f05
Merge pull request #49376 from menip/OptionButtonFix
|
4 年之前 |
menip
|
4f4c9a5f57
Make Color Picker, Menu Button, Option Button consider camera position scale for popup position.
|
4 年之前 |
kobewi
|
a913ae8d56
Add support for internal nodes
|
4 年之前 |