5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 11:09:03 +08:00
wails/v3/pkg/application
2023-05-17 08:13:05 +10:00
..
application_darwin_delegate.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
application_darwin_delegate.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
application_darwin.go [v3 mac] Basic common event support. Taskfile refactor 2023-05-17 07:58:40 +10:00
application_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
application_windows.go [v3 windows] Add close handling: HideOnClose, QuitOnLastWindowClosed and DisableQuitOnLastWindowClosed 2023-05-12 08:06:05 +02:00
application.go [v3 application] Fix race conditions between starting a window/systray and starting the application 2023-05-11 07:00:42 +02:00
bindings.go Reorder startup sequence 2023-03-24 08:43:00 +11:00
clipboard_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
clipboard_windows.go [windows] Initial commit 2023-04-18 21:27:09 +10:00
clipboard.go [windows] Initial commit 2023-04-18 21:27:09 +10:00
context_window_event.go Add dnd window event + demo 2023-02-12 08:54:08 +11:00
context.go Support context menus 2023-02-10 08:25:52 +11:00
dialogs_darwin_delegate.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
dialogs_darwin_delegate.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
dialogs_darwin.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
dialogs_windows.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
dialogs.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
errors.go merge exp branch 2023-01-18 21:42:49 +11:00
events_common_darwin.go [v3 mac] Basic common event support. Taskfile refactor 2023-05-17 07:58:40 +10:00
events_test.go update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
events.go [v3 mac] Basic common event support. Taskfile refactor 2023-05-17 07:58:40 +10:00
image.go [v3 windows] Support irregular shaped windows 2023-05-06 15:05:00 +10:00
keys_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
keys.go merge exp branch 2023-01-18 21:42:49 +11:00
mainthread_darwin.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
mainthread_windows.go [v3 Windows] Support setMin/MaxSize, setPosition 2023-05-01 10:52:46 +10:00
mainthread.go merge exp branch 2023-01-18 21:42:49 +11:00
menu_darwin.go [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
menu_windows.go [v3 windows] initial systray support 2023-05-10 19:35:40 +10:00
menu.go [windows] WIP 2023-04-26 21:07:04 +10:00
menuitem_darwin.go [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
menuitem_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
menuitem_darwin.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
menuitem_windows.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
menuitem.go [v3 windows] initial systray support 2023-05-10 19:35:40 +10:00
messageprocessor_application.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_call.go Extend call subsystem to support plugins 2023-03-18 09:12:44 +11:00
messageprocessor_clipboard.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_contextmenu.go Support context menus 2023-02-10 08:25:52 +11:00
messageprocessor_dialog.go [v3] Centralize the AssetServer and move it to the application 2023-03-16 06:49:45 +01:00
messageprocessor_events.go update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00
messageprocessor_log.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_params.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_screens.go Support Screens API 2023-02-15 18:56:52 +11:00
messageprocessor_window.go [v3 Windows] Support setMin/MaxSize, setPosition 2023-05-01 10:52:46 +10:00
messageprocessor.go [v3] Add ability to get window by name 2023-04-07 19:47:01 +10:00
options_application.go [v3 windows] Add WndProcInterceptor for custom message processing 2023-04-30 09:49:50 +10:00
options_mac.go [v3 mac] DisableWindowShadow -> DisableShadow 2023-05-17 08:13:05 +10:00
options_webview_window.go [v3 windows] Move icons to own package, systray dark mode icon, window.Focus(), 2023-05-09 19:52:33 +10:00
options_win.go [v3 windows] Add close handling: HideOnClose, QuitOnLastWindowClosed and DisableQuitOnLastWindowClosed 2023-05-12 08:06:05 +02:00
plugins.go [v3] Improved plugin shutdown 2023-04-04 18:01:49 +10:00
popupmenu_windows.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
roles.go [windows] WIP 2023-04-26 21:07:04 +10:00
screen_darwin.go [darwin] add getPrimaryScreen/getScreens to impl (#2618) 2023-04-24 09:34:44 +10:00
screen.go Provide types to runtime api 2023-03-31 20:37:50 +11:00
systemtray_darwin.go [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
systemtray_windows.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
systemtray.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-12 20:56:22 +10:00
TODO.md merge exp branch 2023-01-18 21:42:49 +11:00
webview_window_darwin_devtools.go [v3 darwin] Add darwin identifier darwin only file 2023-05-12 11:02:15 +02:00
webview_window_darwin_drag.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
webview_window_darwin_drag.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
webview_window_darwin.go [v3 mac] DisableWindowShadow -> DisableShadow 2023-05-17 08:13:05 +10:00
webview_window_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-12 09:25:50 +02:00
webview_window_darwin.m [v3 mac] Basic common event support. Taskfile refactor 2023-05-17 07:58:40 +10:00
webview_window_windows.go [v3 windows] Add close handling: HideOnClose, QuitOnLastWindowClosed and DisableQuitOnLastWindowClosed 2023-05-12 08:06:05 +02:00
webview_window.go [v3 windows] Move icons to own package, systray dark mode icon, window.Focus(), 2023-05-09 19:52:33 +10:00