5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 03:59:22 +08:00
wails/v3/pkg/application
Lea Anthony 3e00b390c1
V3 alpha feature/start window position (#3885)
* New InitialPosition setting

* Fix mac inverted Y issue.
Fix mac centering issue.

* Change position text in example

* Update changelog.md
2024-11-16 10:10:40 +11:00
..
assets/alpha [v3] Update and fix runtime JS API (#3295) 2024-03-20 20:30:14 +11:00
application_darwin_delegate.h V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
application_darwin_delegate.m V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
application_darwin.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
application_darwin.h [v3 darwin] Add darwin identifier to all C files of darwin 2023-05-30 16:32:00 +08:00
application_debug.go Fix version in debug build 2023-09-04 19:51:48 +10:00
application_dev.go Fix errors with raising errors! 2024-08-04 19:19:40 +10:00
application_linux.go [linux] fix: update for new events syntax (#3734) 2024-09-08 20:22:42 +10:00
application_options.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
application_production.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
application_windows.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
application.go [v3] Fix service name determination (#3827) 2024-11-01 07:00:35 +11:00
bindings_test.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
bindings.go Ignore internal service methods when binding (#3720) 2024-09-09 08:36:19 +10:00
clipboard_darwin.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +10:00
clipboard_linux.go [v3] move linux clipboard logic to linux_cgo 2023-10-02 11:07:12 -05:00
clipboard_windows.go [v3 windows] Add clipboard support 2023-06-10 13:01:10 +10:00
clipboard.go [linux] support clipboard 2023-10-02 20:47:04 +11:00
context_application_event.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
context_window_event.go [windows] Drag-n-drop support 2023-10-21 11:21:10 +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 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
dialogs_linux.go Proper syncing and canceling of dialogs 2024-04-08 11:17:05 -05:00
dialogs_windows.go Add error handler. Use latest go-webview2. 2024-07-28 20:49:08 +10:00
dialogs.go Remove OpenDirectoryDialog 2024-06-17 08:06:32 +10:00
environment.go Update system.Environment 2024-03-19 20:37:03 +11:00
errors.go merge exp branch 2023-01-18 21:42:49 +11:00
events_common_darwin.go [mac] events updates 2024-09-08 20:14:45 +10:00
events_common_linux.go [linux] fix: update for new events syntax (#3734) 2024-09-08 20:22:42 +10:00
events_common_windows.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
events_test.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
events.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
image.go V3 alpha linux dbus (#2996) 2023-10-21 11:39:46 +11:00
keys_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
keys_linux.go Linux Keybinds 2023-11-06 10:49:11 -06:00
keys_windows.go Fix modifier processing on windows. 2023-10-15 13:53:31 +11:00
keys.go Fix tests 2024-08-04 21:28:15 +10:00
linux_cgo.go [V3 Linux] Fix Keybind remit (#3797) 2024-10-02 08:21:14 +10:00
linux_purego.go [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
logger_dev_windows.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
logger_dev.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
logger_prod.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
mainthread_darwin.go [v3 mac] Better main thread calls 2023-06-16 20:48:57 +10:00
mainthread_linux.go [WIP] refactor CGO methods 2024-03-06 15:43:50 -06:00
mainthread_windows.go [v3] Make Windows window class configurable (#3682) 2024-08-20 18:20:44 +10:00
mainthread.go [linux] support clipboard 2023-10-02 20:47:04 +11:00
menu_darwin.go Menu improvements (#3492) 2024-05-20 21:15:02 +10:00
menu_linux.go Menu improvements (#3492) 2024-05-20 21:15:02 +10:00
menu_test.go Menu improvements (#3492) 2024-05-20 21:15:02 +10:00
menu_windows.go [Windows] Handle menu accelerators 2024-07-27 16:04:26 +10:00
menu.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10:00
menuitem_darwin.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10: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_dev.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10:00
menuitem_linux.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10: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 Improved menus. 2024-09-17 21:19:00 +10:00
menuitem_selectors_darwin.go Fix build 2024-09-18 06:07:59 +10:00
menuitem_test.go Fix tests 2024-08-04 21:28:15 +10:00
menuitem_windows.go Improved menus. 2024-09-17 21:19:00 +10:00
menuitem.go Significant updates to mac menu items. More roles. More fixes to come. 2024-09-12 20:51:07 +10:00
messageprocessor_application.go [v3] implement Window interface 2023-09-28 11:39:39 -05:00
messageprocessor_browser.go Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
messageprocessor_call.go [v3] New binding generator (#3468) 2024-05-19 20:40:44 +10:00
messageprocessor_clipboard.go [v3] implement Window interface 2023-09-28 11:39:39 -05:00
messageprocessor_contextmenu.go Added menu cloning. 2024-03-06 11:42:19 -06:00
messageprocessor_dialog.go Application: increase message buffer sizes, process all messages in goroutine, Add IsDebug to environment info. 2023-12-29 12:48:26 +11:00
messageprocessor_events.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
messageprocessor_params.go [v3 mac] Better logging 2023-08-18 09:58:43 +10:00
messageprocessor_screens.go Application: increase message buffer sizes, process all messages in goroutine, Add IsDebug to environment info. 2023-12-29 12:48:26 +11:00
messageprocessor_system.go Application: increase message buffer sizes, process all messages in goroutine, Add IsDebug to environment info. 2023-12-29 12:48:26 +11:00
messageprocessor_window.go [v3] Rename AbsolutePosition() to Position() (#3611) 2024-07-15 19:27:21 +10:00
messageprocessor.go [V3] Plugins implemenations (#3570) 2024-09-01 17:26:22 +10:00
popupmenu_windows.go Add error handler. Use latest go-webview2. 2024-07-28 20:49:08 +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
roles.go [v3 Darwin] Fix NewEditMenu, remove duplicate PasteAndMatchStyle item (#3839) 2024-10-21 08:35:34 +11:00
screen_darwin.go [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
screen_linux.go fix screens 2024-03-06 16:59:13 -06:00
screen_windows.go [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
screenmanager_test.go [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
screenmanager.go [mac] fix rogue brace 2024-09-23 20:36:58 +10:00
services.go [V3] Plugins implemenations (#3570) 2024-09-01 17:26:22 +10:00
systemtray_darwin.go Fix tests 2024-08-04 21:28:15 +10:00
systemtray_darwin.h [V3/macos] Fix systray click handling when no attached window (#3207) 2024-01-17 22:36:22 +11:00
systemtray_darwin.m [V3/macos] Fix systray click handling when no attached window (#3207) 2024-01-17 22:36:22 +11:00
systemtray_linux.go Fix systemTray.setIcon crashing on Linux (#3636) 2024-07-25 12:34:10 -05:00
systemtray_windows.go [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
systemtray.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
TODO.md merge exp branch 2023-01-18 21:42:49 +11:00
webview_window_darwin_dev.go Add more macOS version checks 2024-06-08 15:16:33 +10: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 [darwin] Refactor events into mac specific files 2023-10-03 08:33:58 +11:00
webview_window_darwin_production.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_darwin.go V3 alpha feature/start window position (#3885) 2024-11-16 10:10:40 +11:00
webview_window_darwin.h [v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282) 2024-03-02 20:10:25 +11:00
webview_window_darwin.m [v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282) 2024-03-02 20:10:25 +11:00
webview_window_linux_dev.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_linux_production.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_linux.go V3 alpha feature/start window position (#3885) 2024-11-16 10:10:40 +11:00
webview_window_options.go V3 alpha feature/start window position (#3885) 2024-11-16 10:10:40 +11:00
webview_window_windows_devtools.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_windows_production.go ToggleDevTools -> OpenDevTools 2024-03-06 11:43:12 -06:00
webview_window_windows.go V3 alpha feature/start window position (#3885) 2024-11-16 10:10:40 +11:00
webview_window.go V3 alpha feature/start window position (#3885) 2024-11-16 10:10:40 +11:00
window.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00