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