ladybird/UI/AppKit/Interface
Bastiaan van der Plaat 0b6f693636 UI/AppKit: Use webview layout event instead of window resize events
Currently the window resize events are used to resize the webview.
But when extra window items appear, for example: search or DevTools
Bar then the webview is clipped out of the window. This also happens
when the tab bar is opened and closed. Listening to layout events
resolves these clipping issues completely.
2025-05-08 11:23:21 +01:00
..
Autocomplete.h UI/AppKit: Implement an autocomplete view for the location bar 2025-04-02 08:52:45 -04:00
Autocomplete.mm UI/AppKit: Implement an autocomplete view for the location bar 2025-04-02 08:52:45 -04:00
Event.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Event.mm LibURL: Port create_with_file_scheme to Optional 2025-04-19 07:18:43 -04:00
InfoBar.h UI: Show "Disable" title in DevTools disable button 2025-03-20 17:44:07 -04:00
InfoBar.mm UI: Show "Disable" title in DevTools disable button 2025-03-20 17:44:07 -04:00
LadybirdWebView.h LibWebView+WebContent+UI: Migrate to the new autoplay settings 2025-03-30 16:18:57 +01:00
LadybirdWebView.mm UI/AppKit: Use webview layout event instead of window resize events 2025-05-08 11:23:21 +01:00
LadybirdWebViewBridge.cpp UI: Pass parent WebView by non-const ref when creating children 2025-04-16 10:41:44 -06:00
LadybirdWebViewBridge.h UI: Pass parent WebView by non-const ref when creating children 2025-04-16 10:41:44 -06:00
LadybirdWebViewWindow.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
LadybirdWebViewWindow.mm Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Palette.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Palette.mm LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
SearchPanel.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
SearchPanel.mm Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Tab.h UI/AppKit: Remove the built-in Inspector widget 2025-03-15 19:09:40 +01:00
Tab.mm UI/AppKit: Remove the built-in Inspector widget 2025-03-15 19:09:40 +01:00
TabController.h LibWebView+WebContent+UI: Migrate to the new autoplay settings 2025-03-30 16:18:57 +01:00
TabController.mm UI/AppKit: Disable toolbar mode customization 2025-05-08 11:23:21 +01:00