提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
  Linus Groh a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年之前
  Andreas Kling 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2 年之前
  Andreas Kling a1d37420d5 LibWeb: Remove unused layout sibling getters in Layout::BlockContainer 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Sam Atkins 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 年之前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 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 02b316fd5c LibWeb: Let Paintable perform the painting 3 年之前
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable 3 年之前
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines 3 年之前
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace 3 年之前
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it 3 年之前
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" 3 年之前
  Andreas Kling 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 年之前
  Dmitry Petrov 1662213737 Userland: Add horizontal mouse scroll support 3 年之前
  Sam Atkins 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links 3 年之前
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 年之前
  Andreas Kling d9e0fd8823 LibWeb: Rename Layout::Node::is_block_box() => is_block_container() 3 年之前
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 年之前