ladybird/Demos
Andreas Kling e91871aed7 WebContent: Basic scrolling support! :^)
The WebContentView widget now inherits from GUI::ScrollableWidget and
will pass its scroll offset over to the WebContent process as it's
changing. This is not super efficient and can get a bit laggy, but it
will do fine as an initial scrolling implementation.

Just like the single-process Web::PageView widget, WebContentView also
paints scrolled content by translating the Gfx::Painter.
2020-07-04 23:19:32 +02:00
..
Cube LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
DynamicLink Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Eyes LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Fire LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
HelloWorld LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
LibGfxDemo LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Mouse LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Screensaver LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
WebView WebContent: Basic scrolling support! :^) 2020-07-04 23:19:32 +02:00
WidgetGallery LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00