greenshot/PluginExample
RKrom 72b3f774ce Made ini-binding for the form
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1784 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-04-17 14:42:41 +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
ExampleForm.cs Made ini-binding for the form 2012-04-17 14:42:41 +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 Made ini-binding for the form 2012-04-17 14:42:41 +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 Made ini-binding for the form 2012-04-17 14:42:41 +00:00
SettingsForm.Designer.cs Made ini-binding for the form 2012-04-17 14:42:41 +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