summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-07WindowServer: Don't close menu when clicking on item with submenu (#5239)DragonAlex98
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer: Rename DNSPacket -> DNSPacketHeaderSergey Bugaev
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-06LookupServer: Move into `LookupServer` namespaceSergey Bugaev
2021-02-05SymbolServer: Resolve filenames and line numbers from debug info :^)Andreas Kling
2021-02-04SymbolServer: Cache failed ELF loads as wellAndreas Kling
2021-02-04SymbolServer+LibSymbolClient: Just do one symbol per IPC messageAndreas Kling
2021-02-04SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel availableAndreas Kling
2021-02-04SymbolServer: Add symbolication service for out-of-process ELF parsingAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30WebContent: Set the main thread name based on the current page hostAndreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-30WindowManager: Restore a window's geometry when untiling itetaIneLp
2021-01-30WebServer: Stream the downloaded filesAnotherTest
2021-01-30LookupServer: Unbreak reverse DNS lookupsAndreas Kling
2021-01-30LookupServer: Be a little more robust in case accept() failsAndreas Kling
2021-01-30LookupServer: Don't create Core::Object on the stackAndreas Kling
2021-01-29WindowServer: Constrain geometry label on move/resize to desktopBen Wiederhake
2021-01-29WindowServer: Split double-duty Window::normalize_rect()Ben Wiederhake
2021-01-29WindowServer: Allow superdrags to hide the titlebarBen Wiederhake
2021-01-29WindowServer: Count titlebar towards visible/grabbable areaBen Wiederhake
2021-01-29WindowServer: Properly determine where a window may beBen Wiederhake
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-24SystemServer: Do not crash if device files are not presentJean-Baptiste Boric
2021-01-24WindowServer: Don't crash if unable to open input peripheralsJean-Baptiste Boric
2021-01-23SystemServer: Mask off the set-uid bit in SocketPermissionsAndreas Kling
2021-01-23WindowServer: Make dragging maximized windows up no-opBen Wiederhake
2021-01-23WindowServer: Prevent moving a window to inaccessible regionBen Wiederhake
2021-01-23WindowServer: Fix many subtle bugs in tiling/maximizingBen Wiederhake
2021-01-23WindowServer: Remember the correct untiled rectBen Wiederhake
2021-01-23WindowServer: Normalize preferred rect before applyingBen Wiederhake
2021-01-23WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...Nico Weber
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts