index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
WSMenuManager.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
WSMenuManager: Fix set_current_menu() not setting the current menu
Shannon Booth
2020-01-08
WindowServer: Detach WSMenuManager from WSWindowManager
Andreas Kling
2020-01-08
WSMenu: Support menu navigation through key presses
Shannon Booth
2020-01-08
WSMenuManager: On menu close, close the currently hovered menu item
Shannon Booth
2020-01-05
WindowServer: Move menu related code from WindowManager to MenuManager
Shannon Booth
2020-01-02
WindowServer: Close all menus belonging to a client when it disconnects
Andreas Kling
2019-12-30
WindowServer: Don't repaint entire menubar on applet update
Andreas Kling
2019-12-29
WindowServer: Always fill the menubar with color behind applets
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-27
WindowServer: Remove Clock from server.
Hüseyin ASLITÜRK
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-16
WindowServer+MenuApplets: Move the "Audio" applet to its own program
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-15
WindowServer: Fix MenuManager item postitions after screen resolution change.
Hüseyin ASLITÜRK
2019-12-05
WindowServer: Compute some layout rects in WSMenuManager up front
Andreas Kling
2019-12-05
WindowServer: Remove WSCPUMonitor
Andreas Kling
2019-12-05
WindowServer: Add basic menu applet concept
Andreas Kling
2019-11-23
WindowServer: Listen for muted state changes from AudioServer
Andreas Kling
2019-11-22
WindowServer: Add an audio icon to the menu bar
Andreas Kling
2019-11-11
WindowManager: Simplify menu bar open/close logic
Andreas Kling
2019-11-11
WindowManager: Move more of the menu management logic to WSMenuManager
Andreas Kling
2019-10-31
WindowServer: Fixed Menubar resize issue
Jesse Buhagiar
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-26
WindowServer: Make the global menubar selection consistent with items
Andreas Kling
2019-07-21
WindowServer: Disable the global menubar while a modal window is active.
Andreas Kling
2019-07-18
WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
Andreas Kling