Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues vor 3 Jahren
  MacDue d7d34d88e5 LibWeb: Implement `appearance` CSS property vor 3 Jahren
  MacDue ee7e9e7c86 LibWeb: Allow having a linear-gradient() as a background-image vor 3 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors vor 3 Jahren
  Andreas Kling 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item vor 3 Jahren
  Andreas Kling 0cacaf025d LibWeb: Stop putting the FormattingState nodes in a slow hash map vor 3 Jahren
  MacDue 28c78b45ca LibWeb: Keep both horizontal and vertical border radii till painting vor 3 Jahren
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines vor 3 Jahren
  Sam Atkins e941f07931 LibWeb: Make StyleProperties::property() always return a value vor 3 Jahren
  Sam Atkins 4d42885327 LibWeb: Return Optional from StyleProperties::box_sizing() vor 3 Jahren
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ vor 3 Jahren
  Enver Balalic 58398b1e12 LibWeb: Implement the flex order CSS property vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Andreas Kling fa71401bec LibWeb: Rename ComputedValues::offset() => inset() vor 3 Jahren
  Andreas Kling 30b1772eeb LibWeb: Rename "specified_style" to "computed_style" in Layout::Node vor 3 Jahren
  Sam Atkins 03daa4653f LibWeb: Parse and compute text-shadow property vor 3 Jahren
  Andreas Kling fb9ee26c43 LibWeb: Resolve numeric line-heights against element's own font size vor 3 Jahren
  Andreas Kling 5118a4c1e7 LibWeb: Parse CSS "font-variant" as part of "font" vor 3 Jahren
  Andreas Kling 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node vor 3 Jahren
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property vor 3 Jahren
  Andreas Kling df8ef03957 LibWeb: Pick up the CSS "visibility" property an honor it when painting vor 3 Jahren
  Simon Wanner 7c79fc209f LibWeb: Establish a new stacking context for elements with `transform` vor 3 Jahren
  Andreas Kling 60c781ebc7 LibWeb: Simplify Layout::Node::containing_block() vor 3 Jahren
  Andreas Kling 12ac6861e3 LibWeb: Improve how layout nodes decide whether they have definite sizes vor 3 Jahren
  sin-ack 0679eadd62 LibWeb: Add support for the text-justify property vor 3 Jahren
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes vor 3 Jahren
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree vor 3 Jahren
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree vor 3 Jahren
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted vor 3 Jahren