5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 09:00:38 +08:00
wails/v3/pkg/application
Lea Anthony 5dbda4aead
Feature: AssetServer Runtime (#2335)
* Tidy up runtime JS

* Initial implementation of runtime over http

* Update runtime deps. Fix test task.

* Support Clipboard.
Message Processor refactor.

* Add `Window.Screen()`
Clipboard `GetText` -> `Text`

* Support most dialogs
Better JS->Go object mapping
Implement Go->JS callback mechanism
Rename `window.runtime` -> `window.wails` to better reflect the Go API

* Support SaveFile dialog

* Remove go.work

* Tidy up

* Event->CustomEvent to prevent potential clash with native JS Event object
Support Eventing

* Support application calls

* Support logging

* Support named windows
Remove debug info

* Update v3 changes
2023-02-06 20:50:11 +11:00
..
app_delegate.h merge exp branch 2023-01-18 21:42:49 +11:00
app_delegate.m merge exp branch 2023-01-18 21:42:49 +11:00
application_darwin.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
application.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
application.h merge exp branch 2023-01-18 21:42:49 +11:00
clipboard_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
clipboard.go merge exp branch 2023-01-18 21:42:49 +11:00
context.go merge exp branch 2023-01-18 21:42:49 +11:00
dialogs_darwin.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
dialogs_delegate.h merge exp branch 2023-01-18 21:42:49 +11:00
dialogs_delegate.m merge exp branch 2023-01-18 21:42:49 +11:00
dialogs.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
errors.go merge exp branch 2023-01-18 21:42:49 +11:00
events_test.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
events.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
icons.go merge exp branch 2023-01-18 21:42:49 +11: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.go merge exp branch 2023-01-18 21:42:49 +11:00
menu_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
menu.go merge exp branch 2023-01-18 21:42:49 +11:00
menuitem_darwin.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
menuitem.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
menuitem.h merge exp branch 2023-01-18 21:42:49 +11:00
menuitem.m merge exp branch 2023-01-18 21:42:49 +11:00
messageprocessor_application.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_clipboard.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_dialog.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor_events.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11: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_window.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
messageprocessor.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
roles.go merge exp branch 2023-01-18 21:42:49 +11:00
screen_darwin.go merge exp branch 2023-01-18 21:42:49 +11:00
screen.go merge exp branch 2023-01-18 21:42:49 +11:00
systemtray_darwin.go Fix memory leak on Darwin when toggling system tray icon (#2322) 2023-01-21 15:46:06 +11:00
systemtray.go merge exp branch 2023-01-18 21:42:49 +11:00
TODO.md merge exp branch 2023-01-18 21:42:49 +11:00
webview_window_darwin.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
webview_window_devtools.go merge exp branch 2023-01-18 21:42:49 +11:00
webview_window.go Feature: AssetServer Runtime (#2335) 2023-02-06 20:50:11 +11:00
webview_window.h merge exp branch 2023-01-18 21:42:49 +11:00
webview_window.m merge exp branch 2023-01-18 21:42:49 +11:00