summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TableFormattingContext.cpp
AgeCommit message (Expand)Author
2022-04-03LibWeb: Include all row-groups in column width calculationsSimon Wanner
2022-03-29LibWeb: Size table cells using a combination of min- and max-widthsSimon Wanner
2022-03-29LibWeb: Only size `width: auto` table-cells by min-contentSimon Wanner
2022-03-28LibWeb: Set a cell's content width based on the column(s) it's inSimon Wanner
2022-03-28LibWeb: Calculate a cell's width using min-contentSimon Wanner
2022-03-28LibWeb: Distribute the width of a table cell spanning multiple columnsSimon Wanner
2022-03-28LibWeb: Expand the last cell in a row to the right edgeSimon Wanner
2022-03-28LibWeb: Apply a table row's height to all cellsSimon Wanner
2022-03-21LibWeb: Translate table cells by their top left borderKarol Kosek
2022-03-21LibWeb: Include table cell border widths when calculating cell rectsKarol Kosek
2022-03-19LibWeb: Rename the LayoutMode enum values and explain themAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-21LibWeb: Compute table cell height after doing its inside layoutAndreas Kling
2022-02-21LibWeb: Rename FormattingState::ensure() -> get_mutable()Andreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Use Optional instead of undefined-lengths for widths/heightsSam Atkins
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-01-20LibWeb: Convert width/height and min-/max- versions to LengthPercentageSam Atkins
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-10-28LibWeb: Treat width:auto on tables as fit-contentAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibWeb: Correctly calculate height of TableRowGroupBoxAdam Hodgen
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling