summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Kernel: Fix incorrect return type on aarch64Filiph Sandström
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-24Kernel: Fix L1/L2/L3 cache conditionals in ProcFSCPUInformationLinus Groh
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-24Kernel/SysFS: Fix parent directory hierarchy with symbolic linksLiav A
2022-07-24Base: Italicize some symbol glyphs in font Katica Italic 10Karol Kosek
2022-07-24Base: Reduce spacing in some glyphs in font Katica Italic 10Karol Kosek
2022-07-24Base: Make U+002E FULL STOP a 1x1 dot in font Katica Italic 10Karol Kosek
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-24Base: Remove some unnecessary styling from progressbar.htmlMacDue
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue
2022-07-24LibWeb: Use the palette "button text" on buttons in the default CSSMacDue