summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Menu.h
AgeCommit message (Expand)Author
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-28WindowServer: Use window menu actions when clicking frame buttonsTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-15WindowServer: Clean up some of the code around menu item hoveringAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09WindowServer: Cache internal Alt shortcuts on the Menu objectAndreas Kling
2021-04-09WindowServer: Support Alt shortcuts inside menus as wellAndreas Kling
2021-04-05WindowServer: Support Alt+Character menu shortcuts :^)Andreas Kling
2021-04-05WindowServer+LibGUI: Notify clients when menus become visible/hiddenAndreas Kling
2021-03-28WindowServer: Add menu item fade-out animation upon activationTom
2021-03-26WindowServer: Keep menu open when activating a menu item with Ctrl heldAndreas Kling
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-26WindowServer: Adjust position of flipped submenus by menu item heightLinus Groh
2021-03-26WindowServer: Remove unused Menu->MenuBar link and "title font"Andreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25WindowServer: Tweak the look of menusAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling