Commit graph

518 commits

Author SHA1 Message Date
Jack Ye
c7218fb78a
Merge pull request #3266 from Jack251970/message_window_topmost
Make Message box Window to be Topmost
2025-02-22 18:01:43 +08:00
Jack Ye
9665619adc
Merge pull request #3257 from Jack251970/result_copy
Fix Issue that Plugin Cannot Cache Records
2025-02-22 17:59:45 +08:00
Jack251970
2b9716aa37 Fix message box window topmost issue when disabling hide FL when loss focus 2025-02-22 13:16:09 +08:00
Jack251970
c472239ea9 Fix unneccessary black lines when settings control is null 2025-02-21 11:20:00 +08:00
Jack251970
4f41be67ac Improve code quality 2025-02-20 18:02:59 +08:00
Jack Ye
0370c96a82
Merge pull request #3232 from Jack251970/resize_boarder_thickness
Fix main window resize border thickness issue
2025-02-19 15:42:11 +08:00
Jeremy Wu
e502ebc561
Merge pull request #3110 from Flow-Launcher/modify-pythonpath-for-plugins
Add `.`, `./lib`, `./plugin` directories to path for Python plugins
2025-02-17 22:02:57 +11:00
Kevin Zhang
741ddfeafe
Merge pull request #3170 from Jack251970/dev3
Add New API for ProgressBoxEx to Show Progress & Add Progress Display for Plugin Downloading & Improve DownloadUrl Api Function
2025-02-16 22:20:29 -08:00
Jack251970
319f016ced Remove unnessary list refresh 2025-02-10 12:01:21 +08:00
Jack251970
d8f3280632 Fix unneccessary plugin result update 2025-02-10 11:54:09 +08:00
Jack251970
864402704d Fix an issue that user plugins cannot be updated when reupdating the plugins manifest 2025-02-09 21:54:02 +08:00
Jack251970
1a39af35e2 Fix main window resize boarder thickness issue 2025-02-07 20:23:53 +08:00
cibere
69bf7c6b63 add BackToQueryResults to JsonRPCPublicAPI 2025-02-06 18:34:44 -08:00
Yusyuriv
bb7900c0e0
Add PyWin32-related directories to path for Python plugins 2025-02-02 15:27:02 +06:00
Jeremy Wu
64441a2d11
Merge pull request #3191 from Flow-Launcher/dependabot/nuget/FSharp.Core-9.0.101
Bump FSharp.Core from 9.0.100 to 9.0.101
2025-01-27 15:28:37 +11:00
Kevin Zhang
cc6dca5656
Merge pull request #3190 from Flow-Launcher/jsonrpc-v2-error 2025-01-26 17:05:47 -08:00
Jeremy
0e700cdfcc rename GetSystemLanguageCode method + add comment 2025-01-26 10:42:32 +11:00
dependabot[bot]
5d164293b9
Bump FSharp.Core from 9.0.100 to 9.0.101
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 9.0.100 to 9.0.101.
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)

---
updated-dependencies:
- dependency-name: FSharp.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 22:39:42 +00:00
Hongtao Zhang
d21b9362cf do not try catch the error for jsonrpc v2 2025-01-20 09:14:28 -06:00
Jack251970
abe943b693 Fix system language code fetch issue 2025-01-18 18:39:44 +08:00
Jack251970
8eb5a4dfca Improve HttpDownloadAsync function & Use it in PluginManager plugin 2025-01-11 13:24:41 +08:00
Jack251970
381e64e697 Move ProgressBoxEx to main project for better development experience 2025-01-09 21:13:24 +08:00
Jack251970
6220b34aab Fix dulplicated close event 2025-01-09 17:33:39 +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
3ccd8b42ae Move SystemLanguageCode to constant 2025-01-06 16:58:08 +08:00
Jack251970
d0bab86377 Improve code quality 2025-01-05 00:11:03 +08:00
Jack251970
54f02e04e6 Use public api for ProgressBoxEx & Add support for force close event 2025-01-05 00:08:56 +08:00
Jack251970
562b233c15 Add progress box support for downloading plugin 2025-01-04 23:11:13 +08:00
Jack251970
0ae3cfcdd6 Add display translation for system language item 2025-01-02 18:50:02 +08:00
Jack251970
921d6a3beb Add support for system language item 2025-01-02 18:47:25 +08:00
Jack251970
6f899092b5 Move dll import codes to win32 helper 2024-12-24 11:59:04 +08:00
Hongtao Zhang
26b33b9e13 add Hebrew in available languages 2024-12-14 10:22:09 -06:00
Jeremy Wu
1f81ea09f1
Merge pull request #3106 from Flow-Launcher/dependabot/nuget/StreamJsonRpc-2.20.20
Bump StreamJsonRpc from 2.19.27 to 2.20.20
2024-12-08 16:32:58 +11:00
Jeremy
676a5b1590 add defaults to MessageBoxEx Show & update WebSearch to use api call 2024-12-07 22:21:08 +11:00
Yusyuriv
d5dd7b44a4
Use PYTHONDONTWRITEBYTECODE instead of -B flag when running Python plugins 2024-12-05 17:37:54 +06:00
Yusyuriv
fa8cd548f6
Add ., ./lib, ./plugin directories to path for Python plugins 2024-12-05 14:18:13 +06:00
dependabot[bot]
de82819a4a
Bump StreamJsonRpc from 2.19.27 to 2.20.20
Bumps [StreamJsonRpc](https://github.com/microsoft/vs-streamjsonrpc) from 2.19.27 to 2.20.20.
- [Release notes](https://github.com/microsoft/vs-streamjsonrpc/releases)
- [Commits](https://github.com/microsoft/vs-streamjsonrpc/commits)

---
updated-dependencies:
- dependency-name: StreamJsonRpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 23:35:05 +00:00
Jack251970
5312505d2a Improve code quality 2024-11-27 22:27:30 +08:00
Jack251970
5d8f277aa0 Use image loader to load image 2024-11-27 22:16:52 +08:00
Jack251970
7ba8d58bfc Improve result handle & Improve exception support 2024-11-27 09:20:28 +08:00
Jack251970
7cb17ab404 Improve title display experience & Fix three button dialog display issue & Improve close button behaviour 2024-11-26 22:34:30 +08:00
Jack251970
32c138b9fd Improve MessageBoxEx show function, making experience like System.Windows.MessageBox 2024-11-26 22:02:24 +08:00
Jack251970
897fd7aaba Replace Flow.Launcher.Core.MessageBoxType & MessageBoxImage with System.Windows.MessageBoxButton & MessageBoxImage
Remove useless warning file
2024-11-26 21:31:13 +08:00
Jack251970
4bc9e86a27 Improve MessageBoxEx style as System.Windows.MessageBox 2024-11-25 12:06:33 +08:00
Jack251970
b30cc4fc38 Replace System.Windows.MessageBox with MessageBoxEx 2024-11-25 10:38:43 +08:00
Jack251970
fd78972c2f Improve OK MessageBoxEx display style 2024-11-24 22:12:43 +08:00
Jack251970
ab087bd927 Remove useless columns 2024-11-24 22:08:50 +08:00
Jack251970
6feca10bdb Improve MessageBoxEx paramters as System.Windows.MessageBox for readability 2024-11-24 16:30:35 +08:00
Jack251970
3ae960d275 Replace System.Windows.Message with MessageBoxEx 2024-11-24 16:11:53 +08:00