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
/
Libraries
Age
Commit message (
Expand
)
Author
2023-03-15
LibGfx: Let BMPWriter optionally embed an ICC profile
Nico Weber
2023-03-15
LibGfx: Allow BMPWriter to write v5 bmps and make that the default
Nico Weber
2023-03-15
LibGfx: VERIFY correct type length in PNGChunk ctor
Nico Weber
2023-03-15
LibGfx: Make PNGChunk::m_type a String instead of a DeprecatedString
Nico Weber
2023-03-15
LibGfx: Use * a b s t r a c t i o n * in PNGChunk::store_type()
Nico Weber
2023-03-15
LibGfx: Remove reckless PNGChunk::add(T) method
Nico Weber
2023-03-15
LibGfx: Remove unused PNGChunk::add_as_little_endian() method
Nico Weber
2023-03-15
LibGfx: Let PNGWriter optionally embed an ICC profile
Nico Weber
2023-03-15
LibGfx: Add PNGChunk::compress_and_add API
Nico Weber
2023-03-15
LibGfx: Use ReadonlyBytes in PNGChunk API
Nico Weber
2023-03-15
LibWeb: Don't truncate font sizes before scaling them to device pixels
Andreas Kling
2023-03-15
LibGfx: Add Font::point_size()
Andreas Kling
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-15
LibGUI: Do not attempt to close non-existent notifications
implicitfield
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>
Matthew Olsson
2023-03-15
LibJS: Allow constructing a GCPtr from another GCPtr of convertible type
Matthew Olsson
2023-03-15
LibJS: Allow GCPtr and NonnullGCPtr to be hashed
Matthew Olsson
2023-03-14
LibWeb: Implement the [PutForwards] IDL extended attribute
Timothy Flynn
2023-03-14
LibWeb: Invalidate styles on font load
Mathis Wiehl
2023-03-14
LibWeb: Actually instantiate ::before/::after pseudo elements when found
Andreas Kling
2023-03-14
LibWeb: Don't compute full style for ::before/::after unless matched
Andreas Kling
2023-03-14
LibWeb: Avoid inside layout of flex items during intrinsic sizing
Andreas Kling
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-14
LibWeb: Port {set,clear}{Timeout,Interval} to IDL
Timothy Flynn
2023-03-14
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
Timothy Flynn
2023-03-14
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
Timothy Flynn
2023-03-14
LibWeb: Change HTML::Timer to store its owning window as a JS::Object
Timothy Flynn
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
WebDriver: Fix typo in browser capabilities key parsing
Timothy Flynn
2023-03-13
LibJS: Don't skip CPU registers when gathering conservative roots
Andreas Kling
2023-03-13
LibAudio: Update stream APIs used when reading audio metadata
Timothy Flynn
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
LibGfx/PortableFormat: Add `PortableFormatWriter`
Lucas CHOLLET
2023-03-13
LibAudio+Piano: Correct header style
kleines Filmröllchen
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
[prev]
[next]