summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-03-14LibWeb: Port {set,clear}{Timeout,Interval} to IDLTimothy Flynn
2023-03-14LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to StringTimothy Flynn
2023-03-14LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixinTimothy Flynn
2023-03-14LibWeb: Change HTML::Timer to store its owning window as a JS::ObjectTimothy Flynn
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13WebDriver: Fix typo in browser capabilities key parsingTimothy Flynn
2023-03-13LibJS: Don't skip CPU registers when gathering conservative rootsAndreas Kling
2023-03-13LibAudio: Update stream APIs used when reading audio metadataTimothy Flynn
2023-03-13SoundPlayer: Display title and artist in the window title if availablekleines Filmröllchen
2023-03-13file: Read more metadata from audio fileskleines Filmröllchen
2023-03-13LibAudio: Detect and read FLAC metadatakleines Filmröllchen
2023-03-13LibAudio: Add a generic audio metadata containerkleines Filmröllchen
2023-03-13LibAudio: Add a formatter for LoaderErrorkleines Filmröllchen
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13LibSQL: Always read and write entire heap blocksTim Schumacher
2023-03-13LibCore: Use length-checking stream reads and writes for SOCKS5Tim Schumacher
2023-03-13LibAudio: Read FLAC MD5 directly into the class memberTim Schumacher
2023-03-13LibArchive: Read Tar archive headers through `read_value`Tim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13image: Add an argument to choose to write PPMs in binary or in ASCIILucas CHOLLET
2023-03-13image: Support writing to PPM filesLucas CHOLLET
2023-03-13LibGfx/PortableFormat: Add `PortableFormatWriter`Lucas CHOLLET
2023-03-13LibAudio+Piano: Correct header stylekleines Filmröllchen
2023-03-13headless-browser: Add a mode to dump the layout tree after load finishTimothy Flynn
2023-03-13headless-browser: Support loading local file:// URLsTimothy Flynn
2023-03-13headless-browser: Massage URLs a bit before loadingTimothy Flynn
2023-03-13LibAudio: Use symbolic constants for MP3 frame and granule sizekleines Filmröllchen
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-13LibGUI: Make thumbnail generation resilient between FileSystemModelskleines Filmröllchen
2023-03-13LibThreading: Register BackgroundAction with EventLoopkleines Filmröllchen
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore: Add a constructor that sets the parent objectkleines Filmröllchen
2023-03-13LibCore: Allow EventLoop to manage and cancel promiseskleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-13LibCore: Add Promise to the forward declare headerkleines Filmröllchen
2023-03-13sort: Add an option to sort in reverse orderTim Ledbetter
2023-03-13LibWeb: Escape HTML text fragments with multi-byte code point awarenessTimothy Flynn
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-13BrickGame: Add a "Pause" option to the Game menuKarol Baraniecki
2023-03-13BrickGame: Show a box with "Paused" in it when the game is pausedKarol Baraniecki
2023-03-13BrickGame: Disallow manual piece movement while pausedKarol Baraniecki
2023-03-13BrickGame: Stop bricks from falling when pausedKarol Baraniecki
2023-03-13LibCompress: Make DeflateCompressor::write() use loop, not recursionNico Weber
2023-03-12SpiceAgent: Remove unused BMPWriter.h includeNico Weber
2023-03-12LibC: Correctly reset the getopt state on `optind = 1`Tim Schumacher
2023-03-12PixelPaint: Display color information on mousemove with the PickerToolLucas CHOLLET