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
Age
Commit message (
Expand
)
Author
2019-05-26
WSCompositor: Use a timer to schedule compose rather than an event
Robin Burchell
2019-05-26
WSEventLoop: Don't assert when being told to construct a crazy window type
Robin Burchell
2019-05-25
WindowServer: Tweak window titlebar look somewhat.
Andreas Kling
2019-05-25
WindowServer: Remove unused old "middle border" color.
Andreas Kling
2019-05-25
WindowServer: Don't draw titlebar separator for titlebar-less windows.
Andreas Kling
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
WindowServer: Remove some unused WSWindowManager members.
Andreas Kling
2019-05-24
Launcher loads applications from Launcher.ini, is started by default, and is ...
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-24
WindowServer: Add 2560x1440 resolution option.
Andreas Kling
2019-05-21
WindowServer: Don't eat a MouseUp when producing a MouseDoubleClick
Robin Burchell
2019-05-20
WindowServer: Don't start window resize for MouseUp or MouseMove.
Andreas Kling
2019-05-20
WindowServer: Convert some assertions into client did_misbehave()'s.
Andreas Kling
2019-05-20
WindowServer: Use blocking sockets for client connections.
Andreas Kling
2019-05-20
WindowServer: Allow sending up to 32 invalidation rects inline.
Andreas Kling
2019-05-20
Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is e...
Robin Burchell
2019-05-19
WindowServer: Improve client write handling a little
Robin Burchell
2019-05-18
WSWindowManager: Add double click to maximize/restore
Robin Burchell
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
WindowServer: Add a more dynamic app list
Robin Burchell
2019-05-16
WindowServer: Don't treat bottom titlebar edge as part of the border.
Andreas Kling
2019-05-16
WindowServer: Fill unbacked windows with their background color.
Andreas Kling
2019-05-16
WSWindowManager: Fix a small whoopsie with double click delivery
Robin Burchell
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-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-13
WindowServer: Don't add maximize button to non-resizable windows.
Andreas Kling
2019-05-13
WindowServer: Make the ordering in the window switcher a bit more sane.
Andreas Kling
2019-05-12
WindowServer: Rearrange minimize/maximize/close buttons (in that order.)
Andreas Kling
2019-05-12
WindowServer: Add a maximize/unmaximize button to windows.
Andreas Kling
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-12
WindowServer: Show downscaled window thumbnails in the window switcher.
Andreas Kling
2019-05-11
WindowServer: Improve window frames by giving them a raised frame look. :^)
Andreas Kling
2019-05-10
LibGUI+WindowServer: Improve checkmark appearance.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-07
WindowServer: Don't launch a terminal when clicking system menu separators.
Andreas Kling
2019-05-07
WindowServer: Don't invalidate the cursor on left button state change.
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+LibGUI: Wait for the extra_data to arrive.
Andreas Kling
2019-05-01
WindowServer: Spawn a secondary thread to decode wallpapers.
Andreas Kling
2019-04-30
WindowServer: Tweak window minimize button appearance.
Andreas Kling
2019-04-29
WindowServer: Make WSMenu wide enough that shortcuts are always rightmost.
Andreas Kling
2019-04-28
WindowServer: Add 1280x720 resolution to the system menu.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-25
WindowServer: Ignore title change notifications for non-normal windows.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
[prev]
[next]