5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00
wails/v2/internal/frontend/desktop/linux
stffabi 2a0673f99f
[v2, linux] Improve switching to main thread for callbacks (#1392)
Make sure no pointers to the stack are passed to g_idle_add,
because at the time the callback gets executed on the
main thread, the pointer might be invalid.
Go might have reused the stack or grown the stack and the
pointer is invalid.

The concept used on Windows has been ported to Linux.
2022-05-31 20:28:37 +10: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] WindowReloadApp should use the startURL of the frontend to support reloading when a frontend dev server is used (#1347) 2022-04-23 07:09:53 +10:00
gtk.go [v2, linux] Make sure to execute the menu callbacks on a new goroutine (#1403) 2022-05-17 20:45:48 +10:00
invoke.go [v2, linux] Improve switching to main thread for callbacks (#1392) 2022-05-31 20:28:37 +10: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
responsewriter.go feature - support linux/arm (#1427) 2022-05-27 19:09:50 -10:00
window.go [v2, linux] Improve switching to main thread for callbacks (#1392) 2022-05-31 20:28:37 +10:00