ladybird/Ladybird/AppKit/UI
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
..
Event.h UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
Event.mm UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
Inspector.h UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
Inspector.mm UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
InspectorController.h Ladybird/AppKit: Remove system header workarounds for global names 2024-07-18 09:43:38 +01:00
InspectorController.mm UI/AppKit: Handle window resize events during live resizing 2024-11-08 15:31:08 -05:00
LadybirdWebView.h UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
LadybirdWebView.mm UI/AppKit: Handle window resize events during live resizing 2024-11-08 15:31:08 -05:00
LadybirdWebViewBridge.cpp UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
LadybirdWebViewBridge.h UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
LadybirdWebViewWindow.h UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
LadybirdWebViewWindow.mm UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
Palette.h Ladybird: Inform WebContent whether the AppKit chrome is in dark mode 2023-08-28 11:17:48 -04:00
Palette.mm Ladybird/AppKit: Use system accent color in palette 2024-09-23 11:04:42 -04:00
SearchPanel.h Ladybird/AppKit: Remove system header workarounds for global names 2024-07-18 09:43:38 +01:00
SearchPanel.mm UI/AppKit: Display query results on the find-in-page panel 2024-06-11 09:50:13 +02:00
Tab.h UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
Tab.mm UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
TabController.h UI: Add an option to enable autoplay globally 2024-09-24 23:50:54 +01:00
TabController.mm UI/AppKit: Handle window resize events during live resizing 2024-11-08 15:31:08 -05:00
TaskManager.h UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
TaskManager.mm UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
TaskManager.swift UI/AppKit: Do not place the WebView inside a scroll view 2024-11-07 22:52:01 +01:00
TaskManagerController.h Ladybird/AppKit: Port TaskManager window to Swift 2024-07-21 15:55:47 -06:00
TaskManagerController.mm UI/AppKit: Handle window resize events during live resizing 2024-11-08 15:31:08 -05:00
TaskManagerController.swift Ladybird: Reformat AppKit UI Swift files 2024-07-30 18:38:02 -06:00