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
LibGfx: Allow applying all color filters with an amount
MacDue
2022-09-16
LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()
MacDue
2022-09-16
LibWeb: Plumb style/computed values for `backdrop-filter`
MacDue
2022-09-16
LibWeb+Meta: Parse the `backdrop-filter` CSS property
MacDue
2022-09-16
LibWeb: Add FilterValueListStyleValue
MacDue
2022-09-16
LibWeb: Add operator== to CSS::Number
MacDue
2022-09-16
LibWeb: Add NumberPercentage CSS type
MacDue
2022-09-16
Meta: Use is_abstract_image() for the "image" CSS type
MacDue
2022-09-16
LibWeb: Pass values by reference in style value operator== functions
MacDue
2022-09-16
CMake: Use `-static-libstdc++` on Clang as well
Tim Schumacher
2022-09-16
LibC: Remove `_aligned_malloc` and `_aligned_free`
Tim Schumacher
2022-09-16
Ports: Remove the duplicated Clang compiler symlinks
Tim Schumacher
2022-09-16
Toolchain: Update to LLVM 15.0.0
Tim Schumacher
2022-09-16
LibJS: Supress an unused bind when wrapping float atomic operations
Tim Schumacher
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
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
[next]