PowerToys/Wox.Plugin
bao-qian 245cffc4f7 Refactoring visibility related events
1. remove unnecessary events from MainViewModel
2. remove usage of Obsolete api (show, hide etc)
3. fix space problem in #660
4. part of #486
5. fix up/down key bug introduced in 92b7ca6a1bafd254e39ee92812ff691906cd85c1
6. fix #678
2016-05-25 01:19:46 +01:00
..
Features Optimize using 2016-01-06 06:45:08 +00:00
Properties Add solution level AssemblyInfo file, and bump version 2015-11-28 10:47:49 +00:00
ActionContext.cs Add modifier key support when user action items. 2014-02-09 20:55:18 +08:00
AllowedLanguage.cs Optimize using directives 2015-10-30 23:23:01 +00:00
BaseModel.cs More data bindings (MaxResultsToShow + ActivatedTimes) 2016-05-25 01:03:52 +01:00
EventHandler.cs Optimize using directives 2015-10-30 23:23:01 +00:00
Feature.cs We don't need use ping to test website speed 2016-05-05 20:26:19 +01:00
FodyWeavers.xml Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
IHttpProxy.cs Pack python env to zip 2014-07-18 20:00:55 +08:00
IPlugin.cs Revert last two commits pushed by @aaroncampf, which will cause build erros. 2014-05-25 18:11:27 +08:00
IPublicAPI.cs Refactoring visibility related events 2016-05-25 01:19:46 +01:00
ISettingProvider.cs Optimize using directives 2015-10-30 23:23:01 +00:00
packages.config Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
PluginInitContext.cs Optimize using directives 2015-10-30 23:23:01 +00:00
PluginMetadata.cs More data bindings (MaxResultsToShow + ActivatedTimes) 2016-05-25 01:03:52 +01:00
PluginPair.cs Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
Query.cs Fix PluginIndicator for multiple action keywords 2015-11-06 01:16:37 +00:00
README.md Update the installer 2014-12-29 21:55:27 +08:00
Result.cs Web search suggestion is loaded async 2016-05-05 16:08:48 +01:00
Wox.Plugin.csproj More data bindings (MaxResultsToShow + ActivatedTimes) 2016-05-25 01:03:52 +01:00

What does Wox.Plugin do?

  • Define base objects and interfaces for plugins
  • Plugin Author who making C# plugin should reference this DLL via nuget