summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-19Applications: Improve FSAC error message handlingthankyouverycool
2023-05-19FileSystemAccessServer: Return EPERM for denied promptsthankyouverycool
2023-05-19LibFileSystemAccessClient: Improve error propagationthankyouverycool
2023-05-19LibGUI: Set Open/Save button as default in FilePickerthankyouverycool
2023-05-19LibWeb: Push the realm execution context while linking modulesAndreas Kling
2023-05-19LibWeb: Implement the "error to rethrow" mechanism in HTML::ScriptAndreas Kling
2023-05-19LibGfx: Remove clip check in `Painter::do_draw_scaled_bitmap`Jelle Raaijmakers
2023-05-19LibWeb: Use box sampling instead of bilinear scaling when downscalingJelle Raaijmakers
2023-05-19PixelPaint: Use box sampling scaling for layer thumbnailsJelle Raaijmakers
2023-05-19PixelPaint: Add support for box sampling scalingJelle Raaijmakers
2023-05-19ImageViewer: Add support for box sampling scalingJelle Raaijmakers
2023-05-19LibGfx: Implement box sampling image scalingJelle Raaijmakers
2023-05-19LibGfx: Cleanup of `Painter::do_draw_scaled_bitmap()`Jelle Raaijmakers
2023-05-19LibGfx: Implement alternative `Rect` right/bottom edge calculationsJelle Raaijmakers
2023-05-19LibWeb: Resolve grid item fixed size paddings in GFCAliaksandr Kalenik
2023-05-19LibWeb: Move resolving grid item heights into separate method in GFCAliaksandr Kalenik
2023-05-18shuf: Add `-r` option to allow output lines to be repeatedTim Ledbetter
2023-05-18LibAudio: Compute and verify FLAC frame header checksumskleines Filmröllchen
2023-05-18LibCrypto: Add a checksumming stream wrapperkleines Filmröllchen
2023-05-18LibCrypto: Add generic 8-bit CRCkleines Filmröllchen
2023-05-18LibCrypto: Expose checksum type of ChecksumFunctionkleines Filmröllchen
2023-05-18LibWeb: Fix "Unsupported main size for flex-basis" spam about calc()Andreas Kling
2023-05-18LibWeb: Use grid item used width as available width during track sizingAliaksandr Kalenik
2023-05-18LibWeb: Remove unitless-length quirk from properties that don't need itSam Atkins
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17LibThreading: Only run on_error callback when action wasn't canceledkleines Filmröllchen
2023-05-17LibCore: Cancel jobs on event loop exitkleines Filmröllchen
2023-05-17CatDog: Stop recognizing name of deleted programBen Wiederhake
2023-05-17LibWeb: Add missing call to Base in VideoTrack::visit_edges()Andreas Kling
2023-05-17LibWeb: Null-check layout node before dereferencing in HTMLVideoElementAndreas Kling
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Ladybird: Move ownership of the JS console/inspector to the tab objectTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Virtualize computing content/widget pointsTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-17LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Consider span > 1 while getting available space for items in GFCAliaksandr Kalenik
2023-05-17LibWeb: Remove borders from TemporaryTrack in GFCAliaksandr Kalenik
2023-05-17tar: Wire up compressing .tar files with LZMATim Schumacher
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17LibCompress: Add an LZMA encoderTim Schumacher
2023-05-17LibCompress: Use the variable for LZMA "normalized to real distance"Tim Schumacher
2023-05-17LibCompress: Decode the LZMA match type in a separate functionTim Schumacher
2023-05-17LibCompress: Make LzmaHeader a POD-like typeTim Schumacher
2023-05-17LibCompress: Extract the LZMA state to a separate classTim Schumacher
2023-05-17LibWeb: Use auto minimimum size while resolving flexible tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Skip non-spanning items sizing if there are no such itemsAliaksandr Kalenik
2023-05-17LibWeb: Rename flexible_length to flex_factor in GridSizeAliaksandr Kalenik
2023-05-17LibWeb: Implement more of "Expand Flexible Tracks" in GFCAliaksandr Kalenik
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling