summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-04-17LibWeb: Make StartAlgorithm return a Value instead of a PromiseMatthew Olsson
2023-04-17LibWeb: Remove outdated FIXMEs around WebIDL::invoke_callback usagesMatthew Olsson
2023-04-17LibWeb: Properly reject abrupt completion in clean_up_on_returnMatthew Olsson
2023-04-17LibWeb: Implement SVG `preserveAspectRatio` attributeMacDue
2023-04-17LibWeb: Clip SVG content to parent <svg> element bounding boxMacDue
2023-04-17LibWeb: Update the media playback time for clicks on the media timelineTimothy Flynn
2023-04-17LibWeb: Restrict toggling video playback to certain areas in a videoTimothy Flynn
2023-04-17LibWeb: Implement converting a DevicePixelRect to a CSSPixelRectTimothy Flynn
2023-04-17LibWeb: Begin implementing media resource seekingTimothy Flynn
2023-04-17LibVideo: Remove hook to notify clients upon reaching end of the streamTimothy Flynn
2023-04-17LibWeb: Change the callback used to detect the end of a video streamTimothy Flynn
2023-04-17LibWeb: Fix a couple of HTMLMediaElement spec linksTimothy Flynn
2023-04-16LibWeb: Fix multi-line flex column layouts with auto height on containerAndreas Kling
2023-04-16LibWeb: Honor gap between flex lines when using align-content: stretchAndreas Kling
2023-04-15LibWeb: Scale SVG stroke-width based on viewboxMacDue
2023-04-15LibWeb/Fetch: Fix build error in HeadersIterator::next()Linus Groh
2023-04-15LibJS: Port create_iterator_result_object() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port iterator_step() to GCPtrLinus Groh
2023-04-15LibJS: Port iterator_next() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_symbol_value() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_string_value() to NonnullGCPtrLinus Groh
2023-04-15LibJS: Port this_bigint_value() to NonnullGCPtrLinus Groh