Commit Verlauf

Autor SHA1 Nachricht Datum
  Sam Atkins fc7af21c7c LibWeb: Make things aware of box-sizing vor 3 Jahren
  Andreas Kling 785ace4fc2 LibWeb: Remove on-demand font resolution vor 3 Jahren
  Sam Atkins 058d44dcae LibWeb: Replace last couple of StyleValue casts with `as_foo()` vor 3 Jahren
  Sam Atkins 4b554ba92a LibWeb: Clarify StyleValue API with new naming scheme vor 3 Jahren
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system vor 3 Jahren
  Tobias Christiansen ddb7402649 LibWeb: Also avoid setting definite size for height vor 3 Jahren
  Sam Atkins f4ea235a33 LibWeb: Replace hard-coded defaults in Node::apply_style() vor 3 Jahren
  Sam Atkins 86f78bff2a LibWeb: Make StyleValue::to_color() take a Node instead of the Document vor 3 Jahren
  Sam Atkins 3964b81d2b LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG vor 3 Jahren
  Tobias Christiansen ef22a1b2dc LibWeb: Avoid setting definite {width,height} when "auto" is specified vor 3 Jahren
  Tobias Christiansen 307f90b675 LibWeb: Add proper parsing of the AlignItems property vor 3 Jahren
  Andreas Kling 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual vor 3 Jahren
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock vor 3 Jahren
  Luke Wilde f7f37eaa0f LibWeb: Make Node::root return a reference vor 3 Jahren
  Sam Atkins 3c541452b7 LibWeb: Calculate font-size in NodeWidthStyle::apply_style() vor 4 Jahren
  Sam Atkins 8c39fee34d LibWeb: Handle non-px font sizes vor 4 Jahren
  Sam Atkins 168865dbdc LibWeb: Implement and use BorderRadiusStyleValue vor 4 Jahren
  Daniel Bertalan 6de392e120 LibWeb: Add missing `typeinfo` include vor 4 Jahren
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes vor 4 Jahren
  Tobias Christiansen f1bdaafcf6 LibWeb: Make box-shadow known throughout the CSS subsystem vor 4 Jahren
  Egor Ananyin f567414f65 LibWeb: Draw elements with opacity in a separate stacking context vor 4 Jahren
  Egor Ananyin 0e6ba6e1d3 LibWeb: Parse and store the opacity property vor 4 Jahren
  Tobias Christiansen 80a44c3891 LibWeb: Add parsing for the justify-content property vor 4 Jahren
  Daniel Bertalan 11a945a499 LibWeb: Add missing `typeinfo` include vor 4 Jahren
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> vor 4 Jahren
  Tobias Christiansen ae61e9ded2 LibWeb: Add flex-grow and flex-shrink vor 4 Jahren
  Tobias Christiansen ae3e6510d6 LibWeb: Parse flex-basis vor 4 Jahren
  Tobias Christiansen 27704f5f9e LibWeb: Add support for 'definite size' determination vor 4 Jahren
  Tobias Christiansen e6545d5259 LibWeb: Add parsing for flex-wrap property vor 4 Jahren
  Tobias Christiansen 72d5394b8c LibWeb: Flex-items aren't affected by float nor clear vor 4 Jahren