summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSMenu.cpp
AgeCommit message (Expand)Author
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-11WindowServer: Don't send menu item activations for separatorsAndreas Kling
2019-11-11WindowManager: Simplify menu bar open/close logicAndreas Kling
2019-11-11WindowManager: Move more of the menu management logic to WSMenuManagerAndreas Kling
2019-11-11WindowServer: Organize system menu app shortcuts into categoriesAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-27WindowServer: Fix off-by-one in menu height calculationAndreas Kling
2019-08-27WindowServer: Reverse the menu background colorsAndreas Kling
2019-08-27WindowServer: Don't highlight disabled menu items when hoveredAndreas Kling
2019-08-27WindowServer: Improve look of disabled menu items somewhatAndreas Kling
2019-08-26WindowServer: Align menu separators correctlyAndreas Kling
2019-08-26WindowServer: Improve the menu look a bitAndreas Kling
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-08-26WindowServer: Improved look of checkable menu itemsAndreas Kling
2019-08-19WindowServer: Fix an assertionSergey Bugaev
2019-08-18WindowServer: Make WSMenu's be children of the WSClientConnectionAndreas Kling
2019-07-24WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-07WindowServer: Run clang-format on everything.Andreas Kling
2019-05-16WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...Robin Burchell
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-05-11WindowServer: Improve window frames by giving them a raised frame look. :^)Andreas Kling
2019-05-10LibGUI+WindowServer: Improve checkmark appearance.Andreas Kling
2019-04-29WindowServer: Make WSMenu wide enough that shortcuts are always rightmost.Andreas Kling
2019-04-26LibGUI+WindowServer: Make it possible to have checkable GActions.Andreas Kling
2019-04-23WindowServer+TaskBar: Add a taskbar window button popup menu.Andreas Kling
2019-04-22WindowServer+LibGUI: Allow arbitrary number of rects in messages.Andreas Kling
2019-04-18WindowServer: Improve the look of menu separators.Andreas Kling
2019-04-16WindowServer: Improve the look of menus.Andreas Kling
2019-04-14WindowServer: Rename WSMessage* => WSEvent*.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-04-14AK: Improve smart pointer ergonomics a bit.Andreas Kling
2019-04-14WindowServer: Make menu windows inherently modal.Andreas Kling
2019-04-12LibGUI+WindowServer: Add support for per-GWidget context menus.Andreas Kling
2019-04-12LibGUI+WindowServer: Add support for enabled/disabled actions.Andreas Kling
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling