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