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.cpp
Age
Commit message (
Expand
)
Author
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
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-15
WindowServer: Rename GUI_Foo to WSAPI_Foo.
Andreas Kling
2019-02-15
Move WindowServer API types header into WindowServer/.
Andreas Kling
2019-02-15
Kernel: Remove GUIEventDevice.
Andreas Kling
2019-02-14
Port the WindowServer and LibGUI to communicate through local sockets.
Andreas Kling
2019-02-14
WindowServer: Make WSMenu use WSClientConnection::post_message().
Andreas Kling
2019-02-14
WindowServer: Get rid of the WSWindow lock now that accesses are serial.
Andreas Kling
2019-02-13
Rename GUI_Event to GUI_ServerMessage.
Andreas Kling
2019-02-12
Plumb menu item activation events from WindowServer to clients.
Andreas Kling
2019-02-12
WindowServer: Add locking and fix coalesced invalidation race.
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: Menu windows should be at least as wide as their menubar rects.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-11
WindowServer: Start implementing a menu system.
Andreas Kling