summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2021-08-27ConfigServer: Update the configuration cache on file changesAndreas Kling
2021-08-26ConfigServer: Monitor opened config files for changesAndreas Kling
2021-08-26ConfigServer+LibConfig: Add way for clients to listen for config changesAndreas Kling
2021-08-26ConfigServer+LibConfig: Add pledge_domains() APIAndreas Kling
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-24WebServer: Add 'Content-Type' header for error responsesMarco Cutecchia
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-08-23WindowServer: Add IPC calls for controlling cursor themeMaciej Zygmanowski
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-22SQLServer: Use m_client_id instead of client_id in callbackRobert Stefanic
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-21LibSQL+SQLServer: Bare bones INSERT and SELECT statementsJan de Visser
2021-08-19WindowServer: Only clear the hovered item if the item was enabledsin-ack
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack