summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-27Documentation: Better file formats documentationsfdd
2022-07-27Kernel: Move SysFS USB create functionb14ckcat
2022-07-27Kernel: Fix USB hotplug crashb14ckcat
2022-07-27WindowServer: Ensure windows are wide enough to show title buttons :^)Sam Atkins
2022-07-27Browser: Give BookmarksBarWidget a minimum sizeSam Atkins
2022-07-26LibAudio: Seek to the first frame on reset in FLACKarol Kosek
2022-07-26LibAudio: Read FLAC Metadata blocks larger than the buffer sizeKarol Kosek
2022-07-26Base: Add some more border-radius test casesMacDue
2022-07-26LibWeb: Shrink the inner border radii to accommodate the border widthsMacDue
2022-07-26LibWeb: Introduce the File interface from the FileAPI specKenneth Myhra
2022-07-26LibWeb: Add missing spec links to the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Fix const issue on type() accessor for the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Make process_blob_parts() publicly accessibleKenneth Myhra
2022-07-26LibWeb: Add public get accessor function for Blob's internal ByteBufferKenneth Myhra
2022-07-26LibJS: Allow out-of-order plural ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order number ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order date ranges to be formattedTimothy Flynn
2022-07-26LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-undergbowser3@gmail.com
2022-07-26AK: VERIFY() the index is in bounds in StringView::operator[]MacDue
2022-07-26LibWeb: Make automatic heights for abspos non-replaced behave betterAndreas Kling
2022-07-26LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()Andreas Kling
2022-07-26LibWeb: Don't treat calc() in used flex basis as definite for nowAndreas Kling
2022-07-26LibWeb: Make two passes in FFC where to support percentage min/max sizesAndreas Kling
2022-07-26LibWeb: Improve min/max content contribution calculations for flex itemsAndreas Kling
2022-07-26LibWeb: Clamp flex items to min/max main size during intrinsic sizingAndreas Kling
2022-07-26LibWeb: Simplify flex container main size determinationAndreas Kling
2022-07-26LibWeb: Add FFC helpers for getting the computed main/cross size of boxAndreas Kling
2022-07-26LibWeb: Move get_pixel_{width,height} helpers into FFC classAndreas Kling
2022-07-26LibWeb: Mark flex item cross sizes as definite when spec asks us toAndreas Kling
2022-07-26LibWeb: Avoid some unnecessary inside layouts during intrinsic sizingAndreas Kling
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-25Kernel: Fix incorrect return type on aarch64Filiph Sandström