greenshot/PluginExample
2012-04-04 13:46:14 +00:00
..
Properties Cleanup of plugin names and made sure the plugin writer gets credit for his work. 2012-03-31 20:18:17 +00:00
AnnotateProcessor.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:45:50 +00:00
GreyscaleProcessor.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:45:50 +00:00
PluginExample.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:45:50 +00:00
PluginExample.csproj Fixed build 2012-03-13 07:10:35 +00:00
PluginExampleConfiguration.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:45:50 +00:00
SettingsForm.cs Refactoring the interop code to a separate project. Still need to add the interop DLL to the final exe... or maybe I want to use references inside the projects... 2012-03-06 17:45:50 +00:00
SettingsForm.Designer.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
SimpleOutputDestination.cs Changed IDestination, added a manuallyInitiated so the destination can change its behavior depending on the flag. An example use-case would be the word exporter: if the flag is false, which it would be if the word destination is set as THE destination, it would add to the current document if one is available otherwise create a new. This makes it possible to have a kind of session behavior. 2012-04-04 13:46:14 +00:00