summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-03LibGUI+CertificateSettings: Use custom SortingProxyFabian Dellwing
2023-04-03CertificateSettings: Add export functionalityFabian Dellwing
2023-04-03LibCrypto: Add PEM encoderFabian Dellwing
2023-04-03CertificateSettings: Add import functionalityFabian Dellwing
2023-04-03CertificateSettings: Create basic Cert Store applicationFabian Dellwing
2023-04-03LibTLS: Refactor CA loading into central functionFabian Dellwing
2023-04-03LibTest: Don't output information on tests if none existLucas CHOLLET
2023-04-03Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubarSam Atkins
2023-04-03Spreadsheet: Add list of recently-opened filesSam Atkins
2023-04-03LibWeb: Expand background-position layers into x/y position listsMacDue
2023-04-03LibWeb: Add getter for separator to StyleValueListMacDue
2023-04-03LibGfx/JPEG: Add YCCK and CMYK to RGB color transformationsLucas CHOLLET
2023-04-03LibGfx/JPEG: Support for images with four componentsLucas CHOLLET
2023-04-03LibGfx/JPEG: Replace C-style array by `Array`Lucas CHOLLET
2023-04-03LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specificationLucas CHOLLET
2023-04-03LibGfx/JPEG: Don't reject SOF2 image with successive approximationsLucas CHOLLET
2023-04-03LibGfx/JPEG: Support refinement scansLucas CHOLLET
2023-04-03LibGfx/JPEG: Handle ZRL as a special caseLucas CHOLLET
2023-04-03LibGfx/JPEG: Change the loop over AC coefficientsLucas CHOLLET
2023-04-03LibGfx/JPEG: Still iterate over AC coefficients of a EOB targeted blockLucas CHOLLET
2023-04-03LibGfx/JPEG: Split `spectral_approximation`Lucas CHOLLET
2023-04-03PDFViewer: Add list of recently-opened filesSam Atkins
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-03LibGfx/JPEG: Use a basic `Stream` instead of a `SeekableStream`Lucas CHOLLET
2023-04-03LibGfx/JPEG: Remove the `ensure_bounds_okay` functionLucas CHOLLET
2023-04-03PixelPaint: Update recent files list on project saveTim Ledbetter
2023-04-03PixelPaint: Make Bloom use InplaceFilter instead of Filtermatcool
2023-04-03ImageViewer: Fix crash when setting wallpaperjustus2510
2023-04-03LibWeb: Parse and plumb background-position-x/yMacDue
2023-04-03LibWeb: Add EdgeStyleValueMacDue
2023-04-03LibWeb: Add longhand properties for background-positionMacDue
2023-04-02LookupServer: Put upstream DNS responses in cacheAli Mohammad Pur
2023-04-02LibHTTP: Tolerate extra \r\n in chunked-encoding last block sizeAli Mohammad Pur
2023-04-02LibWeb: Add borders functionality to CSS Gridmartinfalisse
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Rename PositionedBox to GridItemmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02AK: Increase LittleEndianOutputBitStream's buffer size and remove loopsTimothy Flynn
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling
2023-04-02LibWeb: Make HTMLImageElement loads delay the document load eventAndreas Kling
2023-04-02LibJS: Parse secondary expressions with the original forbidden token setLinus Groh
2023-04-02LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<>Nico Weber
2023-04-01LibWeb: Add ReadableStream.locked/cancel()/getReader()Matthew Olsson
2023-04-01LibWeb: Implement ReadableStream's constructorMatthew Olsson
2023-04-01LibWeb: Add UnderlyingSource struct for ReadableStream constructorMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultControllerMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultReaderMatthew Olsson
2023-04-01LibWeb: Add the stream queue-related abstract operationsMatthew Olsson
2023-04-01LibWeb: Add the ReadableStreamGenericReader mixin interfaceMatthew Olsson