bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
hace 3 años |
Eric M
|
af438ae742
Ensure popup menu redraws items when shortcuts update.
|
hace 3 años |
Eric M
|
2eda77c682
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, check the action exactly.
|
hace 3 años |
Michael Alexsander
|
9507e91c07
Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`
|
hace 3 años |
Jonathan Nicholl
|
15d057c521
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
|
hace 3 años |
Yuri Sizov
|
15fd025f90
Add dumb and manual theme caching systems to Window
|
hace 3 años |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
hace 3 años |
Rémi Verschelde
|
f647292df5
Merge pull request #64960 from YeldhamDev/more_hl_stuff
|
hace 3 años |
Michael Alexsander
|
221344b9e2
Fix some corner cases in the `Menu/OptionButton` item auto-highlight
|
hace 3 años |
Michael Alexsander
|
06df59887b
Fix crash when pressing up on an empty `PopupMenu`
|
hace 3 años |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
hace 3 años |
bruvzg
|
8c56a7416b
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
|
hace 3 años |
kobewi
|
e06cd2742f
Add missing properties to default theme
|
hace 3 años |
FireForge
|
97dfbea6ad
Rename Control PRESET_WIDE to PRESET_FULL_RECT
|
hace 3 años |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
hace 3 años |
FireForge
|
f85eb4164a
Expose PopupMenu set/get_item_horizontal_offset()
|
hace 3 años |
bruvzg
|
f7269fe878
Single-window mode popups and edited scene windows fixes.
|
hace 3 años |
FireForge
|
4678736a39
Add suffixes to all nodes and resources
|
hace 3 años |
Rémi Verschelde
|
9101c5b499
Merge pull request #52624 from e8newallm/52577
|
hace 3 años |
FireForge
|
3073b85de9
Rename theme properties to include underscores
|
hace 3 años |
Michael Alexsander
|
bab2f3c021
Add `font_separator` and related properties to `PopupMenu`
|
hace 3 años |
Michael Alexsander
|
59c3d4e17f
Fix and tweak labeled separator in `PopupMenu`
|
hace 3 años |
bruvzg
|
8b0761d1fd
Fix sub-menu keyboard navigation.
|
hace 3 años |
风青山
|
f789c17690
Fix text buf does not clear when calling the method set_item_text in PopupMenu
|
hace 3 años |
kobewi
|
42078dec9f
Allow negative indexes in ItemList and PopupMenu
|
hace 3 años |
kobewi
|
7d44bb8f06
Remove set_as_minsize()
|
hace 3 años |
bruvzg
|
74ff5921d6
Improve popup window handling.
|
hace 3 años |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
hace 3 años |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
hace 3 años |
Rémi Verschelde
|
196801fc64
Merge pull request #57837 from YeldhamDev/that_was_pointless
|
hace 3 años |