5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 20:11:27 +08:00
wails/v3/pkg/application
Travis McLane 94e1ec91ad Revert "Merge branch 'v3-alpha_linux' into v3-alpha"
This reverts commit b317efaf2c, reversing
changes made to 29b9c5200f.
2023-06-23 21:50:51 -05:00
..
application_darwin_delegate.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
application_darwin_delegate.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
application_darwin.go [v3] Fix merge issues 2023-06-22 19:56:35 +10:00
application_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
application_production.go [v3 windows] Initial webview2 working 2023-05-30 16:33:34 +08:00
application_windows.go [v3 windows] improve main thread calls 2023-06-16 21:04:44 +10:00
application.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05:00
bindings.go Reorder startup sequence 2023-03-24 08:43:00 +11:00
clipboard_darwin.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +10:00
clipboard_windows.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +10:00
clipboard.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +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-30 16:32:00 +08:00
dialogs_darwin_delegate.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
dialogs_darwin.go [v3] Allow message dialogs to be attached to windows. JS dialogs default attached. wml confirm dialog attached. 2023-06-23 20:19:29 +10:00
dialogs_windows.go [v3] Allow message dialogs to be attached to windows. JS dialogs default attached. wml confirm dialog attached. 2023-06-23 20:19:29 +10:00
dialogs.go [v3] Add window attachment for open/save dialogs. Fix filter bug. 2023-06-23 20:33:35 +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-30 16:33:32 +08: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-30 16:33:32 +08:00
image.go [v3 windows] Support irregular shaped windows 2023-05-30 16:31:54 +08: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 [v3 mac] Better main thread calls 2023-06-16 20:48:57 +10:00
mainthread_windows.go [v3 Windows] Support setMin/MaxSize, setPosition 2023-05-30 16:31:50 +08: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-30 16:32:00 +08:00
menu_windows.go [v3 windows] initial systray support 2023-05-30 16:31:58 +08:00
menu.go [v3 windows] Support About box. Improve app menu handling. 2023-06-06 20:40:38 +10:00
menuitem_darwin.go [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
menuitem_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
menuitem_darwin.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
menuitem_windows.go [v3 windows] Support About box. Improve app menu handling. 2023-06-06 20:40:38 +10:00
menuitem.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05:00
messageprocessor_application.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_call.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05:00
messageprocessor_clipboard.go [v3 windows] Fix clipboard js runtime call 2023-06-11 11:47:50 +10:00
messageprocessor_contextmenu.go Support context menus 2023-02-10 08:25:52 +11:00
messageprocessor_dialog.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05: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] Position/GetPosition -> RelativePosition/GetRelativePosition 2023-06-23 20:49:27 +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] Support frameless drag. Add /wails/flags endpoint. 2023-06-15 19:08:08 +10:00
options_mac.go [v3 mac] DisableWindowShadow -> DisableShadow 2023-05-30 16:33:33 +08:00
options_webview_window.go [v3] Support "--default-contextmenu" style. Fix URL handling in Windows. 2023-06-20 19:44:01 +10:00
options_win.go [v3 windows] Support Application Menu, hiding menu items 2023-06-01 22:52:04 +10:00
plugins.go [v3] Improved plugin shutdown 2023-04-04 18:01:49 +10:00
popupmenu_windows.go [v3 windows] Support context menus 2023-06-04 14:05:19 +10:00
roles.go [v3 windows] Support About box. Improve app menu handling. 2023-06-06 20:40:38 +10:00
screen_darwin.go [darwin] add getPrimaryScreen/getScreens to impl (#2618) 2023-05-30 16:31:46 +08:00
screen.go Provide types to runtime api 2023-03-31 20:37:50 +11:00
systemtray_darwin.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05:00
systemtray_windows.go [v3 windows] Small icon updates 2023-06-10 10:19:33 +10:00
systemtray.go [v3 windows] initial dialog support. Refactor button callback name 2023-05-30 16:32:01 +08: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-30 16:32:01 +08:00
webview_window_darwin_drag.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
webview_window_darwin_drag.m [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
webview_window_darwin.go [v3] Add Window AbsolutePosition/SetAbsolutePosition 2023-06-23 21:14:26 +10:00
webview_window_darwin.h [v3 mac] Refactor drag to use common code 2023-06-18 12:24:44 +10:00
webview_window_darwin.m [v3 mac] Refactor drag to use common code 2023-06-18 12:24:44 +10:00
webview_window_windows_devtools.go [v3 windows] Support devtools on startup 2023-06-03 15:19:38 +10:00
webview_window_windows.go [v3] Add Window AbsolutePosition/SetAbsolutePosition 2023-06-23 21:14:26 +10:00
webview_window.go Revert "Merge branch 'v3-alpha_linux' into v3-alpha" 2023-06-23 21:50:51 -05:00