.. |
AbstractDestination.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
AbstractProcessor.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
AccessibleHelper.cs
|
Fixed Copyright to 2012
|
2012-02-13 09:06:09 +00:00 |
AnimationHelpers.cs
|
Finished color flow (shine), the animation might still need some changes...
|
2012-12-08 00:02:53 +00:00 |
BinaryStructHelper.cs
|
Tested the fixes for bug #3576125, this now should work... although there might be some cases where reading the clipboard doesn't work as supposed. I added a configuration setting, but didn't add it to the expert settings due to a lack of "space". (Did fix the spacing of the checkboxes though)
|
2012-10-25 07:54:32 +00:00 |
BitmapBuffer.cs
|
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
|
2012-12-20 12:33:17 +00:00 |
Cache.cs
|
Fixed LogManager access to use non strings, this prevents future refactoring problems.
|
2012-11-08 17:03:46 +00:00 |
ClipboardHelper.cs
|
Refactoring to prevent that the image for the clipboard is created multiple times. Code could most likely be cleaner and simpler but for now it should be okay.
|
2012-12-29 15:20:26 +00:00 |
CoreConfiguration.cs
|
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
|
2012-12-20 12:33:17 +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 |
Effects.cs
|
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
|
2012-12-20 12:33:17 +00:00 |
EmailConfigHelper.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
EncryptionHelper.cs
|
Fixed LogManager access to use non strings, this prevents future refactoring problems.
|
2012-11-08 17:03:46 +00:00 |
EnumExtensions.cs
|
Fixed Copyright to 2012
|
2012-02-13 09:06:09 +00:00 |
ExtensionAttribute.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
FilenameHelper.cs
|
Added Special-Folder support in the FilenameHelper for the following values: MyPictures, MyMusic, MyDocuments, Personal, Desktop, ApplicationData, LocalApplicationData. Meaning one can now set the output path to ${MyPictures}
|
2012-11-09 15:00:55 +00:00 |
GreenshotResources.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
GreenshotResources.resx
|
Removed large image
|
2012-12-10 11:57:42 +00:00 |
IEHelper.cs
|
Added "special" DIB clipboard reader code, which is a test to fix bug #3576125. This is enabled over the ini property EnableSpecialDIBClipboardReader, disabled by default.
|
2012-10-23 11:08:11 +00:00 |
ImageHelper.cs
|
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
|
2012-12-20 12:33:17 +00:00 |
ImageOutput.cs
|
Refactoring to prevent that the image for the clipboard is created multiple times. Code could most likely be cleaner and simpler but for now it should be okay.
|
2012-12-29 15:20:26 +00:00 |
InterfaceUtils.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
JSONHelper.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
Language.cs
|
Fixes for Bug #3579467, context menu entries are updated when changing the language / hotkeys.
|
2012-10-25 12:43:44 +00:00 |
LogHelper.cs
|
Changed InitializeLog4NET to return the first file appender from a list of appenders, instead of assuming that the first is the file appender.
|
2012-10-20 07:38:15 +00:00 |
NetworkHelper.cs
|
Changed code for the Clipboard and changed a lot of "Bitmap" code to work on images, this might give problems but if these are solved we have better support for MetaFiles. This made it possible to remove the MetafileContainer, which is replaced by the ImageContainer (which is the BitmapContainer modified). The clipboard code now knows more ways to load images from the clipboard!
|
2012-12-20 12:33:17 +00:00 |
OAuthHelper.cs
|
Added first try to implement the RSASHA1 signature, so we can use this for the Jira 5 Rest API
|
2012-11-23 16:08:14 +00:00 |
Objects.cs
|
Fixed Copyright to 2012
|
2012-02-13 09:06:09 +00:00 |
PluginUtils.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
QuantizerHelper.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
SourceForgeHelper.cs
|
removed usages of CultureInfo for our translations, to avoid warnings when using cultures that .NET does not know of
|
2012-10-24 20:49:19 +00:00 |
WindowCapture.cs
|
This change enables a transparent background for those parts in the screen capture which are not visible on the screen.
|
2012-12-03 13:16:23 +00:00 |
WindowsHelper.cs
|
Fixed WindowLong issue, the MSDN documentation doesn't work for .NET
|
2012-12-20 14:17:27 +00:00 |