wails/v3/pkg/application
Zach Botterman 78e701fd54
feat(v3): Modal windows (macOS) (#4839)
* modal window

* thread safety

* update docs

* windows support

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2026-02-28 15:21:10 +11:00
..
assets/alpha BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
internal/tests Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
application.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
application_android.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
application_android_nocgo.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
application_darwin.go fix(v3): App Exposé shows “ghost” window after calling App.Window.Current() (#4947) 2026-02-04 07:41:14 +11:00
application_darwin.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
application_darwin_delegate.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
application_darwin_delegate.m feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
application_debug.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
application_dev.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
application_ios.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
application_ios.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
application_ios.m Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
application_ios_delegate.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
application_ios_delegate.m feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
application_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
application_linux_gtk4.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
application_options.go fix(v3/windows): Move browser flags to application-level options (#4559) (#4946) 2026-02-02 20:49:08 +11:00
application_options_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
application_production.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
application_server.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
application_server_test.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
application_windows.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
bindings.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
bindings_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
bindings_optimized_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
bindings_test.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
browser_manager.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
browser_window.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
clipboard.go [linux] support clipboard 2023-10-02 20:47:04 +11:00
clipboard_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
clipboard_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
clipboard_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
clipboard_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
clipboard_manager.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
clipboard_windows.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +10:00
context.go Fix build issue 2025-01-17 21:21:32 +11:00
context_application_event.go rename context consts 2025-07-12 19:09:57 -06:00
context_menu_manager.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
context_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
context_window_event.go fix(v3): overhaul drag-and-drop for Linux reliability and simplify Windows implementation (#4848) 2026-01-04 11:08:29 +11:00
dialog_manager.go docs: Update dialogs documentation to match actual v3 API (#4793) 2025-12-16 06:05:40 +11:00
dialogs.go Refactor to using Window interface (#4471) 2025-08-09 15:28:08 +10:00
dialogs_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
dialogs_darwin.go fix(darwin): prevent panic on empty Icon slice in dialogs 2026-02-02 19:01:41 +11:00
dialogs_darwin_delegate.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
dialogs_darwin_delegate.m Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
dialogs_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
dialogs_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
dialogs_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
dialogs_windows.go Refactor to using Window interface (#4471) 2025-08-09 15:28:08 +10:00
dialogs_windows_test.go Create dialogs_windows_test.go 2025-04-09 16:21:59 -03:00
environment.go Update system.Environment 2024-03-19 20:37:03 +11:00
environment_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
environment_manager.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
errors.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
event_manager.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
events.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
events_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
events_common_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
events_common_darwin.go fix(macos): Show hidden windows when dock icon is clicked (#4583) (#4790) 2025-12-14 15:26:16 +11:00
events_common_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
events_common_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
events_common_server.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
events_common_windows.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
events_loose.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
events_strict.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
events_test.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
image.go V3 alpha linux dbus (#2996) 2023-10-21 11:39:46 +11:00
init_android.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
init_desktop.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
init_ios.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
ios_runtime_api.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
ios_runtime_ios.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
ios_runtime_stub.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
json_libs_bench_test.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
json_v2_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
key_binding_manager.go Refactor to using Window interface (#4471) 2025-08-09 15:28:08 +10:00
keys.go Fix tests 2024-08-04 21:28:15 +10:00
keys_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
keys_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
keys_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
keys_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
keys_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
keys_windows.go Fix modifier processing on windows. 2023-10-15 13:53:31 +11:00
linux_cgo.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
linux_cgo_gtk4.c fix(linux/gtk4): window position, max size, and show/hide on X11 (#4965) 2026-02-07 16:27:20 +11:00
linux_cgo_gtk4.go fix(linux/gtk4): window position, max size, and show/hide on X11 (#4965) 2026-02-07 16:27:20 +11:00
linux_cgo_gtk4.h fix(linux): remove Screen typedef collision with X11 Xlib.h (#4979) 2026-02-09 21:44:03 +11:00
linux_purego.go fix(v3/linux): use g_bytes_new instead of g_bytes_new_static for Go slices (#4923) 2026-02-02 07:57:34 +00:00
logger_dev.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
logger_dev_windows.go Standardise and enhance logger service 2025-02-13 03:11:21 +01:00
logger_ios.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
logger_prod.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
mainthread.go Improved panic handling. Added guide. 2025-01-16 22:08:18 +11:00
mainthread_android.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
mainthread_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
mainthread_ios.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
mainthread_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
mainthread_windows.go [v3] Make Windows window class configurable (#3682) 2024-08-20 18:20:44 +10:00
menu.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
menu_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
menu_darwin.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
menu_internal_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
menu_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
menu_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
menu_linux_gtk4.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
menu_manager.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
menu_test.go Menu improvements (#3492) 2024-05-20 21:15:02 +10:00
menu_windows.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
menuitem.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
menuitem_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
menuitem_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
menuitem_darwin.h Ensure some menuitem methods are run on the main thread. 2025-01-12 15:05:39 +11:00
menuitem_darwin.m Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
menuitem_dev.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
menuitem_internal_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
menuitem_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
menuitem_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
menuitem_linux_gtk4.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
menuitem_production.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10:00
menuitem_roles.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
menuitem_selectors_darwin.go Fix typos 2025-01-16 20:25:07 +11:00
menuitem_test.go Fix tests 2024-08-04 21:28:15 +10:00
menuitem_windows.go fix: restore hidden menuitem at correct position 2025-04-27 12:00:13 +08:00
messageprocessor.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
messageprocessor_android.go feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
messageprocessor_application.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_args.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
messageprocessor_browser.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_call.go V3/fix debug logs (#4857) 2026-01-05 08:48:29 +11:00
messageprocessor_clipboard.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_contextmenu.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_dialog.go docs: Update dialogs documentation to match actual v3 API (#4793) 2025-12-16 06:05:40 +11:00
messageprocessor_events.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
messageprocessor_ios.go feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
messageprocessor_mobile_stub.go feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
messageprocessor_screens.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_system.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
messageprocessor_window.go V3/fix debug logs (#4857) 2026-01-05 08:48:29 +11:00
panic_handler.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
parameter_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
path.go *BREAKING CHANGE* move Path and Paths methods into application package. 2025-01-24 08:09:29 +11:00
popupmenu_windows.go fix(windows): Prevent systray menu crash on rapid clicks (#4151) (#4812) 2025-12-25 19:35:44 +11:00
roles.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
roles_dev.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
roles_production.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
screen_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
screen_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
screen_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
screen_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
screen_windows.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
screenmanager.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
screenmanager_internal_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
screenmanager_test.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
services.go [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
services_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
signal_handler_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
signal_handler_desktop.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
signal_handler_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
signal_handler_types_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
signal_handler_types_desktop.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
signal_handler_types_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
single_instance.go fix(v3): revert goccy/go-json to stdlib encoding/json to fix Windows panic (#4859) 2026-01-05 08:26:35 +11:00
single_instance_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
single_instance_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
single_instance_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
single_instance_linux.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
single_instance_test.go test(v3): add comprehensive unit tests for pkg/application (#4827) 2025-12-27 09:53:24 +11:00
single_instance_windows.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
system_tray_manager.go feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
systemtray.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
systemtray_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
systemtray_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
systemtray_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
systemtray_darwin.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
systemtray_darwin.m Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
systemtray_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
systemtray_linux.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
systemtray_windows.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
TODO.md merge exp branch 2023-01-18 21:42:49 +11:00
transport.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
transport_event_ipc.go [V3] Refactor binding transport layer (#4702) 2025-12-07 22:19:12 +11:00
transport_http.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
urlvalidator.go [v3] Sanitise browser URL (#4500) 2025-08-12 21:20:36 +10:00
urlvalidator_test.go [v3] Sanitise browser URL (#4500) 2025-08-12 21:20:36 +10:00
websocket_server.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
websocket_stub.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
webview_window.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_android.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_close_darwin.go fix(darwin): prevent window destruction when hiding with ApplicationShouldTerminateAfterLastWindowClosed (#4800) 2025-12-15 22:28:41 +11:00
webview_window_darwin.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_darwin.h fix(v3): implement file picker for input type=file on macOS (#4862) 2026-02-03 06:59:57 +11:00
webview_window_darwin.m fix(v3/macos): guard InvisibleTitleBarHeight and fix top-corner resize shaking (#4962) 2026-02-09 07:35:35 +11:00
webview_window_darwin_dev.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
webview_window_darwin_drag.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
webview_window_darwin_drag.m fix(v3): overhaul drag-and-drop for Linux reliability and simplify Windows implementation (#4848) 2026-01-04 11:08:29 +11:00
webview_window_darwin_production.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_ios.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_ios.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
webview_window_ios.m feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
webview_window_linux.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_linux_dev.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
webview_window_linux_production.go feat(v3): add server mode for headless HTTP deployment (#4903) 2026-01-25 14:33:44 +11:00
webview_window_options.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
webview_window_options_test.go fix(v3): overhaul drag-and-drop for Linux reliability and simplify Windows implementation (#4848) 2026-01-04 11:08:29 +11:00
webview_window_windows.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
webview_window_windows_devtools.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
webview_window_windows_production.go [v3] Late service registration and error handling overhaul (#4066) 2025-02-19 09:27:41 +01:00
window.go feat(v3): Modal windows (macOS) (#4839) 2026-02-28 15:21:10 +11:00
window_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
window_manager.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00