.. |
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 |
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
|
Added the possibility to call optipng, or eventually other optimizers, on the PNG file. This can be used with any PNG file, it's not important if there is an upload or saving to file, as the optimizer runs on a temporary file which is read back and than deleted. Was requested with feature request [#267]. This change only enables the functionality, there is not yet a GUI entry for it.
|
2013-03-25 13:42:21 +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
|
Code fixes, there was an error in the disposing of a DrawableContainer...
|
2013-03-26 16:40:25 +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
|
Optimizing: Replaced BitmapBuffer with FastBitmap, also changed some filters to use more GDI "hardware" instead of home-made pixel processing. Only on Windows 8 the blur is "slow", when radius < 20.
|
2013-03-11 16:44:34 +00:00 |
ImageOutput.cs
|
Added the possibility to call optipng, or eventually other optimizers, on the PNG file. This can be used with any PNG file, it's not important if there is an upload or saving to file, as the optimizer runs on a temporary file which is read back and than deleted. Was requested with feature request [#267]. This change only enables the functionality, there is not yet a GUI entry for it.
|
2013-03-25 13:42:21 +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
|
cleanup & small fixes. Added some more IBinaryContainer implementations which are used by plugins which aren't rolled out yet. (but I didn't want to loose the code)
|
2013-03-07 10:08:57 +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
|
Optimizing: Replaced BitmapBuffer with FastBitmap, also changed some filters to use more GDI "hardware" instead of home-made pixel processing. Only on Windows 8 the blur is "slow", when radius < 20.
|
2013-03-11 16:44:34 +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
|
Optimizing: Replaced BitmapBuffer with FastBitmap, also changed some filters to use more GDI "hardware" instead of home-made pixel processing. Only on Windows 8 the blur is "slow", when radius < 20.
|
2013-03-11 16:44:34 +00:00 |