index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-16
AK: Define both `::nullptr_t` and `std::nullptr_t`
Tim Schumacher
2022-09-16
Shell: Fix 'Command:' output for built-in 'time' command
Ben Wiederhake
2022-09-15
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
Hendiadyoin1
2022-09-15
Base: Add 13 emoji
Joel Hansen
2022-09-15
Base: Add new emoji
Mykola
2022-09-15
LibWeb: Don't set initial font+color on both HTML and BODY elements
Andreas Kling
2022-09-15
LibWeb: Cache lowercased names in SimpleSelector
Andreas Kling
2022-09-15
LibWeb: Hoist case sensitivity check out of loop in Element::has_class()
Andreas Kling
2022-09-15
LibWeb: Resolve cyclic declaration/definitions involving Length
Ben Wiederhake
2022-09-15
Calculator: Change internal representation to support perfect division
Lucas CHOLLET
2022-09-15
LibCrypto: Fix -0 and 0 non-equality
Lucas CHOLLET
2022-09-15
LibCrypto: Add BigFraction
Lucas CHOLLET
2022-09-15
StringBuilder: Add try_append_repeated() and append_repeated()
Lucas CHOLLET
2022-09-15
LibCrypto: Add SignedBigInteger::negated_value()
Lucas CHOLLET
2022-09-15
Meta: Revise lint-commit.sh regex for the title
Ben Wiederhake
2022-09-15
LibWeb: Don't ignore data: URLs in @font-face src
Andreas Kling
2022-09-15
LibGfx: Cache vector fonts by family name
Andreas Kling
2022-09-15
LibCore: Rewrite Core::Stream::read_all_impl
sin-ack
2022-09-15
LibCore: Add documentation to Stream functions + make parameter clearer
sin-ack
2022-09-15
LibWeb: Implement document.domain getter
Luke Wilde
2022-09-15
Meta: Enable vptr sanitation by default for Lagom UBSAN builds
Timothy Flynn
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-09-15
LibJS: Do not assume that IsArray means the object type is an Array
Timothy Flynn
2022-09-15
LibJS: Use correct include + object class for Function{Object,Prototype}
Timothy Flynn
2022-09-15
LibWeb: Fix bogus condition when checking CSS font file extensions
Andreas Kling
2022-09-14
LibWeb: Be slightly better at @font-face rules with multiple sources
Andreas Kling
2022-09-14
LibWeb: Allow CSS at-rules to have an empty prelude
Andreas Kling
2022-09-14
LibWeb: Invalidate layout whenever a CSS font is loaded
Andreas Kling
2022-09-14
LibWeb: Schedule a layout update in Document::invalidate_layout()
Andreas Kling
2022-09-14
LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules
Andreas Kling
2022-09-14
LibWeb: Account for float's container offsets in BFC root auto height
Andreas Kling
2022-09-14
LibSoftGPU: Return a `const&` texel in `Image` to prevent copying
Jelle Raaijmakers
2022-09-14
LibSoftGPU: Use `memcpy` instead of a loop to blit the color buffer
Jelle Raaijmakers
2022-09-14
LibGfx: Use `memcpy` instead of `fast_u32_copy` for blitting
Jelle Raaijmakers
2022-09-14
LibWeb: Don't show pointer (hand) cursor over non-linked a elements
Andreas Kling
2022-09-14
LibWeb: Account for containing block padding when placing abspos boxes
Andreas Kling
2022-09-14
LibWeb: Replace most of our default UA stylesheet with spec rules
Andreas Kling
2022-09-14
LibWeb: Make :link selector behave according to spec
Andreas Kling
2022-09-14
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
Andreas Kling
2022-09-14
LibWeb: Use PercentageOr<T>::contains_percentage() in CSS layout
Andreas Kling
2022-09-14
LibWeb: Treat unimplemented grid-track-size syntax as "auto" for now
Andreas Kling
2022-09-14
LibWeb: Add a way to ask if a PercentageOr<T> value contains percentages
Andreas Kling
2022-09-14
CI: Fix typo preventing the CLDR cache from being pulled
Timothy Flynn
2022-09-14
Base: Tweak Source font
electrikmilk
2022-09-14
LibWeb: Add partial serialization for CSSFontFaceRule
electrikmilk
2022-09-14
Base: Add existing @font-face test to welcome page
electrikmilk
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-09-14
LibWeb: Create stacking context for flex/grid items with z-index != auto
Andreas Kling
2022-09-14
LibWeb: Don't include abspos children in containing block's auto width
Andreas Kling
[next]