summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26icc: Align "else" for Type3 with "if"Nico Weber
2023-01-26icc: Indent ParametricCurveTagData the same amount as the other typesNico Weber
2023-01-25LibWasm: Port the parser to `Core::Stream`Tim Schumacher
2023-01-25LibWasm: Port `Wasm::Printer` to `Core::Stream`Tim Schumacher
2023-01-25icc: Print each tag signature's spec nameNico Weber
2023-01-24icc: Print every TagData object only onceNico Weber
2023-01-23LibGfx+icc: Add ICCProfile support for parametricCurveType and print itNico Weber
2023-01-23LibGfx+icc: Add ICCProfile support for curveType and print itNico Weber
2023-01-23LibGfx+icc: Add ICCProfile support for s15Fixed16ArrayType and print itNico Weber
2023-01-23LibGfx+icc: Add ICCProfile support for XYZType and print itNico Weber
2023-01-23LibGfx+icc: Add ICCProfile support for textDescriptionType and print itNico Weber
2023-01-22icc: Print MultiLocalizedUnicodeTagData contentsNico Weber
2023-01-22icc: Print TextTagData contentsNico Weber
2023-01-21LibGfx+icc: Make device manufacturer and device model clickableNico Weber
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-21AK: Remove `FileStream`Tim Schumacher
2023-01-21icc: Remove needless use of DateTime::to_deprecated_string()Nico Weber
2023-01-21icc: Tweak output to look nicerNico Weber
2023-01-20LibGfx: Add scaffolding for reading ICC tag tableNico Weber
2023-01-20LibCore: Remove `FileStream`Tim Schumacher
2023-01-20wasm: Interface with the standard output via `Core::Stream`Tim Schumacher
2023-01-20gunzip: Use `Core::Stream` to write the decompression outputTim Schumacher
2023-01-20LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`Tim Schumacher
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-19Utilities: Rewrite sort(1) to be more posixyPeter Elliott
2023-01-19Utilities: Replace fgrep with grep --fixed-stringsPeter Elliott
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17pro: Use `Core::Stream` for writing contents to the outputTim Schumacher
2023-01-15ls: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15du: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15df: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15Utilities: Add new utility for converting images to raw bitmap binariesLiav A
2023-01-15Lagom/Fuzzers: Add fuzzer for the TGALoader codeLiav A
2023-01-15hexdump: Add an option to specify dump offsetArda Cinar
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13strace: Fix ignored errors in formattingMacDue
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12Utilities: Add ttfdisasm for disassembling OpenType instructionsMacDue
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-08LibGfx+icc: Look at profile_size fieldNico Weber
2023-01-08base64: TRY() the fallible function encode_base64()Kenneth Myhra
2023-01-08chgrp: Use StringView instead of 'char const*'Kenneth Myhra
2023-01-08passwd: Use StringView instead of DeprecatedStringKenneth Myhra