greenshot/GreenshotPlugin/Core
2012-11-23 23:19:20 +00:00
..
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
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 Fixed Window corner cut to skip tool windows, and use a cut shape from the configuration. 2012-11-21 10:00:55 +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 Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent. 2012-10-10 14:18:05 +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 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
ImageOutput.cs Cleanup of using statements 2012-10-17 12:21:12 +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 Fixes for better performance in some experimental code, also fixed some formatting in the code. 2012-11-15 14:11:00 +00:00
WindowsHelper.cs Don't instantiate the IAppVisibility if < Windows 8, so there is one exception less in the logs. 2012-11-23 23:19:20 +00:00