summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-03-02WindowServer: Treat window frames with a border radius as transparentMacDue
2022-03-02WindowServer: Disable shadow rendering for themes with a border-radiusMacDue
2022-02-28Services: Port FileOperation to LibMainLenny Maiorani
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-25SpiceAgent: Rename ClipboardServerConnectionItamar
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25Taskbar: Update ClockWidget FrameShape and adjust dimensionsthankyouverycool
2022-02-24Taskbar: Minimize/activate window on Super+Digit eventJan Grau
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-21WindowServer: Mark window frame as invalidated when updating titleTom
2022-02-21WindowServer: Add IPC call to remove a menu's itemMarco Cutecchia
2022-02-21WebContent: Push execution context before ConsoleGlobalObject initLinus Groh
2022-02-21WebContent: Remove unused JS Lexer/Parser includesLinus Groh
2022-02-18RequestServer: Bump the ConnectionCache concurrent connection limit to 4Ali Mohammad Pur
2022-02-18WebServer: Close the socket if Connection: keep-alive isn't requestedAli Mohammad Pur
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16WebContent: Exit peacefully when client dies during synchronous IPCAndreas Kling
2022-02-14SystemServer: Remove now unnecessary call to chmod on /dev/audioLiav A
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14SystemServer: Remove Socket.h header + use Core::System in some placessin-ack
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-14AudioServer: Use first audio channel in the /dev/audio directoryLiav A
2022-02-14SystemServer: Create audio channel device nodes in /dev/audio directoryLiav A
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-12RequestServer: Make value copy of the URL in ensure_connection()Andreas Kling
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-11RequestServer: Recreate socket if it reached EOFIdan Horowitz
2022-02-10LibSQL+SQLServer: Introduce and use ResultOr<ValueType>Timothy Flynn
2022-02-10LibWeb: Perform CSS custom property cascade once instead of per-propertyAndreas Kling
2022-02-10LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]Timothy Flynn
2022-02-10LibSQL+SQLServer: Return the new Result class from statement executionsTimothy Flynn
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-08RequestServer: Avoid Vector OOB access in ConnectionCacheAli Mohammad Pur
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-08WindowServer: Preserve cursor position when dragging between statesthankyouverycool
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool
2022-02-08WindowServer: Fix comments in WindowManagerthankyouverycool
2022-02-08WindowServer: Unify Window restore rectsthankyouverycool
2022-02-08WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()thankyouverycool
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-07RequestServer: Reenable socket notifications unconditionallyAli Mohammad Pur
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen