Historia zmian

Autor SHA1 Wiadomość Data
  Andreas Kling f650f18bd2 LibWeb: Make scroll-to-anchor zone in on the element's padding box 5 lat temu
  Andreas Kling 78f10942ba LibWeb: Update PageView content size on page relayout 5 lat temu
  Andreas Kling 6e27efe6c6 LibWeb: Add PageView::load_html() for loading HTML directly 5 lat temu
  Andreas Kling 8c82d26668 LibWeb: Rename LayoutNode::render() to paint() 5 lat temu
  Andreas Kling cfab53903f LibWeb: Separate layout tree rendering into phases 5 lat temu
  Andreas Kling 137f6d44ec LibWeb: Add basic support for position:fixed 5 lat temu
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 lat temu
  Andreas Kling 656b01eb0f LibWeb: Rework the layout engine to use relative offsets 5 lat temu
  Andreas Kling 883dc9260d LibWeb: Unbreak favicon notifications after Page refactoring 5 lat temu
  Andreas Kling 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame 5 lat temu
  Andreas Kling 767daf1c12 LibWeb: Unbreak <a title> tooltips in the main frame 5 lat temu
  Andreas Kling d93bf78346 LibWeb: Fix broken paint invalidation after subframe changes 5 lat temu
  Andreas Kling 3ae3729b4e LibWeb: Let subframes propagate paint invalidations via host element 5 lat temu
  Andreas Kling d1852b4547 LibWeb: Add per-Frame EventHandler, handle mouse events recursively 5 lat temu
  Andreas Kling 896db187e5 LibWeb: Move Frame.{cpp,h} into a new Frame/ directory 5 lat temu
  Andreas Kling efe9d36eba LibWeb: Always scroll PageView to top when a new document is set 5 lat temu
  Andreas Kling 075bd75859 LibWeb: Add a FrameLoader class and move PageView's loading logic there 5 lat temu
  Andreas Kling 2149820260 LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") 5 lat temu
  Andreas Kling 6ed11f1d1c LibWeb: Move ResourceLoader into a new Loader/ directory 5 lat temu
  Andreas Kling e58e315e0f LibWeb: Make input widget (buttons, text boxes, etc) scroll with page 5 lat temu
  Andreas Kling 8766e49a7c LibWeb+Browser: Use the new HTML parser by default 5 lat temu
  FalseHonesty 7ca562b200 LibMarkdown: Change MD Document parse API to return a RefPtr 5 lat temu
  Andreas Kling 42243d2e06 LibWeb: Rename Web::HtmlView => Web::PageView 5 lat temu