Jeremy Wu
84de3a9336
Merge branch 'dev' into fix_blurblack_sugestion_textcolor
2020-07-05 21:21:23 +10:00
Jeremy Wu
5a86ff6b7c
fix blurblack theme suggestion font color not visible
2020-07-05 21:13:02 +10:00
Jeremy Wu
df931e8ddf
move query suggestion styling to base.xml
2020-07-05 21:12:28 +10:00
Jeremy Wu
2e8d6a18b6
version 1.1.1
2020-07-05 12:41:09 +10:00
Jeremy Wu
1a8aa6fdaf
Merge pull request #108 from JohnTheGr8/fix_include_processkiller
...
Fix: include the ProcessKiller plugin in release builds
2020-07-05 12:32:59 +10:00
Ioannis G
755add2518
fix build order in solution file
...
Make the `Flow.Launcher` project depend on the `ProcessKiller` project.
Currently, `Flow.Launcher` is built before the `ProcessKiller` plugin,
and therefore gets packaged (post-build script) without it.
2020-07-04 18:48:22 +03:00
Jeremy Wu
956ab1fd93
update appveyor version
2020-07-04 18:17:05 +10:00
Jeremy Wu
4961bf3138
bump version for release
...
Explorer, Plugin, Flow Launcher
2020-07-04 18:02:39 +10:00
Jeremy Wu
a828e9ca93
Merge pull request #103 from JohnTheGr8/plugin_process_killer
...
Add plugin: Process Killer
2020-07-04 12:40:06 +10:00
Ioannis G
daa112e087
ProcessKiller: add a readme
2020-07-03 17:37:40 +03:00
Ioannis G
2c5305827c
ProcessKiller: use process icon in context menu
2020-07-03 17:11:18 +03:00
Ioannis G
e2bef827db
ProcessKiller: split source to multiple files
2020-07-03 17:07:24 +03:00
Ioannis G
12281142c1
ProcessKiller: support spaces in process search
2020-07-03 15:44:13 +03:00
Ioannis G
6e6a74beb9
ProcessKiller: add context menu option
...
to kill all processes whose file path matches with the selected result.
2020-07-03 02:43:35 +03:00
Ioannis G
10ce003dac
ProcessKiller: change condition for batch kill
...
To avoid killing processes by mistake, only give the option to kill all
displayed processes when they are all instances of the same executable.
2020-07-03 02:10:41 +03:00
Ioannis G
563bf4d797
ProcessKiller: add i18n support
2020-07-03 01:16:33 +03:00
Ioannis G
a52575cc17
ProcessKiller: do not convert paths to lower-case
...
for consistency with other plugins
2020-07-03 00:34:10 +03:00
Ioannis G
d0e196cfed
ProcessKiller: highlight result title
2020-07-03 00:18:15 +03:00
Ioannis G
1707ec7222
ProcessKiller: quick refactoring
2020-07-03 00:16:11 +03:00
Jeremy Wu
46c9c5c15b
fix xml formatting for BlackAndWhite theme
2020-07-03 07:04:02 +10:00
Ioannis G
852750d1c6
start off the ProcessKiller plugin
...
This plugin is a direct port of Wox.Plugin.ProcessKiller from
https://github.com/theClueless/Wox.Plugins
2020-07-02 23:44:48 +03:00
Ioannis G
8f74316da3
merge PR #102 : fix the width of the blur effect
2020-07-02 15:34:13 +03:00
Ioannis G
1b3c750be6
Merge branch 'dev' into fix_blur_theme
2020-07-02 15:29:20 +03:00
Jeremy Wu
7bee28845f
Merge pull request #97 from Kalaschnik/IssueTemplates
...
Issue templates
2020-07-02 21:50:49 +10:00
Jeremy Wu
8a860ec674
fix the width of the blur effect
2020-07-02 21:29:13 +10:00
Steven Kalinke
8e38891c8b
Update IssueTemplate
2020-07-02 13:25:50 +02:00
Jeremy Wu
148ffd9c47
Merge branch 'dev' into IssueTemplates
2020-07-02 20:27:10 +10:00
Jeremy Wu
9fea313470
Merge pull request #100 from JohnTheGr8/remove_helloworld_plugins
...
Remove hello-world plugins
2020-07-01 21:23:35 +10:00
Ioannis G
ca20370e84
remove the hello-world plugins ( #96 )
2020-07-01 13:40:37 +03:00
Steven Kalinke
79bbab9e19
Merge branch 'IssueTemplates' of github.com:Kalaschnik/Flow.Launcher into IssueTemplates
2020-07-01 09:00:44 +02:00
Steven Kalinke
16c7d5c5b7
Add GitHub Issue Templates
2020-07-01 09:00:24 +02:00
Steven Kalinke
a0f931c1de
Add GitHub Issue Templates
2020-07-01 08:57:48 +02:00
Ioannis G
97ca6269b2
merge PR #94 : Explorer plugin enhancements
2020-06-30 18:43:43 +03:00
Jeremy Wu
bd64512643
add open containing folder to file results
2020-06-30 08:15:20 +10:00
Jeremy Wu
90b7559d32
show ToolTip directory path on current folder result
2020-06-30 07:53:46 +10:00
Jeremy Wu
492c02eea4
add custom plugin ToolTip on result hover over
2020-06-30 06:45:04 +10:00
Jeremy Wu
3fa3090ee3
Explorer plugin- change DefaultFolderSubtitleString to path
2020-06-30 06:20:22 +10:00
Jeremy Wu
718f68344a
Merge pull request #89 from Flow-Launcher/fix_environmentpath_caseinsensitive
...
Fix environment variable search to be case insensitive
2020-06-29 22:36:45 +10:00
Jeremy Wu
b183aa7562
Merge remote-tracking branch 'origin/dev' into fix_environmentpath_caseinsensitive
2020-06-29 21:53:11 +10:00
Jeremy Wu
95a1b9a968
fix typo
2020-06-29 21:53:01 +10:00
Ioannis G
c4470239de
merge PR #87 : Update appveyor version to 1.0.0
2020-06-29 14:39:05 +03:00
Jeremy Wu
5ff278230b
fix environment variable search to be case insensitive
2020-06-29 19:56:43 +10:00
Jeremy Wu
ef20e2eea5
update appveyor version to 1.0.0
2020-06-29 13:44:10 +10:00
Ioannis G
cbefd4e511
merge PR #83 : update plugin version to 1.0.0
2020-06-28 16:44:25 +03:00
Jeremy Wu
0304d1271d
update PackageVersion to 1.0.0
2020-06-28 15:43:17 +10:00
Jeremy Wu
4676a2a6ac
Merge pull request #77 from Flow-Launcher/fix_stringmatcher_resultweighting
...
Fix StringMatcher's score calculation on distance of first match
2020-06-28 12:24:46 +10:00
Jeremy Wu
2ff4ffdf91
Merge remote-tracking branch 'origin/dev' into fix_stringmatcher_resultweighting
2020-06-28 12:17:57 +10:00
Jeremy Wu
4c20dbc48d
Merge pull request #80 from JohnTheGr8/refactor_core_infra
...
Refactoring in Flow.Launcher.Core
2020-06-28 12:16:20 +10:00
Jeremy Wu
813147b419
Merge branch 'dev' into refactor_core_infra
2020-06-28 12:14:19 +10:00
Jeremy Wu
5dcd6608c3
Merge pull request #81 from Kalaschnik/Logo
...
Logo
2020-06-28 12:10:04 +10:00