Robin Krom
|
e43339ea90
|
BUG-1935: Increased the retry delay a bit more
The maximum waiting time should now be 3 seconds.
|
2016-04-11 14:25:12 +02:00 |
|
Robin
|
4435d76699
|
BUG-1935: increased retries and delay a bit.
|
2016-04-11 11:56:52 +02:00 |
|
Robin
|
189a6de1d6
|
BUG-1935: Trying to make clipboard actions more stable.
|
2016-04-11 10:38:52 +02:00 |
|
jklingen
|
e409392f32
|
Revert "Revert "Removed most references to SF""
|
2016-03-24 23:04:47 +01:00 |
|
jklingen
|
2599ff5b7c
|
Revert "Removed most references to SF"
|
2016-03-24 22:54:16 +01:00 |
|
Robin
|
fe176a2da4
|
Removed most references to Sourceforge, need to check with a file-searcher if something is left. P.S. The help files still have references...
|
2016-03-23 16:54:57 +01:00 |
|
Robin
|
ec5930ed41
|
Updated Copyright notice
|
2015-03-13 10:31:52 +01:00 |
|
RKrom
|
fc0791bdb6
|
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 |
|
RKrom
|
1ff27810db
|
Added support of another clipboard format "CF_DIBV5" (aka Format17) to Greenshot, this will improve the result for "Open image from clipboard" and the drag&drop actions. Without Format17 these actions still work, but sometimes the transparency is lost as the other formats on the clipboard don't have this information. Greenshot can also write the new format, when enabled in the expert settings. Currently I haven't seen a reason to enable it yet, but due to the complexity of the clipboard and the amount of possible applications maybe an application does work better...
|
2014-11-06 12:10:16 +01:00 |
|
RKrom
|
6ddb16e0b1
|
Added reading of Format17/CF_DIBV5 from the clipboard, this is a format which supports transparency and with it Greenshot now processes more clipboard images correctly. Writing Format17/CF_DIBV5 to the clipboard is something that will be looked at.
|
2014-11-05 14:52:03 +01:00 |
|
RKrom
|
7d28b6a3a5
|
Enhanced the external command plug-in to capture the first Uri in the output, and places this on the clipboard. Additionally the Uri is linked in the notify bubble or when started from the editor. The behaviour can only be modified via the greenshot.ini and is for all commands.
|
2014-09-09 17:35:51 +02:00 |
|
RKrom
|
08216b09c0
|
Code quality changes for stability and reduced memory usage.
|
2014-06-13 12:18:59 +02:00 |
|
RKrom
|
77a92d98c3
|
Code quality changes, and added the possibility to set the amount of colors for the Quantizer.
|
2014-05-11 16:31:04 +02:00 |
|
RKrom
|
63ecb20f9e
|
Fix for losing EXIF and other information, eventually causing the image to be incorrectly rotated.
|
2014-02-07 10:23:17 +01:00 |
|
RKrom
|
71ecdd19ae
|
A file URI should not contain backward slashes, this might throw of some applications and could be a fix for #1600
|
2014-01-22 12:43:25 +01:00 |
|
JKlingen
|
8c4eef8e2b
|
Updated copyright notice for 2014
|
2014-01-08 21:30:56 +01:00 |
|
RKrom
|
a03bc31aef
|
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
|
2013-12-04 17:46:02 +01:00 |
|
RKrom
|
aefa2eace3
|
Possible fix for some using Greenshot to "copy from clipboard" issues, needs to be tested though...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2561 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-04-11 15:31:01 +00:00 |
|
RKrom
|
4a1655eff2
|
Removed an unneeded clone, which I found while fixing a problem with copying images FROM an Outlook mail. The problem is that PNG is on the clipboard, but this image is cropped! Taking the Dib format solved the issue...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2476 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-02-11 16:33:52 +00:00 |
|
JKlingen
|
c777878bd7
|
updated copyright notice for 2013
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2436 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-20 20:18:49 +00:00 |
|
RKrom
|
201ee7082e
|
Refactored code to use SafeHandle where possible, this should fix potential resource leaks and make the code more clear.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2429 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-14 13:45:41 +00:00 |
|
RKrom
|
8a3fd911bf
|
Fixed a NullReference and changed the way we read the icon for the windows in the List.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2419 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-08 11:13:18 +00:00 |
|
RKrom
|
6ec8ecfaa1
|
Changes to clipboard code: log statement changes and consolidated some code.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2414 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-07 19:57:53 +00:00 |
|
RKrom
|
5a93c10c79
|
Fixed some clipboard issues, with these fixes more formats are supported and this makes Greenshot better usable.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2407 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2013-01-05 22:45:47 +00:00 |
|
RKrom
|
09400ccdbe
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2401 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-29 15:20:26 +00:00 |
|
RKrom
|
f627ce5dd0
|
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!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2398 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-20 12:33:17 +00:00 |
|
RKrom
|
b7a604d93b
|
Code consolidation, trying to get all IDataObject relevant code into the ClipboardHelper. This might solve some Drag & Drop or Copy/Paste issues.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2397 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-20 10:11:53 +00:00 |
|
RKrom
|
94b6f9d115
|
Fixed error handling in the ClipboardHelper.GetImage
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2389 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-17 13:04:10 +00:00 |
|
RKrom
|
cd3c8aeb0b
|
Fixed bug #3594681, do not use 256-color reducing when using inline dataurl for HTML.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2388 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-17 11:22:29 +00:00 |
|
RKrom
|
0c7e16a771
|
Applied my "patch" which refactors the complete codebase to have IEffect support, this is an interface which can be used to supply effects to a bitmap. These effects can now be passed to the OutputSettings (which now is called SurfaceOutputSettings) to control how the output is modified. This is very useful for e.g. OCR which needs a grayscale & resized image.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2377 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-12 09:51:41 +00:00 |
|
RKrom
|
5541e2e1c7
|
Refactoring which replaces the Image in the ImageOutput for an ISurface, this makes it possible to save the Surface to any possible file format and even make it possible to pass some additional information in the OutputSettings. (Except reducing the colors, there are no other settings yet)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2376 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-12-11 14:36:20 +00:00 |
|
RKrom
|
3e9b5b91c5
|
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)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2198 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-25 07:54:32 +00:00 |
|
RKrom
|
fbc0285c93
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2195 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-23 11:08:11 +00:00 |
|
RKrom
|
eb07468219
|
Changed "Image.Save" to ImageOutput.SaveToStream, this fixes problems with the transparency and also reduces the size if the colors are <256
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2189 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-22 15:43:40 +00:00 |
|
RKrom
|
4de75cdb69
|
Cleanup of using statements
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2149 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-10-17 12:21:12 +00:00 |
|
RKrom
|
9488200886
|
Refactoring some more classes, making easier code in plug-ins possible. Needed this for better testing some problems with the CreateShadow function.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2094 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-09-25 11:36:52 +00:00 |
|