.. |
AbstractDestination.cs
|
FEATURE-758: This commit enhances the already made changes to also fix the size of the icons in the destination picker and the context menu. On top of that, if a large icon size is selected we try to get a larger (more defined) icon from the application unfortunately that doesn't improve the build in icons.
|
2014-11-05 12:38:01 +01:00 |
AbstractProcessor.cs
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
AccessibleHelper.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
AnimationHelpers.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
BinaryStructHelper.cs
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
Cache.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
CaptureHandler.cs
|
This commit allows us to experiment with different screen capture methods via plugins. e.g. a Desktop-Duplication API implementation could be supplied for Windows 8, which might capture DirectX better.
|
2014-12-03 22:40:32 +01:00 |
ClipboardHelper.cs
|
This commit allows us to experiment with different screen capture methods via plugins. e.g. a Desktop-Duplication API implementation could be supplied for Windows 8, which might capture DirectX better.
|
2014-12-03 22:40:32 +01:00 |
CoreConfiguration.cs
|
Did some code checks for BUG-1708, used resharper to clean up some things. Added timeout values, but couldn't find a solution yet.
|
2014-11-29 20:55:11 +01:00 |
CredentialsHelper.cs
|
Fixed issue with Windows Credentials, cause by changing to Unicode. DllImports should have the real name, so the marshaling can decide on the Unicode or Ansi version.
|
2014-06-23 15:41:52 +02:00 |
DisplayKeyAttribute.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
Effects.cs
|
Next step for having the settings of effects stored in the greenshot.ini, using a TypeConverter this seems to work. An important change to the IniValue.cs: here a default value is created when the ini doesn't have a value yet. This used to be just "null". Next step would be that settings forms get a reset/default button. [skip ci]
|
2014-11-17 12:49:06 +01:00 |
EmailConfigHelper.cs
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
EncryptionHelper.cs
|
Code quality changes for stability and reduced memory usage.
|
2014-06-13 12:18:59 +02:00 |
EnumExtensions.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
EventDelay.cs
|
Fix for repeating key in Windows < 7
|
2014-06-17 11:50:13 +02:00 |
ExtensionAttribute.cs
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
FastBitmap.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
FilenameHelper.cs
|
Added the possibility to replace for feature 697, e.g. use as output ${title,r ,-} to replace all the spaces in the title to "-". This is not very error tolerant, as you currently can't replace a ","
|
2014-05-12 15:12:44 +02:00 |
GreenshotResources.cs
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
GreenshotResources.resx
|
Removed large image
|
2012-12-10 11:57:42 +00:00 |
IEHelper.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
ImageHelper.cs
|
This fixes a bug in the resize logic, the colors of the edges were not calculated correctly by GDI. Also added some additional dispose calls.
|
2014-11-30 22:06:35 +01:00 |
ImageOutput.cs
|
Code quality changes for stability and reduced memory usage.
|
2014-06-13 12:18:59 +02:00 |
InterfaceUtils.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
JSONHelper.cs
|
Cleanup of using statements
|
2012-10-17 12:21:12 +00:00 |
Language.cs
|
Code quality changes for stability and reduced memory usage.
|
2014-06-13 12:18:59 +02:00 |
LogHelper.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
NetworkHelper.cs
|
Creating *.pdb files when building Greenshot, which we will package in a .ZIP so we can supply them when needed.
|
2014-11-29 22:03:24 +01:00 |
OAuthHelper.cs
|
Did some code checks for BUG-1708, used resharper to clean up some things. Added timeout values, but couldn't find a solution yet.
|
2014-11-29 20:55:11 +01:00 |
Objects.cs
|
Code quality fixes (NullReference checks, unused variables etc)
|
2014-04-26 00:34:06 +02:00 |
PluginUtils.cs
|
Previous changes created problems with the context-menu, as it was still referencing an icon that we dispose at icon size change. This change introduces a PropertyChanged event object to the CoreConfiguration so those interested can register to changes (currently only the IconSize), and apply the correct menu image.
|
2014-11-11 14:13:13 +01:00 |
QuantizerHelper.cs
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
SourceForgeHelper.cs
|
For 1.2 RC3 I modified the update check so that it first retrieves the last modified date of the project feed (HTTP HEAD method), if the date is newer than the last check than it will download the feed. This should reduce the amount of traffic on our website. [skip ci]
|
2014-11-14 10:45:45 +01:00 |
WindowCapture.cs
|
Fix for BUG-1724, forgot to remove some old code which should no longer be there. [skip ci]
|
2014-12-24 22:05:44 +01:00 |
WindowsHelper.cs
|
This commit allows us to experiment with different screen capture methods via plugins. e.g. a Desktop-Duplication API implementation could be supplied for Windows 8, which might capture DirectX better.
|
2014-12-03 22:40:32 +01:00 |