summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSMenuManager.h
AgeCommit message (Expand)Author
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18WindowServer: Add toggle_menu helper functionShannon Booth
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2020-01-08WSMenu: Support menu navigation through key pressesShannon Booth
2020-01-05WindowServer: Move menu related code from WindowManager to MenuManagerShannon Booth
2020-01-02WindowServer: Close all menus belonging to a client when it disconnectsAndreas Kling
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-05WindowServer: Compute some layout rects in WSMenuManager up frontAndreas Kling
2019-12-05WindowServer: Remove WSCPUMonitorAndreas Kling
2019-12-05WindowServer: Add basic menu applet conceptAndreas Kling
2019-11-22WindowServer: Add an audio icon to the menu barAndreas Kling
2019-11-11WindowManager: Simplify menu bar open/close logicAndreas Kling
2019-11-11WindowManager: Move more of the menu management logic to WSMenuManagerAndreas Kling
2019-10-31WindowServer: Fixed Menubar resize issueJesse Buhagiar
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-18WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.Andreas Kling