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-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
Tim Schumacher
2023-02-08
LibGfx: Validate type of cicpTag in ICC Profile
Nico Weber
2023-02-08
LibGfx+icc: Read cicpType
Nico Weber
2023-02-08
LibGfx: Add another profile ID to ICC quirk list
Nico Weber
2023-02-08
LibGfx: Add ICC v2 tags to tag list
Nico Weber
2023-02-08
LibGfx+icc: Read signatureType
Nico Weber
2023-02-08
LibGfx+icc: Read namedColor2Type
Nico Weber
2023-02-07
LibWeb: Null check `nearest_sibling` in `generate_missing_parents`
Aliaksandr Kalenik
2023-02-07
LibWeb: Table wrappers should not be ignored in auto height calculation
Aliaksandr Kalenik
2023-02-07
LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
Andreas Kling
2023-02-07
LibGUI: Add callbacks for Slider drags starting and ending
Zaggy1024
2023-02-07
LibGUI: Make sliders start a drag when jumping to the cursor
Zaggy1024
2023-02-07
LibGUI+About: Make AboutDialog creation fallible
Sam Atkins
2023-02-07
LibGUI: Convert AboutDialog layout to GML
Sam Atkins
2023-02-06
LibGfx: Add table size validation for ICC lut16Type
Nico Weber
2023-02-06
LibChess: Factorize the returned `StringView` for a draw
Lucas CHOLLET
2023-02-06
Chess+LibChess: Avoid using `DeprecatedString` whenever possible
Lucas CHOLLET
2023-02-05
LibGfx: Fix comment typo in ICC code
Nico Weber
2023-02-05
LibC+LibCore: Remove serenity_setenv()
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-02-05
LibCore: Add const qualifier to exec() argument spans
MacDue
2023-02-05
LibGfx: Extract a variable in ICC TextDescriptionTagData
Nico Weber
2023-02-05
LibSQL: Actually print an error message after failing to launch a server
Karol Kosek
2023-02-05
LibGUI: Handle utf-8 search strings in find
Arda Cinar
2023-02-05
LibVT: Handle utf-8 search strings in find
Arda Cinar
2023-02-05
LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`
Aliaksandr Kalenik
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-04
AK: Check the return type in `IsCallableWithArguments`
Lucas CHOLLET
2023-02-04
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
Karol Baraniecki
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
2023-02-04
LibGUI: Allow the InputBox to be of NonemptyText type
Karol Baraniecki
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-02-04
LibGfx: Port ICOLoader to the new AK::Stream
Karol Kosek
2023-02-04
LibGfx: Return ErrorOr<> in ICOLoader internal functions
Karol Kosek
2023-02-04
LibPDF: Fix clipping of painting operations
Rodrigo Tobar
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
LibWeb: Fix typo and use auto where possible
MacDue
2023-02-03
LibSQL+SQLServer: Send result column names over IPC to SQL clients
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-03
LibSQL: Store selected column names in the results for SELECT statements
Timothy Flynn
2023-02-03
LibWeb: Parse font-stretch CSS property
Aliaksandr Kalenik
2023-02-03
LibVideo/VP9: Use proper indices for updating inter_mode probabilities
Zaggy1024
2023-02-03
LibVideo/VP9: Use u32 to store the parsed value counts
Zaggy1024
2023-02-03
LibVideo/VP9: Prevent negation overflow in BitStream::read_s
Zaggy1024
2023-02-03
LibVideo/VP9: Correct the mode/partition probability adaption counts
Zaggy1024
[next]