Jack Ye
|
be966b7a9e
|
Merge pull request #3272 from Jack251970/plugin_settings_cache_path
Improve Plugin Metadata & Path Management
|
2025-03-30 08:27:05 +08:00 |
|
Jack251970
|
91c5e84ca0
|
Integrate resize window to fixed window height
|
2025-03-29 15:27:25 +08:00 |
|
Jack251970
|
84f2686710
|
Support placeholder size change
|
2025-03-29 15:08:49 +08:00 |
|
Jack251970
|
a4dac91093
|
Support resize window
|
2025-03-29 13:25:00 +08:00 |
|
Jack251970
|
f485e8605a
|
Support placeholder text
|
2025-03-29 13:10:06 +08:00 |
|
Jack Ye
|
fd10addba4
|
Merge branch 'dev' into plugin_settings_cache_path
|
2025-03-27 19:39:21 +08:00 |
|
Jack Ye
|
0ddaea3317
|
Merge branch 'dev' into processkiller_orderby_windowtitle
|
2025-03-26 14:20:13 +08:00 |
|
Jack Ye
|
d73980a437
|
Merge branch 'dev' into history_preview1
|
2025-03-26 10:34:10 +08:00 |
|
Jack251970
|
07b73db445
|
Add preview info for history results
|
2025-03-25 17:42:24 +08: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
|
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 |
|
Yusyuriv
|
ca04823dd7
|
Remove generic language code
|
2025-03-22 19:40:26 +06:00 |
|
Yusyuriv
|
6ad4b2355e
|
Don't switch to English when IME can be disabled instead
|
2025-03-22 17:08:09 +06:00 |
|
Yusyuriv
|
67be335600
|
Rename methods to make their purpose more obvious; slight code style changes
|
2025-03-22 14:58:42 +06:00 |
|
Jack251970
|
465108a9d4
|
Fix keyboard layout fetch issue
|
2025-03-22 13:58:53 +08:00 |
|
Jack251970
|
023ab45022
|
Use PInvoke instead of DllImport & Several adjustments
|
2025-03-22 12:06:44 +08:00 |
|
Jack Ye
|
e3af882eec
|
Merge branch 'dev' into plugin_settings_cache_path
|
2025-03-20 14:00:07 +08:00 |
|
Jack251970
|
9cb31c8661
|
Improve code quality
|
2025-03-19 18:03:02 +08:00 |
|
Jack251970
|
0bcc187b5d
|
Keep user settings when changing theme
|
2025-03-16 23:55:15 +08:00 |
|
Jack251970
|
49f1d79798
|
Fix SetWindowLong issue
|
2025-03-16 23:18:50 +08:00 |
|
Jack251970
|
a98a0335b3
|
Improve code quality
|
2025-03-16 22:37:22 +08:00 |
|
Jack251970
|
2cd1683741
|
Improve code quality
|
2025-03-16 22:24:06 +08:00 |
|
Jack Ye
|
c690e591ff
|
Merge branch 'dev' into plugin_settings_cache_path
|
2025-03-16 19:42:58 +08:00 |
|
Jack251970
|
1ca17aa2db
|
Code cleanup
|
2025-03-16 17:48:22 +08:00 |
|
Jack251970
|
2dcbe7f5d8
|
Remove old blur handling codes
|
2025-03-16 14:46:39 +08:00 |
|
Jack251970
|
db37ab7373
|
Use PInvoke.DwmSetWindowAttribute instead of DllImport
|
2025-03-16 14:39:56 +08:00 |
|
Jack251970
|
e4ade45d83
|
Use PInvoke.DwmSetWindowAttribute instead of DllImport
|
2025-03-16 14:23:29 +08:00 |
|
Jack251970
|
29c6f12cc5
|
Code cleanup
|
2025-03-16 13:44:13 +08:00 |
|
Jack251970
|
b7694d3130
|
Clean up codes
|
2025-03-13 14:09:13 +08:00 |
|
DB p
|
73c5f39c04
|
Merge Dev
|
2025-03-13 14:37:02 +09:00 |
|
Jack Ye
|
05ff797613
|
Use one function to set log level
|
2025-03-12 12:26:29 +08:00 |
|
Jack Ye
|
11acca6215
|
Move log level to enum & Use info level as default
|
2025-03-12 12:01:39 +08:00 |
|
VictoriousRaptor
|
8d3fd756dd
|
Add getter and setter
|
2025-03-12 08:57:03 +08:00 |
|
VictoriousRaptor
|
44a90e53a9
|
Write log level in log
|
2025-03-11 23:53:33 +08:00 |
|
VictoriousRaptor
|
e870dd27eb
|
Allow log level selection
|
2025-03-11 23:35:16 +08:00 |
|
dependabot[bot]
|
66457b1dfb
|
Bump MemoryPack from 1.21.3 to 1.21.4
Bumps [MemoryPack](https://github.com/Cysharp/MemoryPack) from 1.21.3 to 1.21.4.
- [Release notes](https://github.com/Cysharp/MemoryPack/releases)
- [Commits](https://github.com/Cysharp/MemoryPack/compare/1.21.3...1.21.4)
---
updated-dependencies:
- dependency-name: MemoryPack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-03-09 03:19:20 +00:00 |
|
DB p
|
7e622b7353
|
Add BackdropType in setting
|
2025-03-09 09:46:30 +09:00 |
|
Jack Ye
|
7975ab5882
|
Merge branch 'dev' into plugin_settings_cache_path
|
2025-03-01 08:51:06 +08:00 |
|
DB p
|
4426bed134
|
Merge Dev
|
2025-02-28 12:15:53 +09: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 |
|
Jack Ye
|
e299721e96
|
Merge pull request #3175 from Jack251970/dev4
Introduce Dependency Injection for Better Development Experience
|
2025-02-24 17:04:57 +08:00 |
|
Jack251970
|
41b05b39ab
|
Replace dll import with PInvoke for code quality
|
2025-02-24 17:01:01 +08:00 |
|