summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24file: Add a description for the image/webp mime typeNico Weber
2023-02-21AK: Add `take_first` to HashTable and rename `pop` to `take_last`Hediadyoin1
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-19LibGfx: Use ICC::Profile::try_for_each_tag in icc main loopNico Weber
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2023-02-19js: Save REPL history when exiting interpreter with `exit()`Evan Smal
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-17icc: Add flags for writing and dumping profilesNico Weber
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16su: Only check for an interactive tty if a password is actually neededKarol Baraniecki
2023-02-16su: Allow to specify a command to be executed by -cKarol Baraniecki
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13icc: Dump embedded non-parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump embedded parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump more information about curves in lutAToBType and lutAToBTypeNico Weber
2023-02-12Utilities/arp: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibArchive: Add support for modification time and dateOllrogge
2023-02-12icc: Dump some of lutAToBType and lutBToAType curve dataNico Weber
2023-02-12Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10LibGfx+icc: Stringify known signatureType valuesNico Weber
2023-02-10LibGfx+icc: Read chromaticityTagNico Weber
2023-02-10LibGfx+icc: Read viewingConditionsTypeNico Weber
2023-02-10LibGfx+icc: Read measurementTypeNico Weber
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn