Commit graph

1783 commits

Author SHA1 Message Date
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
RKrom
2220f41122 Fixed potential issue when multiple effects are used after each other. 2014-06-02 10:53:18 +02:00
RKrom
52f56d7be5 Added scaling for the image container 2014-06-02 10:52:33 +02:00
RKrom
621cc7fd0c Removed "rotate" leftovers. Also implemented transform in the ImageContainer, be aware: scaling will probably cause artefakts if we "undo"... 2014-06-02 10:27:58 +02:00
RKrom
4b8ec88aaf Disposing matrix in the new code, otherwise it would cause memory leaks 2014-06-02 10:25:47 +02:00
RKrom
4d6bf9f1ad Fixed potential memory leak. 2014-06-02 09:35:01 +02:00
RKrom
89c8104715 the FreehandContainer now has a correct implementation of the Transform, thus it can be rotated/scaled/translated correctly. 2014-06-02 09:14:43 +02:00
RKrom
a5a5b92b10 Removed the DrawableContainer "rotate" method, is wasn't used and besides the Transform method is way more elegant! 2014-06-02 09:13:43 +02:00
RKrom
34e0457edb The enumerator now has its grippers again. 2014-06-02 09:12:35 +02:00
RKrom
d731d151c8 Made transformations work for most elements. 2014-06-01 22:16:39 +02:00
RKrom
d0f934aa58 Moved the resize function to its own button, directly under the rotate effects. 2014-06-01 20:47:54 +02:00
RKrom
aced477cef Made resize work, cleaned up code so it should be easier to port the changes to 2.x 2014-06-01 20:25:52 +02:00