index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-13
LibWeb: Expose type and raw values of basic CSS types
Sam Atkins
2023-04-13
LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)
Sam Atkins
2023-04-13
LibWeb: Move StyleValue::absolutized() back where it belongs
Sam Atkins
2023-04-13
HackStudio: Set_cursor even if the file is already open
iyush
2023-04-13
LibWeb/Streams: Fix inconsistent uses of realm() and vm()
Linus Groh
2023-04-13
LibWeb/URL: Make URL::search_params() return a NonnullGCPtr
Linus Groh
2023-04-13
LibWeb/URL: Add spec links and comments
Linus Groh
2023-04-12
LibAudio: Use `read_until_filled` to fill a buffer from a Stream
Tim Schumacher
2023-04-12
LibCompress: Error on truncated uncompressed DEFLATE blocks
Tim Schumacher
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-12
Starfield: Rename starfield_window to starfield_widget
Cubic Love
2023-04-12
Base: Add icons for the Gradient screensaver
Cubic Love
2023-04-12
Demos: Rename GradientScreensaver to Gradient
Cubic Love
2023-04-12
LibGfx/WebP: Don't assert when size in header is smaller than header
Nico Weber
2023-04-12
LibGfx/ICC: Use mix() in CurveTagData::evaluate()
Nico Weber
2023-04-12
LibWasm: Replace usages of the Endian bytes accessor
Tim Schumacher
2023-04-12
LibCompress: Replace usages of the Endian bytes accessor
Tim Schumacher
2023-04-12
Shell: Add `map_fixed` to the pledges for command autocompletion
Tim Schumacher
2023-04-12
LibTLS: Remove outdated comment about ECC
Fabian Dellwing
2023-04-12
LibTLS: Streamline certificate loading
Fabian Dellwing
2023-04-12
LibTLS: Dont also include the OID when printing the RDN short name
stelar7
2023-04-12
Applications: Use thousands separator for numbers shown in status bar
Tim Ledbetter
2023-04-12
LibVideo: Don't shadow `m_playing` in ResumingStateHandler classes
Zaggy1024
2023-04-12
LibWeb: Don't try to paint SVG elements transformed to zero size
MacDue
2023-04-12
LibWeb: Allow floating point values when parsing SVG viewboxes
MacDue
2023-04-12
LibWeb: Always use quirks mode when parsing SVG width/height attributes
MacDue
2023-04-12
LibWeb: Use (transformed) path bounding quad for SVG path hit testing
MacDue
2023-04-12
LibWeb: Apply CSS scaling to SVG elements
MacDue
2023-04-12
LibWeb: Apply SVG transform to path when painting (SVG) elements
MacDue
2023-04-12
LibWeb: Remove SVG sizing hack and fix viewbox scaling
MacDue
2023-04-12
LibWeb: Parse the `transform` attribute when set on SVGGraphicsElements
MacDue
2023-04-12
LibWeb: Parse and apply `fill-opacity` attribute to SVG paths
MacDue
2023-04-12
LibWeb: Add SVG transform parsing
MacDue
2023-04-12
LibGfx: Add AffineTransform::skew_radians()
MacDue
2023-04-12
LibGfx: Optimize Painter::draw_scaled_bitmap_with_transform()
MacDue
2023-04-12
AK: Don't store parts of URLs percent decoded
MacDue
2023-04-12
LibWeb: Make SC hit testing more closely follow reverse paint order
MacDue
2023-04-12
LibWeb: Create a video document for `video/` MIME types on navigation
Luke Wilde
2023-04-12
LibWeb: Add ReadableStreamByteController interface
Matthew Olsson
2023-04-12
LibWeb: Add ReadableStreamBYOBRequest interface
Matthew Olsson
2023-04-11
LibWeb: Handle null values when making args for attributeChangedCallback
Luke Wilde
2023-04-11
LibJS: Update spec numbers for the Intl NumberFormat v3 proposal
Timothy Flynn
2023-04-11
LibJS: Require a [[RoundingMode]] slot within FormatNumericToString
Timothy Flynn
2023-04-11
LibWeb: Return from "the end" during HTML fragment parsing
Luke Wilde
2023-04-11
LibWeb: Begin detecting the end of an HTMLMediaElement media resource
Timothy Flynn
2023-04-11
LibVideo: Add a hook to notify clients upon reaching end of the stream
Timothy Flynn
2023-04-11
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-11
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
Timothy Flynn
2023-04-11
LibWeb: Tweak the color used for hovered media controls
Timothy Flynn
[next]