summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-07-22LibJS: Disallow negative day lengths in ZonedDateTime.protoype.roundLuke Wilde
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-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-21LibPartition: Fix end block off by one errorSamuel 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+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-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-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: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-21LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platformsAndrew Kaster
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
2022-07-21LibWeb: Make PaintableBox private members privateSam Atkins
2022-07-21LibWeb: Produce a transformation matrix for TransformFunction::RotateSam Atkins
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-21LibWeb: Alphabetize style_value_for_property() listSam Atkins
2022-07-21LibWeb: Remember the used flex basis for each flex itemAndreas Kling
2022-07-21LibWeb: Use right offset for `justify-content: flex-end`Andreas Kling
2022-07-21LibWeb: Snap transformed stacking contexts to pixel gridAndreas Kling
2022-07-21LibWeb: Resolve `auto` containing block sizes before intrinsic sizingAndreas Kling
2022-07-21LibWeb: Floor hypothetical main size at 0Andreas Kling
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeToPartsTimothy Flynn
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeTimothy Flynn
2022-07-20LibJS: Move PatternPartitionWithSource structure to AbstractOperations.hTimothy Flynn
2022-07-20LibUnicode: Implement the range pattern processing algorithmTimothy Flynn
2022-07-20LibUnicode: Generate per-locale approximately & range separator symbolsTimothy Flynn
2022-07-20LibRegex: Check code unit count range when accessing by code unit countAli Mohammad Pur
2022-07-20LibJS: Hook up the 'v' (unicodeSets) RegExp flagAli Mohammad Pur
2022-07-20LibRegex: Partially implement the ECMAScript unicodeSets proposalAli Mohammad Pur
2022-07-20LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape'Ali Mohammad Pur
2022-07-20LibRegex: Pass parse flags as a struct instead of multiple argumentsAli Mohammad Pur