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-03-17
Userland: Use more common WAV MIME type
kleines Filmröllchen
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-16
LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tab
Aliaksandr Kalenik
2023-03-16
WebContent+LibWebView: Consolidate the way browsers connect to WebDriver
Timothy Flynn
2023-03-16
image: Don't just crash when the input file can't be decoded
Nico Weber
2023-03-16
image: Add --assign-color-profile= flag
Nico Weber
2023-03-16
image: Add --strip-color-profile flag
Nico Weber
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-15
image: Preserve ICC profiles in BMP output
Nico Weber
2023-03-15
image: Make the ppm writing code a tiny bit shorter
Nico Weber
2023-03-15
image: Preserve ICC profiles in PNG output
Nico Weber
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
file: Read more metadata from audio files
kleines Filmröllchen
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
image: Add an argument to choose to write PPMs in binary or in ASCII
Lucas CHOLLET
2023-03-13
image: Support writing to PPM files
Lucas CHOLLET
2023-03-13
headless-browser: Add a mode to dump the layout tree after load finish
Timothy Flynn
2023-03-13
headless-browser: Support loading local file:// URLs
Timothy Flynn
2023-03-13
headless-browser: Massage URLs a bit before loading
Timothy Flynn
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-13
sort: Add an option to sort in reverse order
Tim Ledbetter
2023-03-13
headless-browser: Re-implement headless-browser using an OOPWV
Timothy Flynn
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Make QOIWriter use ErrorOr
Nico Weber
2023-03-12
Userland: Add an `image` utility
Nico Weber
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
Base+Userland: Add support for QOA files everywhere
kleines Filmröllchen
2023-03-07
man: Skip shellrc when invoking pager using sh
Mathis Wiehl
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
less: Stop adding extra blank lines
Sam Atkins
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
icc: Introduce --name flag to load a built-in profile by name
Nico Weber
2023-03-03
AK+readelf: Issue error when using ARCH(arch) with nonexistent arch
Dan Klishch
2023-03-01
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
Ali Mohammad Pur
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-27
file: Use StringView instead of DeprecatedString for paths
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for description
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for mime types
Nico Weber
2023-02-27
file: Remove unnecessary DeprecatedString ctor call
Nico Weber
2023-02-27
Utilities: Make `file` print more information for animated images
Nico Weber
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-25
LibCore+Utilities: Replace uses of strpbrk with find_any_of()
Andrew Kaster
[next]