ladybird/UI/AppKit/Interface
Aliaksandr Kalenik 758688a7a1 LibWebView+UI: Replay display metadata after Compositor restart
Compositor recovery recreated contexts and replayed viewport sizes,
but it left the restarted helper with the default display metadata. A
recovered context could fall back to a 60 Hz timer instead of the
window's current display id and refresh rate until the frontend later
observed a screen change.

Store the display id in the shared view state, alongside the existing
maximum frame rate, and replay both values while restoring view state
after reconnect.
2026-05-31 20:07:58 +01:00
..
Autocomplete.h UI/AppKit: Show rich autocomplete suggestion rows 2026-04-16 21:01:28 +02:00
Autocomplete.mm UI/AppKit: Fix autocomplete row clipping using visible scroll view width 2026-05-11 10:23:20 -04:00
BookmarkFolder.h UI/AppKit: Create custom popup views for bookmarks bar folders 2026-04-01 04:57:28 +02:00
BookmarkFolder.mm UI/AppKit: Handle cmd+left mouse clicks on bookmarks 2026-04-04 10:23:06 -04:00
BookmarksBar.h LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
BookmarksBar.mm UI/AppKit: Add a function to create NSMenuItem menus 2026-05-29 10:46:27 -04:00
Event.h LibWeb+UI: Synthesize ctrl-wheel events for pinches 2026-05-27 12:53:08 +02:00
Event.mm LibWeb+UI: Synthesize ctrl-wheel events for pinches 2026-05-27 12:53:08 +02:00
InfoBar.h Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
InfoBar.mm Everywhere: Fix even more typos 2025-08-27 08:48:01 +02:00
LadybirdWebView.h LibWebView: Fast-close pages without beforeunload prompts 2026-05-26 20:40:25 +02:00
LadybirdWebView.mm UI/AppKit: Reserve browser key equivalents 2026-05-31 15:41:27 +02:00
LadybirdWebViewBridge.cpp LibWebView+UI: Replay display metadata after Compositor restart 2026-05-31 20:07:58 +01:00
LadybirdWebViewBridge.h LibWebView+UI: Replay display metadata after Compositor restart 2026-05-31 20:07:58 +01:00
LadybirdWebViewWindow.h UI/AppKit: Restore focus when activating a tab 2026-04-17 08:06:24 +02:00
LadybirdWebViewWindow.mm UI/AppKit: Restore focus when activating a tab 2026-04-17 08:06:24 +02:00
Menu.h UI/AppKit: Add a function to create NSMenuItem menus 2026-05-29 10:46:27 -04:00
Menu.mm LibWebView+UI: Add an option to toggle a menu's visibility 2026-05-29 10:46:27 -04:00
Palette.h Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Palette.mm LibWeb: Use themed text selection colors 2026-05-29 13:49:51 +02: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: Integrate bookmark context menus into the bookmarks bar 2026-04-01 04:57:28 +02:00
Tab.mm UI: Add WebContent PID debug preference 2026-05-24 13:11:17 +02:00
TabController.h UI: Show page loading state in the location field 2026-05-20 09:37:33 +02:00
TabController.mm UI: Shorten web URLs in location fields 2026-05-31 19:20:59 +02:00