Commit History

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