Commit Graph

1671 Commits

Author SHA1 Message Date
Jeremy Wu
4a6242b3a0 Add initial disable program code 2019-09-08 22:18:55 +10:00
Jeremy Wu
b540cc8ac4 Refactor Plugins.Program 2019-09-08 22:16:47 +10:00
Jeremy Wu
5fb0402216 Updated button positions and name 2019-09-07 16:28:16 +10:00
Jeremy Wu
bc202ecc98 Add disable programs functionality 2019-09-07 15:58:13 +10:00
Jeremy Wu
9d3f0d45d5 Add display of all loaded applications 2019-09-06 08:06:51 +10:00
Jeremy Wu
f51c391e84 Enable user selected program loading only
Update logic, add program source only loading
2019-09-05 08:05:17 +10:00
Jeremy Wu
dedac39d99 Increase error message fade from 1 to 5 secs 2019-08-21 08:37:50 +10:00
Jeremy Wu
fe6d7d16c8 Handling chrome browser not installed 2019-08-21 08:30:18 +10:00
Jeremy Wu
1761f63acd
Merge pull request #13 from jjw24/update_browserbookmarks_open_newbrowser
Update BrowserBookmarks plugin to open in new browser window
2019-08-20 07:48:14 +10:00
Jeremy Wu
e58b09c1ea Merge branch 'master' into update_browserbookmarks_open_newbrowser 2019-08-20 07:47:01 +10:00
Jeremy Wu
7c7e2c4f3d
Merge pull request #12 from jjw24/add_sharedplugin_commands
Add shared commands for all default plugins to use
2019-08-20 07:45:24 +10:00
Jeremy Wu
20abcaa011
Merge pull request #6 from jjw24/update_websearchplugin_as_systemplugin
Wox.Plugin.WebSearches- Update plugin to search web without specific action key word
2019-08-20 07:43:37 +10:00
Jeremy Wu
297e6543de
Merge pull request #5 from jjw24/update_plugin_openurl_newbrowser
Wox.Plugin.URL- Open URL in new window browser
2019-08-20 07:38:09 +10:00
Jeremy Wu
ec54f9a549
Update README.md build instructions for VS 2017/2019 2019-08-20 06:44:51 +10:00
Jeremy Wu
c064ca3ca9
Merge pull request #4 from jjw24/update_readme_buildinstructions
Update readme VS build instructions
2019-08-20 06:37:28 +10:00
Jeremy Wu
56bd31fe22
Update README.md build instructions for VS 2017/2019 2019-08-20 06:30:25 +10:00
Jeremy Wu
718b189f19
Merge pull request #11 from jjw24/add_browserbookmarks_defaultplugin
Add BrowserBookmarks plugin as default plugin
2019-08-15 23:06:16 +10:00
Jeremy Wu
563209d080
Merge pull request #7 from jjw24/fix_postbuild_script
Fix post_build.ps1 script failing due to PS ExecutionPolicy
2019-08-07 20:04:55 +10:00
Jeremy Wu
ca71c700c7
Merge pull request #10 from jjw24/add_blackandwhite_theme
Add Black And White Theme
2019-08-07 19:58:49 +10:00
Jeremy Wu
585e2627bf Use shared command and open in new browser window 2019-08-06 22:23:41 +10:00
Jeremy Wu
579bbe2b86 Merge branch 'add_sharedplugin_commands' into update_browserbookmarks_open_newbrowser 2019-08-06 22:20:57 +10:00
Jeremy Wu
5138644dc8 Merge branch 'add_browserbookmarks_defaultplugin' into update_browserbookmarks_open_newbrowser 2019-08-06 22:15:10 +10:00
Jeremy Wu
2310d36604 update 2019-08-06 22:00:38 +10:00
Jeremy Wu
7d9e848edb use shared commands 2019-08-06 21:58:46 +10:00
Jeremy Wu
a3770a8947 Merge branch 'add_sharedplugin_commands' into update_plugin_openurl_newbrowser 2019-08-06 21:51:46 +10:00
Jeremy Wu
06d4a82706 Add shared commands and move to shared 2019-08-06 21:49:51 +10:00
Jeremy Wu
c0095dc385 Merge branch 'add_sharedplugin_commands' into update_websearchplugin_as_systemplugin 2019-08-06 21:40:46 +10:00
Jeremy Wu
07060a8584 Add shared commands for plugins to use 2019-08-06 21:27:54 +10:00
Jeremy Wu
784e54f217 Add BrowserBooks plugin as default plugin 2019-08-06 20:36:28 +10:00
Jeremy Wu
104156d084 update 2019-08-04 22:08:38 +10:00
Jeremy Wu
48180b7ee8 update 2019-08-04 22:06:32 +10:00
Jeremy Wu
ef34a63f7a Update Initialisation of plugin method
Handle when plugin has a mix of global and non-global action keywords
2019-08-04 21:47:05 +10:00
Jeremy Wu
45483809c5 Update RemoveActionKeyword method
Update the method to handle removal when a plugin has multiple ActionKeywords ie. mix of global and non-global ActionKeywords
2019-08-04 21:44:56 +10:00
Jeremy Wu
9d89c1d692 update 2019-08-04 21:38:36 +10:00
Jeremy Wu
cb4fde9a0b Mini refactor
Move Process.Start to static class level
2019-08-04 11:42:08 +10:00
Jeremy Wu
8f17a49a24 Add Black And White Theme 2019-08-02 22:35:58 +10:00
Jeremy Wu
e18e923ac6 Bugfix and update
Fix bug when no browser path specified will be null instead of .Length == 0. 

