summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/MenuManager.h
AgeCommit message (Expand)Author
2021-07-18WindowServer: Fix menu over-drawingTom
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09WindowServer: Support Alt shortcuts inside menus as wellAndreas Kling
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-26WindowServer: Remove some leftover unused menubar thingsAndreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25WindowServer: Remove the global app menuAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-02-22WindowServer: Reset menu position when opened by the menu barTom
2021-02-15WindowManager: Select top-level menus with left/right keysJean-Baptiste Boric
2021-01-12Services: Move to Userland/Services/Andreas Kling