Andreas Kling
|
38b55ee067
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
|
5 år sedan |
Andreas Kling
|
110b2d52f2
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
|
5 år sedan |
Andreas Kling
|
4814253589
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
|
5 år sedan |
Andreas Kling
|
3309bdf722
LibHTML: Add some convenient geometry getters on LayoutNode
|
5 år sedan |
Andreas Kling
|
44979ad7a5
LibHTML: Fix broken line splitting behavior in LayoutReplaced
|
5 år sedan |
Andreas Kling
|
2530378f59
LibHTML+Browser: Add debug option to draw borders around line boxes
|
5 år sedan |
Andreas Kling
|
6242459c0f
LibHTML: Implement the <br> element for line breaking
|
5 år sedan |
Andreas Kling
|
724754e39a
LibHTML: LayoutBlock::children_are_inline() should check is_inline()
|
5 år sedan |
Andreas Kling
|
f5bf8f6380
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
|
5 år sedan |
Andreas Kling
|
fdbad6284c
LibHTML: Implement the <blink> element
|
5 år sedan |
Andreas Kling
|
31ac19543a
LibHTML: Use an enum for CSS property ID's
|
5 år sedan |
Andreas Kling
|
749e3f0f30
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
|
5 år sedan |
Andreas Kling
|
15f3e64862
LibHTML: Rename "style_properties" to "style" everywhere
|
5 år sedan |
Andreas Kling
|
847072c2b1
LibHTML: Respect the link color set via <body link>
|
5 år sedan |
Andreas Kling
|
48f43a7429
LibHTML: Anonymous blocks *should* inherit some properties
|
5 år sedan |
Andreas Kling
|
9858e2632c
LibHTML: Let's not have anonymous blocks inherit their parent's style
|
5 år sedan |
Andreas Kling
|
ee567cdc3d
LibHTML: Implement basic layout for inline <img alt>
|
5 år sedan |
Andreas Kling
|
319f0d2d18
LibHTML: Render list markers in the same color as text
|
5 år sedan |
Andreas Kling
|
a7ca719c4e
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
|
5 år sedan |
Andreas Kling
|
9c0e9a1a20
LibHTML: Rename ComputedStyle to BoxModelMetrics
|
5 år sedan |
Andreas Kling
|
4e35bbffdd
LibHTML: LayoutText should always use parent's style properties
|
5 år sedan |
Andreas Kling
|
1d65cf367f
LibHTML: Rewrite inline and text layout
|
5 år sedan |
Sergey Bugaev
|
6491493e26
LibHTML: Hide debugging output unless HTML_DEBUG is defined
|
5 år sedan |
Sergey Bugaev
|
235dee8c42
LibHTML: Implement rendering
|
5 år sedan |
Sergey Bugaev
|
fa876320eb
LibHTML: Fix LayoutBlock vertical position & height computations
|
5 år sedan |
Sergey Bugaev
|
756bdb2a42
LibHTML: Fix moving inline elements to unrelated block elements
|
5 år sedan |
Sergey Bugaev
|
fd0aa5dd43
LibHTML: Get rid of the style tree
|
5 år sedan |
Andreas Kling
|
fc43cf929d
LibHTML: Implement basic block height computation
|
5 år sedan |
Andreas Kling
|
70eca3b500
LibHTML: Finish the block width calculation
|
5 år sedan |
Andreas Kling
|
e423bb4901
LibHTML: A tiny bit of work towards block layout.
|
6 år sedan |