Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap vor 1 Jahr
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable vor 1 Jahr
  Aliaksandr Kalenik 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands vor 1 Jahr
  Aliaksandr Kalenik dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` vor 1 Jahr
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
  Sam Atkins 1feacd4b52 LibWeb: Use doubles for CSS dimension types vor 1 Jahr
  Aliaksandr Kalenik 5f364e9bc1 LibWeb: Rename is_scrollable() to is_user_scrollable() vor 1 Jahr
  Aliaksandr Kalenik 869bef523e LibWeb: Return true for "overflow: auto" from Box::is_scrollable() vor 1 Jahr
  Aliaksandr Kalenik 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node vor 1 Jahr
  Aliaksandr Kalenik fee5b4deb6 LibWeb: Move set_scroll_offset() from Layout::Box to PaintableBox vor 1 Jahr
  Aliaksandr Kalenik 5b7926fa53 LibWeb: Move scroll_offset() from Layout::Box to PaintableBox vor 1 Jahr
  Aliaksandr Kalenik 55b5c61a79 LibWeb: Move scroll offset state from layout tree to dom tree vor 1 Jahr
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout vor 2 Jahren
  Andreas Kling 4ff52cebc4 LibWeb: Let's say that layout viewports are always scroll containers vor 2 Jahren
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() vor 2 Jahren
  Timothy Flynn b3d033f027 LibWeb: Declare overflow_value_makes_box_a_scroll_container as static vor 2 Jahren
  Cameron Youell f251ff0521 LibWeb: Fix non return in overflow value check vor 2 Jahren
  Andreas Kling 8038824211 LibWeb: Add Layout::Box::is_scroll_container() vor 2 Jahren
  Andreas Kling 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box vor 2 Jahren
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated vor 2 Jahren
  Sam Atkins affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units vor 2 Jahren
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units vor 2 Jahren
  Andreas Kling b3d85afd92 LibWeb: Make Layout::Box::set_needs_display() work for all boxes vor 3 Jahren
  Andreas Kling 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node vor 3 Jahren
  Andreas Kling e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 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
  Andreas Kling f017c1c064 LibWeb: Make hit testing return a { paintable, offset } vor 3 Jahren
  Andreas Kling ed84fbce47 LibWeb: Make Paintable ref-counted vor 3 Jahren
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox vor 3 Jahren