5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-12 06:59:30 +08:00
wails/v3/internal
Lea Anthony 68b12d4fff
Refactored application shutdown process to streamline app termination.
The application shutdown process has been significantly reworked to be more efficient and robust. The refactored code removes the event listener for the 'ApplicationTerminate' event. Instead, an in-process flag is added to the 'Quit' method to prevent recursive calls. Additionally, an optional 'OnShutdown' function variable is introduced to allow custom cleanup operations upon app termination.
2024-01-09 18:19:09 +11:00
..
assetserver Remove redundant IPC endpoint. 2023-12-29 12:42:03 +11:00
capabilities Fix windows build 2023-11-12 14:23:13 +11:00
commands Better pass through of args to task 2024-01-02 21:25:09 +11:00
dbus V3 alpha linux dbus (#2996) 2023-10-21 11:39:46 +11:00
debug Run go mod tidy on project creation. Use better method of relative module location. 2023-08-12 14:32:52 +10:00
doctor Add NSIS to doctor checks 2023-12-29 20:13:23 +11:00
flags Support generating bindings by name 2023-12-19 21:28:23 +11:00
go-common-file-dialog [v3 windows] initial dialog support. Refactor button callback name 2023-05-30 16:32:01 +08:00
hash [v3] Move to integer call ids for bound methods. 2023-08-19 14:25:36 +10:00
operatingsystem [linux] Add webkit version detection + capabilities 2023-11-12 08:21:31 +11:00
parser Update bindings tests 2024-01-07 20:11:34 +11:00
plugins Move v2 assetserver to v3 2023-08-12 14:16:53 +10:00
runtime Refactored application shutdown process to streamline app termination. 2024-01-09 18:19:09 +11:00
s Update default taskfile. WIP linux packaging 2023-11-20 20:41:17 +11:00
templates Improved templates 2024-01-07 08:19:07 +11:00
version v3.0.0-alpha.3 2023-12-11 08:43:32 +11:00