summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06less: Stop adding extra blank linesSam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2023-03-04icc: Introduce --name flag to load a built-in profile by nameNico Weber
2023-03-03AK+readelf: Issue error when using ARCH(arch) with nonexistent archDan Klishch
2023-03-01LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)Ali Mohammad Pur
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-27file: Use StringView instead of DeprecatedString for pathsNico Weber
2023-02-27file: Use StringView instead of DeprecatedString for descriptionNico Weber
2023-02-27file: Use StringView instead of DeprecatedString for mime typesNico Weber
2023-02-27file: Remove unnecessary DeprecatedString ctor callNico Weber
2023-02-27Utilities: Make `file` print more information for animated imagesNico Weber
2023-02-26LibWasm+LibWeb: Sneak a JS::Completion into Wasm::ResultAli Mohammad Pur
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster