Skip to content
Open
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d00a9a1
Switch desktop wallpapers with the theme mode
YexuanXiao Oct 19, 2025
0dfe01e
Fix several unintended changes
YexuanXiao Oct 19, 2025
a9b38ca
Fix a unintended change
YexuanXiao Oct 19, 2025
1700a47
Make the spell checker recognize Win32 macros
YexuanXiao Oct 19, 2025
2f6880d
Fix the reversed condition
YexuanXiao Oct 19, 2025
674b855
Automatically turn off the switch after selecting an invalid image
YexuanXiao Oct 19, 2025
46c22f5
Fix reversed image when using hotkeys
YexuanXiao Oct 19, 2025
ff16ce0
Support more image formats
YexuanXiao Oct 20, 2025
342bd53
Make the spell checker recognize hif and jxl format
YexuanXiao Oct 20, 2025
9c9ecbf
Add UI Automation tags
YexuanXiao Oct 20, 2025
419491a
Fix code formatting issues
YexuanXiao Oct 20, 2025
87757b8
Merge remote-tracking branch 'upstream/main'
YexuanXiao Oct 21, 2025
6cc1a99
Fix the brace from upstream
YexuanXiao Oct 21, 2025
05b99fc
Fix a unintended change
YexuanXiao Oct 21, 2025
146a8a3
Rename folder 'common'
YexuanXiao Oct 21, 2025
e786237
Improves
YexuanXiao Oct 21, 2025
8d19002
Improvements completed
YexuanXiao Oct 21, 2025
c08e1ed
Code clean
YexuanXiao Oct 21, 2025
12f34df
Remove useless and incorrect code
YexuanXiao Oct 21, 2025
dd96c5b
Handle file open failures and clean up invalid image files
YexuanXiao Oct 21, 2025
472b7bf
Fix error condition
YexuanXiao Oct 21, 2025
a75636e
Final cleanup, and supports synchronous settings at runtime
YexuanXiao Oct 22, 2025
3a4a7dd
Remove a unnecessary async
YexuanXiao Oct 22, 2025
4f5cb41
Check the path before deleting files
YexuanXiao Oct 22, 2025
9f58cda
Make other virtual desktops follow the changes
YexuanXiao Oct 23, 2025
6e595d3
Merge branch 'main' into main
YexuanXiao Oct 23, 2025
9f43cea
Support virtual desktop
YexuanXiao Oct 23, 2025
17becd4
Merge branch 'main' of github.com:YexuanXiao/PowerToys
YexuanXiao Oct 23, 2025
7526a77
Spelling
YexuanXiao Oct 23, 2025
e3dd75d
Spelling and miss uploads
YexuanXiao Oct 23, 2025
f2b5489
Avoid unnecessary wallpaper changes
YexuanXiao Oct 24, 2025
ba79695
Code clean
YexuanXiao Oct 24, 2025
e68516b
Remove a unused function
YexuanXiao Oct 24, 2025
b99797e
Add a toggle for applying wallpapers to all virtual desktops
YexuanXiao Oct 26, 2025
13f3820
Make text wrap to avoid incomplete display and update AutomationId
YexuanXiao Oct 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/spell-check/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ hicon
HICONSM
HIDEREADONLY
HIDEWINDOW
hif
Hif
HIMAGELIST
himl
Expand Down Expand Up @@ -802,6 +803,7 @@ jpe
jpnime
Jsons
jsonval
jxl
jxr
keybd
KEYBDDATA
Expand Down Expand Up @@ -1508,6 +1510,7 @@ SETBUDDYINT
SETCONTEXT
SETCURSEL
setcursor
SETDESKWALLPAPER
SETFOCUS
SETFOREGROUND
SETHOTKEY
Expand Down Expand Up @@ -1596,6 +1599,7 @@ SKIPOWNPROCESS
sku
SLGP
sln
slideshow
SMALLICON
smartphone
smileys
Expand Down Expand Up @@ -1827,6 +1831,7 @@ unwide
unzoom
UOffset
UOI
UPDATEINIFILE
UPDATENOW
UPDATEREGISTRY
updown
Expand Down
Loading