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
/
LibWeb
/
Layout
/
TableFormattingContext.cpp
Age
Commit message (
Expand
)
Author
2022-04-03
LibWeb: Include all row-groups in column width calculations
Simon Wanner
2022-03-29
LibWeb: Size table cells using a combination of min- and max-widths
Simon Wanner
2022-03-29
LibWeb: Only size `width: auto` table-cells by min-content
Simon Wanner
2022-03-28
LibWeb: Set a cell's content width based on the column(s) it's in
Simon Wanner
2022-03-28
LibWeb: Calculate a cell's width using min-content
Simon Wanner
2022-03-28
LibWeb: Distribute the width of a table cell spanning multiple columns
Simon Wanner
2022-03-28
LibWeb: Expand the last cell in a row to the right edge
Simon Wanner
2022-03-28
LibWeb: Apply a table row's height to all cells
Simon Wanner
2022-03-21
LibWeb: Translate table cells by their top left border
Karol Kosek
2022-03-21
LibWeb: Include table cell border widths when calculating cell rects
Karol Kosek
2022-03-19
LibWeb: Rename the LayoutMode enum values and explain them
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-02-21
LibWeb: Compute table cell height after doing its inside layout
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-06
LibWeb: Rename Layout::Box::size() to content_size()
Andreas Kling
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-28
LibWeb: Treat width:auto on tables as fit-content
Andreas Kling
2021-10-06
LibWeb: Move line boxes from Layout::Box to BlockContainer
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibWeb: Correctly calculate height of TableRowGroupBox
Adam Hodgen
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling