index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-04-05
LibWeb: Add get accessor to internal entry list of FormData
Kenneth Myhra
2023-04-05
LibWeb: Implement multipart/form-data encoding algorithm
Kenneth Myhra
2023-04-04
LibWeb: Do not use OS error codes in the error callback for file:// URLs
Timothy Flynn
2023-04-04
LibWeb: Ensure fetch errors set their response types/codes appropriately
Timothy Flynn
2023-04-04
LibCompress: Order branches in Deflate's decode_codes() numerically
Nico Weber
2023-04-04
LibCompress: Remove a few no-op continue statements in Deflate
Nico Weber
2023-04-04
LibGUI: Open and increment ComboBox ListViews by exact steps
thankyouverycool
2023-04-04
LibGUI: Don't hover AbstractView indicies outside visible content
thankyouverycool
2023-04-04
LibGUI: Paint Scrollbar buttons with appropriate thread highlighting
thankyouverycool
2023-04-04
LibGUI: Allow ComboBox windows to intersect Desktop's entire height
thankyouverycool
2023-04-04
LibGUI: Remove calculated_min_size() for ListViews
thankyouverycool
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-04-03
LibCrypto: Add PEM encoder
Fabian Dellwing
2023-04-03
LibTLS: Refactor CA loading into central function
Fabian Dellwing
2023-04-03
LibTest: Don't output information on tests if none exist
Lucas CHOLLET
2023-04-03
LibWeb: Expand background-position layers into x/y position lists
MacDue
2023-04-03
LibWeb: Add getter for separator to StyleValueList
MacDue
2023-04-03
LibGfx/JPEG: Add YCCK and CMYK to RGB color transformations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support for images with four components
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Replace C-style array by `Array`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specification
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Don't reject SOF2 image with successive approximations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support refinement scans
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Handle ZRL as a special case
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Change the loop over AC coefficients
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Still iterate over AC coefficients of a EOB targeted block
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Split `spectral_approximation`
Lucas CHOLLET
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-03
LibGfx/JPEG: Use a basic `Stream` instead of a `SeekableStream`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Remove the `ensure_bounds_okay` function
Lucas CHOLLET
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-03
LibWeb: Add EdgeStyleValue
MacDue
2023-04-03
LibWeb: Add longhand properties for background-position
MacDue
2023-04-02
LibHTTP: Tolerate extra \r\n in chunked-encoding last block size
Ali Mohammad Pur
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Rename PositionedBox to GridItem
martinfalisse
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-04-02
AK: Increase LittleEndianOutputBitStream's buffer size and remove loops
Timothy Flynn
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-02
LibWeb: Make HTMLImageElement loads delay the document load event
Andreas Kling
2023-04-02
LibJS: Parse secondary expressions with the original forbidden token set
Linus Groh
2023-04-02
LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<>
Nico Weber
2023-04-01
LibWeb: Add ReadableStream.locked/cancel()/getReader()
Matthew Olsson
2023-04-01
LibWeb: Implement ReadableStream's constructor
Matthew Olsson
2023-04-01
LibWeb: Add UnderlyingSource struct for ReadableStream constructor
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultController
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultReader
Matthew Olsson
2023-04-01
LibWeb: Add the stream queue-related abstract operations
Matthew Olsson
[next]