index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WindowServer
/
WSMenu.h
Age
Commit message (
Expand
)
Author
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-02-26
WindowServer: Bump height of window titlebars and menus from 16 to 18.
Andreas Kling
2019-02-19
WindowServer: Display menus with 95% opacity by default.
Andreas Kling
2019-02-17
WindowServer: Let menu objects reference the WSClientConnection by pointer.
Andreas Kling
2019-02-14
WindowServer: Make WSMenu use WSClientConnection::post_message().
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection class to manage an individual client.
Andreas Kling
2019-02-12
WindowServer: Don't crash when trying to open an empty menu.
Andreas Kling
2019-02-12
WindowServer: Clean up any menu objects on process exit.
Andreas Kling
2019-02-12
WindowServer: More work on the menu system.
Andreas Kling
2019-02-12
Add API's and plumbing for WindowServer clients to make menus.
Andreas Kling
2019-02-11
WindowServer: Add a bunch of horizontal padding to menu items.
Andreas Kling
2019-02-11
WindowServer: Make automatic menu dismissal feel more "natural."
Andreas Kling
2019-02-11
WindowServer: Don't keep menu items in hovered state after the cursor leaves.
Andreas Kling
2019-02-11
WindowServer: Give menu items an identifier field and add a simple callback.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling