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-05-05
LibXML: Notify the listener about the root node as well
Ali Mohammad Pur
2023-05-05
Piano: Allow per-track controls (again)
kleines Filmröllchen
2023-05-05
Piano: Use size_t for track count
kleines Filmröllchen
2023-05-05
sed: Implement in-place file editing
kleines Filmröllchen
2023-05-05
sed: Correctly unveil all paths
kleines Filmröllchen
2023-05-04
PixelPaint: Make gradient tool hardness slider width match other inputs
MacDue
2023-05-04
PixelPaint: Correct variable names in GradientTool.cpp
MacDue
2023-05-04
LibCompress: Remove special casing for looping DEFLATE seekbacks
Tim Schumacher
2023-05-04
LibWeb: Use JS::SafeFunction for module fetching callbacks
Andreas Kling
2023-05-04
LibWeb: Add an initial implementation of SVG `<radialGradient>`
MacDue
2023-05-04
LibWeb: Move some common SVG gradient functions into SVGGradientElement
MacDue
2023-05-04
LibWeb: Don't inherit SVG color stops if current gradient has stops
MacDue
2023-05-04
LibWeb: Add tag and attribute names for SVG linear gradients
MacDue
2023-05-04
LibGfx: Implement PaintStyle for SVG radial gradients
MacDue
2023-05-04
LibWeb: Mark SVG::NumberPercentage accessors as const
MacDue
2023-05-04
LibWeb: Remove general SVGFormattingContext FIXME
MacDue
2023-05-04
LibWeb: Pause HTMLMediaElement when its document becomes inactive
Timothy Flynn
2023-05-04
LibWeb: Add an interface to be notified of Document state changes
Timothy Flynn
2023-05-04
LibWeb: Implement steps for removing an HTMLMediaElement from a document
Timothy Flynn
2023-05-04
LibWeb: Implement the EventTarget constructor
Luke Wilde
2023-05-04
LibGL: Implement support for the `GL_RGB5_A1` internal image format
Jelle Raaijmakers
2023-05-04
ICC: Verify curve types have valid types
Nico Weber
2023-05-04
ICC: Prepare for eventually implementing conversions for LUT profiles
Nico Weber
2023-05-04
LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElement
Andreas Kling
2023-05-04
LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
Nico Weber
2023-05-04
LibWeb: Make module maps GC-allocated
Andreas Kling
2023-05-04
LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
Aliaksandr Kalenik
2023-05-04
LibWeb: Calculate y of a box before resolving width in BFC
Aliaksandr Kalenik
2023-05-03
AK: Have `JsonArray::set()` change values instead of inserting values
Kemal Zebari
2023-05-03
LibWeb: Implement the "The html element fills the viewport quirk"
Andreas Kling
2023-05-03
LibWeb: Take floats into account when measuring automatic width of IFC
Andreas Kling
2023-05-03
LibWeb: Implement more box type transformation edge cases
Andreas Kling
2023-05-03
ICC: Implement TRC inversion in from_pcs for point curves
Nico Weber
2023-05-03
ICC+image: Add conversion between color spaces for images :^)
Nico Weber
2023-05-03
LibWeb: Exclude table-wrapper margins from table available width
Aliaksandr Kalenik
2023-05-03
LibWeb: Use appropriate containing block width to get width of table
Aliaksandr Kalenik
2023-05-03
LibWeb: Don't crash on unresolvable line-height: calc() value
Andreas Kling
2023-05-03
LibWeb: Show formatting context roots in layout tree dumps
Andreas Kling
2023-05-03
AudioServer: Dequeue all buffers when clearing a ClientAudioStream
Joel Petersson
2023-05-03
SoundPlayer: Clear client buffer when playback is stopped
Joel Petersson
2023-05-03
profile: Prevent crash when -p is supplied a non-integer value
PrestonLTaylor
2023-05-03
profile: Add -a to warning message when -e, -d, -w xor -f is not set
PrestonLTaylor
2023-05-03
LibWeb: Implement "create navigation params from a srcdoc resource"
Aliaksandr Kalenik
2023-05-03
LibWeb: Implement "create navigation params by fetching"
Aliaksandr Kalenik
2023-05-03
LibWeb: Implement "attempt to populate the history entry's document"
Aliaksandr Kalenik
2023-05-03
LibWeb: Move document loading into separate file
Aliaksandr Kalenik
2023-05-03
LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentState
Aliaksandr Kalenik
2023-05-03
LibWeb: Add fetch_controller property in HTML::NavigationParams
Aliaksandr Kalenik
2023-05-03
LibWeb: Add navigable property in NavigationParams
Aliaksandr Kalenik
2023-05-03
LibWeb: Change id to be optional in HTML::NavigationParams
Aliaksandr Kalenik
[next]