summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-04-18LibGUI: Implement calculated_min_size() for SpinBoxthankyouverycool
2023-04-18LibGUI: Allow SpinBox to set its value with return keythankyouverycool
2023-04-18LibGUI: Let InputBox display an ImageWidgetthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-18LibGUI: Improve calculated_min_size() for single-line TextEditorthankyouverycool
2023-04-18LibGUI: Add Window::on_font_change() hookthankyouverycool
2023-04-18WindowServer: Show complete title when Window is not resizablethankyouverycool
2023-04-17ldd: Pledge map_fixedRomain Chardiny
2023-04-17Minesweeper: Simplify resizing game windowthankyouverycool
2023-04-17MasterWord: Rectify resizing game windowthankyouverycool
2023-04-17MasterWord: Set icon before showing windowthankyouverycool
2023-04-17LibGUI: Always paint Statusbar's vertical lines when not maximizedthankyouverycool
2023-04-17LibWeb: Honor box-sizing in flex item "specified size suggestion"Andreas Kling
2023-04-17LibWeb: Support implicit lineto commands after moveto in SVG pathsAndreas Kling
2023-04-17SoundPlayer: Pledge "FileManager" config domainBrendan Kelly
2023-04-17FileManager+LibGUI: Cache the FileSystem::can_delete_or_move valueTom
2023-04-17LibWeb: Fix inverted condition in WritableStream's constructorMatthew Olsson