summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14LibWeb: Resolve *all* percentages in abspos height calculationAndreas Kling
2022-10-14LibWeb: Implement basic support for align-content in flex layoutAndreas Kling
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-14LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""Andreas Kling
2022-10-14LibWeb: Don't treat `content: ""` as collapsible whitespaceAndreas Kling
2022-10-14LibWeb: Mark `content: "string"` text nodes as generatedAndreas Kling
2022-10-14LibWeb: Remove unused Layout::TextNode::ChunkIterator::m_layout_modeAndreas Kling
2022-10-14LibWeb: Fix bogus inline-block check in line box layoutAndreas Kling
2022-10-14LibWeb: Apply min/max constraints to sizes that are initially definiteAndreas Kling
2022-10-14LibWeb: Clamp flex item's automatic cross sizes to min/max sizesAndreas Kling
2022-10-14LibWeb: Mark percentage heights as initially definite when appropriateAndreas Kling
2022-10-14LibJS/Temporal: Fix inconsistency in order of observable operationsLuke Wilde
2022-10-14HexEditor: Render selection background without gaps between rowsMart G
2022-10-14LibAudio: Fix 24-bit PCM rescalingkleines Filmröllchen
2022-10-14LibAudio: Correctly rescale 8-bit PCM sampleskleines Filmröllchen
2022-10-14LibSQL: Rewrite the SQL::Value type to be contained within one classTimothy Flynn
2022-10-14LibSQL: Remove infallible type conversions from SQL::ValueTimothy Flynn
2022-10-14LibSQL: Return StringView from enum-to-string convertersTimothy Flynn
2022-10-14LibSQL: Copy SQL::Value instances less frequently (which may be vectors)Timothy Flynn
2022-10-14LibSQL: Add missing header includesTimothy Flynn
2022-10-14LibWeb: Add missing property and methods for history objectleeight
2022-10-14PixelPaint: Unveil clipboard using the right pathsnooze6214
2022-10-14Kernel: Move Scheduler current time method to the TimeManagement codeLiav A
2022-10-14Kernel: Abstract platform-specific current time methods from SchedulerLiav A
2022-10-14Meta: Get rid of /res/version.inikleines Filmröllchen
2022-10-14Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Versionkleines Filmröllchen
2022-10-14LibCore: Read version information from uname() instead of /res/versionkleines Filmröllchen
2022-10-14uname: Report system revision version aka git commit hashkleines Filmröllchen
2022-10-14Kernel: Read version and git commit hash from baked-in version infokleines Filmröllchen
2022-10-14Kernel: Move sys$uname to use TypedTransferkleines Filmröllchen
2022-10-14Kernel: Bake version information into the Kernelkleines Filmröllchen
2022-10-14PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fillTimothy Slater
2022-10-14LibGfx: Implement flood fill algorithm in Bitmap classTimothy Slater
2022-10-14Base: Add more glyphsdemostanis
2022-10-14Ports: Add a kakoune portdemostanis
2022-10-14LibVT: Make Terminal::clear_in_line() keep line attributesdemostanis
2022-10-14LibC: Add ffs{,l,ll}demostanis
2022-10-14AK: Make StringUtils::matches() handle escapingdemostanis
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14Kernel: Remove -nodefaultlibs compiler optionsGunnar Beutner
2022-10-14Everywhere: Enable building userspace and test binaries on AARCH64Gunnar Beutner
2022-10-14LibC: Fix some compiler errorsGunnar Beutner
2022-10-14Tests+Userland: Implement AARCH64 support for some inline assembly blobsGunnar Beutner
2022-10-14Tests+Userland: Prefer using __builtin_trap() instead of UD2Gunnar Beutner
2022-10-14AK: Stub out the NAKED macro on AARCH64Gunnar Beutner
2022-10-14Kernel: Implement userspace support for syscalls on AARCH64Gunnar Beutner
2022-10-14AK+Toolchain: Make char and wchar_t behave on AARCH64Gunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-14Toolchain: Fix building libgcc for AARCH64Gunnar Beutner
2022-10-14Toolchain: Add SerenityOS to the LLVM config.guessTim Schumacher