コミット履歴

作者 SHA1 メッセージ 日付
  Sam Atkins 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 年 前
  martinfalisse d467a0a730 LibWeb: Use the layout_state border values when drawing borders 2 年 前
  Andreas Kling 32e35a02f9 LibWeb: Apply CSS text-transform during layout 2 年 前
  Matt Purnell 0bda06c9c5 LibWeb: Don't const_cast layout_box() when calling const functions 2 年 前
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 年 前
  Sam Atkins 1a68a4292d LibWeb: Convert text and text-decoration painting to new pixel units 2 年 前
  Sam Atkins fb43a71981 LibWeb: Convert shadow painting to new pixel units 2 年 前
  Sam Atkins 7c8eecbaa5 LibWeb: Convert backdrop-filter painting to new pixel units 2 年 前
  Sam Atkins 0bf4089af9 LibWeb: Convert border painting to new pixel units 2 年 前
  Sam Atkins 0233627545 LibWeb: Convert background painting to new pixel units 2 年 前
  Sam Atkins 4440af0870 LibWeb: Split PaintContext::viewport_rect() into device/css variants 2 年 前
  Andreas Oppebøen 4b12def5d8 LibWeb: Use start-of-line in hit test of position directly to the left 2 年 前
  Andreas Oppebøen 9cab5059f8 LibWeb: Use correct end-of-fragment node index for HitTestResult 2 年 前
  Sam Atkins 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 年 前
  MacDue 1574f2c3f6 Meta+Userland: Pass Gfx::FloatSize by value 2 年 前
  MacDue e011eafd37 Meta+Userland: Pass Gfx::FloatPoint by value 2 年 前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年 前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
  Andreas Oppebøen ad25a415ae LibWeb: Return the position at end-of-line in TextCursor hit-test 2 年 前
  Aliaksandr Kalenik f3d57e1157 LibWeb: Clip hidden overflow by absolute rect of containing block 2 年 前
  Luke Wilde bee4df7bfb LibWeb: Skip hit testing a line box fragment if it has no container 2 年 前
  Andreas Kling 4de3449ad6 LibWeb: Recurse into block-level children when hit testing a box 2 年 前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
  MacDue 4507920187 LibWeb: Fix position: fixed canvases/images disappearing when scrolling 2 年 前
  MacDue 8967fe9d92 LibWeb: Add PaintableBox::absolute_paint_rect() 2 年 前
  Andreas Kling e72896e35e LibWeb: Get default fonts via Platform::FontPlugin 2 年 前
  MacDue 011439d3e3 LibWeb: Paint `backdrop-filter` effects! 2 年 前
  Andreas Kling 63c727a4a3 LibWeb: Don't clip to containing block when painting abspos descendants 2 年 前
  MacDue 1473842b56 LibWeb: Follow `image-rendering` when painting image style values 3 年 前
  MacDue 038017ce11 LibWeb: Enable CSS clip for `position: fixed` elements 3 年 前