5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:03:01 +08:00
wails/v2/internal/frontend/desktop/linux
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
..
browser.go [linux] get compiling working 2021-11-13 17:06:48 -08:00
calloc.go [linux] Dialogs WIP 2022-01-25 16:27:39 -06:00
dialog.go Support message dialog 2022-01-25 16:27:39 -06:00
frontend.go [v2] Consolidate processRequest, improve logging and error handling (#1158) 2022-02-28 19:14:03 +11:00
gtk.go Feature/v2 linux menus (#1114) 2022-01-29 07:19:14 +11:00
keys.go Feature/v2 linux menus (#1114) 2022-01-29 07:19:14 +11:00
menu.go Support MenuUpdateApplicationMenu 2022-01-29 10:13:29 +11:00
window.go Fix fullscreen on linux arm64 (#1209) 2022-03-04 23:07:40 +11:00