Sam Atkins
|
c70dcaefcd
LibWeb: Convert LayoutState to new pixel units
|
2 年 前 |
Sam Atkins
|
ec336c9bc5
LibWeb: Convert SVGFormattingContext to new pixel units
|
2 年 前 |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 年 前 |
Ben Wiederhake
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 年 前 |
Andreas Kling
|
4aeb1ffc12
LibWeb: Add naive layout for SVG foreign objects
|
2 年 前 |
Andreas Kling
|
892a3e7d12
LibWeb: Replace <svg> sizing hack with slightly smaller hack
|
2 年 前 |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 年 前 |
Andreas Kling
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
2 年 前 |
Andreas Kling
|
62974160da
LibWeb: Add FormattingContext::automatic_content_height()
|
2 年 前 |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 年 前 |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 年 前 |
Andreas Kling
|
557006f5be
LibWeb: Cache reference to <svg> element in SVGFormattingContext
|
3 年 前 |
Andreas Kling
|
cefc931347
LibWeb: Make sure CSS::ComputedValues has initial size values
|
3 年 前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年 前 |
Brian Gianforcaro
|
af50895fa3
LibWeb: Fix height/width copy paste bug in SVGFormattingContext::run
|
3 年 前 |
Tobias Christiansen
|
8461791ce2
LibWeb: Add support for 'view-box' attribute to SVGs
|
3 年 前 |
Andreas Kling
|
db5bf6e64c
LibWeb: Rename FormattingState::ensure() -> get_mutable()
|
3 年 前 |
Andreas Kling
|
c9700e100e
LibWeb: Start making our layout system "transactional"
|
3 年 前 |
Andreas Kling
|
561612f219
LibWeb: Add Layout::FormattingState
|
3 年 前 |
Sam Atkins
|
48edaa2085
LibWeb: Remove content-size hack from SVGFormattingContext
|
3 年 前 |
Sam Atkins
|
aba8774c9c
LibWeb: Give SVG geometry elements a position
|
3 年 前 |
Sam Atkins
|
784c3183f7
LibWeb: Rename SVGPathBox -> SVGGeometryBox
|
3 年 前 |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 年 前 |
Andreas Kling
|
f2d0e8d0ee
LibWeb: Expose FormattingContext type
|
3 年 前 |
Andreas Kling
|
684f7cca9f
LibWeb: Implement very naive layout of <path> within <svg>
|
3 年 前 |
Andreas Kling
|
92c08ad4ac
LibWeb: Add SVGFormattingContext to handle SVG box trees
|
3 年 前 |