提交历史

作者 SHA1 备注 提交日期
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
  Andreas Kling 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2 年之前
  Andreas Kling 51555dea7c LibWeb: Make Layout::Node::containing_block() return a Layout::Box 2 年之前
  Andreas Kling 811b8a25c2 LibWeb: Make Paintable visit its cached containing block pointer 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Sam Atkins 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 年之前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 年之前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年之前
  Andreas Kling 5aeb6fec68 LibWeb: Make hit testing traverse positioned descendants in right order 2 年之前
  Andreas Kling dcbb83a33e LibWeb: Add some basic paint tree traversal helpers 3 年之前
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> 3 年之前
  Andreas Kling 48abbefb99 LibWeb: Make Paintable::hit_test() return nothing 3 年之前
  Simon Wanner 48efdaa8c4 LibWeb: Update hit_test for CSS Transforms 3 年之前
  sin-ack 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 年之前
  Andreas Kling b14c6eaef3 LibWeb: Let paintables cache their containing block and absolute rect 3 年之前
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 3 年之前
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 年之前
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 年之前
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted 3 年之前
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox 3 年之前
  Andreas Kling 0500dbc3f6 LibWeb: Add Paintable::layout_box() accessor 3 年之前
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places 3 年之前
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting 3 年之前
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable 3 年之前