summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-16LibWeb: Improve inline flow around floating boxesAndreas Kling
2022-09-16LibWeb: Repaint the page immediately when using the mouse to selectAndreas Kling
2022-09-16LibGfx: Recurse TrueType composite glyphs until a simple glyph is foundEnver Balalic
2022-09-16Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-16Kernel: Send SIGBUS to threads that use after valid Inode mmaped rangeLiav A
2022-09-16Kernel: Handle mmap requests on zero-length data file inodes safelyLiav A
2022-09-16Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtualLiav A
2022-09-16Kernel/FileSystem: Mark ext2 inode block list non-constLiav A
2022-09-16Kernel/FileSystem: Mark ext2 inode lookup cache non-constLiav A
2022-09-16Lagom: Skip IMPORTED targets in get_linked_lagom_librariesAndrew Kaster
2022-09-16Base: Add a `backdrop-filter` demo web pageMacDue
2022-09-16LibWeb: Paint `backdrop-filter` effects!MacDue
2022-09-16LibGfx: Support getting a bitmap for a region of painterMacDue
2022-09-16LibGfx: Add `BrightnessFilter`, `ContrastFilter`, and `OpacityFilter`MacDue
2022-09-16LibGfx: Allow applying all color filters with an amountMacDue
2022-09-16LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()MacDue
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue
2022-09-16LibWeb: Add operator== to CSS::NumberMacDue
2022-09-16LibWeb: Add NumberPercentage CSS typeMacDue
2022-09-16Meta: Use is_abstract_image() for the "image" CSS typeMacDue
2022-09-16LibWeb: Pass values by reference in style value operator== functionsMacDue
2022-09-16CMake: Use `-static-libstdc++` on Clang as wellTim Schumacher
2022-09-16LibC: Remove `_aligned_malloc` and `_aligned_free`Tim Schumacher
2022-09-16Ports: Remove the duplicated Clang compiler symlinksTim Schumacher
2022-09-16Toolchain: Update to LLVM 15.0.0Tim Schumacher
2022-09-16LibJS: Supress an unused bind when wrapping float atomic operationsTim Schumacher
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-09-16AK: Define both `::nullptr_t` and `std::nullptr_t`Tim Schumacher
2022-09-16Shell: Fix 'Command:' output for built-in 'time' commandBen Wiederhake
2022-09-15AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArrayHendiadyoin1
2022-09-15Base: Add 13 emojiJoel Hansen
2022-09-15Base: Add new emojiMykola
2022-09-15LibWeb: Don't set initial font+color on both HTML and BODY elementsAndreas Kling
2022-09-15LibWeb: Cache lowercased names in SimpleSelectorAndreas Kling
2022-09-15LibWeb: Hoist case sensitivity check out of loop in Element::has_class()Andreas Kling
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-09-15Calculator: Change internal representation to support perfect divisionLucas CHOLLET
2022-09-15LibCrypto: Fix -0 and 0 non-equalityLucas CHOLLET
2022-09-15LibCrypto: Add BigFractionLucas CHOLLET
2022-09-15StringBuilder: Add try_append_repeated() and append_repeated()Lucas CHOLLET
2022-09-15LibCrypto: Add SignedBigInteger::negated_value()Lucas CHOLLET
2022-09-15Meta: Revise lint-commit.sh regex for the titleBen Wiederhake
2022-09-15LibWeb: Don't ignore data: URLs in @font-face srcAndreas Kling
2022-09-15LibGfx: Cache vector fonts by family nameAndreas Kling
2022-09-15LibCore: Rewrite Core::Stream::read_all_implsin-ack
2022-09-15LibCore: Add documentation to Stream functions + make parameter clearersin-ack
2022-09-15LibWeb: Implement document.domain getterLuke Wilde
2022-09-15Meta: Enable vptr sanitation by default for Lagom UBSAN buildsTimothy Flynn