Commit History

Author SHA1 Message Date
  Andreas Kling 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 years ago
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property 3 years ago
  Andreas Kling df8ef03957 LibWeb: Pick up the CSS "visibility" property an honor it when painting 3 years ago
  Simon Wanner 7c79fc209f LibWeb: Establish a new stacking context for elements with `transform` 3 years ago
  Andreas Kling 60c781ebc7 LibWeb: Simplify Layout::Node::containing_block() 3 years ago
  Andreas Kling 12ac6861e3 LibWeb: Improve how layout nodes decide whether they have definite sizes 3 years ago
  sin-ack 0679eadd62 LibWeb: Add support for the text-justify property 3 years ago
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 years ago
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 3 years ago
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox 3 years ago
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places 3 years ago
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines 3 years ago
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it 3 years ago
  Karol Kosek b6b116d5f2 LibWeb: Compute `text-decoration-thickness` values 3 years ago
  Karol Kosek f9d66bef5d LibWeb: Compute `text-decoration-color` values 3 years ago
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec 3 years ago
  Andreas Kling cd5c17d88e LibWeb: Improve Layout::Box has-definite-size? computation 3 years ago
  Andreas Kling 1cdbd377e7 LibWeb: Add vertical-align to ComputedValues 3 years ago
  Sam Atkins 1de0ca3286 LibWeb: Compute value for `content` property 3 years ago
  Andreas Kling c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations 3 years ago
  Andreas Kling c8051f8b5b LibWeb: Add Layout::Node::debug_description() 3 years ago
  Maciej 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property 3 years ago
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls 3 years ago
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() 3 years ago
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights 3 years ago
  Tobias Christiansen 69aac6ecd7 LibWeb: Add new property 'text-decoration-style' 3 years ago
  Andreas Kling 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 years ago
  Dmitry Petrov 1662213737 Userland: Add horizontal mouse scroll support 3 years ago