ladybird/Ladybird/AppKit
Timothy Flynn 4ae1bca67d
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Build Dev Container Image / build (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
UI/AppKit: Handle window resize events during live resizing
This lets us redraw the WebView while live resize events are ongoing. By
doing so, we can also update the window rect from within the WebView,
rather than requiring a separate method invocation (which the Inspector
and Task Manager windows were missing).
2024-11-08 15:31:08 -05:00
..
Application UI/AppKit: Register socket notifiers in the common run loop mode 2024-11-08 15:31:08 -05:00
UI UI/AppKit: Handle window resize events during live resizing 2024-11-08 15:31:08 -05:00
Utilities UI/AppKit: Inform WebContent of the UI window position/size 2024-10-29 11:03:20 +00:00
CMakeLists.txt UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
main.mm LibWebView: Increase the open file limit in a more central location 2024-10-07 14:03:03 -04:00
module.modulemap UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00