Commit graph

386 commits

Author SHA1 Message Date
Jack Ye
87f765be4a
Merge pull request #3261 from Jack251970/multiple_keywords
Support Multiple keywords for Plugins
2025-03-20 13:46:23 +08:00
VictoriousRaptor
601322971c Update all dependencies to Fody 6.5.5 2025-03-15 12:40:21 +08:00
Jack Ye
ba0d4127ec
Merge branch 'dev' into multiple_keywords 2025-03-01 12:36:41 +08:00
Jack Ye
c3a8a025fa
Merge branch 'dev' into loading_bar 2025-02-28 15:18:06 +08:00
Jeremy Wu
65f85cfbc0
Merge pull request #3267 from Jack251970/improve_progress_box
Improve Progress Box Design
2025-02-28 18:12:31 +11:00
Jack251970
5c48acad89 Add loading api functions for all plugins 2025-02-28 11:26:14 +08:00
Jack251970
ca79994543 Change to HideActionKeywordPanel 2025-02-28 09:25:20 +08:00
Jack251970
ed5e0bb2d9 Improve documents 2025-02-26 20:11:27 +08:00
Jack251970
afce7022e9 Improve documents 2025-02-25 15:46:45 +08:00
Jack251970
6e763f0c3b Remove ReplaceActionKeyword api function & Add action keyword same noticification 2025-02-24 09:53:00 +08:00
Jack251970
87febda78f Add ReplaceActionKeyword api function 2025-02-23 12:49:21 +08:00
Jeremy Wu
4b03aa477c
Merge pull request #3240 from Jack251970/back_query_results_before_change_query
Fix ChangeQuery & ReQuery Work Issue When Results Are Not From Query Results
2025-02-23 10:13:11 +11:00
Jack Ye
0f82246683
Update Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2025-02-22 20:16:36 +08:00
Jeremy Wu
61cd536028
Apply suggestions from code review 2025-02-22 23:16:20 +11:00
Jack251970
64eb4a7bea Improve documents 2025-02-22 19:48:25 +08:00
Jack251970
6f55e8a35d Add BackToQueryResults api function back 2025-02-22 19:44:21 +08:00
Jack251970
aee585620a Remove back to query result and call this function in ChangeQuery & ReQuery 2025-02-22 19:32:08 +08:00
Jack251970
abfeee1423 Support multiple action keywords 2025-02-21 12:59:56 +08:00
Jack251970
e1f1b97b7e Support allow modify action keywords & WebSearch does not let user change its keywords 2025-02-21 12:27:38 +08:00
Jack251970
6e4d9a5e61 Remove useless blank lines 2025-02-21 11:10:16 +08:00
Jack251970
b4bffb1cf5 Use null as default value for record key 2025-02-20 17:17:53 +08:00
Jeremy Wu
735cc14821
Merge pull request #3203 from Jack251970/context_menu_back_to_query
Improve context menu item action response & Fix origin query null exception
2025-02-18 21:57:32 +11:00
Kevin Zhang
81c068e13e
Merge pull request #3194 from Jack251970/record_key
New API for Record Key of Results & Fix Result Clone Issue
2025-02-16 23:43:41 -08:00
Jack251970
00de8611e1 Remove useless obsolete constructor 2025-01-26 20:37:41 +08:00
Jack251970
198442621a Add support for record key 2025-01-21 14:37:14 +08:00
Jack Ye
fc2ce73343
Merge branch 'dev' into dev3 2025-01-19 15:17:36 +08:00
Jeremy Wu
0b8db59e39
Merge pull request #3112 from Flow-Launcher/remove-result-caching
Remove Result Equal used for WPF caching
2025-01-18 21:06:09 +11:00
Jack251970
8eb5a4dfca Improve HttpDownloadAsync function & Use it in PluginManager plugin 2025-01-11 13:24:41 +08:00
Jack251970
297d191412 Use function to delegate the progress task 2025-01-10 19:13:19 +08:00
Jack251970
122887e6a6 Await close event from non-ui thread 2025-01-09 16:37:52 +08:00
Jack251970
8aebf958aa Check ui thread when calling close function & Update documents 2025-01-09 12:13:46 +08:00
Jack251970
f69dd0f155 Improve documents 2025-01-05 00:13:32 +08:00
Jack251970
54f02e04e6 Use public api for ProgressBoxEx & Add support for force close event 2025-01-05 00:08:56 +08:00
Kevin Zhang
fd3576d52c
Merge pull request #3122 from Jack251970/dev3
Replace DllImport and flags with CSWin32 & Remove useless DllImport and flags & Fix right Win key click issue
2024-12-27 16:06:44 -08:00
Hongtao Zhang
9350e82b77 only stackalloc the getwindowtitle buffer when length is small. 2024-12-27 12:57:17 -06:00
Hongtao Zhang
0153f71083 use stackalloc if possible and fix some incorrect use of safehandle 2024-12-25 11:20:09 -06:00
Hongtao Zhang
51a16cc40f Remove Result comparison and Change signature from IEnumerable to ICollection (due to the potential of multiple enumeration) 2024-12-25 14:39:04 +08:00
Jack251970
269e583ea7 Add maximum score to the results for developers. 2024-12-24 11:54:15 +08:00
Jeremy Wu
1c01fa4e46
update comment 2024-12-24 14:32:05 +11:00
Jack251970
4ad967b5f3 Add support for removing selected count from score 2024-12-23 15:57:59 +08:00
Jack251970
a088f91541 Add comments for string truncation 2024-12-14 11:17:29 +08:00
Jack251970
79f8f053d9 Replace DllImport with CSWin32 2024-12-10 15:24:19 +08:00
Jeremy
bce07ee7d2 Merge branch 'dev' into dev1 2024-12-08 16:24:31 +11:00
Jeremy Wu
ce6b4d90bd
Merge pull request #3093 from Jack251970/dev4
Replace original MessageBox with MessageBoxEx & Improve MessageBoxEx display style & Add new public api for using MessageBoxEx
2024-12-08 10:44:08 +11:00
Jeremy
676a5b1590 add defaults to MessageBoxEx Show & update WebSearch to use api call 2024-12-07 22:21:08 +11:00
NoPlagiarism
0b0ead10dc [Result] return data uri image support 2024-12-02 12:20:21 +05:00
Jack251970
b568d2dd95 Combine ShowMsgBox into one function. 2024-12-01 19:55:07 +08:00
Jack251970
0d362b30dd Add default messageboxShow parameter for functions in FilesFolders 2024-12-01 18:38:48 +08:00
Jack251970
9b75acdf21 Add ShowMsgBox functions in public api 2024-11-27 10:07:03 +08:00
Jack251970
dcea54ab83 Fix parameter bug under release mode 2024-11-26 19:28:39 +08:00