summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSWindow.h
AgeCommit message (Expand)Author
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-18WindowServer: Tell WSWindows who their CObject parent isAndreas Kling
2019-07-31WindowServer: Allow moving the Launcher window type.Andreas Kling
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.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-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-21WindowServer+Taskbar: Let WindowServer manage the "window menus".Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-24WindowServer: Make it possible to turn off window title bars (#88)Christopher Dumas
2019-05-17WindowServer: Add support for fullscreen windows.Andreas Kling
2019-05-13WindowServer: Don't add maximize button to non-resizable windows.Andreas Kling
2019-05-12WindowServer: Add a maximize/unmaximize button to windows.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-04-20WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.Andreas Kling
2019-04-20WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-04-13WindowServer+LibGUI: Add ability to set per-window icons.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-05WindowServer: Add a window minimization button.Andreas Kling
2019-04-05WindowServer: Factor out window frame logic into a WSWindowFrame class.Andreas Kling
2019-04-04Taskbar: More bringup work. We now see a basic window list.Andreas Kling
2019-04-03Taskbar: Start working on a taskbar app.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-24WindowServer+LibGUI: Implement automatic cursor tracking.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling