summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-02-03Utilities/df: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/arp: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-02LibWeb+LibWebSocket: DOM WebSocket subprotocol supportGuilherme Gonçalves
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-28LibGfx+icc: Read and display lut16Type and lut8Type ICC tag typesNico Weber
2023-01-28icc: Print profile sizeNico Weber
2023-01-28LibGfx: Split ICC/Profile.{h,cpp} into several filesNico Weber
2023-01-28LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}Nico Weber
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27icc: Accept path to images in addition to path to ICC profileNico Weber
2023-01-27LibGfx+icc: ICCProfile's primary_platform() should be optionalNico Weber
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