summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13AK: Compute UTF-8 code point lengths using only leading bytesTimothy Flynn
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-13Documentation: Add query-driver to clangd arguments in NvimConfigurationAndrew Kaster
2023-03-13Documentation: Update VS Code docs for tone, add query-driver directionsAndrew Kaster
2023-03-13LibAudio+Piano: Correct header stylekleines Filmröllchen
2023-03-13Ports: Add lrzip portFabian Dellwing
2023-03-13Ladybird: Remove the mode to dump the layout treeTimothy Flynn
2023-03-13LibWeb: Run LibWeb layout tests using headless-browserTimothy Flynn
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-13Base: Add missing options to sort man pageTim Ledbetter
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-13Ports: Add port of backward-cpp, a pretty backtrace libraryAndrew Kaster
2023-03-13Ports: Install libiberty from binutils portAndrew Kaster
2023-03-13Kernel: Don't include Kernel/Arch/RegisterState from userspaceAndrew Kaster
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-13Base: Make keyboard keys in the BrickGame manual and Help page stand outKarol Baraniecki
2023-03-13Base: Document Escape and P pausing/unpausing BrickGameKarol Baraniecki
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-12Base: Add Batak to font Katica Regular 10Xexxa
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
2023-03-12LibGfx: Make BMPWriter::dump() return ErrorOrNico Weber
2023-03-12LibGfx: Make BMPWriter::dump() not take a RefPtrNico Weber
2023-03-12LibGfx: Remove a redundant copy of all data when writing a BMPNico Weber
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Change second argument of BMPWriter::dump() to Options structNico Weber
2023-03-12LibGfx: Remove unused BMPWriter::set_compression()Nico Weber