greenshot/GreenshotPlugin/Core
RKrom b3545fe98d Added comment
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2108 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
2012-09-28 23:11:37 +00:00
..
AbstractDestination.cs Refactored PluginUtils to have the GetExePath and GetExeIcon, which was needed for giving the ExternalCommandPlugin an icon. 2012-09-19 10:05:26 +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 Added comment 2012-09-28 23:11:37 +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 Removed Freehand rotate, didn't get it working and changed the resx files from Version 4 to 2 as this causes problems in Visual C# Express 2010 2012-04-02 17:09:45 +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 some interface usage, also cleanup of the surface & editor code. This should theoretically allow usage of home made IDrawableContainer objects, which plug-ins supply. 2012-09-26 16:57:16 +00:00
ImageOutput.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
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 Made the OAuth implementation work as specified, Imgur is working but the others need to be checked. 2012-09-18 15:07:17 +00:00
OAuthHelper.cs OAuth refactoring, making Photobucket work. 2012-09-20 11:37:47 +00:00
Objects.cs Fixed Copyright to 2012 2012-02-13 09:06:09 +00:00
PluginUtils.cs Refactored PluginUtils to have the GetExePath and GetExeIcon, which was needed for giving the ExternalCommandPlugin an icon. 2012-09-19 10:05:26 +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 Some oAuth fixes for Imgur & Photobucket. Still having problems with Photobucket... 2012-09-12 12:43:02 +00:00