5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-20 19:09:29 +08:00
Commit Graph

5057 Commits

Author SHA1 Message Date
Lea Anthony
2af9a94d16
Throw fatal error if application.New called twice. 2025-05-17 17:50:35 +10:00
Lea Anthony
6d09663c1c
Destroy old windows icon when updating it. 2025-05-17 17:50:18 +10:00
Lea Anthony
60b80fd7b2
Ignore TrackPopupMenuEx failure rather than fatal error. 2025-05-17 17:50:18 +10:00
Lea Anthony
2ba1e83823
Update changelog. Add menu-fix project 2025-05-17 17:50:15 +10:00
Lea Anthony
ade49bbdd3
Add menu parents to menu items. Update menu when menuitem methods are called directly. 2025-05-17 17:49:46 +10:00
Lea Anthony
044756a5cd
Prevent panic on menu update if application hasn't started yet 2025-05-17 17:49:41 +10:00
Lea Anthony
3716acaae4
Fix permissions issue for labeller 2025-05-15 06:35:41 +10:00
Lea Anthony
fe4e6c766b
More workflow updates
(cherry picked from commit 0c24aa4313)
2025-05-15 06:26:45 +10:00
Lea Anthony
fa5b486966
Dependency updates 2025-05-15 06:26:20 +10:00
Lea Anthony
44fcdf9ad7
Increase stale workflow operations limit 2025-05-14 20:55:08 +10:00
Lea Anthony
582ad826b8
Add GitHub Actions workflow for stale issue management 2025-05-14 20:53:27 +10:00
Lea Anthony
45d9bbcfae
Update stale bot configuration to protect older issues 2025-05-14 20:49:28 +10:00
Lea Anthony
cbbba79340
Add issue management automation tools 2025-05-14 20:47:45 +10:00
Lea Anthony
2abd05f783
Merge pull request #4234 from popaprozac/dock-badge
[V3] Badging
2025-04-28 22:27:50 +10:00
Lea Anthony
191ce6bba3
Merge pull request #4246 from superDingda/v3-alpha-bugfix/4236_menuitem_restore_position
[V3] Restore hidden menuitem at correct position
2025-04-28 22:19:36 +10:00
popaprozac
934d8c8871 update docs 2025-04-26 23:58:04 -07:00
Zach Botterman
b942293823
Update docs/src/content/docs/learn/badges.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-26 23:55:54 -07:00
popaprozac
900da01ad7 add set custom badge and update docs/examples/readmes 2025-04-26 23:49:07 -07:00
popaprozac
51c0d1dcdc update headers 2025-04-26 22:58:06 -07:00
popaprozac
af3c6afb3b update docs and readmes 2025-04-26 22:52:14 -07:00
dingda.li
c922a7e685 fix: restore hidden menuitem at correct position 2025-04-27 12:00:13 +08:00
popaprozac
40117e6565 fallback to default badge if font cannot be used 2025-04-26 19:15:05 -07:00
popaprozac
ce8c10247d fix double uninit 2025-04-26 19:04:53 -07:00
popaprozac
9e3786c9ea add comments and macOS stub 2025-04-26 18:58:11 -07:00
popaprozac
800810f092 extract taskbar 2025-04-26 18:48:27 -07:00
Lea Anthony
2bfbe7f902
Merge pull request #4245 from justinmoon/flush
fallbackResponseWriter implement Flush()
2025-04-27 10:25:38 +10:00
Justin Moon
1618d53967 Update changelog 2025-04-26 17:41:21 -05:00
popaprozac
dabc18f663 center circle color 2025-04-26 12:59:52 -07:00
popaprozac
73705dc56a add build tag 2025-04-26 12:57:17 -07:00
Justin Moon
754a41537a fallbackResponseWriter implement Flush() 2025-04-26 13:25:44 -05:00
Lea Anthony
8d9dc19e17
Update badge-custom example 2025-04-26 15:40:48 +10:00
Lea Anthony
e9916158c0
Add badge options. Add new example. 2025-04-26 14:40:22 +10:00
Lea Anthony
52df4837e0
Tidy up 2025-04-26 13:57:00 +10:00
Lea Anthony
f7aaf848ba
Update v3/pkg/services/badge/badge_windows.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-25 15:48:44 +10:00
Lea Anthony
5154f0b60f
Add FontManager to better handle fonts. Remove the go-findfont dependency. Add Go examples. 2025-04-25 15:17:39 +10:00
Lea Anthony
9fa596780b
Include assets in example 2025-04-25 14:23:24 +10:00
popaprozac
59cc71bdbb fix code block 2025-04-24 20:45:50 -07:00
Zach Botterman
c0a83efe6d
Update docs/src/content/docs/learn/badges.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-24 20:34:15 -07:00
popaprozac
7287c1eb5c render label on windows and sensible defaults 2025-04-24 20:23:28 -07:00
popaprozac
d1d57c132c rabbit suggestions 2025-04-24 16:10:14 -07:00
popaprozac
f311a33bdd update changelog 2025-04-24 15:50:55 -07:00
popaprozac
b55f4ea8e3 add example, update docs, update changelog 2025-04-24 15:47:14 -07:00
popaprozac
be28da26b8 windows badge 2025-04-24 15:47:09 -07:00
popaprozac
94d03d5f13 badge service 2025-04-24 15:47:03 -07:00
Lea Anthony
685d8101aa
Merge pull request #4230 from popaprozac/windows-improvements
[v3] Windows notifications improvements
2025-04-23 15:45:38 +10:00
Zach Botterman
833d533ed7
Merge branch 'v3-alpha' into windows-improvements 2025-04-22 21:38:13 -07:00
Lea Anthony
da0da5fc69
Add wails3 tool version command 2025-04-23 10:29:51 +10:00
popaprozac
66ba876a65 better errors 2025-04-22 16:21:33 -07:00
popaprozac
9fcede47f7 windows improvements 2025-04-22 14:23:32 -07:00
Lea Anthony
421b75ef21
Multiple fixes. Thanks @kron! 2025-04-19 10:27:25 +10:00