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-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-21
LibGUI: Mimic a user click when calling `Button::click()`
Lucas CHOLLET
2023-01-21
LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`
Lucas CHOLLET
2023-01-21
LibGUI: Remove public getter `Button::is_mimic_pressed()`
Lucas CHOLLET
2023-01-21
LibWeb: Fix floats y offset calculation
Aliaksandr Kalenik
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-21
LibWeb: Place grid items in grid-areas if applicable
martinfalisse
2023-01-21
LibWeb: Calculate valid grid areas
martinfalisse
2023-01-21
LibWeb: Implement min/max-content
martinfalisse
2023-01-21
LibWeb: Refactor grid item positioning to use zero-index
martinfalisse
2023-01-21
LibWeb: Parse `grid-area` CSS property
martinfalisse
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-21
LibWeb: Parse min and max-content
martinfalisse
2023-01-21
LibWeb: Use String class in certain CSS Grid classes
martinfalisse
2023-01-21
LibWeb: Use type-correct hashing and formatting functions for pixels
Timothy Flynn
2023-01-21
AK: Remove `InputBitStream` and `OutputBitStream`
Tim Schumacher
2023-01-21
LibPDF: Use `Core::Stream` to parse the page offset hint table
Tim Schumacher
2023-01-20
LibGfx: Add scaffolding for reading ICC tag table
Nico Weber
2023-01-20
LibGfx: Extract Profile::read_header() function
Nico Weber
2023-01-20
LibGfx: Make ICCHeader use FourCC types for fourcc fields
Nico Weber
2023-01-20
LibGfx: Make DistinctFourCC compatible with BigEndian
Nico Weber
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-20
LibGfx: Use `Core::Stream` to write bitmap fonts
Tim Schumacher
2023-01-20
LibAudio: Use `AllocatingMemoryStream` as the MP3 loader bit reservoir
Tim Schumacher
2023-01-20
LibWasm: Use `AllocatingMemoryStream` around `Wasm::Printer`
Tim Schumacher
2023-01-20
LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()
Ali Mohammad Pur
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-20
LibJS: Add a macro for infallible operations that may throw OOM
Timothy Flynn
2023-01-20
Everywhere: Convert known short-strings to the infallible String factory
Timothy Flynn
2023-01-20
LibGfx: Fix TGA decoder being out of boundary after calling frame method
Liav A
2023-01-20
LibWeb: Improve auto height calculation for tables
Aliaksandr Kalenik
2023-01-20
LibWeb: Include table intrinsic offsets in child boxes position
Aliaksandr Kalenik
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-20
LibCore: Add MIME type string for TGA files
Liav A
2023-01-20
LibCore: Return StringView from guess_mime_type_based_on_filename method
Liav A
2023-01-19
LibJS: Return OptionalNone in fallible functions in the Intl namespace
Timothy Flynn
2023-01-19
LibJS: Add a special ThrowCompletionOr constructor for OptionalNone
Timothy Flynn
2023-01-19
LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_string
Timothy Flynn
2023-01-19
LibJS: Port Intl locale resolution to String
Timothy Flynn
2023-01-19
LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from the PartitionPattern Abstract Operation
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from Intl Abstract Operations
Timothy Flynn
2023-01-19
LibLocale+LibJS: Port locale parsing and processing to String
Timothy Flynn
2023-01-19
LibLocale: Add a method to convert LocaleID to a String
Timothy Flynn
2023-01-19
LibCore: Implement FileWatcher for macOS
Timothy Flynn
2023-01-19
LibCore: Allow subclassing FileWatcher
Timothy Flynn
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
2023-01-19
LibC: Remove the stub iconv header
Tim Schumacher
2023-01-19
LibAudio: Skip MP3 frames if not enough historic data is available
Tim Schumacher
[next]