summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/PageView.cpp
AgeCommit message (Expand)Author
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-07-07LibWeb: Fix PageView::url() null-checkKevin Meyer
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-05LibWeb: Tweak PageView::on_link_hover hookAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-03LibWeb: Insert newlines at <br> and block boundaries in copied text :^)Andreas Kling
2020-07-03LibWeb: Add a "select all" action to the Web::PageViewAndreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-25LibWeb: Make scroll-to-anchor zone in on the element's padding boxAndreas Kling
2020-06-23LibWeb: Update PageView content size on page relayoutAndreas Kling
2020-06-21LibWeb: Add PageView::load_html() for loading HTML directlyAndreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-12LibWeb: Add basic support for position:fixedAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-10LibWeb: Rework the layout engine to use relative offsetsAndreas Kling
2020-06-08LibWeb: Unbreak favicon notifications after Page refactoringAndreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Unbreak <a title> tooltips in the main frameAndreas Kling
2020-06-07LibWeb: Fix broken paint invalidation after subframe changesAndreas Kling
2020-06-07LibWeb: Let subframes propagate paint invalidations via host elementAndreas Kling
2020-06-07LibWeb: Add per-Frame EventHandler, handle mouse events recursivelyAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Always scroll PageView to top when a new document is setAndreas Kling
2020-06-06LibWeb: Add a FrameLoader class and move PageView's loading logic thereAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-06-01LibWeb: Make input widget (buttons, text boxes, etc) scroll with pageAndreas Kling
2020-06-01LibWeb+Browser: Use the new HTML parser by defaultAndreas Kling
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling