5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 12:51:44 +08:00
Commit Graph

4915 Commits

Author SHA1 Message Date
popaprozac
ef3b7d2bc3 pass service options 2025-03-22 11:51:02 -07:00
popaprozac
be1da68dbc avoid deadlock on win 2025-03-20 22:12:21 -07:00
popaprozac
5dc7bd97f2 refactor/simplify linux 2025-03-20 16:32:53 -07:00
popaprozac
9adeef2bdf fix linux and remove dup code 2025-03-20 16:21:37 -07:00
popaprozac
e55bf8dffc linux bug fix 2025-03-20 13:56:47 -07:00
popaprozac
94f245f035 bug fix 2025-03-20 13:49:49 -07:00
popaprozac
88f13369b6 reorg platform impl 2025-03-20 13:47:03 -07:00
popaprozac
b1db2bba12 add missing error 2025-03-20 10:59:12 -07:00
popaprozac
c58709c1a3 lock registry access/writes 2025-03-19 22:14:17 -07:00
popaprozac
bd857385d3 fix err message 2025-03-19 21:51:57 -07:00
popaprozac
d98f528734 Merge branch 'notifications_darwin' of github.com:popaprozac/wails into notifications_darwin 2025-03-19 21:41:14 -07:00
popaprozac
25256f747f allow only one notification service per app 2025-03-19 21:40:26 -07:00
Zach Botterman
58b5c105a5
Merge branch 'v3-alpha' into notifications_darwin 2025-03-19 18:14:31 -07:00
popaprozac
4af058bd02 more cleanup 2025-03-19 18:10:59 -07:00
popaprozac
ee885fea44 fix mem crash 2025-03-18 23:13:37 -07:00
popaprozac
b60ef7729e coderabbit impr 2025-03-18 22:46:44 -07:00
popaprozac
e4e24a0f00 clean 2025-03-18 21:18:16 -07:00
Lea Anthony
4a2dc2875f
Update semgrep action 2025-03-16 12:37:50 +11:00
Lea Anthony
3a3458cff0
Update verify steps in pipeline 2025-03-16 11:35:46 +11:00
popaprozac
e810d6a4b0 tidy 2025-03-14 23:47:59 -07:00
Zach Botterman
6d15f08db4
Merge branch 'v3-alpha' into notifications_darwin 2025-03-14 23:46:04 -07:00
popaprozac
2cb0dac648 set default action id on MATE 2025-03-14 19:13:58 -07:00
popaprozac
e46abdc793 update example 2025-03-14 19:05:27 -07:00
popaprozac
1fa68949e6 // 2025-03-14 19:03:33 -07:00
popaprozac
1e67e943df rename auth func 2025-03-14 18:58:23 -07:00
Zach Botterman
e4ec06a9c8 update example 2025-03-13 23:33:17 -07:00
Lea Anthony
bbb3a0389a
Update deps 2025-03-14 08:35:03 +11:00
Lea Anthony
8abcd81f30
Merge pull request #4116 from IanVS/fix-hidden-menuitem
[V3] Fix initially-hidden menuItem [mac/win]
2025-03-13 06:34:24 +11:00
Lea Anthony
7bd3a1a15c
Merge branch 'v3-alpha' into fix-hidden-menuitem 2025-03-13 06:16:29 +11:00
Lea Anthony
fe6635c1eb
Update Results stage in pipeline 2025-03-12 08:32:26 +11:00
Lea Anthony
3b101705d5
Merge pull request #4125 from robin-samuel/v3-aplpha-fix/generate-icons
fix: correct filename for Windows icon generation in Taskfile
2025-03-11 05:59:35 +11:00
robinsamuel
1bb14e16a5 feat: update changelog 2025-03-10 15:23:05 +01:00
Ian VanSchooten
d30652a6e6 Update changelog 2025-03-10 09:20:21 -04:00
robinsamuel
1a0096c169 fix: update output paths for generated icons in Taskfile 2025-03-09 23:34:12 +01:00
robinsamuel
d1be724f41 fix: correct filename for Windows icon generation in Taskfile 2025-03-09 23:17:35 +01:00
Lea Anthony
bd59b8c724
Merge pull request #4119 from mbaklor/v3-alpha
[V3] add ".html" to assetFileServer requests with no extension
2025-03-08 12:02:54 +11:00
Lea Anthony
abd27b285e
Merge branch 'v3-alpha' into v3-alpha 2025-03-08 11:54:03 +11:00
Lea Anthony
fd9c37aa44
Update changelog 2025-03-08 11:52:38 +11:00
Lea Anthony
c8e3ba2d4b
PR workflow change 2025-03-08 11:44:02 +11:00
Lea Anthony
e07e924519
Remove Warp agents 2025-03-08 11:35:42 +11:00
Lea Anthony
91e9d6abe9
Merge remote-tracking branch 'IanVS/fix-hidden-menuitem' into fork/IanVS/fix-hidden-menuitem 2025-03-08 11:25:41 +11:00
Lea Anthony
866fb36b67
Add fix for application menu. Add docs 2025-03-08 11:25:06 +11:00
Ian VanSchooten
b733b1d3c4
Fix hidden menuItem on windows
And bring menu_windows into alignment with popupmenu_windows
2025-03-08 11:25:06 +11:00
Ian VanSchooten
dc662b561a
Revert systray-custom example changes 2025-03-08 11:25:06 +11:00
Ian VanSchooten
91c9c3f147
Fix comment 2025-03-08 11:25:05 +11:00
Ian VanSchooten
35cc7fd569
Avoid adding duplicate menuitems (windows)
Previously, when calling `.SetHidden(false)` on a menu item that was not hidden, a duplicate menu item was created.
2025-03-08 11:25:05 +11:00
Ian VanSchooten
5fb1a14c36
Fix registration of hidden menuItem [mac] 2025-03-08 11:25:05 +11:00
Lea Anthony
5e529aed01
Add fix for application menu. Add docs 2025-03-08 11:23:24 +11:00
Lea Anthony
03c0d4ce6f
Merge branch 'v3-alpha' into fix-hidden-menuitem 2025-03-08 11:06:42 +11:00
Lea Anthony
163beb5d58
Merge pull request #4118 from atterpac/v3/watcher-fix
v3/ Fix dev watcher - Bump refresh version
2025-03-08 10:54:18 +11:00