Historique des commits

Auteur SHA1 Message Date
  MacDue 28c78b45ca LibWeb: Keep both horizontal and vertical border radii till painting il y a 3 ans
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines il y a 3 ans
  Sam Atkins e941f07931 LibWeb: Make StyleProperties::property() always return a value il y a 3 ans
  Sam Atkins 4d42885327 LibWeb: Return Optional from StyleProperties::box_sizing() il y a 3 ans
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ il y a 3 ans
  Enver Balalic 58398b1e12 LibWeb: Implement the flex order CSS property il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Andreas Kling fa71401bec LibWeb: Rename ComputedValues::offset() => inset() il y a 3 ans
  Andreas Kling 30b1772eeb LibWeb: Rename "specified_style" to "computed_style" in Layout::Node il y a 3 ans
  Sam Atkins 03daa4653f LibWeb: Parse and compute text-shadow property il y a 3 ans
  Andreas Kling fb9ee26c43 LibWeb: Resolve numeric line-heights against element's own font size il y a 3 ans
  Andreas Kling 5118a4c1e7 LibWeb: Parse CSS "font-variant" as part of "font" il y a 3 ans
  Andreas Kling 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node il y a 3 ans
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property il y a 3 ans
  Andreas Kling df8ef03957 LibWeb: Pick up the CSS "visibility" property an honor it when painting il y a 3 ans
  Simon Wanner 7c79fc209f LibWeb: Establish a new stacking context for elements with `transform` il y a 3 ans
  Andreas Kling 60c781ebc7 LibWeb: Simplify Layout::Node::containing_block() il y a 3 ans
  Andreas Kling 12ac6861e3 LibWeb: Improve how layout nodes decide whether they have definite sizes il y a 3 ans
  sin-ack 0679eadd62 LibWeb: Add support for the text-justify property il y a 3 ans
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes il y a 3 ans
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree il y a 3 ans
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree il y a 3 ans
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted il y a 3 ans
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox il y a 3 ans
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places il y a 3 ans
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines il y a 3 ans
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it il y a 3 ans
  Karol Kosek b6b116d5f2 LibWeb: Compute `text-decoration-thickness` values il y a 3 ans
  Karol Kosek f9d66bef5d LibWeb: Compute `text-decoration-color` values il y a 3 ans
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec il y a 3 ans