summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSClientConnection.cpp
AgeCommit message (Expand)Author
2019-12-27WindowServer: Don't send paint events to occluded windowsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-12-05WindowServer: Add basic menu applet conceptAndreas Kling
2019-12-03WindowServer+Taskbar: Animate window frames on minimize/unminimizeAndreas Kling
2019-12-02WindowServer: Remove debug spam about menu creationAndreas Kling
2019-12-02WindowServer: Mark clients as misbehaving when they send invalid dataAndreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-01WindowServer: Remove unused GetWindowBackingStore IPC requestAndreas Kling
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11WindowManager: Move more of the menu management logic to WSMenuManagerAndreas Kling
2019-09-22WindowServer: Remove debug spam about child window removalsAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-07-31WindowServer: Control WSClientConnection's window list teardown betterAndreas 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-27LibCore: Port CoreIPCServer to using CLocalServer.Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port WSClientConnection to CIPCServerSideClientRobin Burchell
2019-07-14WSEventLoop: Move message processing into WSClientConnectionRobin Burchell
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-22WindowServer: Fix compiler warnings.Andreas Kling
2019-06-21Change "retain" to "ref" in various comments.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-06-07WindowServer: Run clang-format on everything.Andreas Kling
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