greenshot/GreenshotPlugin/Core
2013-03-01 08:49:30 +00:00
..
AbstractDestination.cs Fixed an issue where the destination picker is displayed while we are already in the destination. This is done by storing the value of the clicked item in the ContextMenuStrip.Tag property, if this is null the user didn't click on the menu but somewhere else and we cancel the close... if the value is set, the user clicked on the menu and the close is allowed. 2013-02-20 09:45:34 +00:00
AbstractProcessor.cs First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed. 2013-02-12 18:43:56 +00:00
AccessibleHelper.cs First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed. 2013-02-12 18:43:56 +00:00
AnimationHelpers.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
BinaryStructHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
BitmapBuffer.cs Fixed an issue with the FastBitmap, renamed methods in the BitmapBuffer to be equal to the FastBitmap implementation. In general it's now very easy to switch from the BitmapBuffer to the FastBitmap implementation, but one should consider that the BitmapBuffer checks the x,y if they are inside... and supports a "apply rectangle". Had to "refactor" the CreateBlur for this. Changed the CreateShadow to work with the BoxBlur, this changes the time to create a shadow of a 1280x1024 from ~2.6 to ~1.2 seconds on my PC... which is still slow. The resulting effect seems to be extremely similar... good enough for me. 2013-02-12 16:36:09 +00:00
Cache.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
ClipboardHelper.cs Removed an unneeded clone, which I found while fixing a problem with copying images FROM an Outlook mail. The problem is that PNG is on the clipboard, but this image is cropped! Taking the Dib format solved the issue... 2013-02-11 16:33:52 +00:00
CoreConfiguration.cs changed default print options (rotate and enlarge are no longer selected by default) 2013-02-17 14:05:22 +00:00
CredentialsHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
DisplayKeyAttribute.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
Effects.cs Did a compare on the shadow code, with and without GDI. Wasn't happy with the difference, so I made sure they are equal (as far as I can see). 2013-03-01 08:49:30 +00:00
EmailConfigHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
EncryptionHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
EnumExtensions.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
ExtensionAttribute.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
FastBitmap.cs Added alpha-blending to the Quantizer, otherwise the colors would be counted wrong and look like sh*t. 2013-02-27 17:17:31 +00:00
FilenameHelper.cs First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed. 2013-02-12 18:43:56 +00:00
GreenshotResources.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
GreenshotResources.resx Removed large image 2012-12-10 11:57:42 +00:00
IEHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
ImageHelper.cs Did a compare on the shadow code, with and without GDI. Wasn't happy with the difference, so I made sure they are equal (as far as I can see). 2013-03-01 08:49:30 +00:00
ImageOutput.cs Small fix for compositing mode and a log statement. 2013-02-27 17:22:43 +00:00
InterfaceUtils.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
JSONHelper.cs Cleanup of using statements 2012-10-17 12:21:12 +00:00
Language.cs First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed. 2013-02-12 18:43:56 +00:00
LogHelper.cs Fixed log file not being created. 2013-01-25 13:10:35 +00:00
NetworkHelper.cs First code analysis changes, this "should" make Greenshot more stable and implement things as is supposed. 2013-02-12 18:43:56 +00:00
OAuthHelper.cs Preventing that the Photobucket login is shown while using the Dynamic-Destination picker "mouse-over". 2013-02-20 12:02:37 +00:00
Objects.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
PluginUtils.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
QuantizerHelper.cs Added alpha-blending to the Quantizer, otherwise the colors would be counted wrong and look like sh*t. 2013-02-27 17:17:31 +00:00
SourceForgeHelper.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
WindowCapture.cs updated copyright notice for 2013 2013-01-20 20:18:49 +00:00
WindowsHelper.cs Cleanup for code-analyses 2nd phase 2013-02-13 11:45:51 +00:00