Historial de Commits

Autor SHA1 Mensaje Fecha
  Simon Wanner a2d89f11d1 LibWeb: Use the correct painter for painting stacking contexts hace 3 años
  Andreas Kling 3c4bdd7cfa LibWeb: Ignore non-painting layout nodes when hit testing hace 3 años
  Andreas Kling 54c3053bc3 LibWeb: Preserve paint state when painting stacking contexts indirectly hace 3 años
  Jelle Raaijmakers ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` hace 3 años
  Simon Wanner dc94879b83 LibWeb: Support `transform: translate(...)` by percentage hace 3 años
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property hace 3 años
  Andreas Kling 196a3eb239 LibWeb: Ignore invisible boxes and stacking contexts during hit testing hace 3 años
  Andreas Kling 996f3228a2 LibWeb: Fix O(n^2) traversal in hit testing hace 3 años
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> hace 3 años
  Andreas Kling 96db8d64f6 LibWeb: Include entire border box when painting stacking context layer hace 3 años
  Simon Wanner 48efdaa8c4 LibWeb: Update hit_test for CSS Transforms hace 3 años
  Simon Wanner a2331e8dd3 LibWeb: Implement CSS transforms on stacking contexts hace 3 años
  Andreas Kling ccc37032a4 LibWeb: Don't call establishes_stacking_context() during painting hace 3 años
  Andreas Kling f5c2e87965 LibWeb: Sort stacking context tree once, after fully building it hace 3 años
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree hace 3 años
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files hace 3 años
  Andreas Kling f017c1c064 LibWeb: Make hit testing return a { paintable, offset } hace 3 años
  Andreas Kling aae356baf1 LibWeb: Port inline elements to the new Paintable system hace 3 años
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox hace 3 años
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places hace 3 años
  Andreas Kling 02b316fd5c LibWeb: Let Paintable perform the painting hace 3 años
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable hace 3 años
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes hace 3 años
  Andreas Kling cc8e429126 LibWeb: Make StackingContext paint functions const hace 3 años
  Andreas Kling f0d833a3d7 LibWeb: Move StackingContext and PaintPhase into the Painting namespace hace 3 años
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it hace 3 años
  Andreas Kling 219e3b9235 LibWeb: Make stacking context tree dumps more readable hace 3 años
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec hace 3 años
  Andreas Kling f4625ed9de LibWeb: Paint inline-level and replaced elements on top of floats hace 3 años
  Andreas Kling dbe5af3c6f LibWeb: Keep tree order of sibling stacking contexts with same z-index hace 3 años