Commit History

Author SHA1 Message Date
  Andreas Kling e5490ae1d1 LibWeb: Rename Layout::Node::style() => computed_values() 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 169a9150cb LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block() 4 years ago
  Andreas Kling d129e68da8 LibWeb: Move PaintPhase enum out of Layout::Node 4 years ago
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace 4 years ago
  Andreas Kling f358f2255f LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node() 4 years ago
  Andreas Kling e2b4fef6c7 LibWeb: Specialize hit testing for text cursor purposes 5 years ago
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 years ago
  Andreas Kling 392b055806 LibWeb: Use the StackingContext tree for hit testing 5 years ago
  Andreas Kling f7a900367f LibWeb: StackingContext was sorting the wrong list of children 5 years ago
  Andreas Kling 6f28f08096 LibWeb: Add LayoutStyle, a place to store style info for layout & paint 5 years ago
  Andreas Kling 5e83a97fa2 LibWeb: Rename LayoutNode::style() => specified_style() 5 years ago
  Andreas Kling 07b06cdc7e LibWeb: Fix broken #include after moving files around 5 years ago
  Andreas Kling 995d93c9d9 LibWeb: Move StackingContext from Layout/ to Painting/ 5 years ago