summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-12AudioServer: Fix deadlock when playing two audio streamskleines Filmröllchen
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12AudioServer: Rename BufferQueue to ClientAudioStreamkleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-12ChessEngine: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-12WebContent: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11WindowServer: Add IPC endpoint to get the color under cursorMustafa Quraish
2021-09-11Compositor: Add API to get the color of a pixelMustafa Quraish
2021-09-11LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() callSam Atkins
2021-09-11LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltasSam Atkins
2021-09-10WindowServer: Fix 'sticky' mouse after resizeBen Wiederhake
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Remove unused PageClient::is_multi_process()Andreas Kling
2021-09-08LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebViewAndreas Kling
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-09-08Kernel+SystemServer: Simplify the DevTmpFS designLiav A
2021-09-08SystemServer: Don't rely on fstab to specify where to mount the ProcFSLiav A
2021-09-08SystemServer: Traverse sub-directories in /sys/devLiav A
2021-09-08Kernel+SystemServer: Defer creation of device nodes to userspaceLiav A
2021-09-06LibWeb+WebContent: Remove old console-logging IPC callsSam Atkins
2021-09-06Browser+WebContent: Initialize WebContentConsoleClient earlierSam Atkins
2021-09-06WebContent: Store messages in WebContentConsoleClientSam Atkins
2021-09-06LibWeb+WebContent: Add new console-message IPC callsSam Atkins
2021-09-06WebContent: Implement `$0` special variable in Browser JS ConsoleSam Atkins
2021-09-06WebContent: Implement ConsoleGlobalObject which proxies to WindowObjectSam Atkins
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-05RequestServer: Exit early to avoid executing protocol destructorsBrian Gianforcaro
2021-09-04LookupServer: Use HashMap::ensure() in load_etc_hosts()Andreas Kling
2021-09-04Cursors: Add new Magnifying glass cursorMustafa Quraish
2021-09-04Cursors: Add new Eyedropper cursorMustafa Quraish
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-02LibWeb+WebContent: Add query for hovered DOM node to OOPWVSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins
2021-09-02LibWeb+WebContent: Add inspect_dom_node() IPC callSam Atkins
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-01RequestServer: Use smart pointers for allocating protocolsBrian Gianforcaro
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-30SQLServer: Don't stat()-then-mkdir() when mkdir() alone is enoughAndreas Kling
2021-08-28WindowServer: Always return properly cropped bitmapMustafa Quraish
2021-08-27AudioServer: Expose the ability to get and set the sample ratekleines Filmröllchen