index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-27
Documentation: Better file formats documentation
sfdd
2022-07-27
Kernel: Move SysFS USB create function
b14ckcat
2022-07-27
Kernel: Fix USB hotplug crash
b14ckcat
2022-07-27
WindowServer: Ensure windows are wide enough to show title buttons :^)
Sam Atkins
2022-07-27
Browser: Give BookmarksBarWidget a minimum size
Sam Atkins
2022-07-26
LibAudio: Seek to the first frame on reset in FLAC
Karol Kosek
2022-07-26
LibAudio: Read FLAC Metadata blocks larger than the buffer size
Karol Kosek
2022-07-26
Base: Add some more border-radius test cases
MacDue
2022-07-26
LibWeb: Shrink the inner border radii to accommodate the border widths
MacDue
2022-07-26
LibWeb: Introduce the File interface from the FileAPI spec
Kenneth Myhra
2022-07-26
LibWeb: Add missing spec links to the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Fix const issue on type() accessor for the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Make process_blob_parts() publicly accessible
Kenneth Myhra
2022-07-26
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
Kenneth Myhra
2022-07-26
LibJS: Allow out-of-order plural ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order number ranges to be formatted
Timothy Flynn
2022-07-26
LibJS: Allow out-of-order date ranges to be formatted
Timothy Flynn
2022-07-26
LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-under
gbowser3@gmail.com
2022-07-26
AK: VERIFY() the index is in bounds in StringView::operator[]
MacDue
2022-07-26
LibWeb: Make automatic heights for abspos non-replaced behave better
Andreas Kling
2022-07-26
LibWeb: Remove FFC helpers is_{main,cross}_axis_margin_first_auto()
Andreas Kling
2022-07-26
LibWeb: Don't treat calc() in used flex basis as definite for now
Andreas Kling
2022-07-26
LibWeb: Make two passes in FFC where to support percentage min/max sizes
Andreas Kling
2022-07-26
LibWeb: Improve min/max content contribution calculations for flex items
Andreas Kling
2022-07-26
LibWeb: Clamp flex items to min/max main size during intrinsic sizing
Andreas Kling
2022-07-26
LibWeb: Simplify flex container main size determination
Andreas Kling
2022-07-26
LibWeb: Add FFC helpers for getting the computed main/cross size of box
Andreas Kling
2022-07-26
LibWeb: Move get_pixel_{width,height} helpers into FFC class
Andreas Kling
2022-07-26
LibWeb: Mark flex item cross sizes as definite when spec asks us to
Andreas Kling
2022-07-26
LibWeb: Avoid some unnecessary inside layouts during intrinsic sizing
Andreas Kling
2022-07-26
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
Andreas Kling
2022-07-26
LibWeb: Take size constraints into account in fit-content calculations
Andreas Kling
2022-07-26
LibWeb: Resolve flexbox percent heights against containing block height
Andreas Kling
2022-07-26
LibWeb: Resolve definite sizes when instantiating UsedValues
Andreas Kling
2022-07-26
LibWeb: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-26
LibWeb: Don't override main size during flex item cross sizing
Andreas Kling
2022-07-26
LibWeb: Some flex items have definite size after flexing
Andreas Kling
2022-07-26
LibWeb: Containing block always has definite width during abspos layout
Andreas Kling
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
Andreas Kling
2022-07-25
chown: Implement recursion
Tim Schumacher
2022-07-25
chown: Add support for multiple file paths
Tim Schumacher
2022-07-26
LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-26
LibWeb: Destroy ICB formatting context before committing used values
Andreas Kling
2022-07-25
LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in Array.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Add missing spec step to CompareTypedArrayElements
Timothy Flynn
2022-07-25
ln: Implement correct handling of directories as link targets
Tim Schumacher
2022-07-25
ln: Rework to use LibCore syscall wrappers
Tim Schumacher
2022-07-25
LibCore: Add `System::link()`
Tim Schumacher
2022-07-25
Kernel: Fix incorrect return type on aarch64
Filiph Sandström
[next]