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