.. |
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 logic of the DWM capture which tries to keep the window to capture on it's location, so less movement is visible. Also added a BoxBlur which might be a faster replacement of the CreateBlur (which is Gaussian), but the quality needs to be checked. For the BoxBlur the BitmapBuffer is extended with a few new tricks.
|
2012-11-06 15:59:19 +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
|
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 |
CoreConfiguration.cs
|
Turned on the code for the Greenshot file format, hat to refactor the ImageOutput to accept an ISurface so we could wait to export it to an image until the last moment or save the surace-image & serialize the elements.
|
2012-12-10 17:50:26 +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
|
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
|
Added key handling for the effects and added a clear operation. Also some code cleanup.
|
2012-12-06 17:06:26 +00:00 |
ImageOutput.cs
|
Turned on the code for the Greenshot file format, hat to refactor the ImageOutput to accept an ISurface so we could wait to export it to an image until the last moment or save the surace-image & serialize the elements.
|
2012-12-10 17:50: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
|
Fixed a case with Drag & Drop of images where the transparency is gone. Also fixed the editor "Center" patch, this was only working when width & height were smaller.
|
2012-11-13 17:11:00 +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
|
Code cleanup, already made some changes (which are not active) for the next release so I can work on them without having multiple changed files which might cause check in conflicts.
|
2012-12-06 13:47:17 +00:00 |