index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
menu_bar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
update MenuBar after child renamed in editor
Anish Mishra
2024-10-08
1
-0
/
+1
*
[MenuBar] Make menu start index more consistent.
bruvzg
2024-09-06
1
-7
/
+10
*
Treat `MenuBar` and `MenuButton` as advanced UI
A Thousand Ships
2024-08-28
1
-3
/
+0
*
Merge pull request #92841 from kleonc/menu-bar-proper-canvas-transform-popup-...
Rémi Verschelde
2024-08-19
1
-2
/
+3
|
\
|
*
Fix MenuBar popup placement assuming it's in viewport default canvas
kleonc
2024-06-06
1
-2
/
+3
*
|
[Tests] Fix various unit tests on minimal builds
A Thousand Ships
2024-07-18
1
-0
/
+3
|
/
*
[MenuBar] Use NativeMenu RIDs instead of indices to track items.
bruvzg
2024-03-25
1
-31
/
+55
*
[NativeMenu] Implement native popup menu support on Windows.
bruvzg
2024-03-13
1
-5
/
+5
*
[NativeMenu] Add checks to avoid unnecessary warnings.
bruvzg
2024-03-07
1
-2
/
+2
*
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
1
-49
/
+66
*
Merge pull request #86322 from bruvzg/mac_global_index
Rémi Verschelde
2024-02-13
1
-19
/
+27
|
\
|
*
[MenuBar] Store and use global menu item indices.
bruvzg
2023-12-19
1
-19
/
+27
*
|
Merge pull request #86304 from OverloadedOrama/fix-menubar-scaling
Rémi Verschelde
2024-01-26
1
-20
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix `MenuBar` hover position scaling properly with the scale factor multiplier
Emmanouil Papadeas
2024-01-24
1
-20
/
+2
*
|
[macOS] Add default Window and Help menus, allow special menu customization.
bruvzg
2023-12-13
1
-19
/
+29
|
/
*
[Menu Bar] Update min. size when items are added/removed/changed.
bruvzg
2023-10-25
1
-0
/
+5
*
[macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...
bruvzg
2023-10-04
1
-102
/
+126
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-29
/
+26
*
Add option to allow echo events in menu shortcuts
Tomasz Chabora
2023-08-16
1
-1
/
+1
*
Code simplifications
Markus Sauermann
2023-06-21
1
-1
/
+1
*
Remove unused variable `PopupMenu::parent_rect`
Markus Sauermann
2023-06-15
1
-1
/
+0
*
Use `get_node_or_null` when null checks are present
Ninni Pipping
2023-06-10
1
-3
/
+3
*
Fix MenuBar item order in RTL layout.
bruvzg
2023-05-29
1
-3
/
+13
*
Fix auto-translations in editor
kobewi
2023-03-22
1
-1
/
+3
*
Fix exported type for Menubar start_index
justchen1369
2023-03-10
1
-1
/
+1
*
MenuBar add auto-translation of Menu names
Алексей Смирнов
2023-01-20
1
-4
/
+4
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-21
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix hovering-color of MenuBar entries when reentering MenuBar
Markus Sauermann
2022-12-29
1
-0
/
+1
*
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-13
1
-2
/
+2
|
\
|
*
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-24
1
-2
/
+2
*
|
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-36
/
+0
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-10
/
+10
|
/
*
Fix #66062: editing shortcut_context in inspector
RedMser
2022-09-19
1
-1
/
+1
*
Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()`
Michael Alexsander
2022-09-06
1
-1
/
+1
*
Merge pull request #65156 from YuriSizov/control-customizable-cache-p1
Rémi Verschelde
2022-09-01
1
-32
/
+56
|
\
|
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-32
/
+56
*
|
Merge pull request #65132 from bruvzg/global_menu_shortcuts_context
Rémi Verschelde
2022-09-01
1
-6
/
+9
|
\
\
|
|
/
|
/
|
|
*
[macOS] Handle accelerator and click events of the global menu items separately.
bruvzg
2022-09-01
1
-6
/
+9
*
|
Fix switching `MenuBar`'s menus with the keys while mouse hovering
Michael Alexsander
2022-08-30
1
-0
/
+5
|
/
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-6
/
+6
*
Add item auto-highlighting to `MenuBar`
Michael Alexsander
2022-08-28
1
-3
/
+12
*
[macOS] Extend editor contents to the window titlebar for better space usage.
bruvzg
2022-08-26
1
-5
/
+2
*
Fix MenuBar minimum size adding unnecessary extra spacing after the last item.
bruvzg
2022-08-19
1
-2
/
+4
*
Fix MenuBar not processing shortcuts.
bruvzg
2022-08-19
1
-0
/
+1
*
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
2022-08-18
1
-0
/
+865