Vic
|
115d3a58f4
|
Add custom monitor number selection combobox
|
2023-03-20 17:50:53 +08:00 |
|
Vic
|
a337c8a326
|
Refactor multi monitor support
|
2023-03-16 12:18:00 +08:00 |
|
DB p
|
55b247f540
|
- Add Primary/Second/Custom Position in window position setting
- Adjust Strings
- Rename WindowPosition Setting
|
2023-03-13 12:29:52 +09:00 |
|
Vic
|
d227a0a158
|
Fix Key.None logic
|
2023-02-25 15:18:00 +08:00 |
|
Vic
|
343cdf2ad4
|
Fix preview hotkey issue
Check if preview hotkey is a valid KeyGesture when setting and loading
Ban more printable characters
|
2023-02-25 15:00:19 +08:00 |
|
Jeremy Wu
|
aa4f3a9350
|
Merge pull request #1745 from Flow-Launcher/net7.0
Update to .Net 7
|
2023-02-07 07:33:11 +11:00 |
|
Hongtao Zhang
|
704c26ca3d
|
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into net7.0
|
2023-02-04 11:52:15 -06:00 |
|
Kevin Zhang
|
4e1d59bde3
|
fix the missing parathesis
|
2023-01-27 09:38:39 -06:00 |
|
Kevin Zhang
|
52fcc68448
|
Move over Copy
Move might be better since Replace delete the original file
|
2023-01-27 00:01:47 -06:00 |
|
Kevin Zhang
|
7e350b64ba
|
Fix Error of loading backup when original file doesn't exists
|
2023-01-26 23:59:19 -06:00 |
|
Hongtao Zhang
|
51fac77097
|
Use File.Move when the setting file does not exists
|
2023-01-24 20:42:53 -06:00 |
|
Jeremy Wu
|
f517343c11
|
update error message
|
2023-01-23 09:17:09 +11:00 |
|
Jeremy Wu
|
fe8ad49d2a
|
Merge branch 'dev' into atomic_setting_save
|
2023-01-23 09:14:11 +11:00 |
|
Jeremy Wu
|
d2cc5760ca
|
Merge pull request #1770 from VictoriousRaptor/FixPreviewHotkey
Validate hotkey when setting it
|
2023-01-19 08:08:04 +11:00 |
|
Kevin Zhang
|
d7f4dac2d7
|
Merge branch 'dev' into net7.0
|
2023-01-11 17:55:27 -06:00 |
|
DB P
|
f6eeec7b3d
|
Merge branch 'dev' into dynamic_height
|
2023-01-12 08:25:51 +09:00 |
|
Vic
|
3a8162be49
|
Ban alphanumeric keys
|
2023-01-12 00:27:26 +08:00 |
|
Vic
|
203705bda1
|
Use compound assignment
|
2023-01-12 00:27:26 +08:00 |
|
Vic
|
3f6ab55ae7
|
Use properties for hashcode
|
2023-01-11 16:14:50 +08:00 |
|
Vic
|
72f8b9e052
|
Refactor HotkeyModel validation logic
|
2023-01-11 16:11:34 +08:00 |
|
Jeremy Wu
|
a54fe210d0
|
add slash to active explorer path return string
|
2023-01-11 07:51:05 +11:00 |
|
Vic
|
0c58c2b4f9
|
Ban single character key
|
2023-01-10 15:01:30 +08:00 |
|
Hongtao Zhang
|
48d3193876
|
Fix spelling
|
2023-01-09 09:56:48 -06:00 |
|
Vic
|
1defb6a417
|
Refactor HotkeyModel
|
2023-01-09 18:02:50 +08:00 |
|
Hongtao Zhang
|
f109fb8a3c
|
Notify MaxResultsToShow to trigger max height change when changing theme
|
2023-01-08 20:05:07 -06:00 |
|
Hongtao Zhang
|
8b517954ef
|
Try Atomic Save for Setting
|
2023-01-07 13:11:43 -06:00 |
|
Hongtao Zhang
|
55dee4f471
|
Use the explorer window with the lowest z-index to allow active explorer path be a built-in shortcut
|
2023-01-03 23:05:35 -05:00 |
|
Hongtao Zhang
|
db354a23a5
|
Update to .Net 7
|
2022-12-30 19:12:11 -05:00 |
|
Garulf
|
25ec84325a
|
Merge branch 'dev' into FixImageCache
|
2022-12-29 11:32:53 -05:00 |
|
VictoriousRaptor
|
f42f87c766
|
Merge pull request #1709 from VictoriousRaptor/LazyLoadPreview
Lazy load preview image
|
2022-12-29 21:17:20 +08:00 |
|
Vic
|
e83e21dddb
|
Add TryGetValue for ImageLoader
|
2022-12-29 11:44:49 +08:00 |
|
Vic
|
a40e15f727
|
Remove duplicate null check
null check is done in ContainsKey()
|
2022-12-29 11:18:51 +08:00 |
|
Vic
|
b5c48058cb
|
Fix ImageCache when loading full image
No need to append ImageType to path. loadfullimage==true already indicates that it's a full image.
|
2022-12-28 15:10:12 +08:00 |
|
Jeremy Wu
|
7da7e608b1
|
Merge branch 'dev' into add_nodejs_env
|
2022-12-27 15:43:49 +09:30 |
|
dependabot[bot]
|
596c82a7b9
|
Bump Microsoft.VisualStudio.Threading from 17.3.44 to 17.4.27
Bumps [Microsoft.VisualStudio.Threading](https://github.com/microsoft/vs-threading) from 17.3.44 to 17.4.27.
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/compare/v17.3.44...v17.4.27)
---
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>
|
2022-12-26 22:15:20 +00:00 |
|
VictoriousRaptor
|
fa21230160
|
Remove todo
|
2022-12-26 14:18:38 +08:00 |
|
Jeremy
|
d386735301
|
Merge remote-tracking branch 'origin/dev' into add_nodejs_env
|
2022-12-25 05:09:16 +11:00 |
|
Vic
|
cc45deec8b
|
Add preview hotky in settings
|
2022-12-23 13:29:32 +08:00 |
|
Jeremy Wu
|
5af272ad0b
|
Merge branch 'dev' into add_nodejs_env
|
2022-12-20 20:56:46 +11:00 |
|
DB p
|
5cc4a36762
|
Add StartEn Setting
|
2022-12-20 13:35:20 +09:00 |
|
Jeremy Wu
|
3dda61866c
|
Merge pull request #1360 from onesounds/ImagePreview
Preview Panel
|
2022-12-07 21:44:57 +11:00 |
|
DB p
|
075a1a3cce
|
Adjust Preview area Size / Add Source Resize Logic
|
2022-12-06 23:04:18 +09:00 |
|
dependabot[bot]
|
1e42bc9c98
|
Bump System.Drawing.Common from 5.0.3 to 7.0.0
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 5.0.3 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.3...v7.0.0)
---
updated-dependencies:
- dependency-name: System.Drawing.Common
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-05 22:07:54 +00:00 |
|
Jeremy
|
cef53bce96
|
add empty string defaults to plugin executable paths
|
2022-12-02 19:27:04 +11:00 |
|
Jeremy
|
5975b6e5c8
|
plugin env paths correction after update or mode change
|
2022-12-01 14:40:24 +11:00 |
|
Jeremy Wu
|
07bc2a70b6
|
remove PythonEmbeddable location
|
2022-11-28 21:22:49 +11:00 |
|
Jeremy Wu
|
9eb5489863
|
update setting's environment file paths after app update
|
2022-11-28 08:44:42 +11:00 |
|
Jeremy Wu
|
2dba51861f
|
Merge remote-tracking branch 'origin/dev' into add_nodejs_env
|
2022-11-27 12:48:07 +11:00 |
|
DB p
|
3aa3cf3cff
|
Fix List Icon Blurry
|
2022-11-27 02:17:13 +09:00 |
|
DB p
|
6be5680a23
|
Merge Image Loading
|
2022-11-27 01:28:57 +09:00 |
|