Commit graph

8235 commits

Author SHA1 Message Date
Jack251970
79f8f053d9 Replace DllImport with CSWin32 2024-12-10 15:24:19 +08:00
Jack251970
ccfc39e54a Fix string length issue 2024-12-10 15:12:35 +08:00
Jack251970
313f86b648 Replace DllImport & flags with CSWin32 2024-12-10 15:09:06 +08:00
Jack251970
ca01b25a39 Replace DllImport & flags with CSWin32 2024-12-10 13:29:21 +08:00
Jack251970
a395936a6c Replace FormApplication & DllImport with CSWin32 2024-12-10 11:56:32 +08: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 Wu
ac872ac55c
Merge pull request #3087 from Jack251970/dev1
Add new public api function BackToQueryResults for chaning the query list back to query results list
2024-12-08 16:31:54 +11:00
Jeremy
bce07ee7d2 Merge branch 'dev' into dev1 2024-12-08 16:24:31 +11:00
Jeremy Wu
304f98e9ed
Merge pull request #3082 from NoPlagiarism/search_copy_url
[WebSearch] Add copy URL to menu
2024-12-08 10:48:34 +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
Kevin Zhang
5f46ee746f
Merge pull request #3099 from Jack251970/dev3
Fix possible null reference when query is cancelled & Add new image icon for images whose formats are not support & Other improvements
2024-12-07 10:49:54 -08:00
Jeremy
676a5b1590 add defaults to MessageBoxEx Show & update WebSearch to use api call 2024-12-07 22:21:08 +11:00
VictoriousRaptor
120b7c74ad
Merge pull request #3104 from NoPlagiarism/image_data_uri
Return data uri image as icon support
2024-12-05 16:52:59 +08:00
Jack251970
00e76f6742 Revert "Fix result update issue during modified collection enumeration" 2024-12-04 10:20:21 +08:00
Jack251970
3f413d17ec Update image for format not supported images 2024-12-03 14:07:56 +08: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
NoPlagiarism
0b0ead10dc [Result] return data uri image support 2024-12-02 12:20:21 +05:00
Jack251970
4830988c55 Add image for format not supported images 2024-12-02 13:54:07 +08:00
Jack251970
c665482cb7 Improve code quality 2024-12-02 13:10:46 +08:00
Jack251970
57cbe10ef0 Fix parameter bug 2024-12-01 20:13:13 +08: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
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
c3c6126bab Fix xaml convert issue and use icon loader for PluginActivationIcon 2024-11-27 21:57:17 +08:00
Jack251970
d8c07a5741 Fix result update issue during modified collection enumeration 2024-11-27 21:44:44 +08:00
Jack251970
c474b304f5 Fix possible null reference 2024-11-27 21:21:42 +08:00
Jack251970
b95bbb3e6a Introduce concurrent directionary for topmost record 2024-11-27 20:56:14 +08:00
Jack251970
0720779c6b Fix possible null reference when query is cancelled 2024-11-27 20:19:31 +08:00
Jack251970
756e718775 Regard format not support files as error type 2024-11-27 19:46:30 +08:00
Jack251970
a8d69c7dd9 Add support when image format is not support 2024-11-27 19:34:34 +08:00
Jack251970
129169e0a9 Fix possible null reference when query is cancelled 2024-11-27 19:33:33 +08:00
Jack251970
534a1117aa Use public api to call ShowMsgBox functions & remove useless Core project import 2024-11-27 12:21:34 +08:00
Jack251970
9b75acdf21 Add ShowMsgBox functions in public api 2024-11-27 10:07:03 +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
dcea54ab83 Fix parameter bug under release mode 2024-11-26 19:28:39 +08:00
Jeremy Wu
14f1a5a5f0
Merge pull request #3096 from Flow-Launcher/dependabot/nuget/Microsoft.NET.Test.Sdk-17.12.0
Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
2024-11-26 17:41:37 +11:00
Jeremy Wu
7380e2945a
Merge pull request #3095 from Flow-Launcher/dependabot/nuget/Microsoft.Extensions.Caching.Memory-9.0.0
Bump Microsoft.Extensions.Caching.Memory from 8.0.1 to 9.0.0
2024-11-26 17:40:53 +11:00
Jeremy Wu
a0703fb25f
Merge pull request #3094 from Flow-Launcher/dependabot/nuget/Microsoft.VisualStudio.Threading-17.12.19
Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.12.19
2024-11-26 17:38:40 +11:00
dependabot[bot]
c3e676f130
Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 23:00:08 +00:00
dependabot[bot]
f3c21d5842
Bump Microsoft.Extensions.Caching.Memory from 8.0.1 to 9.0.0
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 22:59:12 +00:00
dependabot[bot]
e183682d41
Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.12.19
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.10.48 to 17.12.19.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Threading
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 22:58:41 +00:00
Jeremy Wu
db5b773bb0
Merge pull request #3088 from Jack251970/dev2
Fix possible content frame navigation issue in welcome window & setting window
2024-11-25 21:18:56 +11: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
c103244e20 Merge branch 'dev4' of https://github.com/Jack251970/Flow.Launcher into dev4 2024-11-24 22:39:07 +08:00
Jack251970
fd78972c2f Improve OK MessageBoxEx display style 2024-11-24 22:12:43 +08:00