summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSMenuManager.cpp
AgeCommit message (Expand)Author
2020-01-11WSMenuManager: Fix set_current_menu() not setting the current menuShannon Booth
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2020-01-08WSMenu: Support menu navigation through key pressesShannon Booth
2020-01-08WSMenuManager: On menu close, close the currently hovered menu itemShannon 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-30WindowServer: Don't repaint entire menubar on applet updateAndreas Kling
2019-12-29WindowServer: Always fill the menubar with color behind appletsAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
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-15WindowServer: Fix MenuManager item postitions after screen resolution change.Hüseyin ASLITÜRK
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-23WindowServer: Listen for muted state changes from AudioServerAndreas 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: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-26WindowServer: Make the global menubar selection consistent with itemsAndreas Kling
2019-07-21WindowServer: Disable the global menubar while a modal window is active.Andreas Kling
2019-07-18WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.Andreas Kling