index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Menu.cpp
Age
Commit message (
Expand
)
Author
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-21
LibGUI: Add 'remove_all_actions' method to 'Menu'
Marco Cutecchia
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-09
LibGUI: Add Menu::set_children_actions_enabled() helper
Marcus Nilsson
2021-11-24
LibGUI: Add GUI::Menu::try_add_submenu()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_action() and try_add_separator()
Andreas Kling
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-05-17
WindowServer+LibGUI: Make menu allocation asynchronous
Andreas Kling
2021-05-10
WindowServer+LibGUI: Make menu and menubar teardown asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of menu construction asynchronous
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Make some API's take String instead of StringView
Andreas Kling
2021-04-05
WindowServer+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-03-23
LibGUI: Remove one ancient GMENU_DEBUG debug log
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling