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-01-24
LibWeb: Improve column width distribution
Aliaksandr Kalenik
2023-01-24
LibWeb: Avoid division by zero in `distribute_width_to_columns`
Aliaksandr Kalenik
2023-01-24
LibWeb: Use table wrapper box width to resolve cells width
Aliaksandr Kalenik
2023-01-24
LibWeb: Use percentage column widths in `compute_table_measures`
Aliaksandr Kalenik
2023-01-24
LibJS: Add missing MUST in DisposableStack.prototype.use
davidot
2023-01-24
LibVideo/VP9: Move TreeSelection class to TreeParser.cpp
Zaggy1024
2023-01-24
icc: Print every TagData object only once
Nico Weber
2023-01-24
LibGfx: Dedupe ICC TagData objects
Nico Weber
2023-01-24
LibGfx: Move TagTableEntry into read_tag_table
Nico Weber
2023-01-24
LibGfx: Pass offset and size instead of full TagTableEntry to read_tag
Nico Weber
2023-01-24
WindowServer: Reuse existing `WindowManager::desktop_rect()` method
Sam Atkins
2023-01-24
LibGfx: Use `Core::Stream` to decode QOI images
Tim Schumacher
2023-01-24
LibGfx: Pass the first QOI chunk byte to the operation implementation
Tim Schumacher
2023-01-24
LibGfx: Use x-mac-roman TextCodec for decoding MacRoman text
Nico Weber
2023-01-24
LibTextCodec: Add a MacRoman decoder
Nico Weber
2023-01-24
LibTextCodec: Simplify Latin1Decoder::process() a tiny bit
Nico Weber
2023-01-24
LibGfx: Cache font pixel metrics in ScaledFont
Andreas Kling
2023-01-24
WindowServer: Double click a window's frame to latch to screen's edge
Jelle Raaijmakers
2023-01-24
WindowServer: Always process double clicks for mouse events
Jelle Raaijmakers
2023-01-24
LibDebug: Pass `read_from_stream` calls through `read_value` instead
Tim Schumacher
2023-01-24
LibDNS: Pass `write_to_stream` calls through `write_value` instead
Tim Schumacher
2023-01-24
LibCore: Add support for non-trivial types to `Stream::*_value`
Tim Schumacher
2023-01-24
LibWeb: Make min-content height equivalent to max-content as appropriate
Andreas Kling
2023-01-24
LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast
Andreas Kling
2023-01-24
LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make grid containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make flex containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-24
LibWeb: Allow BFC auto height calculation on any Layout::Box
Andreas Kling
2023-01-24
LibWeb: Remove unused layout sibling getters in Layout::BlockContainer
Andreas Kling
2023-01-23
LibGfx+icc: Add ICCProfile support for parametricCurveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for curveType and print it
Nico Weber
2023-01-23
LibGfx: Tweak an error message in XYZTagData::from_bytes
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for s15Fixed16ArrayType and print it
Nico Weber
2023-01-23
LibGfx: Do not repeat class name in ICC from_bytes() functions
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for XYZType and print it
Nico Weber
2023-01-23
LibGfx: Fix typo in an error message in TextTagData::from_bytes()
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for textDescriptionType and print it
Nico Weber
2023-01-23
LibGfx: Use the first/last color for positions before/after a gradient
MacDue
2023-01-23
LibJS: Add DisposableStack{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add using declaration support in for and for of loops
davidot
2023-01-23
LibJS: Add using declaration support, RAII like operation in js
davidot
2023-01-23
LibJS: Add Symbol.dispose
davidot
2023-01-23
LibJS: Add an initialize binding hint to all initialize_binding methods
davidot
2023-01-23
LibJS: Add SuppressedError{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add custom details to toBe{True, False} shown on failure
davidot
2023-01-23
LibJS: Clarify more errors in test-common
davidot
2023-01-23
LibWeb: Use CSS Pixels for overflow clip rect
Aliaksandr Kalenik
2023-01-22
LibCards: Use AK::shuffle() for shuffling new decks
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()
Sam Atkins
[next]