summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-07-17Introduce CIPCServerSideClientRobin Burchell
2019-07-17ABuffer: clamp -> clipRobin Burchell
2019-07-17ABuffer: move it and groove itRobin Burchell
2019-07-17Work on AudioServerRobin Burchell
2019-07-16WindowServer: Spawn a SystemDialog when activating the shutdown menu.Andreas Kling
2019-07-14WSEventLoop: Move message processing into WSClientConnectionRobin Burchell
2019-07-14WindowServer: Add a custom window type for LauncherRobin Burchell
2019-07-14WSEventLoop: Treat invalid window types the same as unknown window typesRobin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-13WindowServer: Don't deliver the same mouse event twice.Andreas Kling
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
2019-07-12WSWindowManager: Ensure that we pick a single window to deliver a full stream...Robin Burchell
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