Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 884ae80699 LibHTML+Browser: Show target URL of hovered links in Browser statusbar il y a 5 ans
  Andreas Kling 5a34225999 LibHTML: Implement basic tiled background image support il y a 5 ans
  Andreas Kling 87d13930ef LibHTML: Allow loading of PNG's directly into the HtmlView il y a 5 ans
  Andreas Kling 775cbbb422 LibHTML: Add basic keyboard navigation (up/down/pgdn/pgup/home/end/etc) il y a 5 ans
  Andreas Kling b4c0ea89d5 LibHTML: Add the currently visible viewport rect to RenderingContext il y a 5 ans
  Andreas Kling 667b31746a LibHTML: Rename Document's invalidate_{style,layout}() to update_foo() il y a 5 ans
  Andreas Kling 3309bdf722 LibHTML: Add some convenient geometry getters on LayoutNode il y a 5 ans
  Andreas Kling 0e61d84749 LibHTML: Run second layout pass if first layout adds/removes scrollbars il y a 5 ans
  Andreas Kling 49ac0c2e24 LibHTML: Move layout root from HtmlView to Document il y a 5 ans
  Andreas Kling 2530378f59 LibHTML+Browser: Add debug option to draw borders around line boxes il y a 5 ans
  Andreas Kling c294c97cdf LibHTML: Show a hand cursor when hovering over a clickable link :^) il y a 5 ans
  Andreas Kling c458327429 LibHTML: Tear down the layout tree before changing the Frame's document il y a 5 ans
  Andreas Kling fdbad6284c LibHTML: Implement the <blink> element il y a 5 ans
  Andreas Kling 850955053f LibHTML: Rename Document::normalize() to fixup() and always do it il y a 5 ans
  Andreas Kling 3be6d1aff0 LibHTML: Add ResourceLoader to support protocol-agnostic URL loading il y a 5 ans
  Andreas Kling 6287c2b270 LibHTML: Don't crash when calling set_document(nullptr) il y a 5 ans
  Andreas Kling edbf09ea29 LibHTML: Make the CSS and HTML parsers take StringViews il y a 5 ans
  Andreas Kling 71e8ddcd1c LibHTML: Start adding support for <link rel="stylesheet"> il y a 5 ans
  Andreas Kling 66caa7af2b LibHTML: Optionally pass document URL to the HTML parser il y a 5 ans
  Conrad Pankoff ef8b754a46 LibHTML: Add function for invalidating the document layout il y a 5 ans
  Andreas Kling 56d1ae98bc LibHTML: Always fill the entire paint event rect with background il y a 5 ans
  Andreas Kling a8297657ab LibHTML: Fire the HtmlView::on_title_change hook after a load finishes il y a 5 ans
  Andreas Kling 78d65c1c64 LibHTML: Add load(URL) and reload() functions to HtmlView il y a 5 ans
  Andreas Kling 9808d35554 LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb"> il y a 5 ans
  Andreas Kling 7bc9310170 LibHTML: Add a Frame class and use it for document layout width il y a 5 ans
  Andreas Kling 5966fcff31 LibHTML: Reduce debug spam from mouse events il y a 5 ans
  Andreas Kling 9290117b77 LibHTML: Let's put debug output on the debugger stream il y a 5 ans
  Andreas Kling 786494b62d LibHTML: Adjust mouse event positions before using them for hit testing il y a 5 ans
  Andreas Kling c9bab8b870 LibHTML: Reduce debug spam in HtmlView mouse event handlers il y a 5 ans
  Andreas Kling f38b0f667e LibHTML: Implement basic HTMLElement.title support il y a 5 ans