Commit graph

8944 commits

Author SHA1 Message Date
DB p
b9f013e58b Fix Clock/Search Icon show logic 2025-03-27 01:14:13 +09:00
Jack Ye
350276dbf5
Merge pull request #3370 from Jack251970/history_preview1
Support Preview Panel for History Results
2025-03-26 12:26:41 +08:00
DB P
7c418a62eb
Merge pull request #3377 from onesounds/050322-FixFontSelectFunction
Fix font select function
2025-03-26 13:19:54 +09:00
Jack251970
65f07d8d95 Fix preview sepatator issue 2025-03-26 12:12:52 +08:00
Jack251970
66e42c1c48 Add control names 2025-03-26 12:06:40 +08:00
Jack Ye
e5ee8567e6
Merge pull request #3367 from Jack251970/graceful_shutdown
Graceful shutdown
2025-03-26 11:31:09 +08:00
Jack251970
1d1909c514 Fix results view update task dispose issue 2025-03-26 10:39:17 +08:00
Jack Ye
334a27fc28
Merge branch 'dev' into graceful_shutdown 2025-03-26 10:35:57 +08:00
Jack Ye
d73980a437
Merge branch 'dev' into history_preview1 2025-03-26 10:34:10 +08:00
Jack251970
9741156509 Improve code quality 2025-03-26 10:30:47 +08:00
Jack251970
f7954a0272 Clean debug codes 2025-03-26 10:19:01 +08:00
Jack251970
8e5412fba1 Fix preview panel display when only enabling history 2025-03-26 10:18:36 +08:00
Jack251970
acf3a279c8 Improve code quality 2025-03-26 10:07:35 +08:00
Jack251970
0d74048418 Add control names 2025-03-25 22:43:02 +08:00
Jack251970
3acfebc185 Fix possible visibility issue 2025-03-25 19:36:39 +08:00
Jack251970
835457d6f0 Remove debug codes 2025-03-25 17:47:41 +08:00
Jack251970
07b73db445 Add preview info for history results 2025-03-25 17:42:24 +08:00
Jack251970
d212e0eb6d Add code comments 2025-03-24 23:02:51 +08:00
Jack251970
2af033b316 Cleanup codes 2025-03-24 22:07:19 +08:00
DB p
2b67f5bc8d Avoid referencing _oldResource when it’s null 2025-03-24 19:08:54 +09:00
DB p
60a1e5e685 Rollback about highlight value in themes. 2025-03-24 18:46:29 +09:00
Jack Ye
298af4d851
Merge pull request #3376 from Jack251970/change_language
Fix Language Change Issue
2025-03-24 17:22:57 +08:00
DB p
a078777608 - Fixed an issue where font settings were not applied when using the Blur theme
- Removed bold style from highlight and delegated it to individual themes
2025-03-24 18:10:12 +09:00
DB p
ec22f596d4 Fix Non Resource situation when change theme 2025-03-24 16:26:07 +09:00
Jack251970
a3193cf525 Move function position 2025-03-24 13:24:05 +08:00
Jack251970
dfad11cbed Fix language change issue 2025-03-24 13:22:15 +08:00
Yan Li
ddec1bd626
Merge pull request #3366 from Flow-Launcher/always-use-english
Implement auto-switching to English when the option is enabled
2025-03-23 20:58:52 +06:00
Yusyuriv
4f2a951adf
Small code style changes in keyboard change logic 2025-03-23 20:41:28 +06:00
Jack251970
d827d0ac9f Use language tag instead of language id 2025-03-23 22:22:08 +08:00
Jack251970
4fc7f70d18 Adjust formats 2025-03-23 21:05:14 +08:00
Jack251970
c63debe296 Add foreground window check 2025-03-23 20:57:25 +08:00
Jack251970
5be88dd386 Remove blank line 2025-03-23 20:57:12 +08:00
Yusyuriv
1bf573344a
Fix incorrect error handling logic in keyboard layout change 2025-03-23 18:53:01 +06:00
Yusyuriv
4df42a0f63
Add doc comments and additional error handling in keyboard layout switch logic 2025-03-23 18:40:41 +06:00
Yusyuriv
48aff32f1b
Clarify why not switch keyboard layout for languages that have IME mode 2025-03-23 18:28:19 +06:00
Yusyuriv
382d0c2bfe
Don't broadcast language change 2025-03-23 18:26:11 +06:00
Yusyuriv
bf011f11db
Revert "Fix keyboard restore issue when window is deactivated"
This reverts commit 747f9582c3.
2025-03-23 17:57:24 +06:00
Yusyuriv
cd28c09c09
Fix the issue with not being able to switch back to the original keyboard layout in OnDeactivated 2025-03-23 17:56:52 +06:00
Jack251970
747f9582c3 Fix keyboard restore issue when window is deactivated 2025-03-23 19:27:40 +08:00
DB P
6fbde2f95d
Merge pull request #3374 from onesounds/050323_FixLastCaret
Fix cursor doesn't move to the end on initial launch
2025-03-23 19:37:29 +09:00
DB p
0ef4b05808 Add Initial state for QueryTextBoxCursorMovedToEnd 2025-03-23 17:21:03 +09:00
Jack Ye
017cc5a5e9
Merge pull request #3365 from Jack251970/result_update_issue
Fix Plugin Manager Issue
2025-03-23 12:11:27 +08:00
Jack251970
e9f317f6a2 Change variable names 2025-03-23 11:02:23 +08:00
cibere
839c26d7d7
Merge pull request #3371 from AleksandrSl/patch-1
Update link to the plugins in README.md
2025-03-22 12:33:06 -07:00
Aleksandr
3e64a341bc
Update README.md 2025-03-22 19:41:26 +01:00
Jack251970
655b017e9e Code quality 2025-03-22 23:42:14 +08:00
Jack251970
00ac32708c Fix history visibility issue 2025-03-22 23:41:20 +08:00
Jack251970
3c7b8cf827 Force preview panel height 2025-03-22 23:37:24 +08:00
Jack251970
f1bcfc1933 Support preview panel for history 2025-03-22 23:33:04 +08:00
Jack251970
26ab2aecef Revert to results selected item 2025-03-22 23:19:42 +08:00