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
/
Libraries
Age
Commit message (
Expand
)
Author
2023-05-25
LibSQL: Keep track of free heap blocks when trimming storage
Jelle Raaijmakers
2023-05-25
LibSQL: Reuse heap blocks when overwriting storage
Jelle Raaijmakers
2023-05-25
LibWeb: Handle invalid UTF-8 in Fetch's Body#text()
0GreenClover0
2023-05-25
LibWeb: Make input element placeholders look better
Andreas Kling
2023-05-25
LibWeb: Make HTMLDivElement not "final"
Andreas Kling
2023-05-25
LibWeb: Remove now-unused `parse_css_value(ComponentValue)` method
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for transform-origin
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for text-decoration
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for text-decoration-line
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for overflow
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for list-style
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for content
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for font and font-family
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for flex-flow
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for border and its sided versions
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for flex
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-size
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-repeat
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for background-position[-x,-y]
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for `background`
Sam Atkins
2023-05-25
LibWeb: Use new StyleValue parsing for "simple" properties
Sam Atkins
2023-05-25
LibWeb: Implement smarter CSS StyleValue parsing
Sam Atkins
2023-05-25
LibWeb: Cache initial property values when parsing `background`
Sam Atkins
2023-05-25
LibWeb: Teach the CSS parser about extra color keywords
Sam Atkins
2023-05-25
LibWeb: Make `property_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Make `value_id_from_string()` return Optional
Sam Atkins
2023-05-25
LibWeb: Fill in some missing property data and bodge extra types
Sam Atkins
2023-05-25
LibWeb: Remove "Invalid" StyleValue type
Sam Atkins
2023-05-24
Everywhere: Use MonotonicTime instead of Duration
kleines Filmröllchen
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
LibTimeZone+Userland: Change timezone functions to use UnixDateTime
kleines Filmröllchen
2023-05-24
AK: Introduce UnixDateTime
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-24
LibWeb: Stop aggressively quantizing font-weight values
Andreas Kling
2023-05-24
LibWeb: Include weight and slope in CSSFontFaceRule debug dumps
Andreas Kling
2023-05-24
LibWeb: Include weight and style in CSSFontFaceRule serialization
Andreas Kling
2023-05-24
LibWeb: Sum horizontal margins to calculate space used by floats
Aliaksandr Kalenik
2023-05-24
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
Jelle Raaijmakers
2023-05-24
LibWeb: Honor font-weight and font-style when using downloaded fonts
Andreas Kling
2023-05-24
LibWeb: Parse font-weight and font-style inside @font-face rules
Andreas Kling
2023-05-24
LibWeb: Move resolution of font weights and slopes to StyleValue
Andreas Kling
2023-05-24
LibWeb: Implement scroll_{width, height}
stelar7
2023-05-24
LibThreading: Do not crash when detaching from an already-exited thread
Timothy Flynn
2023-05-24
WebP/Lossy: Validate show_frame and version when reading header
Nico Weber
2023-05-24
LibCore: Add ElapsedTimer::elapsed_milliseconds()
Nico Weber
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibVideo: Rename local variable from "max_bits" to "bits_left"
Nico Weber
2023-05-24
LibVideo: Rename BooleanDecoder::initialize param
Nico Weber
2023-05-24
LibVideo: Remove unused BooleanDecoder::bits_remaining()
Nico Weber
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
[next]