index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-07-22
LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
Luke Wilde
2022-07-21
LibJS: Selectively display DateTimeFormat day periods as noon
Timothy Flynn
2022-07-21
LibUnicode: Generate per-locale data for the "noon" fixed day period
Timothy Flynn
2022-07-21
LibJS+LibUnicode: Handle flexible day periods on both sides of midnight
Timothy Flynn
2022-07-21
LibPartition: Fix end block off by one error
Samuel Bowman
2022-07-21
LibCore: Add File::is_{block,char}_device() helpers
Samuel Bowman
2022-07-21
LibPartition: Make GUIDPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make EBRPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make MBRPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make PartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move EBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move PartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move DiskPartitionMetadata into LibPartition
Samuel Bowman
2022-07-21
Utilities+LibELF: Temporary promises for dynamic linker in "pledge"
Itamar
2022-07-21
LibCore: Add function for searching a file in $PATH
Itamar
2022-07-21
LibPthread: Implement named semaphores
Idan Horowitz
2022-07-21
LibPthread: Support process-shared semaphores
Idan Horowitz
2022-07-21
LibPthread: Add magic bytes to the start of sem_t structures
Idan Horowitz
2022-07-21
LibC: Support blocking flock()
Idan Horowitz
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-21
LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platforms
Andrew Kaster
2022-07-21
LibCore: Add support for long integral types to ArgsParser
Tim Schumacher
2022-07-21
LibCore: Implement integral ArgsParser options through a template
Tim Schumacher
2022-07-21
LibWeb: Allow `calc()` inside CSS transform functions :^)
Sam Atkins
2022-07-21
LibWeb: Add helper methods for checking a calc()'s resolved type
Sam Atkins
2022-07-21
LibWeb: Stop handling impossible Percentage return values
Sam Atkins
2022-07-21
LibWeb: Handle `transform` in `style_value_for_property()`
Sam Atkins
2022-07-21
LibWeb: Mark `transform` property as affecting stacking contexts
Sam Atkins
2022-07-21
LibWeb: Store calculated transformation matrix on the StackingContext
Sam Atkins
2022-07-21
LibWeb: Make PaintableBox private members private
Sam Atkins
2022-07-21
LibWeb: Produce a transformation matrix for TransformFunction::Rotate
Sam Atkins
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-21
LibWeb: Alphabetize style_value_for_property() list
Sam Atkins
2022-07-21
LibWeb: Remember the used flex basis for each flex item
Andreas Kling
2022-07-21
LibWeb: Use right offset for `justify-content: flex-end`
Andreas Kling
2022-07-21
LibWeb: Snap transformed stacking contexts to pixel grid
Andreas Kling
2022-07-21
LibWeb: Resolve `auto` containing block sizes before intrinsic sizing
Andreas Kling
2022-07-21
LibWeb: Floor hypothetical main size at 0
Andreas Kling
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRangeToParts
Timothy Flynn
2022-07-20
LibJS: Implement Intl.NumberFormat.prototype.formatRange
Timothy Flynn
2022-07-20
LibJS: Move PatternPartitionWithSource structure to AbstractOperations.h
Timothy Flynn
2022-07-20
LibUnicode: Implement the range pattern processing algorithm
Timothy Flynn
2022-07-20
LibUnicode: Generate per-locale approximately & range separator symbols
Timothy Flynn
2022-07-20
LibRegex: Check code unit count range when accessing by code unit count
Ali Mohammad Pur
2022-07-20
LibJS: Hook up the 'v' (unicodeSets) RegExp flag
Ali Mohammad Pur
2022-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-07-20
LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape'
Ali Mohammad Pur
2022-07-20
LibRegex: Pass parse flags as a struct instead of multiple arguments
Ali Mohammad Pur
[next]