summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-04-01LibWeb: Use scaled font when painting list item markersMacDue
2023-04-01LibWeb: Use scaled font when painting text shadowsMacDue
2023-04-01LibWeb: Add .scaled_font() helper to Layout::NodeMacDue
2023-04-01grep: Read patterns from a file with -fEli Youngs
2023-04-01LibCompress: Implement block size validation for XZ streamsTim Schumacher
2023-04-01LibCompress: Factor out the list of XZ check sizesTim Schumacher
2023-04-01LibCompress: Reduce indentation in CompressedBlock::try_read_more()Nico Weber
2023-04-01LibWeb: Don't churn HTML::EventLoop while in microtask checkpointAndreas Kling
2023-04-01LibCore: Remove colons from markdown header names in ArgsParserTim Ledbetter
2023-04-01gzip: Use utilities from LibCompress to (de)compress filesTimothy Flynn
2023-04-01LibCompress: Add a utility to GZIP compress an entire fileTimothy Flynn
2023-04-01gunzip+LibCompress: Move utility to decompress files to GzipDecompressorTimothy Flynn
2023-03-31Browser: Add tooltip to reset zoom level buttonMacDue
2023-03-31KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrlsbcohen2000
2023-03-31LibCompress: Remove two needless heap allocationsNico Weber
2023-03-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-31LibWeb: Add HTMLAnchorElement.text getter and setterSam Atkins
2023-03-31LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in specSam Atkins
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate execution-position indicator to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate breakpoint indicators to TextEditor APISam Atkins
2023-03-31LibGUI: Add gutter indicators to TextEditor :^)Sam Atkins
2023-03-31LibGUI: Rename TextEditor::LineVisualData -> LineDataSam Atkins
2023-03-31LibGUI: Extract repeated code for populating TextEditor per-line dataSam Atkins
2023-03-31CrashReporter: Warn about malloc and free patterns in fault addressLiav A