index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Demos
/
WebView
Age
Commit message (
Expand
)
Author
2020-10-08
Demos: Use new format functions.
asynts
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-07-06
LibWeb: Move WebContentView from Demos/WebView into LibWeb
Andreas Kling
2020-07-06
WebContent: Plumb link clicks to the WebContentView :^)
Andreas Kling
2020-07-05
WebContent: Plumb hovered links from WebContent process over to widget
Andreas Kling
2020-07-05
WebContent: Add double buffering to the WebContentView
Andreas Kling
2020-07-05
WebContent: Plumb scroll-into-view requests from server to client
Andreas Kling
2020-07-05
WebContent: Use available size for bitmap (#2701)
Kevin Meyer
2020-07-04
WebContent: Plumb title changes over to the WebContentView
Andreas Kling
2020-07-04
WebContent: Give the WebContentView a proper GUI::Frame look :^)
Andreas Kling
2020-07-04
WebContent: Translate mouse event coordinates into content space
Andreas Kling
2020-07-04
WebContent: Basic scrolling support! :^)
Andreas Kling
2020-07-04
WebContent: Put some debug spam behind an #ifdef
Andreas Kling
2020-07-04
WebContent: Notify client when web content selection changes
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-21
WebContent: Turn it into a MultiInstance service :^)
Andreas Kling
2020-06-17
WebContent: Pass mouse events through to the WebContent process
Andreas Kling
2020-06-17
WebContent: Allow the WebContent process to trigger repaints
Andreas Kling
2020-06-17
WebContent: Start work on browser process separation :^)
Andreas Kling