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
Age
Commit message (
Expand
)
Author
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
du: Implement the 1k block size short option
Tim Schumacher
2022-07-21
du: Invert apparent-size behaviour
Tim Schumacher
2022-07-21
du: Implement custom block sizes
Tim Schumacher
2022-07-21
du: Replace home-grown block-based size calculation with `ceil_div`
Tim Schumacher
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
js: Don't pass error strings as the format argument to outln()
Ali Mohammad Pur
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
2022-07-20
LibJS: Remove invalid CreateDateDurationRecord AO overload
Idan Horowitz
2022-07-20
LibJS: Hook the Intl mathematical value into Intl.NumberFormat
Timothy Flynn
2022-07-20
LibJS: Implement a basic Intl mathematical value
Timothy Flynn
2022-07-20
LibJS: Return an enum from ApplyUnsignedRoundingMode
Timothy Flynn
2022-07-20
LibJS: Avoid FormatNumericToString spec issue more carefully
Timothy Flynn
2022-07-20
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
Linus Groh
2022-07-20
LibWeb: Fix accidental (name, name) header in Headers::fill()
Linus Groh
2022-07-20
LibC: Remove the initialization workaround from `s_allocation_enabled`
Tim Schumacher
2022-07-20
LibELF: Copy the entire TLS segment instead of each symbol one-by-one
Tim Schumacher
2022-07-20
LibELF: Remove outdated TLS handling in generic program header code
Tim Schumacher
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
Tim Schumacher
2022-07-19
LibWeb: Blockify `inline-flex` to `flex`
Andreas Kling
2022-07-19
LibWeb: Add accessors for UsedValues::computed_{width,height}
Andreas Kling
2022-07-19
LibWeb: Fix overflow: hidden not applying to positioned descendants
MacDue
2022-07-19
LibWeb: Apply overflow: hidden to all (relevant) child paint phases
MacDue
2022-07-19
LibWeb: Honor the flexbox spec's "automatic minimum size" everywhere
Andreas Kling
[next]