Historique des commits

Auteur SHA1 Message Date
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 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 ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files il y a 3 ans
  Andreas Kling f017c1c064 LibWeb: Make hit testing return a { paintable, offset } 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 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places il y a 3 ans
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting il y a 3 ans
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable il y a 3 ans
  Andreas Kling 7af03df4c3 LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines il y a 3 ans
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes il y a 3 ans
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace 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
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec il y a 3 ans
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" il y a 3 ans
  Andreas Kling 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers il y a 3 ans
  Andreas Kling 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
  Dmitry Petrov 1662213737 Userland: Add horizontal mouse scroll support il y a 3 ans
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer il y a 3 ans
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans