Commit graph

102 commits

Author SHA1 Message Date
Kevin Zhang
4f269d3fa9
Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
Jack251970
9e24d2cb91 Output log info 2025-06-16 21:31:51 +08:00
Jack251970
30d10bb37f Add try catch for register key check 2025-06-16 21:11:50 +08:00
Jack251970
2582a9fa20 Log exception instead of reporting 2025-06-04 13:31:41 +08:00
Jack251970
6b54ca28b0 Silent handle TaskSchedulerUnobservedTaskException 2025-06-04 12:32:57 +08:00
Jack Ye
8bb96d7f58
Fix copy to clipboard STA thread issue & Support retry for copy & Async build-in shortcut model & Fix build shortcuts text replace issue & Fix startup window hide issue (#3314) 2025-05-02 14:26:14 +10:00
Jack251970
c35eca2788 Fix logon task issue message box & Improve startup path check 2025-04-25 10:22:36 +08:00
Jack251970
1b0c114255 Fix possible window show issue during startup 2025-04-17 23:14:41 +08:00
Jack251970
3eb9493bdd Remove unused usings 2025-04-17 23:01:45 +08:00
Jack251970
50130e4b00 Use class name instead 2025-04-13 17:59:39 +08:00
Jack251970
4a7915b9ff Use api fuctions forr main project 2025-04-13 17:50:44 +08:00
Jack Ye
5bafe23971
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-12 14:36:43 +08:00
Jack251970
5045f19ebe Fix task scheduler unobserved task exception window issue 2025-04-12 14:29:40 +08:00
Jack251970
eaac72b696 Handle TaskSchedulerUnhandledException 2025-04-12 10:52:59 +08:00
Jack251970
f47699829c Remove MessageBoxEx.Show 2025-04-09 21:27:03 +08:00
Jack251970
9f11c8739a Remove _mainViewModel.ChangeQueryText 2025-04-09 21:26:27 +08:00
Jack251970
0a8963b74e Remove Notification.Show & _mainViewModel.Show(); 2025-04-09 21:16:33 +08:00
Jack251970
4400734963 Remove InternationalizationManager.Instance 2025-04-09 21:12:09 +08:00
Jack251970
c685075436 Code quality & Lock & Bitmap memory & Registry access improvement 2025-03-29 21:01:30 +08:00
DB p
9ac9ec8497 - Fix Preview in WelcomePage
- Adjust BG Color
- Fix aspect ratio wallpaper bitmap
2025-03-29 18:10:03 +09:00
Jack251970
48792b6a3b Restore style 2025-03-22 13:29:47 +08:00
Jack251970
1b066a5724 Improve code quality 2025-03-21 16:49:22 +08:00
Jack251970
2cd1683741 Improve code quality 2025-03-16 22:24:06 +08:00
Jack251970
d8c547f7ef Improve code quality 2025-02-28 18:10:58 +08:00
Jack251970
9dbc174994 Add cache size management & Add error handling 2025-02-28 15:34:59 +08:00
Jack251970
0fddb84735 Add wallpaper path in cache dictionary 2025-02-25 19:41:41 +08:00
Jack251970
ff45f5f7f5 Cache image brush & Invoke on UI thread 2025-02-25 18:14:42 +08:00
Jack251970
1a6733e86d Improve background wallpaper fetch 2025-02-25 18:06:23 +08:00
Jeremy Wu
c143aa4fdb
Merge pull request #3218 from Jack251970/logon_task
Support Logon Task for Faster Startup Experience
2025-02-25 20:10:22 +11:00
Jack251970
fe48427252 Log error for logon task 2025-02-25 15:08:27 +08:00
Jack251970
96305166e8 Improve function names for code quality 2025-02-24 19:55:48 +08:00
Jack251970
8496cfc819 Use Ioc.Default in initialize function 2025-02-23 14:37:29 +08:00
Jack251970
cdf02d588f Resolve conflicts 2025-02-23 13:18:03 +08:00
Jeremy Wu
70396bccd9
add exception handling for register & unregister hotkey (#3263) 2025-02-22 11:18:00 +02:00
Jeremy Wu
54a49d68f3
Enable the use of Win hotkey to trigger flow (#3262) 2025-02-21 18:55:32 +09:00
Jack Ye
25684a92ae
Merge branch 'dev' into dev4 2025-02-17 14:54:06 +08:00
VictoriousRaptor
2a445e3ed4
Merge branch 'dev' into logon_task 2025-02-16 00:49:46 +08:00
Jack251970
dc07e762fe Add error handling for Get & SetWindowLong failure & Combine get style function 2025-02-14 16:25:51 +08:00
Jack251970
829dbaafe7 Use CSWin32 for code quality 2025-02-14 16:12:15 +08:00
zggsong
5313229fb9 perf: hide main window from alt tab program switcher #2356 2025-02-14 13:22:27 +08:00
Jack251970
3d9a6b28d0 Fix issue when checking logon task 2025-01-31 22:22:00 +08:00
Jack251970
3260faba98 Add support for changing startup to logon task for faster startup experience 2025-01-31 22:01:29 +08:00
Jack251970
1c7e29013e Fix setting window freeze issue & Improve singleton window opener 2025-01-27 09:11:27 +08:00
Jack251970
20ffff6d1b Use api to call api functions 2025-01-09 21:30:11 +08:00
Hongtao Zhang
0153f71083 use stackalloc if possible and fix some incorrect use of safehandle 2024-12-25 11:20:09 -06:00
Jack251970
a088f91541 Add comments for string truncation 2024-12-14 11:17:29 +08:00
Jack251970
49fc0b8fd0 Remove useless DllImport & flags 2024-12-11 10:04:03 +08:00
Jack251970
ce8b42bc6e Replace DllImport & flags with CSWin32 2024-12-10 22:01:55 +08:00
Jack251970
3ae960d275 Replace System.Windows.Message with MessageBoxEx 2024-11-24 16:11:53 +08:00
VictoriousRaptor
2c66f01cbb
Null check when reading regkey 2024-10-16 11:09:17 +08:00