Historique des commits

Auteur SHA1 Message Date
  Andreas Kling e5490ae1d1 LibWeb: Rename Layout::Node::style() => computed_values() il y a 4 ans
  Andreas Kling e187a5365a LibWeb: Store the used font in Layout::NodeWithStyle il y a 4 ans
  Andreas Kling 5721b2a3da LibWeb: Rename LayoutStyle => CSS::ComputedValues il y a 4 ans
  Andreas Kling 07dd73c351 LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes il y a 4 ans
  Andreas Kling fc86717f43 LibWeb: Demangle the names returned by Layout::Node::class_name() il y a 4 ans
  Andreas Kling 730af2c524 LibWeb: Simplify Layout::Node::class_name() with RTTI il y a 4 ans
  Andreas Kling 525509cfe6 LibWeb: The fallback 'color' value should be black, not transparent il y a 4 ans
  Andreas Kling 92d8e559ba LibWeb: Oops, not all length boxes should default to 'auto' values il y a 4 ans
  Andreas Kling 9c76c4f0cf LibWeb: Use IdentifierStyleValue for CSS 'list-style-type' il y a 4 ans
  Andreas Kling c630ae517e LibWeb: Put final foreground/background colors in LayoutStyle il y a 4 ans
  Andreas Kling 78a51933ad LibWeb: Use IdentifierStyleValue for CSS 'text-transform' il y a 4 ans
  Andreas Kling 4d7ce81835 LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line' il y a 4 ans
  Andreas Kling dd2e8b7dd0 LibWeb: Use IdentifierStyleValue for CSS 'position' il y a 4 ans
  Andreas Kling 3247ea3581 LibWeb: Use CSS::ValueID for 'text-align' values il y a 4 ans
  Andreas Kling c953e5d98a LibWeb: Paint positioned elements after non-positioned ones il y a 4 ans
  Andreas Kling 85a1bd6803 LibWeb: Add Layout::Node::is_positioned() il y a 4 ans
  Andreas Kling af757a1659 LibWeb: Naively implement the CSS clear property il y a 4 ans
  Andreas Kling 65e430eee5 LibWeb: Floating boxes follow normal containing block rules il y a 4 ans
  Andreas Kling 615a4d4f71 LibWeb: First slightly naive implementation of CSS floats :^) il y a 4 ans
  Andreas Kling 11256de366 LibWeb: Add Layout::Node::is_root_element() il y a 4 ans
  Andreas Kling 169a9150cb LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block() il y a 4 ans
  Andreas Kling 2cbbab8f73 LibWeb: Compute the final border-style property before painting il y a 4 ans
  Andreas Kling ddbfd77e2c LibWeb: Don't put block boxes inside inlines il y a 4 ans
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace il y a 4 ans