summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Rename Element::computed_style() to resolved_css_values()Andreas Kling
2022-03-14AudioServer: Decrease sample headroom to 5%kleines Filmröllchen
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-13FileOperation: Port to Core::StreamSam Atkins
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Hang StackingContext off of the paint boxesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-10WebContent: Return empty JSON object if element has no box modelSam Atkins
2022-03-10WebContent: Show box-model metrics for (some) pseudo-elementsSam Atkins
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-09SystemServer: Create device files for gpus on startupSahan Fernando
2022-03-08LoginServer: Add a label for login fail messagesjavabird25
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
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