Historique des commits

Auteur SHA1 Message Date
  Andreas Kling b7f9387f69 LibWeb: Don't draw only-translated stacking contexts via bitmap il y a 2 ans
  MacDue f6264523b9 LibWeb: Fix destination bitmap edge clip case in transform painting il y a 2 ans
  MacDue 3fad64dfbc LibWeb: Sample the destination when painting element opacity/transform il y a 2 ans
  Andreas Kling 5c6621547c LibWeb: Compute StackingContext transform origin only once il y a 2 ans
  MacDue c3841e1667 LibWeb: Restore clipping of positioned descendants il y a 2 ans
  Brian Gianforcaro d0a1775369 Everywhere: Fix a variety of typos il y a 2 ans
  Andreas Kling 63c727a4a3 LibWeb: Don't clip to containing block when painting abspos descendants il y a 2 ans
  Sam Atkins 75e0b21940 LibWeb: Store calculated transformation matrix on the StackingContext il y a 3 ans
  Sam Atkins 032646b6c3 LibWeb: Produce a transformation matrix for TransformFunction::Rotate il y a 3 ans
  Sam Atkins b5ab961e20 LibWeb: Add proper support for Angle parameters in transform functions il y a 3 ans
  Andreas Kling a6e1b9eed2 LibWeb: Snap transformed stacking contexts to pixel grid il y a 3 ans
  MacDue 0b0a691ecd LibWeb: Fix overflow: hidden not applying to positioned descendants il y a 3 ans
  MacDue f079214b18 LibWeb: Apply overflow: hidden to all (relevant) child paint phases il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Igor Pissolati 44057c9482 LibWeb: Make hit testing respect hidden overflow il y a 3 ans
  Andreas Kling 5b72a9cb11 LibWeb: Use paint tree traversal helpers in StackingContext il y a 3 ans
  Simon Wanner a2d89f11d1 LibWeb: Use the correct painter for painting stacking contexts il y a 3 ans
  Andreas Kling 3c4bdd7cfa LibWeb: Ignore non-painting layout nodes when hit testing il y a 3 ans
  Andreas Kling 54c3053bc3 LibWeb: Preserve paint state when painting stacking contexts indirectly il y a 3 ans
  Jelle Raaijmakers ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` il y a 3 ans
  Simon Wanner dc94879b83 LibWeb: Support `transform: translate(...)` by percentage il y a 3 ans
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property il y a 3 ans
  Andreas Kling 196a3eb239 LibWeb: Ignore invisible boxes and stacking contexts during hit testing il y a 3 ans
  Andreas Kling 996f3228a2 LibWeb: Fix O(n^2) traversal in hit testing il y a 3 ans
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> il y a 3 ans
  Andreas Kling 96db8d64f6 LibWeb: Include entire border box when painting stacking context layer il y a 3 ans
  Simon Wanner 48efdaa8c4 LibWeb: Update hit_test for CSS Transforms il y a 3 ans
  Simon Wanner a2331e8dd3 LibWeb: Implement CSS transforms on stacking contexts il y a 3 ans
  Andreas Kling ccc37032a4 LibWeb: Don't call establishes_stacking_context() during painting il y a 3 ans
  Andreas Kling f5c2e87965 LibWeb: Sort stacking context tree once, after fully building it il y a 3 ans