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
LibWeb: Improve inline flow around floating boxes
Andreas Kling
2022-09-16
LibWeb: Repaint the page immediately when using the mouse to select
Andreas Kling
2022-09-16
LibGfx: Recurse TrueType composite glyphs until a simple glyph is found
Enver Balalic
2022-09-16
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-16
Kernel: Handle mmap requests on zero-length data file inodes safely
Liav A
2022-09-16
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
Liav A
2022-09-16
Kernel/FileSystem: Mark ext2 inode block list non-const
Liav A
2022-09-16
Kernel/FileSystem: Mark ext2 inode lookup cache non-const
Liav A
2022-09-16
Lagom: Skip IMPORTED targets in get_linked_lagom_libraries
Andrew Kaster
2022-09-16
Base: Add a `backdrop-filter` demo web page
MacDue
2022-09-16
LibWeb: Paint `backdrop-filter` effects!
MacDue
2022-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-09-16
LibGfx: Add `BrightnessFilter`, `ContrastFilter`, and `OpacityFilter`
MacDue
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
[next]