Jeremy Wu
7161603856
Merge pull request #2585 from Flow-Launcher/longest-shortcut
...
match longest shortcut by default
2024-03-27 14:12:36 +11:00
Jeremy Wu
d8d006fee9
add comment
2024-03-27 13:56:10 +11:00
asafmahlev
10ebda8283
Added ctrl+shift+c
2024-03-18 12:11:25 +02:00
Hongtao Zhang
3ddf0cf6f6
match longest shortcut by default
2024-02-24 12:10:25 -06:00
Garulf
8f5c7e1f96
Prepend actionkeyword to suggestions
2024-02-04 10:12:21 -05:00
Garulf
b25c160aef
Clear cached context menu when hidden
2024-01-23 19:51:57 -05:00
Garulf
93ce99f8d9
Avoid re-building context result is unchanged
2024-01-23 19:51:25 -05:00
VictoriousRaptor
6625e91182
Use default SpecialKeyState
2023-11-20 23:20:59 +08:00
VictoriousRaptor
798d30ea27
Ignore modifier key when using key + number to launch result
...
- close #2191
- close #2425
2023-11-19 17:05:35 +08:00
Odotocodot
fa96132528
Add Plugin API -> VisibiltyChangedEventHandler
2023-07-03 22:42:41 +01:00
Alex Davies
9d0474585d
Refactored to describe via discrete speed settings
...
Can now select either Slow, Medium or Fast, or a user-defined Custom speed for the animation. Additionally, the speed is hidden when animations are disabled.
2023-06-23 18:42:36 +01:00
Alex Davies
bb7023ab25
Added Animation Length slider
...
Added a slider in Appearance to adjust the length of the open animation for the launcher. By default the animation should be the same as it was previously (the first part of the animation is about 10ms shorter so that the ratio is simpler - 2/3 instead of 25/36)
Currently only has language support for English and the length is adjustable from 100ms to 2000ms in steps of 10.
2023-06-23 03:15:30 +01:00
Jeremy Wu
0047d8accc
Merge pull request #2174 from JohnTheGr8/requery_enhancements
...
Improvements for re-queries
2023-06-13 18:04:52 +09:30
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
...
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Ioannis G
f22ce3788d
rename params to isReQuery for consistency
2023-06-11 16:19:41 +03:00
VictoriousRaptor
dcc7dbb918
Merge branch 'dev' into RemoveUnusedNuget
2023-06-11 18:36:04 +08:00
Jeremy Wu
2b862f702a
Make CopyToClipboard generic
2023-06-09 19:59:49 +10:00
Jeremy Wu
1ff328be03
update copy calls to use API CopyToClipboard method
2023-06-08 22:46:37 +10:00
Ioannis G
a360ac1b5f
Query: rename IsForced property to IsReQuery
2023-06-07 23:19:47 +03:00
Ioannis G
fa783a9cd4
bind Ctrl + R to re-running the current query
2023-06-06 13:06:39 +03:00
Ioannis G
0b05e954e5
add Query.IsForced property
...
When a plugin is processing a query, it can check the `IsForced` property
to decide if the results will be served from cache or not.
2023-06-06 12:57:44 +03:00
Garulf
488c8e81b8
Update docstring
2023-06-04 17:13:48 -04:00
Garulf
f019bb2284
Remove result logic so this method can be reused
2023-05-19 00:55:41 -04:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget
2023-05-04 21:14:13 +08:00
Vic
d9b70e69f3
Refactor save settings logic
...
SettingWindowViewModel.Save() only saves Flow settings
2023-04-25 22:38:36 +08:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
e9c402eb60
Fix reset to results logic
2023-04-03 14:09:36 +08:00
Vic
12da405387
Merge remote-tracking branch 'upstream/dev' into ResetWindowWhenShowUp
2023-04-03 13:15:08 +08:00
Vic
68f2af611e
Merge branch 'PrimaryMonitor' of https://github.com/onesounds/Flow.Launcher into pr/1978
2023-03-20 20:49:45 +08:00
Vic
4092ef83ea
Formatting
2023-03-20 20:31:49 +08:00
DB P
4f0ea01764
Merge branch 'dev' into PrimaryMonitor
2023-03-20 19:20:23 +09:00
Vic
115d3a58f4
Add custom monitor number selection combobox
2023-03-20 17:50:53 +08:00
DB P
0c6822597e
Merge pull request #1983 from onesounds/GridSplitter
2023-03-14 19:01:59 +09:00
DB p
298a003d2e
Add Grid Splitter for preview resizing
2023-03-14 11:59:44 +09:00
DB p
805af30cde
Fix Wrong Version Check
2023-03-13 16:05:00 +09: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
Jeremy Wu
0754568439
update comment
2023-02-27 06:59:12 +11: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
Vic
072113a127
Expand builtin shortcuts when needed
2023-01-12 17:06:23 +08:00
DB P
f6eeec7b3d
Merge branch 'dev' into dynamic_height
2023-01-12 08:25:51 +09:00
Hongtao Zhang
48d3193876
Fix spelling
2023-01-09 09:56:48 -06:00
Hongtao Zhang
4a0891cac7
revise theme structure to achieve the property update
2023-01-09 09:39:50 -06:00
Kevin Zhang
5e0adbaf36
Remove await Task.Run for IconDelegate ( #1704 )
...
Let's trust plugin developer when they use that for icon
2023-01-09 23:03:10 +08:00
Hongtao Zhang
a92ebf5756
Dynamic Height and Dynamic Icon Size
2023-01-08 16:31:37 -06:00
Vic
4d10089e3f
Refactor clear log folder logic
...
Clear logs of all versions
Use binding for button text
Move open log dir to vm
2023-01-02 23:03:20 +08:00
VictoriousRaptor
f42f87c766
Merge pull request #1709 from VictoriousRaptor/LazyLoadPreview
...
Lazy load preview image
2022-12-29 21:17:20 +08:00
Vic
62821d37dd
Use Visibility for consistency
2022-12-29 13:13:28 +08:00
Vic
e83e21dddb
Add TryGetValue for ImageLoader
2022-12-29 11:44:49 +08:00
Vic
35d96bde84
Fix logic for imagepath and delegate
2022-12-28 21:45:30 +08:00
Vic
617d2f5efb
Use separate variable for preview image
2022-12-28 21:38:56 +08:00