Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 5e29238a49 LibHTML: Make "children are inline" flag imperative il y a 5 ans
  Andreas Kling 6dbba6ad85 LibHTML: Implement CSS text-align: left/center/right il y a 5 ans
  Andreas Kling 38b55ee067 LibHTML: LayoutBlock::hit_test() was calling the wrong parent class il y a 5 ans
  Andreas Kling 110b2d52f2 LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring il y a 5 ans
  Andreas Kling 4814253589 LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics il y a 5 ans
  Andreas Kling 3309bdf722 LibHTML: Add some convenient geometry getters on LayoutNode il y a 5 ans
  Andreas Kling 44979ad7a5 LibHTML: Fix broken line splitting behavior in LayoutReplaced il y a 5 ans
  Andreas Kling 2530378f59 LibHTML+Browser: Add debug option to draw borders around line boxes il y a 5 ans
  Andreas Kling 6242459c0f LibHTML: Implement the <br> element for line breaking il y a 5 ans
  Andreas Kling 724754e39a LibHTML: LayoutBlock::children_are_inline() should check is_inline() il y a 5 ans
  Andreas Kling f5bf8f6380 LibHTML: Add LayoutNode classes for "display: list-item" and its marker il y a 5 ans
  Andreas Kling fdbad6284c LibHTML: Implement the <blink> element il y a 5 ans
  Andreas Kling 31ac19543a LibHTML: Use an enum for CSS property ID's il y a 5 ans
  Andreas Kling 749e3f0f30 LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less il y a 5 ans
  Andreas Kling 15f3e64862 LibHTML: Rename "style_properties" to "style" everywhere il y a 5 ans
  Andreas Kling 847072c2b1 LibHTML: Respect the link color set via <body link> il y a 5 ans
  Andreas Kling 48f43a7429 LibHTML: Anonymous blocks *should* inherit some properties il y a 5 ans
  Andreas Kling 9858e2632c LibHTML: Let's not have anonymous blocks inherit their parent's style il y a 5 ans
  Andreas Kling ee567cdc3d LibHTML: Implement basic layout for inline <img alt> il y a 5 ans
  Andreas Kling 319f0d2d18 LibHTML: Render list markers in the same color as text il y a 5 ans
  Andreas Kling a7ca719c4e LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style() il y a 5 ans
  Andreas Kling 9c0e9a1a20 LibHTML: Rename ComputedStyle to BoxModelMetrics il y a 5 ans
  Andreas Kling 4e35bbffdd LibHTML: LayoutText should always use parent's style properties il y a 5 ans
  Andreas Kling 1d65cf367f LibHTML: Rewrite inline and text layout il y a 5 ans
  Sergey Bugaev 6491493e26 LibHTML: Hide debugging output unless HTML_DEBUG is defined il y a 5 ans
  Sergey Bugaev 235dee8c42 LibHTML: Implement rendering il y a 5 ans
  Sergey Bugaev fa876320eb LibHTML: Fix LayoutBlock vertical position & height computations il y a 5 ans
  Sergey Bugaev 756bdb2a42 LibHTML: Fix moving inline elements to unrelated block elements il y a 5 ans
  Sergey Bugaev fd0aa5dd43 LibHTML: Get rid of the style tree il y a 5 ans
  Andreas Kling fc43cf929d LibHTML: Implement basic block height computation il y a 5 ans