summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-26LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizingAndreas Kling
2022-07-26LibWeb: Take size constraints into account in fit-content calculationsAndreas Kling
2022-07-26LibWeb: Resolve flexbox percent heights against containing block heightAndreas Kling
2022-07-26LibWeb: Resolve definite sizes when instantiating UsedValuesAndreas Kling
2022-07-26LibWeb: Actually check if percentage used flex basis is definiteAndreas Kling
2022-07-26LibWeb: Don't override main size during flex item cross sizingAndreas Kling
2022-07-26LibWeb: Some flex items have definite size after flexingAndreas Kling
2022-07-26LibWeb: Containing block always has definite width during abspos layoutAndreas Kling
2022-07-26LibWeb: Move "has-definite-width/height" flags to UsedValuesAndreas Kling
2022-07-25chown: Implement recursionTim Schumacher
2022-07-25chown: Add support for multiple file pathsTim Schumacher
2022-07-26LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()Andreas Kling
2022-07-26LibWeb: Destroy ICB formatting context before committing used valuesAndreas Kling
2022-07-25LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sortTimothy Flynn
2022-07-25LibJS: Use SortIndexedProperties AO in Array.prototype.sortTimothy Flynn
2022-07-25LibJS: Add missing spec step to CompareTypedArrayElementsTimothy Flynn
2022-07-25ln: Implement correct handling of directories as link targetsTim Schumacher
2022-07-25ln: Rework to use LibCore syscall wrappersTim Schumacher
2022-07-25LibCore: Add `System::link()`Tim Schumacher
2022-07-25LibGfx+Base: Draw radio buttons programmaticallyAndreas Kling
2022-07-25Kernel/LibC: Implement posix syscall clock_getres()zzLinus
2022-07-25chmod: Implement the `--recursive` flagTim Schumacher
2022-07-25chmod: Port to ArgsParserTim Schumacher
2022-07-25Piano: Replace knob instantiations with ProcessorParameterWidgetskleines Filmröllchen
2022-07-25LibDSP: Add a fixed mastering processor to Trackkleines Filmröllchen
2022-07-25LibDSP: Remove Track volume getters and setterskleines Filmröllchen
2022-07-25Piano: Remove waveform cycling with Ckleines Filmröllchen
2022-07-25Piano: Add a generic processor parameter widgetkleines Filmröllchen
2022-07-25Piano: Add Toggle parameter widgetkleines Filmröllchen
2022-07-25LibDSP: Actually implement the Mastering processorkleines Filmröllchen
2022-07-25LibGUI: Make Checkbox constructor protectedkleines Filmröllchen
2022-07-25LibWeb: Honor flex container sizing constraints in available spaceAndreas Kling
2022-07-25LibWeb: Position abspos children of flex container after parent layoutAndreas Kling
2022-07-25LibWeb: Simplify some code with CSS::LengthPercentage::is_auto()Andreas Kling
2022-07-25LibWeb: Count flex item's *outer* size towards container intrinsic sizeAndreas Kling
2022-07-25LibWeb: Add helpers for adding margin box to flex item's content sizeAndreas Kling
2022-07-24Profiler: Fix use after free in FlameGraphViewDavid Smith
2022-07-24MouseSettings: Show highlight toggle shortcut and new layout tweaksMacDue
2022-07-24Minesweeper: Remove decimal point from the time labelKarol Kosek
2022-07-24SystemMonitor: Keep selected row in ProcessMemoryMapWidgetDavid Smith
2022-07-24LibGUI: Properly handle range selections in ColumnsViewnetworkException
2022-07-24LibGUI: Move range selection calculations into separate functionnetworkException
2022-07-24LibGUI: Alphabetize CMake sourcesnetworkException
2022-07-24du: Consolidate all "do not print" conditionsTim Schumacher
2022-07-24du: Only use unmodified file sizes internallyTim Schumacher
2022-07-24du: Use 64-bit integers when handling file sizes or related valuesTim Schumacher
2022-07-24du: Fix a typo in the `--exclude-from` optionTim Schumacher
2022-07-24du: Don't stop descending even if the maximum depth is reachedTim Schumacher
2022-07-24LibWeb: Paint a frame around (system) <progress> elementsMacDue
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue