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
/
WSClientConnection.cpp
Age
Commit message (
Expand
)
Author
2019-12-27
WindowServer: Don't send paint events to occluded windows
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-12-06
LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)
Andreas Kling
2019-12-05
WindowServer: Add basic menu applet concept
Andreas Kling
2019-12-03
WindowServer+Taskbar: Animate window frames on minimize/unminimize
Andreas Kling
2019-12-02
WindowServer: Remove debug spam about menu creation
Andreas Kling
2019-12-02
WindowServer: Mark clients as misbehaving when they send invalid data
Andreas Kling
2019-12-02
LibIPC: Rename base classes to IClientConnection and IServerConnection
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-12-01
WindowServer: Remove unused GetWindowBackingStore IPC request
Andreas Kling
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-11
WindowManager: Move more of the menu management logic to WSMenuManager
Andreas Kling
2019-09-22
WindowServer: Remove debug spam about child window removals
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
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-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-31
WindowServer: Control WSClientConnection's window list teardown better
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-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-17
Rename new IPC headers & classes
Robin Burchell
2019-07-17
Port WSClientConnection to CIPCServerSideClient
Robin Burchell
2019-07-14
WSEventLoop: Move message processing into WSClientConnection
Robin Burchell
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-22
WindowServer: Fix compiler warnings.
Andreas Kling
2019-06-21
Change "retain" to "ref" in various comments.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-19
WindowServer: Improve client write handling a little
Robin Burchell
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-13
WindowServer: Don't add maximize button to non-resizable windows.
Andreas Kling
2019-05-12
WindowServer: Show downscaled window thumbnails in the window switcher.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-04
WindowServer: Don't send Paint messages to minimized windows.
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-05-01
WindowServer: Spawn a secondary thread to decode wallpapers.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
[next]