Add open url in new browser window by default
2019-08-02 22:14:08 +10:00
Jeremy Wu
ed3b939477 Merge branch 'fix_postbuild_script' into update_plugin_openurl_newbrowser 2019-08-02 19:31:14 +10:00
Jeremy Wu
977d21c929
Bug fix- Edit & Delete buttons will crash if selected search source is null
SelectedSearchSource will be null if the user clicks on Edit or Delete after finishing with previous edit and not highlighting the search source again.
2019-08-02 13:18:38 +10:00
Jeremy Wu
89f0cdffc7
Update Main.cs 2019-08-02 12:32:02 +10:00
Jeremy Wu
9685dca4de Simplified command with Bypass 2019-08-02 00:39:08 +10:00
Jeremy Wu
010218b5ce Fix post_build.ps1 script failing due to PS ExecutionPolicy 2019-08-01 23:27:21 +10:00
Jeremy Wu
52252453d9 Update WebSearch plugin as System Plugin or User Plugin 2019-08-01 20:55:13 +10:00
Jeremy Wu
057108882f Open URL in new window browser 2019-08-01 20:52:50 +10:00
Jeremy Wu
90b3cfcf9f
Merge pull request #3 from itziksi/branch_itziksi_1
Added build instructions for VS 2019
2019-08-01 08:00:46 +10:00
Jeremy Wu
4231d7b50a
Merge pull request #1 from jjw24/add_folderplugin_displaylocation
Add folder location display to Wox.Plugin.Folder
2019-07-31 20:39:26 +10:00
Jeremy Wu
b85632cc99 Add folder location display 2019-07-31 20:11:50 +10:00
Itzik S
1b81570338 added build instructions for VS 2019 2019-06-24 18:01:00 +03:00
CHU Zhaowei
0e03b951d4 Merge branch 'dev'
# Conflicts:
#	Wox.Core/Resource/AvailableLanguages.cs
2019-06-21 14:34:11 +08:00
Jan-Henrich Mattfeld
6d05600eaf Link F1 help to current website (#2414)
Pressing F1 leads to the - now unavailable - old wox website.

The updated URL should be http://doc.wox.one/

#2413
2019-06-21 14:29:18 +08:00