summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-20Chess: Gracefully handle ChessEngine disconnectionsTim Ledbetter
2023-04-20ChessEngine: Gracefully handle GUI disconnectionsTim Ledbetter
2023-04-20LibChess: Allow UCIEndpoint to handle unexpected disconnectionsTim Ledbetter
2023-04-20Chess: Send a quit command to ChessEngine when it is no longer in useTim Ledbetter
2023-04-20ChessEngine: Handle the UCI quit commandTim Ledbetter
2023-04-20LibChess: Add the UCI quit commandTim Ledbetter
2023-04-20LibWeb: Properly stop, rather than terminate, ongoing media fetchesTimothy Flynn
2023-04-20LibWeb: Invent a method to stop an in-progress fetch without errorsTimothy Flynn
2023-04-20LibWeb: Do not handle media ready state changes for empty network statesTimothy Flynn
2023-04-20LibWeb: Implement the HTMLMediaElement delaying-the-load-event flagTimothy Flynn
2023-04-20LibWeb: Implement the HTMLMediaElement currentSrc attributeTimothy Flynn
2023-04-19LibWeb: Add HTML::TraversableNavigableAndreas Kling
2023-04-19LibWeb: Add HTML::NavigableAndreas Kling
2023-04-19LibWeb: Rename BrowsingContextContainer => NavigableContainerAndreas Kling
2023-04-19LibWeb: Simplify StyleValue API now that `auto` isn't a lengthSam Atkins
2023-04-19LibWeb: Verify we don't accidentally create an `auto` LengthStyleValueSam Atkins
2023-04-19LibWeb: Stop creating `auto` LengthStyleValue for resolved styleSam Atkins
2023-04-19LibWeb: Stop parsing `auto` as a LengthSam Atkins
2023-04-19LibWeb: Check flex longhands first when parsing flex shorthandSam Atkins
2023-04-19LibWeb: Properly handle `auto` in StyleProperties::length_percentage()Sam Atkins
2023-04-19LibWeb: Properly handle `auto` when parsing `background-size`Sam Atkins
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
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-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI: Port Menubar to new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-19LibGUI: Store Menu names as new StringKarol Kosek
2023-04-19LibWeb: Implement the HTMLMediaElement crossOrigin attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTMLMediaElement buffered attributeTimothy Flynn
2023-04-19LibWeb: Stub out the HTML TimeRanges IDL interfaceTimothy Flynn
2023-04-19LibWeb: Layout <svg> nested inside <svg>Andreas Kling
2023-04-19LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintableAndreas Kling
2023-04-19LibGfx: Prevent out-of-bounds accumulation in PathRasterizerJelle Raaijmakers
2023-04-19LibGfx: Clean up PathRasterizerJelle Raaijmakers
2023-04-19LibGfx: Increase tolerance for bezier curvesJelle Raaijmakers
2023-04-18LibWeb: Implement HTMLMediaElement's autoplay attributeTimothy Flynn
2023-04-18Browser: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-18BrowserSettings: Add a tab to control the Browser's autoplay settingsTimothy Flynn
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-18LibWeb: Render HTMLVideoElement controls when scripting is disabledTimothy Flynn
2023-04-18LibWeb: Organize LibWeb forwarding headerTimothy Flynn
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling
2023-04-18SpreadSheet: Use new InputBox featuresthankyouverycool
2023-04-18FontEditor: Use compact InputBox for Go to Glyph actionthankyouverycool
2023-04-18Calculator: Use numeric InputBox for digit rounding and shrinkingthankyouverycool
2023-04-18MasterWord: Use numeric InputBox for settingsthankyouverycool
2023-04-18FileManager: Use InputBox icons for file and directory creationthankyouverycool
2023-04-18LibGUI: Add a numeric input type to InputBoxthankyouverycool