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
Age
Commit message (
Expand
)
Author
2023-03-13
file: Read more metadata from audio files
kleines Filmröllchen
2023-03-13
LibAudio: Detect and read FLAC metadata
kleines Filmröllchen
2023-03-13
LibAudio: Add a generic audio metadata container
kleines Filmröllchen
2023-03-13
LibAudio: Add a formatter for LoaderError
kleines Filmröllchen
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibSQL: Always read and write entire heap blocks
Tim Schumacher
2023-03-13
LibCore: Use length-checking stream reads and writes for SOCKS5
Tim Schumacher
2023-03-13
LibAudio: Read FLAC MD5 directly into the class member
Tim Schumacher
2023-03-13
LibArchive: Read Tar archive headers through `read_value`
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
LibGfx/PortableFormat: Add `PortableFormatWriter`
Lucas CHOLLET
2023-03-13
LibAudio+Piano: Correct header style
kleines Filmröllchen
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
LibAudio: Use symbolic constants for MP3 frame and granule size
kleines Filmröllchen
2023-03-13
LibAudio: Move audio stream buffering into the loader
kleines Filmröllchen
2023-03-13
LibGUI: Make thumbnail generation resilient between FileSystemModels
kleines Filmröllchen
2023-03-13
LibThreading: Register BackgroundAction with EventLoop
kleines Filmröllchen
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore: Add a constructor that sets the parent object
kleines Filmröllchen
2023-03-13
LibCore: Allow EventLoop to manage and cancel promises
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-13
LibCore: Add Promise to the forward declare header
kleines Filmröllchen
2023-03-13
sort: Add an option to sort in reverse order
Tim Ledbetter
2023-03-13
LibWeb: Escape HTML text fragments with multi-byte code point awareness
Timothy Flynn
2023-03-13
headless-browser: Re-implement headless-browser using an OOPWV
Timothy Flynn
2023-03-13
Ladybird+LibWebView: Move WebContent process launcher to LibWebView
Timothy Flynn
2023-03-13
BrickGame: Add a "Pause" option to the Game menu
Karol Baraniecki
2023-03-13
BrickGame: Show a box with "Paused" in it when the game is paused
Karol Baraniecki
2023-03-13
BrickGame: Disallow manual piece movement while paused
Karol Baraniecki
2023-03-13
BrickGame: Stop bricks from falling when paused
Karol Baraniecki
2023-03-13
LibCompress: Make DeflateCompressor::write() use loop, not recursion
Nico Weber
2023-03-12
SpiceAgent: Remove unused BMPWriter.h include
Nico Weber
2023-03-12
LibC: Correctly reset the getopt state on `optind = 1`
Tim Schumacher
2023-03-12
PixelPaint: Display color information on mousemove with the PickerTool
Lucas CHOLLET
2023-03-12
LibGfx: Make BMPWriter::dump() return ErrorOr
Nico Weber
2023-03-12
LibGfx: Make BMPWriter::dump() not take a RefPtr
Nico Weber
2023-03-12
LibGfx: Remove a redundant copy of all data when writing a BMP
Nico Weber
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Change second argument of BMPWriter::dump() to Options struct
Nico Weber
2023-03-12
LibGfx: Remove unused BMPWriter::set_compression()
Nico Weber
2023-03-12
LibWeb: Resolve percentage line-height values before CSS inheritance
Andreas Kling
2023-03-12
LibWeb: Actually incorporate style from imported style sheets
Andreas Kling
2023-03-12
LibWeb: Consider entire stack of floated boxes when floating new box
Andreas Kling
2023-03-12
LibWeb: Stop polluting layout tree dumps with TextNode memory addresses
Andreas Kling
[next]