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
/
WSEvent.h
Age
Commit message (
Expand
)
Author
2019-09-16
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
Andreas Kling
2019-09-14
WindowServer+LibGUI: Store a "data type" with the clipboard content
Andreas Kling
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-17
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-16
WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...
Robin Burchell
2019-05-15
Move double click events from LibGUI to the window server
Robin Burchell
2019-05-13
WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.
Andreas Kling
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-03
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
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-20
WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents.
Andreas Kling
2019-04-20
WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
2019-04-18
WindowServer: Generate a separate WM event for window icon changes.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling