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
/
Services
/
WindowServer
/
Menu.h
Age
Commit message (
Expand
)
Author
2022-11-13
WindowServer: Update alt shortcuts for menu items when text changes
Alec Murphy
2022-11-08
WindowServer: Cycle through menu items with the same Alt shortcut
Sergiy Stupar
2022-09-08
WindowServer: Add unadjusted position members to Menu
thankyouverycool
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-14
WindowServer: Use font height for item heights in Menus
Karol Kosek
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-21
WindowServer: Add IPC call to remove a menu's item
Marco Cutecchia
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-18
WindowServer: Fix menu over-drawing
Tom
2021-06-28
WindowServer: Fix menu location on screens other than main screen
Tom
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-09
WindowServer: Fix a handful of clang-tidy warnings in the menu code
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
WindowServer+LibGUI: Notify GUI clients about menu item enter/leave
Andreas Kling
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-09
WindowServer: Cache internal Alt shortcuts on the Menu object
Andreas Kling
2021-04-09
WindowServer: Support Alt shortcuts inside menus as well
Andreas Kling
2021-04-05
WindowServer: Support Alt+Character menu shortcuts :^)
Andreas Kling
2021-04-05
WindowServer+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-03-28
WindowServer: Add menu item fade-out animation upon activation
Tom
2021-03-26
WindowServer: Keep menu open when activating a menu item with Ctrl held
Andreas Kling
2021-03-26
WindowServer+LibGfx: Make menubar menus slightly larger
Andreas Kling
2021-03-26
WindowServer: Adjust position of flipped submenus by menu item height
Linus Groh
2021-03-26
WindowServer: Remove unused Menu->MenuBar link and "title font"
Andreas Kling
2021-03-25
WindowServer: Remove "system menu" concept from WindowServer
Andreas Kling
2021-03-25
WindowServer: Tweak the look of menus
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling