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
2023-04-19
WindowServer+LibGUI: Port WindowServer's Menu name to new String
Karol Kosek
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Browser: Set menu names using the new String class
Karol Kosek
2023-04-19
Userland: Construct Menus with name using the non-deprecated String
Karol Kosek
2023-04-19
LibGUI: Store Menu names as new String
Karol Kosek
2023-03-26
LibGUI: Allow updating the names of menus and submenus
MacDue
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-28
LibGUI: Add a simple "recently open files" feature
Andreas Kling
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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