Shannon Booth
|
1e54003cb1
LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
|
před 7 měsíci |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
před 8 měsíci |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
před 4 roky |
Andreas Kling
|
fe9de4b55c
LibWeb: Add the computed "display" values to CSS::ComputedValues
|
před 4 roky |
Andreas Kling
|
29a4da30b7
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
|
před 4 roky |
Andreas Kling
|
d9b2650dcc
LibWeb: Remove specified style from layout nodes
|
před 4 roky |
Andreas Kling
|
2cc39cfb0e
LibWeb: Copy some properties from specified style into layout node
|
před 4 roky |
Andreas Kling
|
e5490ae1d1
LibWeb: Rename Layout::Node::style() => computed_values()
|
před 4 roky |
Andreas Kling
|
e187a5365a
LibWeb: Store the used font in Layout::NodeWithStyle
|
před 4 roky |
Andreas Kling
|
5721b2a3da
LibWeb: Rename LayoutStyle => CSS::ComputedValues
|
před 4 roky |
Andreas Kling
|
07dd73c351
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
|
před 4 roky |
Andreas Kling
|
fc86717f43
LibWeb: Demangle the names returned by Layout::Node::class_name()
|
před 4 roky |
Andreas Kling
|
730af2c524
LibWeb: Simplify Layout::Node::class_name() with RTTI
|
před 4 roky |
Andreas Kling
|
525509cfe6
LibWeb: The fallback 'color' value should be black, not transparent
|
před 4 roky |
Andreas Kling
|
92d8e559ba
LibWeb: Oops, not all length boxes should default to 'auto' values
|
před 4 roky |
Andreas Kling
|
9c76c4f0cf
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
|
před 4 roky |
Andreas Kling
|
c630ae517e
LibWeb: Put final foreground/background colors in LayoutStyle
|
před 4 roky |
Andreas Kling
|
78a51933ad
LibWeb: Use IdentifierStyleValue for CSS 'text-transform'
|
před 4 roky |
Andreas Kling
|
4d7ce81835
LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'
|
před 4 roky |
Andreas Kling
|
dd2e8b7dd0
LibWeb: Use IdentifierStyleValue for CSS 'position'
|
před 4 roky |
Andreas Kling
|
3247ea3581
LibWeb: Use CSS::ValueID for 'text-align' values
|
před 4 roky |
Andreas Kling
|
c953e5d98a
LibWeb: Paint positioned elements after non-positioned ones
|
před 4 roky |
Andreas Kling
|
85a1bd6803
LibWeb: Add Layout::Node::is_positioned()
|
před 4 roky |
Andreas Kling
|
af757a1659
LibWeb: Naively implement the CSS clear property
|
před 4 roky |
Andreas Kling
|
65e430eee5
LibWeb: Floating boxes follow normal containing block rules
|
před 4 roky |
Andreas Kling
|
615a4d4f71
LibWeb: First slightly naive implementation of CSS floats :^)
|
před 4 roky |
Andreas Kling
|
11256de366
LibWeb: Add Layout::Node::is_root_element()
|
před 4 roky |
Andreas Kling
|
169a9150cb
LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block()
|
před 4 roky |
Andreas Kling
|
2cbbab8f73
LibWeb: Compute the final border-style property before painting
|
před 4 roky |
Andreas Kling
|
ddbfd77e2c
LibWeb: Don't put block boxes inside inlines
|
před 4 roky |