greenshot/GreenshotPlugin/Core
2012-11-13 09:01:05 +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 Changes for 1.1, added Photobucket as project to the solution. Fixed some language files (the ietf in the file IS important) 2012-11-13 09:01:05 +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 Cleanup of using statements 2012-10-17 12:21:12 +00:00
OAuthHelper.cs Added "Headers" support to a OAuth request, thus enabling the Picasa-Web plug-in to upload with a filename. 2012-11-03 20:10:30 +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 Removed unneeded scroll code. Fixed a potential null-pointer bug in CaptureRectangle. Fixed a bug with GDI captures being black by counting the pixels and if there is a difference taking the screen shot instead. 2012-11-05 16:05:07 +00:00
WindowsHelper.cs No need to consider the working area, as the Window is topmost and is visible "over" the Taskbar 2012-11-12 16:52:44 +00:00