summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-12Fuzzers: Stop loading audio frames once the end is reachedTim Schumacher
2023-04-12LibAudio: Use `read_until_filled` to fill a buffer from a StreamTim Schumacher
2023-04-12LibCompress: Error on truncated uncompressed DEFLATE blocksTim Schumacher
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12Starfield: Rename starfield_window to starfield_widgetCubic Love
2023-04-12Base: Add icons for the Gradient screensaverCubic Love
2023-04-12Demos: Rename GradientScreensaver to GradientCubic Love
2023-04-12LibGfx/WebP: Don't assert when size in header is smaller than headerNico Weber
2023-04-12LibGfx/ICC: Use mix() in CurveTagData::evaluate()Nico Weber
2023-04-12AK: Make grepping for "lerp" find mix()Nico Weber
2023-04-12Documentation: Remove unnecessary answer to non-asked question in FAQLiav A
2023-04-12AK: Remove the Endian bytes accessorTim Schumacher
2023-04-12LibWasm: Replace usages of the Endian bytes accessorTim Schumacher
2023-04-12LibCompress: Replace usages of the Endian bytes accessorTim Schumacher
2023-04-12Shell: Add `map_fixed` to the pledges for command autocompletionTim Schumacher
2023-04-12LibTLS: Remove outdated comment about ECCFabian Dellwing
2023-04-12LibTLS: Streamline certificate loadingFabian Dellwing
2023-04-12LibTLS: Dont also include the OID when printing the RDN short namestelar7
2023-04-12Applications: Use thousands separator for numbers shown in status barTim Ledbetter
2023-04-12LibVideo: Don't shadow `m_playing` in ResumingStateHandler classesZaggy1024
2023-04-12Tests: Add layout test for SVG transforms and viewboxesMacDue
2023-04-12Base: Add SVG transform test pageMacDue
2023-04-12LibWeb: Don't try to paint SVG elements transformed to zero sizeMacDue
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-11Base: Add the ended attribute to the video test pageTimothy Flynn
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-11Base: Add the current playback position to the video test pageTimothy Flynn