summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-15LibJS: Do not invoke Cell::vm in constructors before Cell is constructedTimothy Flynn
2022-09-15LibJS: Do not assume that IsArray means the object type is an ArrayTimothy Flynn
2022-09-15LibJS: Use correct include + object class for Function{Object,Prototype}Timothy Flynn
2022-09-15LibWeb: Fix bogus condition when checking CSS font file extensionsAndreas Kling
2022-09-14LibWeb: Be slightly better at @font-face rules with multiple sourcesAndreas Kling
2022-09-14LibWeb: Allow CSS at-rules to have an empty preludeAndreas Kling
2022-09-14LibWeb: Invalidate layout whenever a CSS font is loadedAndreas Kling
2022-09-14LibWeb: Schedule a layout update in Document::invalidate_layout()Andreas Kling
2022-09-14LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rulesAndreas Kling
2022-09-14LibWeb: Account for float's container offsets in BFC root auto heightAndreas Kling
2022-09-14LibSoftGPU: Return a `const&` texel in `Image` to prevent copyingJelle Raaijmakers
2022-09-14LibSoftGPU: Use `memcpy` instead of a loop to blit the color bufferJelle Raaijmakers
2022-09-14LibGfx: Use `memcpy` instead of `fast_u32_copy` for blittingJelle Raaijmakers
2022-09-14LibWeb: Don't show pointer (hand) cursor over non-linked a elementsAndreas Kling