serenity/Ladybird
Andrew Kaster 1d369cb722 Ladybird: Add Android View for WebView and paint into it from bindings
This allows our WebViewImplementationNative class to paint into an
Android Bitmap class from the onDraw() view event. We also set the
viewport geometry from the view since we're setting the Kotlin Bitmap
at the same time.
2023-09-05 19:17:48 +02:00
..
Android Ladybird: Add Android View for WebView and paint into it from bindings 2023-09-05 19:17:48 +02:00
AppKit Ladybird: Hide the WebDriver-to-WebContent IPC path from the help menu 2023-09-05 06:51:16 -04:00
cmake Meta: Link Lagom with LLD by default and allow configuring the linker 2023-09-05 14:50:36 +02:00
Icons Ladybird: Add app icon for macOS 2023-08-04 15:36:37 -06:00
Qt Ladybird: Hide the WebDriver-to-WebContent IPC path from the help menu 2023-09-05 06:51:16 -04:00
RequestServer Ladybird: Add new template Kotlin Android application without Qt 2023-09-03 11:38:51 +02:00
SQLServer
WebContent Ladybird: Add new template Kotlin Android application without Qt 2023-09-03 11:38:51 +02:00
WebDriver Ladybird: Add new template Kotlin Android application without Qt 2023-09-03 11:38:51 +02:00
WebSocket
.gitignore Ladybird: Add new template Kotlin Android application without Qt 2023-09-03 11:38:51 +02:00
CMakeLists.txt Ladybird: Add Android View for WebView and paint into it from bindings 2023-09-05 19:17:48 +02:00
FontPlugin.cpp
FontPlugin.h
HelperProcess.cpp Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
HelperProcess.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
ImageCodecPlugin.cpp
ImageCodecPlugin.h
Info.plist Ladybird: Add app icon for macOS 2023-08-04 15:36:37 -06:00
ladybird.nix
README.md
Types.h
Utilities.cpp Ladybird: Add new template Kotlin Android application without Qt 2023-09-03 11:38:51 +02:00
Utilities.h Ladybird: Move Qt-specific classes and functions to a Qt subdirectory 2023-08-07 14:58:04 -06:00

Ladybird

Ladybird is a web browser built on the LibWeb and LibJS engines from SerenityOS with a cross-platform GUI in Qt.

For more information about Ladybird, see this blog post.

See build instructions.