summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-02LibGfx: Add `[[nodiscard]]` to Matrix operatorsMacDue
2022-10-02LibGfx: Add Matrix::operator*(T scalar)MacDue
2022-10-02LibGfx: Add Matrix::operator+(Matrix const & other)MacDue
2022-10-02LibWeb: Report the current OS instead of always saying SerenityOSAndreas Kling
2022-10-02LibWeb: Improve placement of abspos boxes with dual-auto insetsAndreas Kling
2022-10-02AK: Add more AK_OS_FOO macros, including AK_OS_SERENITYAndreas Kling
2022-10-02LibWeb: Reset painter translation when painting fixed-position elementsAndreas Kling
2022-10-02LibGfx: Add a way to get the Painter's current 2D translationAndreas Kling
2022-10-02LibWeb: Add helpful locals in layout_absolutely_positioned_element()Andreas Kling
2022-10-02LibWeb: Vertical % margins are relative to containing block widthAndreas Kling
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-10-02LibWeb: Don't try to format inline-block boxes in BFCAndreas Kling
2022-10-02LibWeb: Fix crash when loading a HTML string that contains an iframeMacDue
2022-10-02Base: Add a moderate amount of emojisMykola
2022-10-02LibJS: Show class name in the dump from the NewClass instructionHendiadyoin1
2022-10-02LibJS: Set class' source text in NewClass instructionHendiadyoin1
2022-10-02Base: Update ports serenity-theming use latest commit f0100c2djwisdom
2022-10-02Calendar: Fix crash when changing event dateMonroe Clinton
2022-10-02Base: Fix grammar-o in GML Widget documentationNico Weber
2022-10-02Ports/sdl12-compat: Update to version 1.2.56Tim Schumacher
2022-10-01LibWeb: Don't scale by x, x when a scale x, y is provided as a transformHendiadyoin1
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01Fuzzers: Convert FuzzCSSParser to use the MainThreadVMAndrew Kaster
2022-10-01LibWeb: Remove unused DOM::Node::window helper methodAndrew Kaster
2022-10-01LibWeb: Ensure that replaced documents keep the Window of their siblingAndrew Kaster
2022-10-01LibWeb: Remove prototype and constructor helpers from WindowAndrew Kaster
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebGL and WebSocketAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebAssembly classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Introduce new construct_impl method for bound classesAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01AK: Fix naming conflict with compiler builtinDaniel Bertalan
2022-10-01Lagom: Link LibMain staticallyDaniel Bertalan
2022-10-01Ports/OpenJDK: Use posix_fallocateDJtheRedstoner
2022-10-01Ports/OpenJDK: Update for the removal of StringView(char const*)DJtheRedstoner
2022-10-01Base: Adjust size of emoji U+1F1F8_U+1F1EFXexxa
2022-10-01Toolchain: Hardcode the results of LLVM runtime library detectionTim Schumacher
2022-10-01Base: Adjust size of emoji U+1F1F5_U+1F1E6Xexxa
2022-10-01Base: Adjust size of emoji U+1F1EF_U+1F1F2Xexxa
2022-10-01Toolchain: Only reextract GCC-related tarballs if patches changeTim Schumacher
2022-10-01Toolchain: Move the binutils patch into its own folderTim Schumacher