PowerToys/src/modules/launcher/Wox.Plugin
Divyansh Srivastava 397b1533f0
Somil55/merge wpf to master (#3840)
* Basic WPF searchbox working

* Updated key navigation and removed coldstart for searhbox

* refactored and added code back in commented

* Removed XAML Island references

* Basic searchbox+listview working

* Getting a bit more back

* got color there

* Result list bit better now

* Added image loader for WPF Image

* Partially got the context menus rendering again

* adjusting coldstart to load, control will load with main form

* getting context menus back

* mouse over works now

* Click now works, started to remove Win.XAML references

* being a bit more forcusful on focus

* Shadow text is not aligned

* fixing focus if listbox was used

* small tweak to fix shadow text

* inputs don't work but gotta figure out why.  commenting out

* preview text

* adding back in delay

* fixed height issue

* Applied the correct context button styles

* Created custom ItemContainerStyle to fix the blue highlights behind the command buttons

* Applied the correct highlight / mouseover styling

* Removed vertical scrollbar in listview

* fixed for alt-space prompt

* Fixed right click focus issue

* Somil55/wpf modifier keys (#3378)

* Removed DPI change as it was not required

* Global key hooks for context menu items

* Updated Key for shell, folder and indexer plugin

* Updated key mapping for indexer plugin

* Somil55/wpf context menu selection (#3389)

* Removed DPI change as it was not required

* Global key hooks for context menu items

* Updated Key for shell, folder and indexer plugin

* Updated key mapping for indexer plugin

* Add trigger to selection on tabbing

* Minor shadow adjustments so its more similiar to default shell shadow. Added intro/outro animations

* Added UWP-like scrollbar style for the results list

* Fixed formating and naming

* Removed Powerlauncher UI project

* Update PowerToys.sln

* Commented out scrollbar and fade in/out animations

* Added missing features from UWP branch

* Fixed formatting for Product.wxs

* Add dragging to WPF window

Co-authored-by: Clint Rutkas <clint@rutkas.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2020-06-01 12:35:37 -07:00
..
Features Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Interfaces Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Properties Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
SharedCommands Spelling: ... wox (#3775) 2020-05-27 08:05:54 -07:00
ActionContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
AllowedLanguage.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
BaseModel.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
ContextMenuResult.cs Somil55/merge wpf to master (#3840) 2020-06-01 12:35:37 -07:00
EventHandler.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Feature.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPlugin.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPublicAPI.cs Spelling: ... src/modules/launcher (#3694) 2020-05-25 17:27:13 -07:00
ISettingProvider.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginInitContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginMetadata.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginPair.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Query.cs spelling: separator (#3751) 2020-05-26 18:10:58 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs Somil55/merge wpf to master (#3840) 2020-06-01 12:35:37 -07:00
Wox.Plugin.csproj Fix double compile issue for Launcher and Settings (#2759) 2020-05-08 09:07:18 -07:00

What does Wox.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins