greenshot/GreenshotPlugin/Core
2012-10-10 14:18:05 +00:00
..
AbstractDestination.cs Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent. 2012-10-10 14:18:05 +00:00
AbstractProcessor.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
AccessibleHelper.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
BitmapBuffer.cs Fixed shadow with transparency issue. 2012-09-25 12:19:22 +00:00
Cache.cs Some small fixes for different parts of code. 2012-09-24 14:57:02 +00:00
ClipboardHelper.cs Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function. 2012-09-25 11:36:52 +00:00
CoreConfiguration.cs Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent. 2012-10-10 14:18:05 +00:00
CredentialsHelper.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
DisplayKeyAttribute.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
EmailConfigHelper.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
EncryptionHelper.cs Added the possibility to automatically encrypt/decrypt a configuration value by setting "Encrypted" in the ini to true. Also added a small OAuth example in the ImgurUtils, for later usage. 2012-09-09 13:53:53 +00:00
EnumExtensions.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
ExtensionAttribute.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
FilenameHelper.cs Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function. 2012-09-25 11:36:52 +00:00
GreenshotResources.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
GreenshotResources.resx Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent. 2012-10-10 14:18:05 +00:00
IEHelper.cs Fixed (hopefully) resource issues when changing something in the Designer 2012-04-01 10:56:25 +00:00
ImageHelper.cs Fixed hard coded Encoder, if sometime the encoder order changes this would have broken the code. Also removed a stream wrapper. 2012-10-09 10:01:37 +00:00
ImageOutput.cs Fixed hard coded Encoder, if sometime the encoder order changes this would have broken the code. Also removed a stream wrapper. 2012-10-09 10:01:37 +00:00
InterfaceUtils.cs Making the plugins behave more stable, fixing a part of Bug #3528518 2012-05-23 09:21:02 +00:00
JSONHelper.cs Added JSONHelper.cs, which has a JSON Parser. Should be removed when upgrading from .NET 2.0 to 3.5 or higher as we have framework solutions. 2012-09-21 10:49:09 +00:00
Language.cs Fixed problem when invalid language was specified in the ini file. 2012-09-19 13:51:19 +00:00
LogHelper.cs Fixed design-time displaying of the language mappings 2012-04-17 12:52:46 +00:00
NetworkHelper.cs Due to a GDI+ issue with storing PNG images on a non seek able stream, which seems to be fixed with Windows 7, I moved stream-handling specific "fixes" as far "down" as possible. By doing this we should have the best performance and can fix problems easier. 2012-10-09 09:17:25 +00:00
OAuthHelper.cs Code reuse and cleanup. 2012-10-08 15:32:14 +00:00
Objects.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
PluginUtils.cs Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent. 2012-10-10 14:18:05 +00:00
QuantizerHelper.cs Fixed missing alpha blending and optimized performance. 2012-03-21 13:12:19 +00:00
SourceForgeHelper.cs More stability fixes 2012-05-23 15:35:58 +00:00
WindowCapture.cs Removed some unused code, and fixed a Editor-reuse issue. (No focus, and resize issues) 2012-09-28 12:17:31 +00:00
WindowsHelper.cs Small code optimization in GetActiveWindow, and bugfix in an unused method GetWindow (used for testing) 2012-10-05 10:24:35 +00:00