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
Age
Commit message (
Expand
)
Author
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-04-03
CertificateSettings: Add export functionality
Fabian Dellwing
2023-04-03
LibCrypto: Add PEM encoder
Fabian Dellwing
2023-04-03
CertificateSettings: Add import functionality
Fabian Dellwing
2023-04-03
CertificateSettings: Create basic Cert Store application
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
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
Sam Atkins
2023-04-03
Spreadsheet: Add list of recently-opened files
Sam Atkins
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
PDFViewer: Add list of recently-opened files
Sam Atkins
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
PixelPaint: Update recent files list on project save
Tim Ledbetter
2023-04-03
PixelPaint: Make Bloom use InplaceFilter instead of Filter
matcool
2023-04-03
ImageViewer: Fix crash when setting wallpaper
justus2510
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
LookupServer: Put upstream DNS responses in cache
Ali Mohammad Pur
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
2023-04-01
LibWeb: Add the ReadableStreamGenericReader mixin interface
Matthew Olsson
[next]