summaryrefslogtreecommitdiff
path: root/Demos/WebView
AgeCommit message (Expand)Author
2020-10-08Demos: Use new format functions.asynts
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-07-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Add double buffering to the WebContentViewAndreas Kling
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-05WebContent: Use available size for bitmap (#2701)Kevin Meyer
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Give the WebContentView a proper GUI::Frame look :^)Andreas Kling
2020-07-04WebContent: Translate mouse event coordinates into content spaceAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-17WebContent: Pass mouse events through to the WebContent processAndreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling