summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-05LibXML: Notify the listener about the root node as wellAli Mohammad Pur
2023-05-05Piano: Allow per-track controls (again)kleines Filmröllchen
2023-05-05Piano: Use size_t for track countkleines Filmröllchen
2023-05-05sed: Implement in-place file editingkleines Filmröllchen
2023-05-05sed: Correctly unveil all pathskleines Filmröllchen
2023-05-04PixelPaint: Make gradient tool hardness slider width match other inputsMacDue
2023-05-04PixelPaint: Correct variable names in GradientTool.cppMacDue
2023-05-04LibCompress: Remove special casing for looping DEFLATE seekbacksTim Schumacher
2023-05-04LibWeb: Use JS::SafeFunction for module fetching callbacksAndreas Kling
2023-05-04LibWeb: Add an initial implementation of SVG `<radialGradient>`MacDue
2023-05-04LibWeb: Move some common SVG gradient functions into SVGGradientElementMacDue
2023-05-04LibWeb: Don't inherit SVG color stops if current gradient has stopsMacDue
2023-05-04LibWeb: Add tag and attribute names for SVG linear gradientsMacDue
2023-05-04LibGfx: Implement PaintStyle for SVG radial gradientsMacDue
2023-05-04LibWeb: Mark SVG::NumberPercentage accessors as constMacDue
2023-05-04LibWeb: Remove general SVGFormattingContext FIXMEMacDue
2023-05-04LibWeb: Pause HTMLMediaElement when its document becomes inactiveTimothy Flynn
2023-05-04LibWeb: Add an interface to be notified of Document state changesTimothy Flynn
2023-05-04LibWeb: Implement steps for removing an HTMLMediaElement from a documentTimothy Flynn
2023-05-04LibWeb: Implement the EventTarget constructorLuke Wilde
2023-05-04LibGL: Implement support for the `GL_RGB5_A1` internal image formatJelle Raaijmakers
2023-05-04ICC: Verify curve types have valid typesNico Weber
2023-05-04ICC: Prepare for eventually implementing conversions for LUT profilesNico Weber
2023-05-04LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElementAndreas Kling
2023-05-04LibWeb: Don't divide by 0 in DOMMatrix::invert_self()Nico Weber
2023-05-04LibWeb: Make module maps GC-allocatedAndreas Kling
2023-05-04LibWeb: Narrow width of boxes that create BFC to avoid overlap of floatAliaksandr Kalenik
2023-05-04LibWeb: Calculate y of a box before resolving width in BFCAliaksandr Kalenik
2023-05-03AK: Have `JsonArray::set()` change values instead of inserting valuesKemal Zebari
2023-05-03LibWeb: Implement the "The html element fills the viewport quirk"Andreas Kling
2023-05-03LibWeb: Take floats into account when measuring automatic width of IFCAndreas Kling
2023-05-03LibWeb: Implement more box type transformation edge casesAndreas Kling
2023-05-03ICC: Implement TRC inversion in from_pcs for point curvesNico Weber
2023-05-03ICC+image: Add conversion between color spaces for images :^)Nico Weber
2023-05-03LibWeb: Exclude table-wrapper margins from table available widthAliaksandr Kalenik
2023-05-03LibWeb: Use appropriate containing block width to get width of tableAliaksandr Kalenik
2023-05-03LibWeb: Don't crash on unresolvable line-height: calc() valueAndreas Kling
2023-05-03LibWeb: Show formatting context roots in layout tree dumpsAndreas Kling
2023-05-03AudioServer: Dequeue all buffers when clearing a ClientAudioStreamJoel Petersson
2023-05-03SoundPlayer: Clear client buffer when playback is stoppedJoel Petersson
2023-05-03profile: Prevent crash when -p is supplied a non-integer valuePrestonLTaylor
2023-05-03profile: Add -a to warning message when -e, -d, -w xor -f is not setPrestonLTaylor
2023-05-03LibWeb: Implement "create navigation params from a srcdoc resource"Aliaksandr Kalenik
2023-05-03LibWeb: Implement "create navigation params by fetching"Aliaksandr Kalenik
2023-05-03LibWeb: Implement "attempt to populate the history entry's document"Aliaksandr Kalenik
2023-05-03LibWeb: Move document loading into separate fileAliaksandr Kalenik
2023-05-03LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentStateAliaksandr Kalenik
2023-05-03LibWeb: Add fetch_controller property in HTML::NavigationParamsAliaksandr Kalenik
2023-05-03LibWeb: Add navigable property in NavigationParamsAliaksandr Kalenik
2023-05-03LibWeb: Change id to be optional in HTML::NavigationParamsAliaksandr Kalenik