summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-01grep: Read patterns from a file with -fEli Youngs
2023-04-01gzip: Use utilities from LibCompress to (de)compress filesTimothy Flynn
2023-04-01gunzip+LibCompress: Move utility to decompress files to GzipDecompressorTimothy Flynn
2023-03-31disk_benchmark: Remove the call to umaskPankaj Raghav
2023-03-31gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzipTimothy Flynn
2023-03-29gunzip: Use a buffered file to read from the input fileTimothy Flynn
2023-03-25headless-browser: Don't print extra newline after layout tree dumpsAndreas Kling
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-21tar: Add partial support for XZ-compressed archives :^)Tim Schumacher
2023-03-21Utilities: Add an `xzcat` utilityTim Schumacher
2023-03-20tar: Add partial support for LZMA-compressed archivesTim Schumacher
2023-03-20Utilities: Add an `lzcat` utilityTim Schumacher
2023-03-20grep: Remove a leftover debug lineTim Schumacher
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-16image: Don't just crash when the input file can't be decodedNico Weber
2023-03-16image: Add --assign-color-profile= flagNico Weber
2023-03-16image: Add --strip-color-profile flagNico Weber
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15image: Preserve ICC profiles in BMP outputNico Weber
2023-03-15image: Make the ppm writing code a tiny bit shorterNico Weber
2023-03-15image: Preserve ICC profiles in PNG outputNico Weber
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13file: Read more metadata from audio fileskleines Filmröllchen
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim 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-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-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-13sort: Add an option to sort in reverse orderTim Ledbetter
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-12Userland: Add an `image` utilityNico Weber
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-10Base+Userland: Add support for QOA files everywherekleines Filmröllchen
2023-03-07man: Skip shellrc when invoking pager using shMathis Wiehl
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling