5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:03:01 +08:00
wails/v2/internal/frontend
Ian M. Jones e9aa0d5c5a
Fix fullscreen on linux arm64 (#1209)
* Fix fatal error on otherwise clean exit.

* Fix race condition while setting title during window creation.

* Fix unexpected signal error when clicking webview should initiate a drag window operation.

* Ensure ExecuteOnMainThread callbacks are removed from the event source list on completion.

* Ensure all ExecuteOnMainThread callbacks use the expected return value on completion.

* Fix potential memory leak when exiting early from startDrag.

* Fix using runtime.WindowFullscreen on Linux ARM64.
2022-03-04 23:07:40 +11:00
..
assetserver Fixes #1108 (#1115) 2022-01-29 10:21:07 +11:00
desktop Fix fullscreen on linux arm64 (#1209) 2022-03-04 23:07:40 +11:00
devserver Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
dispatcher Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
runtime Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
calls.go [windows-x] Support calling bound methods 2021-08-13 23:44:24 +10:00
dispatcher.go [windows-x] Update events system to accommodate dev build 2021-08-25 20:54:05 +10:00
events.go [windows-x] Update events system to accommodate dev build 2021-08-25 20:54:05 +10:00
frontend.go Feature/align api (#1161) 2022-02-19 20:29:55 +11:00