Andreas Kling
|
de6f7f0029
LibWeb: Support CSS floats in inline flow
|
3 tahun lalu |
Andreas Kling
|
159d4d772a
LibWeb: Assign the used top/bottom border widths to inline-block boxes
|
3 tahun lalu |
Andreas Kling
|
c1f0d21bbe
LibWeb: Rename the LayoutMode enum values and explain them
|
3 tahun lalu |
Andreas Kling
|
83afc1154c
LibWeb: Fix IFC over-shrinking the available space for line boxes
|
3 tahun lalu |
Andreas Kling
|
28b771560a
LibWeb: Make SVG <svg> elements behave as CSS replaced elements
|
3 tahun lalu |
Andreas Kling
|
39b7fbfeb9
LibWeb: Rewrite CSS float implementation to use offset-from-edge
|
3 tahun lalu |
Andreas Kling
|
28642de6ed
LibWeb: Make LineBuilder aware of the current LayoutMode
|
3 tahun lalu |
Andreas Kling
|
ef8a72ff3f
LibWeb: Move available_space_for_line() from IFC to BFC
|
3 tahun lalu |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 tahun lalu |
sin-ack
|
b801ddf73d
LibWeb: Apply the current text-justify value when justifying
|
3 tahun lalu |
sin-ack
|
7fe3f2d970
LibWeb: Refactor text justification code + only justify below threshold
|
3 tahun lalu |
Andreas Kling
|
45f717cfad
LibWeb: Respect inline-axis margins between line box fragments :^)
|
3 tahun lalu |
Andreas Kling
|
2dfb617c5b
LibWeb: Make InlineLevelIterator emit absolutely positioned items
|
3 tahun lalu |
Vrins
|
a8cfb34551
LibWeb: Allow <input type="button/submit/reset"> to be styled
|
3 tahun lalu |
Andreas Kling
|
797f51e122
LibWeb: Add border box top/bottom metrics to line box fragments
|
3 tahun lalu |
Andreas Kling
|
c9f4759329
LibWeb: Use CSS font-size when computing text fragment content height
|
3 tahun lalu |
Andreas Kling
|
7ed6549c8b
LibWeb: Fix off-by-one in calculation of available space for line boxes
|
3 tahun lalu |
Andreas Kling
|
bb1f26c149
LibWeb: Use correct coordinate space when measuring space between floats
|
3 tahun lalu |
Andreas Kling
|
db5bf6e64c
LibWeb: Rename FormattingState::ensure() -> get_mutable()
|
3 tahun lalu |
Andreas Kling
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 tahun lalu |
Andreas Kling
|
561612f219
LibWeb: Add Layout::FormattingState
|
3 tahun lalu |
Sam Atkins
|
356d8bcfe8
LibWeb: Remove Length::Type::Undefined! :^)
|
3 tahun lalu |
Sam Atkins
|
b715943035
LibWeb: Remove redundant Length::resolved() calls
|
3 tahun lalu |
Sam Atkins
|
67066c5140
LibWeb: Remove fallback value from Length::resolved()
|
3 tahun lalu |
Sam Atkins
|
5b2482a939
LibWeb: Use Optional instead of undefined-lengths for widths/heights
|
3 tahun lalu |
Andreas Kling
|
dcc2568439
LibWeb: Make IFC register absolutely positioned descendants with BFC
|
3 tahun lalu |
Andreas Kling
|
f2a917229a
LibWeb: Support inline-level padding and border properly
|
3 tahun lalu |
Andreas Kling
|
7d2a49eeb8
LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()
|
3 tahun lalu |
Andreas Kling
|
0532d7d255
LibWeb: Stop sizing the context root box in formatting contexts
|
3 tahun lalu |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 tahun lalu |