summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-05-08LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.hAndreas Kling
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-06LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rectBen Wiederhake
2023-05-06WindowServer: Fix window content scaling when switching from fullscreenPatryk Pilipczuk
2023-05-06LibWeb: Fill PageHost root with document background colorAndreas Kling
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05FileSystemAccessServer: Use `ECANCELED` instead of -1Lucas CHOLLET
2023-05-03AudioServer: Dequeue all buffers when clearing a ClientAudioStreamJoel Petersson
2023-05-03LibChess+ChessEngine: Don't crash on error when reading UCI commandsTim Ledbetter
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-28SystemServer: Remove unused code for generating /dev/hwrngLiav A
2023-04-28ChessEngine: Reset the engine state on receiving a ucinewgame commandTim Ledbetter
2023-04-27KeyboardPreferenceLoader: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27DHCPClient: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27LaunchServer: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-25WindowServer: Draw stretched wallpapers with bilinear blendingJelle Raaijmakers
2023-04-25WebContent: Always update layout before dumping layout treeAndreas Kling
2023-04-25Userland: Remove serialize-to-JSON functions only used for InspectorAndreas Kling
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-25LibWeb+WebContent: Make document background and Viewport transparentSigmund Lahn
2023-04-24LibChess: Convert Commands to use String and propagate errorsSam Atkins
2023-04-24WebContent: Add the 'thread' pledge for video playbackTimothy Flynn
2023-04-24Services/WebContent: Use `JsonArray::append`Cameron Youell
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Prevent infinite growth of content filtersTimothy Flynn
2023-04-20LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()Linus Groh
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2023-04-19WindowServer+LibGUI: Port WindowServer's Menu name to new StringKarol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-18WindowServer: Show complete title when Window is not resizablethankyouverycool
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14WindowServer: Fix alt shortcut navigation for non-default keymapsJulian Offenhäuser
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
2023-04-13WindowServer: Refactor window geometry overlay rect calculation logicTom
2023-04-13WindowServer: Prevent some overdraw by the window geometry overlayTom
2023-04-13WindowServer: Move window geometry label into the tile overlay areaTom
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13WindowServer: Fix some gliches when overlays are moved or removedTom
2023-04-13WindowServer: Only register animations when they're runningTom
2023-04-13WindowServer: Fix calculating tile rect on secondary screensTom