summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSClientConnection.cpp
AgeCommit message (Expand)Author
2019-06-01WindowServer+LibGUI: Add a way to bring a window to the front.Andreas Kling
2019-05-24WindowServer: Make it possible to turn off window title bars (#88)Christopher Dumas
2019-05-24WindowServer: Factor out compositing from WSWindowManager into WSCompositor.Andreas Kling
2019-05-19WindowServer: Improve client write handling a littleRobin Burchell
2019-05-17WindowServer: Add support for fullscreen windows.Andreas Kling
2019-05-16WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...Robin Burchell
2019-05-13WindowServer: Don't add maximize button to non-resizable windows.Andreas Kling
2019-05-12WindowServer: Show downscaled window thumbnails in the window switcher.Andreas Kling
2019-05-10Kernel: Add a writev() syscall for writing multiple buffers in one go.Andreas Kling
2019-05-04WindowServer: Don't send Paint messages to minimized windows.Andreas Kling
2019-05-03WindowServer+LibGUI: Allow changing whether windows have alpha channels.Andreas Kling
2019-05-03LibGUI+WindowServer: Add a GResizeCorner widget.Andreas Kling
2019-05-01WindowServer: Spawn a secondary thread to decode wallpapers.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-23Do a pass of compiler warning fixes.Andreas Kling
2019-04-22WindowServer+LibGUI: Allow arbitrary number of rects in messages.Andreas Kling
2019-04-21WindowServer: Limit paint request rects to the visible window rect.Andreas Kling
2019-04-20WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents.Andreas Kling
2019-04-20WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.Andreas Kling
2019-04-18WindowServer: Generate a separate WM event for window icon changes.Andreas Kling
2019-04-14WindowServer: Rename WSMessage* => WSEvent*.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-04-14WindowServer: Make menu windows inherently modal.Andreas Kling
2019-04-14LibGUI+WindowServer: Add a way to dismiss opened menus from the client.Andreas Kling
2019-04-13WindowServer+LibGUI: Add ability to set per-window icons.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-10WindowServer: Stop tracking whether clients have painted since last resize.Andreas Kling
2019-04-10LibGUI+WindowServer: Coalesce paints and resizes on the client side.Andreas Kling
2019-04-10WindowServer: Give windows a "background color" to use for missing parts.Andreas Kling
2019-04-08LibGUI+WindowServer: Add support for GWidget tooltips.Andreas Kling
2019-04-05WindowServer: Add a window minimization button.Andreas Kling
2019-04-04WindowServer: WM_SetActiveWindow should move the window to front as well.Andreas Kling
2019-04-04WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar.Andreas Kling
2019-04-03Taskbar: Start working on a taskbar app.Andreas Kling
2019-04-03WindowServer: Broadcast screen rect changes to all clients.Andreas Kling
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-31WindowServer: Add support for per-window override cursors.Andreas Kling
2019-03-21WindowServer: Support PNG wallpapers.Andreas Kling
2019-03-20Kernel: Remove ioctl for getting a socket peer's PID.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling