summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22LibJS: Disallow negative day lengths in ZonedDateTime.protoype.roundLuke Wilde
2022-07-22LibWeb/IDL: Handle passing ArrayBuffer to an IDL union typeKenneth Myhra
2022-07-21LibJS: Selectively display DateTimeFormat day periods as noonTimothy Flynn
2022-07-21LibUnicode: Generate per-locale data for the "noon" fixed day periodTimothy Flynn
2022-07-21LibUnicode: Check whether a calendar symbol for a locale actually existsTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-21PartitionEditor: Add size columnSamuel Bowman
2022-07-21PartitionEditor: Add total blocks columnSamuel Bowman
2022-07-21LibPartition: Fix end block off by one errorSamuel Bowman
2022-07-21PartitionEditor: Abort and show a dialog if not running as rootSamuel Bowman
2022-07-21PartitionEditor: Add the beginnings of a partition editor :^)Samuel Bowman
2022-07-21LibCore: Add File::is_{block,char}_device() helpersSamuel Bowman
2022-07-21LibPartition: Make GUIDPartitionTable kernel/userland agnosticSamuel Bowman
2022-07-21LibPartition: Make EBRPartitionTable kernel/userland agnosticSamuel Bowman
2022-07-21LibPartition: Make MBRPartitionTable kernel/userland agnosticSamuel Bowman
2022-07-21LibPartition: Make PartitionTable kernel/userland agnosticSamuel Bowman
2022-07-21Kernel: Move DiskPartition up into Kernel/StorageSamuel Bowman
2022-07-21Kernel+LibPartition: Move GUIDPartitionTable into LibPartitionSamuel Bowman
2022-07-21Kernel+LibPartition: Move EBRPartitionTable into LibPartitionSamuel Bowman
2022-07-21Kernel+LibPartition: Move MBRPartitionTable into LibPartitionSamuel Bowman
2022-07-21Kernel+LibPartition: Move PartitionTable into LibPartitionSamuel Bowman
2022-07-21Kernel+LibPartition: Move DiskPartitionMetadata into LibPartitionSamuel Bowman
2022-07-21Documentation: Add a table of contents for DocumentationSam Atkins
2022-07-21Documentation: Rename UsingQtCreator.mdSam Atkins
2022-07-21Keymap+WindowServer: Add context menu to keymap appletTimur Sultanov
2022-07-21Utilities+LibELF: Temporary promises for dynamic linker in "pledge"Itamar
2022-07-21LibCore: Add function for searching a file in $PATHItamar
2022-07-21LibPthread: Implement named semaphoresIdan Horowitz
2022-07-21SystemServer: Create /tmp/semaphore on startupIdan Horowitz
2022-07-21LibPthread: Support process-shared semaphoresIdan Horowitz
2022-07-21LibPthread: Add magic bytes to the start of sem_t structuresIdan Horowitz
2022-07-21LibC: Support blocking flock()Idan Horowitz
2022-07-21Kernel: Support F_SETLKW in fcntlIdan Horowitz
2022-07-21Kernel: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-21Kernel: Propagate OOM conditions out of sys$futexIdan Horowitz
2022-07-21Kernel: Remove the Socket::{protocol,}connect ShouldBlock argumentIdan Horowitz
2022-07-21CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30Andrew Kaster
2022-07-21LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platformsAndrew Kaster
2022-07-21du: Implement the 1k block size short optionTim Schumacher
2022-07-21du: Invert apparent-size behaviourTim Schumacher
2022-07-21du: Implement custom block sizesTim Schumacher
2022-07-21du: Replace home-grown block-based size calculation with `ceil_div`Tim Schumacher
2022-07-21LibCore: Add support for long integral types to ArgsParserTim Schumacher
2022-07-21LibCore: Implement integral ArgsParser options through a templateTim Schumacher
2022-07-21LibWeb: Allow `calc()` inside CSS transform functions :^)Sam Atkins
2022-07-21LibWeb: Add helper methods for checking a calc()'s resolved typeSam Atkins
2022-07-21LibWeb: Stop handling impossible Percentage return valuesSam Atkins
2022-07-21LibWeb: Handle `transform` in `style_value_for_property()`Sam Atkins
2022-07-21LibWeb: Mark `transform` property as affecting stacking contextsSam Atkins
2022-07-21LibWeb: Store calculated transformation matrix on the StackingContextSam Atkins