Commit graph

581 commits

Author SHA1 Message Date
DB p
6c1730e79a Merge Dev 2025-03-13 14:45:34 +09:00
DB p
73c5f39c04 Merge Dev 2025-03-13 14:37:02 +09:00
DB p
ec5d52e46d Fix Preview background 2025-03-13 13:50:09 +09:00
DB p
f4b074c617 Fix shadow effec tissue 2025-03-12 20:45:14 +09:00
Jack Ye
59fbef1d78 Use public current theme 2025-03-12 18:45:57 +08:00
DB p
ba02a3ca05 Add Strings 2025-03-11 12:50:37 +09:00
DB p
1c79d51e27 Fix Change Theme render timing 2025-03-11 12:32:27 +09:00
DB p
4fd5e1558d - Adjust Setting order
- Fix Plugin Activation Icon display
2025-03-11 11:55:41 +09:00
dependabot[bot]
c1a80158e6
Bump StreamJsonRpc from 2.20.20 to 2.21.10
Bumps [StreamJsonRpc](https://github.com/microsoft/vs-streamjsonrpc) from 2.20.20 to 2.21.10.
- [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>
2025-03-09 07:24:13 +00:00
dependabot[bot]
8ca734ae06
Bump FSharp.Core from 9.0.101 to 9.0.201
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 9.0.101 to 9.0.201.
- [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-03-09 03:18:48 +00:00
DB p
f5d91550f2 Add Mica control in blur function 2025-03-09 10:16:02 +09:00
DB p
9510a076c8 Add Mica Background option 2025-03-09 09:55:04 +09:00
DB p
1345470683 - Revert blinking fix
- Remove win10 code
2025-03-09 08:40:13 +09:00
DB p
c63bb21554 Added Windows 10 check code 2025-03-08 21:05:02 +09:00
DB p
01d081d740 Revert Startup Blinking 2025-03-08 18:30:17 +09:00
DB p
46cdb2a273 Fix Blink issue when hidestartup mode (hide on) 2025-03-08 16:12:57 +09:00
DB p
40ca75a3f3 Adjust Comment, Adjust Shadow Timing. 2025-03-06 13:12:11 +09:00
DB p
90828d9daa Fix Shadow Timing 2025-03-05 07:00:38 +09:00
DB p
f0b1422f63 Change AddShadow Logic 2025-03-04 13:46:36 +09:00
DB p
ff18abcddd Change Window type 2025-03-04 12:49:46 +09:00
DB p
2cd51747a1 Adjust themes 2025-03-02 09:14:48 +09:00
DB p
f00f98cc5c Add Proprerty for blur themes 2025-03-02 08:20:45 +09:00
DB p
5b81cf5484 Adjust Shadow Effect 2025-03-02 07:51:20 +09:00
DB p
70543d2378 Add WindowCornerRadius Property function 2025-03-02 06:10:29 +09:00
DB p
bbdb58989c Add BGcolor style for blur mode 2025-03-02 04:41:05 +09:00
Jack251970
4e4758677f Remove unneccessary CreateSettingPanel by introducing need check 2025-03-01 19:21:09 +08:00
Jack Ye
cb48f818cb
Merge branch 'dev' into loading_bar 2025-03-01 09:19:20 +08:00
Jack251970
c06042f96b Fix API instance create twice issue & Make PluginManager.API private 2025-02-28 17:03:53 +08:00
Jack251970
5c48acad89 Add loading api functions for all plugins 2025-02-28 11:26:14 +08:00
DB p
912c9917b3 Fix theme.cs 2025-02-28 12:19:19 +09:00
DB p
4426bed134 Merge Dev 2025-02-28 12:15:53 +09:00
DB p
10bbccb787 Add theme compatibility code 2025-02-25 02:42:27 +09:00
DB p
53cb94dc60 Fix first load issue 2025-02-24 15:16:11 +09:00
Jack251970
ad63b0e7f4 Improve code quality for field names 2025-02-23 19:48:38 +08:00
Jack251970
e989b5ac28 Add instance obsolete message 2025-02-23 14:35:37 +08:00
Jack251970
d4f90999c7 Improve constructor injection for updater 2025-02-23 13:55:33 +08:00
Jack251970
a3964f5667 Remove instance for Internationalization & Theme 2025-02-23 13:51:37 +08:00
Jack251970
39d7187713 Use constructor injection for updater 2025-02-23 13:27:39 +08:00
Jack251970
cdf02d588f Resolve conflicts 2025-02-23 13:18:03 +08:00
Jeremy Wu
2bc9203be6
Merge pull request #3219 from Jack251970/delete_plugin_settings
Support deleting plugin settings when uninstalling plugins
2025-02-23 15:29:25 +11:00
Jack251970
58f8aaa810 Show message when failed to remove plugin settings & Improve code quality 2025-02-23 09:29:24 +08:00
DB p
270f5b3ca0 Base Structure for fluent window 2025-02-23 09:48:33 +09:00
Jeremy Wu
cc463c86ed
Merge pull request #3081 from Flow-Launcher/taooceros-patch-1
Reload Context
2025-02-23 11:01:13 +11:00
DB p
3e9a0e2c71 Added basic structure for fluent window 2025-02-23 06:10:41 +09:00
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
8b6dcd0afe
Merge branch 'dev' into dev4 2025-02-19 17:13:51 +08:00