summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-13Kernel/aarch64: Add volatile modifier to various asm statementsTimon Kruiper
2023-04-13Kernel/aarch64: Make sure no reordering of DAIF::read is possibleTimon Kruiper
2023-04-13WindowServer: Refactor window geometry overlay rect calculation logicTom
2023-04-13WindowServer: Prevent some overdraw by the window geometry overlayTom
2023-04-13WindowServer: Move window geometry label into the tile overlay areaTom
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13LibGfx: Add Rect::interpolated_to functionTom
2023-04-13WindowServer: Fix some gliches when overlays are moved or removedTom
2023-04-13WindowServer: Only register animations when they're runningTom
2023-04-13WindowServer: Fix calculating tile rect on secondary screensTom
2023-04-13WindowServer: Use enum class for Effects and ShowGeometryTom
2023-04-13LibWeb: Don't match the root node of HTMLCollectionLuke Wilde
2023-04-13LibLocale: Update to CLDR version 43.0.0Timothy Flynn
2023-04-13LibLocale: Prepare locale data generator for breaking changes in CLDR 43Timothy Flynn
2023-04-13Documentation: Document preference for SCREAMING_CASE constantsLinus Groh
2023-04-13LibWeb: Whine instead of dying on unexpected box during line layoutAndreas Kling
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapConstructorLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SymbolPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SymbolConstructorLinus Groh
2023-04-13LibJS: Add spec comments to StringConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SetConstructorLinus Groh
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-13LibWeb: Expose type and raw values of basic CSS typesSam Atkins
2023-04-13AK+Tests: Add Vector::find_first_index_if()Sam Atkins
2023-04-13LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)Sam Atkins
2023-04-13LibWeb: Move StyleValue::absolutized() back where it belongsSam Atkins
2023-04-13HackStudio: Set_cursor even if the file is already openiyush
2023-04-13LibWeb/Streams: Fix inconsistent uses of realm() and vm()Linus Groh
2023-04-13LibWeb/URL: Make URL::search_params() return a NonnullGCPtrLinus Groh
2023-04-13LibWeb/URL: Add spec links and commentsLinus Groh
2023-04-13Base: Add 32px icon for CertificateSettingsCubic Love
2023-04-12Fuzzers: Stop loading audio frames once the end is reachedTim Schumacher
2023-04-12LibAudio: Use `read_until_filled` to fill a buffer from a StreamTim Schumacher
2023-04-12LibCompress: Error on truncated uncompressed DEFLATE blocksTim Schumacher
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12Starfield: Rename starfield_window to starfield_widgetCubic Love
2023-04-12Base: Add icons for the Gradient screensaverCubic Love
2023-04-12Demos: Rename GradientScreensaver to GradientCubic Love
2023-04-12LibGfx/WebP: Don't assert when size in header is smaller than headerNico Weber
2023-04-12LibGfx/ICC: Use mix() in CurveTagData::evaluate()Nico Weber