summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-06LibWeb: Do not try to place out-of-flow blocks in anonymous nodesAliaksandr Kalenik
2022-12-05Meta: Initialize the WASM JS REPL with a known time zoneTimothy Flynn
2022-12-05Meta: Explicitly link generated compile-time data into the WASM JS REPLTimothy Flynn
2022-12-05LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streamsTim Schumacher
2022-12-05LibAudio: Switch LoaderPlugin to a more traditional constructor patternTim Schumacher
2022-12-05LibAudio: Stop passing `Bytes` by referenceTim Schumacher
2022-12-05LibWeb: Fix box-shadows where the border-radius is < the blur-radiusMacDue
2022-12-05LibWeb: Inherit TableFormattingContext from FC instead of BFCAliaksandr Kalenik
2022-12-05LibWeb: Add vertical-align support for table cellsAliaksandr Kalenik
2022-12-05LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cppAliaksandr Kalenik
2022-12-05LibWeb: Implement intrinsic width calculation for TFCAliaksandr Kalenik
2022-12-05LibWeb: Take rowspan into account while table formattingAliaksandr Kalenik
2022-12-05LibWeb: Start implementation of CSS Table 3 specAliaksandr Kalenik
2022-12-05LibGUI: Fix a typoCameron Youell
2022-12-05Documentation: Fix typo in AdvancedBuildInstructions.mdAgustin Gianni
2022-12-05Kernel: Don't memset() allocated memory twice in kcalloc()Andreas Kling
2022-12-04Ports: Update serenity-theming app use latest commitdjwisdom
2022-12-04MouseSettings: Add "Natural scrolling" toggleFiliph Sandström
2022-12-04WindowServer: Add "Natural scrolling" supportFiliph Sandström
2022-12-04Meta: Update all references of clang-format-14 to clang-format-15Liav A
2022-12-04WebContent+WebDriver: Implement `POST /session/{id}/window` endpointVictor Song
2022-12-04WebContent: Unveil /usr/lib as readableMacDue
2022-12-04DisplaySettings: Remove unnecessary check for an overridden themeOsamu-kj
2022-12-04Utilities: Add stringsAlec Murphy
2022-12-04LibGUI: Swap Next and Previous button on IncrementalSearchBannerŠtěpán Balážik
2022-12-03Documentation: Recommend CLion code style settings over manual stepsAndreas Oppebøen
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03Meta: Switch to clang-format-15 as the standard formatterLinus Groh
2022-12-03LibCodeComprehension: Add .clang-format to disable formatting for testsLinus Groh
2022-12-03Ports: Update qt6-qt5compat to 6.4.0Andrew Kaster
2022-12-03Ports: Clean up host path detection in qt6-serenityAndrew Kaster
2022-12-03Ports: Update Qt6 port to 6.4.0Andrew Kaster
2022-12-03LibC: Add definitions for missing ELF constantsAndrew Kaster
2022-12-03Ports: Use CMake to build the zstd portAndrew Kaster
2022-12-03Ports: Add port for double-conversion 3.2.1Andrew Kaster
2022-12-03Kernel: Implement PIT::set_periodic() and PIT::set_non_periodic()Vitriol1744
2022-12-03Documentation: Update WSL QEMU Installation Requirementssno2
2022-12-03LibJS: Add a function to ensure calls are made within the same seconddavidot
2022-12-03LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()Taj Morton
2022-12-03Ports/alpine: Add patches to build Alpine on SerenityTaj Morton
2022-12-03Kernel: Reject create links on paths that were not unveiled as writableLiav A
2022-12-03CI: Run test262 tests with optimized bytecode as wellIdan Horowitz
2022-12-03test262-runner: Add option to enable bytecode optimizationsIdan Horowitz
2022-12-03LibWeb: Fix integer overflow in gradient paintingMacDue
2022-12-03LibGfx: Fix some more antialiased line off-by-onesMacDue
2022-12-03LibGfx: Remove some unused AntiAliasingPainter methodsMacDue
2022-12-03LibGfx: Add some AntiAliasingPainter FIXMEsMacDue
2022-12-03LibJS: Add an EliminateLoads pass to BytecodeHendiadyoin1