Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
5 лет назад |
Andreas Kling
|
71556e39a4
LibWeb: Switch to using AK::is and AK::downcast
|
5 лет назад |
Andreas Kling
|
a565121793
LibWeb: Move HTML object model stuff into LibWeb/HTML/
|
5 лет назад |
Andreas Kling
|
392b055806
LibWeb: Use the StackingContext tree for hit testing
|
5 лет назад |
Andreas Kling
|
b2f54be514
LibWeb: Draw the margin and padding boxes around the inspected node
|
5 лет назад |
Andreas Kling
|
440b4ece22
LibWeb: Move border width and color into LayoutStyle
|
5 лет назад |
Andreas Kling
|
959464fce4
LibWeb: Move position and text-align to LayoutStyle
|
5 лет назад |
Andreas Kling
|
6f28f08096
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
|
5 лет назад |
Andreas Kling
|
5e83a97fa2
LibWeb: Rename LayoutNode::style() => specified_style()
|
5 лет назад |
Andreas Kling
|
f742b245b7
LibWeb: Turn BoxModelMetrics into a simple struct
|
5 лет назад |
Andreas Kling
|
9b8464f455
LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyle
|
5 лет назад |
Andreas Kling
|
8c82d26668
LibWeb: Rename LayoutNode::render() to paint()
|
5 лет назад |
Andreas Kling
|
cfab53903f
LibWeb: Separate layout tree rendering into phases
|
5 лет назад |
Andreas Kling
|
96da15a8a4
LibWeb: Respect CSS z-index property while painting
|
5 лет назад |
Andreas Kling
|
62615dfc31
LibWeb: Add LayoutNode::frame() reference getter
|
5 лет назад |
Andreas Kling
|
137f6d44ec
LibWeb: Add basic support for position:fixed
|
5 лет назад |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 лет назад |
Andreas Kling
|
656b01eb0f
LibWeb: Rework the layout engine to use relative offsets
|
5 лет назад |
Andreas Kling
|
731685468a
LibWeb: Start fleshing out support for relative CSS units
|
5 лет назад |
Andreas Kling
|
896db187e5
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
|
5 лет назад |
Andreas Kling
|
4d5ecf6e32
LibWeb: Start implementing proper layout of replaced elements
|
5 лет назад |
Linus Groh
|
a427821dd1
LibWeb: Don't paint borders with width <= 0px
|
5 лет назад |
Linus Groh
|
51707b6c68
LibWeb: Draw the inspected node rect last in LayoutBox::render()
|
5 лет назад |
Linus Groh
|
4c1a765076
LibWeb: Add basic support for "border-style: {dotted,dashed}"
|
5 лет назад |
Linus Groh
|
59d00e5df6
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
|
5 лет назад |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 лет назад |