提交历史

作者 SHA1 备注 提交日期
  Andreas Kling cc8e429126 LibWeb: Make StackingContext paint functions const 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 219e3b9235 LibWeb: Make stacking context tree dumps more readable 3 年之前
  Andreas Kling 15ed0ebdc6 LibWeb: Implement hit testing a bit closer to spec 3 年之前
  Andreas Kling f4625ed9de LibWeb: Paint inline-level and replaced elements on top of floats 3 年之前
  Andreas Kling dbe5af3c6f LibWeb: Keep tree order of sibling stacking contexts with same z-index 3 年之前
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 年之前
  Andreas Kling ff45eb7fb1 LibWeb: Make computed opacity always available 3 年之前
  Andreas Kling 2447b27d97 LibWeb: Implement position:fixed painting at the stacking context level 3 年之前
  Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 年之前
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 年之前
  K-Adam eb1578e7c8 LibWeb: Call before/after children_paint on parent in StackingContext 4 年之前
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes 4 年之前
  Egor Ananyin f567414f65 LibWeb: Draw elements with opacity in a separate stacking context 4 年之前
  Egor Ananyin 495f69b76b LibWeb: Don't paint children stacking contexts inside the current one 4 年之前
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年之前
  Timothy Flynn 227ccfc61a LibWeb: Paint an element's foreground before painting its children 4 年之前
  Egor Ananyin d2b6148787 LibWeb: Make painting order more spec-compliant 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Timothy Flynn 53ccfc1f4c LibWeb: Don't hit test a stacked child if it is behind its parent 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前