summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-03-27LookupServer: Use case-insensitive comparison for domain namesTimur Sultanov
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-23WebContent: Fill OOPWV with palette base color when there's no contentAndreas Kling
2022-03-22SystemServer: Create /dev/tty as a character device instead of a symlinkLiav A
2022-03-20LookupServer: Return with failure result when lookup failssin-ack
2022-03-19RequestServer: Keep the EnsureConnection job alive until it finishesAli Mohammad Pur
2022-03-19WebServer: Add Content-Length header to HTTP responsesMaciej
2022-03-18WindowServer: Fix animation crashTom
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
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