summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-06-07SystemServer: Run clang-format on everything.Andreas Kling
2019-06-07WindowServer: Run clang-format on everything.Andreas Kling
2019-06-07LookupServer: use /etc/hosts even for reverse lookupsChristopher Dumas
2019-06-07LookupServer: Load hostnamesChristopher Dumas
2019-06-07LookupServer: Clang-FormatChristopher Dumas
2019-06-06WindowServer: New API for Scaled BlitChristopher Dumas
2019-06-06WindowServer: Implement scaled backgrounds and scaled blitting functionChristopher Dumas
2019-06-06WindowServer: Clang-FormatChristopher Dumas
2019-06-06LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().Andreas Kling
2019-06-02WindowServer: Always update the maximize button icon when we should.Andreas Kling
2019-06-02AK: Add implicit String -> StringView conversionRobin Burchell
2019-06-01WindowServer+LibGUI: Add a way to bring a window to the front.Andreas Kling
2019-06-01WindowServer: Don't reach the end of mode_to_enum() without returning.Andreas Kling
2019-06-01ls: Show user name and group name if available. (#151)Mustafa
2019-05-30Misc: Add a simple init processRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-05-28LibC: Move struct timeval to sys/time.h. #POSIXAndreas Kling
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27centered backgrounds are now an optionChristopher Dumas
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher Dumas
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-05-27implemented settings for window manager.Christopher Dumas
2019-05-27Network stack is now configurable, and resolution is also configurable, but l...Christopher Dumas
2019-05-26WSCompositor: Allow a compose to bypass the timer when it first happensRobin Burchell
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