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.h
Age
Commit message (
Expand
)
Author
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
WindowServer: Add toggle_menu helper function
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-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-27
WindowServer: Remove Clock from server.
Hüseyin ASLITÜRK
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-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-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: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
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-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-18
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
Andreas Kling