Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 9bc7912f84 LibWeb: Paint the focus outline using Painter::draw_focus_rect() vor 3 Jahren
  Linus Groh 642491fc74 LibWeb: Paint the focus outline actually *outside* the element vor 3 Jahren
  Andreas Kling d5aca1c6c4 LibWeb: Treate SVG paintable coordinates as relative to <svg> element vor 3 Jahren
  Sam Atkins 5aad32b504 LibWeb: Implement text-shadow painting vor 3 Jahren
  Sam Atkins 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo vor 3 Jahren
  Andreas Kling 196a3eb239 LibWeb: Ignore invisible boxes and stacking contexts during hit testing vor 3 Jahren
  Andreas Kling 01662b2320 LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order() vor 3 Jahren
  Andreas Kling a779ace6a1 LibWeb: Don't compute fragment absolute rect twice while hit testing vor 3 Jahren
  Andreas Kling 996f3228a2 LibWeb: Fix O(n^2) traversal in hit testing vor 3 Jahren
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> vor 3 Jahren
  Andreas Kling 59afdb959f LibWeb: Build stacking context tree lazily vor 3 Jahren
  Andreas Kling 8cc757b92b LibWeb: Always call Layout::Box::did_set_rect() vor 3 Jahren
  Simon Wanner 48efdaa8c4 LibWeb: Update hit_test for CSS Transforms vor 3 Jahren
  Andreas Kling 15dc48b431 LibWeb: Make PaintableBox::enclosing_stacking_context() cheaper vor 3 Jahren
  Andreas Kling be5f0b5ac4 LibWeb: Move text fragment painting to PaintableWithLines vor 3 Jahren
  Andreas Kling b14c6eaef3 LibWeb: Let paintables cache their containing block and absolute rect vor 3 Jahren
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree vor 3 Jahren
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files vor 3 Jahren