Commit graph

1294 commits

Author SHA1 Message Date
RKrom
49f788c3d6 Improvement logging of the COMWrapper, this might help when working on bugs like BUG-1616 [skip ci] 2014-06-27 12:56:07 +02:00
RKrom
6bba9fb04f When having maintain aspect ratio deselected, the size was not correctly transported from the settings to the rescale code. 2014-06-26 08:49:53 +02:00
RKrom
e801c95f84 Fixes for allowing resizing text based containers, rotating still doesn't work. 2014-06-24 11:53:15 +02:00
RKrom
91a75c7c18 Fix for copy/paste of Speech-Bubble, the target "gripper" (green dot) was missing. 2014-06-24 11:53:14 +02:00
JKlingen
e2da1e8bb4 updates for French translation, as uploaded by Thierry here: https://sourceforge.net/p/greenshot/discussion/676083/thread/3e5ffc69/?limit=25 2014-06-23 22:22:22 +02:00
Robin Krom
20dced6a8c Fix for BUG-1633, as is written here: http://social.msdn.microsoft.com/Forums/windows/en-US/76b5fb6f-16cb-4c9c-bba7-8d1a089b1ab3/enablevisualstyles-and-notifyicon-bug 2014-06-23 19:57:21 +00:00
RKrom
2eba4811c6 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
RKrom
aad04bc9d7 Fixes for CharSet marshaling, this caused problems with the IE Capturing. 2014-06-20 17:30:55 +02:00
jklingen
d1c7ee5e87 Improved some messages in German translation 2014-06-19 18:52:05 +00:00
RKrom
cf75087803 Removed exit, which might solve the "Command executed with exception" at AppVeyor [ci skip] 2014-06-17 18:11:30 +02:00
RKrom
13f9c143ff Fixed path in deploy script 2014-06-17 18:03:50 +02:00
RKrom
e1cc994eba Added a script to copy all the artifacts from the build to Sourceforge, using WinSCP [ci skip] 2014-06-17 17:38:55 +02:00
RKrom
46467167cf Added link to our CI system [ci skip] 2014-06-17 17:01:20 +02:00
RKrom
0011826fc0 Added README.md for the initial BitBucket page [ci skip] 2014-06-17 16:58:26 +02:00
RKrom
9f21b8cfc4 Changed SHA1 length to 7, so it represents the same size as in BitBucket [ci skip] 2014-06-17 16:51:05 +02:00
RKrom
48aa7d8c29 Added translations for the new features in 1.2, currently we have Dutch, English and German. 2014-06-17 16:44:19 +02:00
RKrom
c6bd67ce4b Fix for self-awareness about UNSTABLE / Release 2014-06-17 14:33:33 +02:00
RKrom
9bed298611 Changed build to generate UNSTABLE files when the build in major.minor.build.revision is odd. Currently we are building 1.2.0 which will result in an unstable. When we change the version to 1.2.1 in AppVeyor we get releases. 2014-06-17 14:20:00 +02:00
RKrom
f1642f3014 Changed dynamic destination handling, children are only created for the dynamic destinations and not the "parent". e.g. there is an outlook entry, which has children for all the open emails, but not for outlook itself. As this was already in the menu on the main level, there is no need to repeat this. 2014-06-17 13:18:47 +02:00
RKrom
8588fbd510 Fix for repeating key in Windows < 7 2014-06-17 11:50:13 +02:00
RKrom
6a79bdda46 Fixing compiler warnings. 2014-06-17 11:30:17 +02:00
RKrom
c7aa3ebaf1 Small event-handler code fix. 2014-06-17 10:37:41 +02:00
RKrom
5a7a1dfab9 Added EmptyWorkingSet in the editor, this is only called if the configuration allows this. 2014-06-17 10:32:56 +02:00
RKrom
b6a37aa48e Fixed backwards compatibility with 1.1 for the save/load of the .greenshot format. 2014-06-17 10:29:27 +02:00
RKrom
a91bfab790 Cleanup of the AssemblyInfo.cs files, they should now be more similar. 2014-06-17 10:14:09 +02:00
RKrom
9aefc90460 Usage of EmptyWorkingSet now via the configuration, so we don't use it for all people. 2014-06-16 23:32:30 +02:00
RKrom
9cc485243f Testing what happens if Greenshot uses EmptyWorkingSet after start-up. 2014-06-16 23:14:37 +02:00
RKrom
be36a3f42b Fixed some errors, removed obsolete code, removed some anonymous delegates and added some additional disposing code in the CaptureHelper.cs 2014-06-16 11:25:04 +02:00
RKrom
15253ef295 Code cleanup, removed a lot of FxCop messages and added some more disposing. 2014-06-15 11:53:38 +02:00
Robin Krom
49869a2630 Activated paf again 2014-06-13 21:47:17 +00:00
RKrom
6491e951bc Left out the paf.exe for now, enabling it later 2014-06-13 13:53:47 +02:00
RKrom
08216b09c0 Code quality changes for stability and reduced memory usage. 2014-06-13 12:18:59 +02:00
RKrom
eb042dca58 Fix for Swedish language file with wrong language IETF 2014-06-13 12:13:21 +02:00
RKrom
5a594ba954 Added fix for repeating hotkeys, this only works with Windows 7 and later. Updated the readme.txt.template. 2014-06-12 14:32:07 +02:00
RKrom
8c22a44b33 Added "no shadow" for the Torn-Edge effect, also fixed some tear bugs (hopefully) and simplified the code. 2014-06-12 13:43:42 +02:00
RKrom
fb993c2238 Fixed serialization issues with the StepLabelContainer and the SpeechbubbleContainer, they should now be in the correct shape/location when loading from the .greenshot file. 2014-06-12 13:43:20 +02:00
RKrom
87406d90da Fixed issues with the enum label losing it's number, fixed this... almost. Do not change the z-Order of the label. 2014-06-11 23:27:13 +02:00
RKrom
efd144ad0d Fixed issue where the TextBox of a SpeechBubble or normale TextContainer isn't visible, this was due to a negative height/width. 2014-06-11 18:12:57 +02:00
RKrom
efb4807cd1 Small fixes for serialization and the enumerator, still didn't fix the counting 2014-06-11 17:55:51 +02:00
RKrom
515170e44b Fixed version information 2014-06-11 15:26:48 +02:00
RKrom
9b7f2b5dcd Changes for AppVeyor env variables. 2014-06-11 15:17:43 +02:00
RKrom
25d9da7094 Fixed output of filename 2014-06-11 15:11:11 +02:00
RKrom
848c77890a Added a script for replacing the credentials via the environment variables which can be set before the build. Changed the way the build works, only if private-credentials files are stored they will be used where before there would be an error if none were available.
The current credentials files now have replacement tokens, a build without replacement will work but the credentials will be invalid.
2014-06-11 14:51:30 +02:00
RKrom
4a22a01d31 Adapting the build.ps1 and templates for AppVeyor 2014-06-11 13:45:52 +02:00
RKrom
db7d38ef72 Added disposal of the matrix 2014-06-09 19:47:15 +02:00
RKrom
5a96d6f3eb Fix for size calculations, an exception occured when the size is negative. 2014-06-03 12:42:01 +02:00
RKrom
e75925018b Modified the enumeration to resize the font, depending on the size. Also made sure the suspend/resume layout is called when transforming containers. 2014-06-02 15:25:50 +02:00
RKrom
85d73cd8e0 Fix for #1619, AutoCrop now takes the final image (all elements included) into the calculation. 2014-06-02 12:52:34 +02:00
RKrom
52b00eb79a Updated readme.txt.template 2014-06-02 12:36:51 +02:00
RKrom
19d5360418 Removed scaling from Transform in the ImageContainer, this is already implemented by drawing to the "new" width/height and doesn't loose information. 2014-06-02 11:51:38 +02:00