summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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
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-20js: Don't pass error strings as the format argument to outln()Ali Mohammad Pur
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
2022-07-20LibJS: Remove invalid CreateDateDurationRecord AO overloadIdan Horowitz
2022-07-20LibJS: Hook the Intl mathematical value into Intl.NumberFormatTimothy Flynn
2022-07-20LibJS: Implement a basic Intl mathematical valueTimothy Flynn
2022-07-20LibJS: Return an enum from ApplyUnsignedRoundingModeTimothy Flynn
2022-07-20LibJS: Avoid FormatNumericToString spec issue more carefullyTimothy Flynn
2022-07-20LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderListLinus Groh
2022-07-20LibWeb: Fix accidental (name, name) header in Headers::fill()Linus Groh
2022-07-20LibC: Remove the initialization workaround from `s_allocation_enabled`Tim Schumacher
2022-07-20LibELF: Copy the entire TLS segment instead of each symbol one-by-oneTim Schumacher
2022-07-20LibELF: Remove outdated TLS handling in generic program header codeTim Schumacher
2022-07-19LibC: Remove a bunch of weak `pthread_*` symbolsTim Schumacher
2022-07-19LibWeb: Blockify `inline-flex` to `flex`Andreas Kling
2022-07-19LibWeb: Add accessors for UsedValues::computed_{width,height}Andreas Kling
2022-07-19LibWeb: Fix overflow: hidden not applying to positioned descendantsMacDue
2022-07-19LibWeb: Apply overflow: hidden to all (relevant) child paint phasesMacDue
2022-07-19LibWeb: Honor the flexbox spec's "automatic minimum size" everywhereAndreas Kling