ladybird/UI/AppKit
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
..
Application LibWebView+WebContent+UI: Migrate to the new autoplay settings 2025-03-30 16:18:57 +01:00
Interface UI/AppKit: Use webview layout event instead of window resize events 2025-05-08 11:23:21 +01:00
Utilities LibWeb+LibWebVew+WebContent+UI: Add IPC to retrieve the system clipboard 2025-05-02 17:46:16 -04:00
CMakeLists.txt UI/AppKit: Implement an autocomplete view for the location bar 2025-04-02 08:52:45 -04:00
main.mm LibWebView+UI: Introduce a persistent settings object 2025-03-22 17:27:45 +01:00
module.modulemap