summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-07-10WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.Andreas Kling
2019-07-04WindowServer: Convert dbgprintf() in WSWindowManager to dbg().Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-30WindowServer: Add a separator before "close" in window menus.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-29WindowServer: Allow changing window opacity with Logo+MouseWheel.Andreas Kling
2019-06-29Kernel: Change the format of /proc/all to JSON.Andreas Kling
2019-06-28WindowServer: Make use of the new Vector(initializer_list).Andreas Kling
2019-06-22Userland: Fix many compiler warnings.Andreas Kling
2019-06-22WindowServer: Fix compiler warnings.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.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-21AK: Rename Retainable => RefCounted.Andreas Kling
2019-06-21WindowServer: Move some event code from WSWindowManager to WSMenuBarKeeper.Andreas Kling
2019-06-21WindowServer: Make most of WSMenuBarKeeper private.Andreas Kling
2019-06-21WindowServer+Taskbar: Let WindowServer manage the "window menus".Andreas Kling
2019-06-21WindowServer: Render the global menubar into a separate WSWindow.Andreas Kling
2019-06-20LookupServer: Use a CFile for loading /etc/hosts.Andreas Kling
2019-06-18WindowServer: Remove unused WSWindowManager::m_windows hash table.Andreas Kling
2019-06-16SystemServer: Shut down after 5 seconds if testmode=1 is set on the kernel co...Robin Burchell
2019-06-16WindowServer: Add a shutdown option to the menu, rather than forcing terminal...Robin Burchell
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
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