summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-12LibWeb: Allow floating point values when parsing SVG viewboxesMacDue
2023-04-12LibWeb: Always use quirks mode when parsing SVG width/height attributesMacDue
2023-04-12LibWeb: Use (transformed) path bounding quad for SVG path hit testingMacDue
2023-04-12LibWeb: Apply CSS scaling to SVG elementsMacDue
2023-04-12LibWeb: Apply SVG transform to path when painting (SVG) elementsMacDue
2023-04-12LibWeb: Remove SVG sizing hack and fix viewbox scalingMacDue
2023-04-12LibWeb: Parse the `transform` attribute when set on SVGGraphicsElementsMacDue
2023-04-12LibWeb: Parse and apply `fill-opacity` attribute to SVG pathsMacDue
2023-04-12LibWeb: Add SVG transform parsingMacDue
2023-04-12LibGfx: Add AffineTransform::skew_radians()MacDue
2023-04-12LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()MacDue
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-12LibWeb: Make SC hit testing more closely follow reverse paint orderMacDue
2023-04-12LibWeb: Create a video document for `video/` MIME types on navigationLuke Wilde
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-11LibWeb: Handle null values when making args for attributeChangedCallbackLuke Wilde
2023-04-11LibJS: Update spec numbers for the Intl NumberFormat v3 proposalTimothy Flynn
2023-04-11LibJS: Require a [[RoundingMode]] slot within FormatNumericToStringTimothy Flynn
2023-04-11LibWeb: Return from "the end" during HTML fragment parsingLuke Wilde
2023-04-11LibWeb: Begin detecting the end of an HTMLMediaElement media resourceTimothy Flynn
2023-04-11LibVideo: Add a hook to notify clients upon reaching end of the streamTimothy Flynn
2023-04-11LibWeb: Paint a media timeline on HTMLVideoElement layout nodesTimothy Flynn
2023-04-11LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElementTimothy Flynn
2023-04-11LibWeb: Tweak the color used for hovered media controlsTimothy Flynn
2023-04-11LibWeb: Begin tracking HTMLMediaElement playback positionsTimothy Flynn
2023-04-11LibWeb: Report HTMLMediaElement duration with sub-second accuracyTimothy Flynn
2023-04-11LibWeb: Move dispatching timeupdate events to a helper for trackingTimothy Flynn
2023-04-11icc: Print if a curve looks like the sRGB curveNico Weber
2023-04-11icc: Use `{: >{}}, "", indent_amount` for indentingNico Weber
2023-04-11icc: Make out_curve_tag() fallibleNico Weber
2023-04-11LibGfx/ICC: Add evaluate() member functions to both curve typesNico Weber
2023-04-11LibGfx/ICC: Extract sRGB_curve() functionNico Weber
2023-04-11icc: Extract out_curve_tag() helper functionNico Weber
2023-04-11LibWeb: Implement URL.canParse(url, base)networkException
2023-04-11LibWeb: Update URL constructor steps to match the specificationnetworkException
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11FileManager: Use a thousands separator for numbers in PropertiesWindowTim Ledbetter
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-11readelf: Pledge `map_fixed` for loading ELFsTim Schumacher
2023-04-11Tubes: Remove unused includesJelle Raaijmakers
2023-04-113DFileViewer+Tubes: Add `map_fixed` to pledgesJelle Raaijmakers
2023-04-11LibELF: Remove leftover i386 entry filesTim Schumacher
2023-04-10SystemMonitor: Handle zombie processes properlyLiav A
2023-04-10LibWeb: Convert video control dimensions from CSSPixels to DevicePixelsTimothy Flynn
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-04-09Settings: Improve default window sizeCameron Youell
2023-04-09CertificateSettings: Update to be more consistent with other settingsCameron Youell
2023-04-09Browser: Have `BookmarksBarWidget` signal bookmark changes for `Tab`Kemal Zebari
2023-04-09KeyboardSettings: Port to `Core::File`Cameron Youell