Age | Commit message (Expand) | Author |
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-26 | LibWeb: Move HTML object model stuff into LibWeb/HTML/ | Andreas Kling |
2020-07-08 | LibWeb: Add type for FrameLoader::load | Kevin Meyer |
2020-07-07 | LibWeb: Fix PageView::url() null-check | Kevin Meyer |
2020-07-06 | Browser+LibWeb: Pave the way for using WebContentView in Browser | Andreas Kling |
2020-07-06 | LibWeb: Add a shared WebViewHooks base class for both web view widgets | Andreas Kling |
2020-07-06 | LibWeb: Make the link context menu hook include the destination URL | Andreas Kling |
2020-07-06 | LibWeb: Make the link click hooks include the destination URL | Andreas Kling |
2020-07-05 | LibWeb: Tweak PageView::on_link_hover hook | Andreas Kling |
2020-07-05 | LibWeb: Move fragment link handling to Frame | Andreas Kling |
2020-07-04 | LibGUI: Turn GUI::Application::the() into a pointer | Andreas Kling |
2020-07-03 | LibWeb: Insert newlines at <br> and block boundaries in copied text :^) | Andreas Kling |
2020-07-03 | LibWeb: Add a "select all" action to the Web::PageView | Andreas Kling |
2020-07-03 | LibWeb: Implement basic text copying :^) | Andreas Kling |
2020-06-28 | LibWeb: Add Page context menu request | Andrew Kaster |
2020-06-26 | LibWeb+Browser: Remove old HTML parser :^) | Andreas Kling |
2020-06-25 | LibWeb: Make scroll-to-anchor zone in on the element's padding box | Andreas Kling |
2020-06-23 | LibWeb: Update PageView content size on page relayout | Andreas Kling |
2020-06-21 | LibWeb: Add PageView::load_html() for loading HTML directly | Andreas Kling |
2020-06-18 | LibWeb: Rename LayoutNode::render() to paint() | Andreas Kling |
2020-06-18 | LibWeb: Separate layout tree rendering into phases | Andreas Kling |
2020-06-12 | LibWeb: Add basic support for position:fixed | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-10 | LibWeb: Rework the layout engine to use relative offsets | Andreas Kling |
2020-06-08 | LibWeb: Unbreak favicon notifications after Page refactoring | Andreas Kling |
2020-06-08 | LibWeb: Add Page abstraction between PageView and main Frame | Andreas Kling |
2020-06-07 | LibWeb: Unbreak <a title> tooltips in the main frame | Andreas Kling |
2020-06-07 | LibWeb: Fix broken paint invalidation after subframe changes | Andreas Kling |
2020-06-07 | LibWeb: Let subframes propagate paint invalidations via host element | Andreas Kling |
2020-06-07 | LibWeb: Add per-Frame EventHandler, handle mouse events recursively | Andreas Kling |
2020-06-07 | LibWeb: Move Frame.{cpp,h} into a new Frame/ directory | Andreas Kling |
2020-06-06 | LibWeb: Always scroll PageView to top when a new document is set | Andreas Kling |
2020-06-06 | LibWeb: Add a FrameLoader class and move PageView's loading logic there | Andreas Kling |
2020-06-03 | LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") | Andreas Kling |
2020-06-01 | LibWeb: Move ResourceLoader into a new Loader/ directory | Andreas Kling |
2020-06-01 | LibWeb: Make input widget (buttons, text boxes, etc) scroll with page | Andreas Kling |
2020-06-01 | LibWeb+Browser: Use the new HTML parser by default | Andreas Kling |
2020-05-30 | LibMarkdown: Change MD Document parse API to return a RefPtr | FalseHonesty |
2020-05-28 | LibWeb: Rename Web::HtmlView => Web::PageView | Andreas Kling |