index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
icc: Align "else" for Type3 with "if"
Nico Weber
2023-01-26
icc: Indent ParametricCurveTagData the same amount as the other types
Nico Weber
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-25
LibWasm: Port `Wasm::Printer` to `Core::Stream`
Tim Schumacher
2023-01-25
icc: Print each tag signature's spec name
Nico Weber
2023-01-24
icc: Print every TagData object only once
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for parametricCurveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for curveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for s15Fixed16ArrayType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for XYZType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for textDescriptionType and print it
Nico Weber
2023-01-22
icc: Print MultiLocalizedUnicodeTagData contents
Nico Weber
2023-01-22
icc: Print TextTagData contents
Nico Weber
2023-01-21
LibGfx+icc: Make device manufacturer and device model clickable
Nico Weber
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-21
icc: Remove needless use of DateTime::to_deprecated_string()
Nico Weber
2023-01-21
icc: Tweak output to look nicer
Nico Weber
2023-01-20
LibGfx: Add scaffolding for reading ICC tag table
Nico Weber
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
wasm: Interface with the standard output via `Core::Stream`
Tim Schumacher
2023-01-20
gunzip: Use `Core::Stream` to write the decompression output
Tim Schumacher
2023-01-20
LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`
Tim Schumacher
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-19
Utilities: Rewrite sort(1) to be more posixy
Peter Elliott
2023-01-19
Utilities: Replace fgrep with grep --fixed-strings
Peter Elliott
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
pro: Use `Core::Stream` for writing contents to the output
Tim Schumacher
2023-01-15
ls: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
du: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
df: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
Utilities: Add new utility for converting images to raw bitmap binaries
Liav A
2023-01-15
Lagom/Fuzzers: Add fuzzer for the TGALoader code
Liav A
2023-01-15
hexdump: Add an option to specify dump offset
Arda Cinar
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
strace: Fix ignored errors in formatting
MacDue
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
Utilities: Add ttfdisasm for disassembling OpenType instructions
MacDue
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-08
LibGfx+icc: Look at profile_size field
Nico Weber
2023-01-08
base64: TRY() the fallible function encode_base64()
Kenneth Myhra
2023-01-08
chgrp: Use StringView instead of 'char const*'
Kenneth Myhra
2023-01-08
passwd: Use StringView instead of DeprecatedString
Kenneth Myhra
[next]