Commit Graph

  • 8588fbd510 Fix for repeating key in Windows < 7 RKrom 2014-06-17 11:50:13 +02:00
  • 6a79bdda46 Fixing compiler warnings. RKrom 2014-06-17 11:19:37 +02:00
  • c7aa3ebaf1 Small event-handler code fix. RKrom 2014-06-17 10:37:41 +02:00
  • 5a7a1dfab9 Added EmptyWorkingSet in the editor, this is only called if the configuration allows this. RKrom 2014-06-17 10:32:56 +02:00
  • b6a37aa48e Fixed backwards compatibility with 1.1 for the save/load of the .greenshot format. RKrom 2014-06-17 10:29:27 +02:00
  • a91bfab790 Cleanup of the AssemblyInfo.cs files, they should now be more similar. RKrom 2014-06-16 15:47:10 +02:00
  • 9aefc90460 Usage of EmptyWorkingSet now via the configuration, so we don't use it for all people. RKrom 2014-06-16 23:32:30 +02:00
  • 9cc485243f Testing what happens if Greenshot uses EmptyWorkingSet after start-up. RKrom 2014-06-16 23:14:37 +02:00
  • be36a3f42b Fixed some errors, removed obsolete code, removed some anonymous delegates and added some additional disposing code in the CaptureHelper.cs RKrom 2014-06-16 11:25:04 +02:00
  • 15253ef295 Code cleanup, removed a lot of FxCop messages and added some more disposing. RKrom 2014-06-15 11:45:01 +02:00
  • 49869a2630 Activated paf again Robin Krom 2014-06-13 21:47:17 +00:00
  • 6491e951bc Left out the paf.exe for now, enabling it later RKrom 2014-06-13 13:53:47 +02:00
  • 08216b09c0 Code quality changes for stability and reduced memory usage. RKrom 2014-06-13 12:18:59 +02:00
  • eb042dca58 Fix for Swedish language file with wrong language IETF RKrom 2014-06-13 12:13:21 +02:00
  • 5a594ba954 Added fix for repeating hotkeys, this only works with Windows 7 and later. Updated the readme.txt.template. RKrom 2014-06-12 14:22:16 +02:00
  • 8c22a44b33 Added "no shadow" for the Torn-Edge effect, also fixed some tear bugs (hopefully) and simplified the code. RKrom 2014-06-12 13:43:42 +02:00
  • 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. RKrom 2014-06-12 12:06:52 +02:00
  • 87406d90da Fixed issues with the enum label losing it's number, fixed this... almost. Do not change the z-Order of the label. RKrom 2014-06-11 23:27:13 +02:00
  • efd144ad0d Fixed issue where the TextBox of a SpeechBubble or normale TextContainer isn't visible, this was due to a negative height/width. RKrom 2014-06-11 18:12:57 +02:00
  • efb4807cd1 Small fixes for serialization and the enumerator, still didn't fix the counting RKrom 2014-06-11 17:55:51 +02:00
  • 515170e44b Fixed version information RKrom 2014-06-11 15:26:48 +02:00
  • 9b7f2b5dcd Changes for AppVeyor env variables. RKrom 2014-06-11 15:17:43 +02:00
  • 25d9da7094 Fixed output of filename RKrom 2014-06-11 15:11:11 +02:00
  • 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. RKrom 2014-06-11 14:51:30 +02:00
  • 4a22a01d31 Adapting the build.ps1 and templates for AppVeyor RKrom 2014-06-11 13:45:52 +02:00
  • db7d38ef72 Added disposal of the matrix RKrom 2014-06-09 19:47:15 +02:00
  • 5a96d6f3eb Fix for size calculations, an exception occured when the size is negative. RKrom 2014-06-03 12:42:01 +02:00
  • e75925018b Modified the enumeration to resize the font, depending on the size. Also made sure the suspend/resume layout is called when transforming containers. RKrom 2014-06-02 14:51:28 +02:00
  • 85d73cd8e0 Fix for #1619, AutoCrop now takes the final image (all elements included) into the calculation. RKrom 2014-06-02 12:46:58 +02:00
  • 52b00eb79a Updated readme.txt.template RKrom 2014-06-02 12:36:51 +02:00
  • 19d5360418 Removed scaling from Transform in the ImageContainer, this is already implemented by drawing to the "new" width/height and doesn't loose information. RKrom 2014-06-02 11:51:38 +02:00
  • 2220f41122 Fixed potential issue when multiple effects are used after each other. RKrom 2014-06-02 10:53:18 +02:00
  • 52f56d7be5 Added scaling for the image container RKrom 2014-06-02 10:52:33 +02:00
  • 621cc7fd0c Removed "rotate" leftovers. Also implemented transform in the ImageContainer, be aware: scaling will probably cause artefakts if we "undo"... RKrom 2014-06-02 10:27:58 +02:00
  • 4b8ec88aaf Disposing matrix in the new code, otherwise it would cause memory leaks RKrom 2014-06-02 10:25:47 +02:00
  • 4d6bf9f1ad Fixed potential memory leak. RKrom 2014-06-02 09:35:01 +02:00
  • 89c8104715 the FreehandContainer now has a correct implementation of the Transform, thus it can be rotated/scaled/translated correctly. RKrom 2014-06-02 09:14:43 +02:00
  • a5a5b92b10 Removed the DrawableContainer "rotate" method, is wasn't used and besides the Transform method is way more elegant! RKrom 2014-06-02 09:13:43 +02:00
  • 34e0457edb The enumerator now has its grippers again. RKrom 2014-06-02 09:12:35 +02:00
  • d731d151c8 Made transformations work for most elements. RKrom 2014-06-01 22:16:39 +02:00
  • d0f934aa58 Moved the resize function to its own button, directly under the rotate effects. RKrom 2014-06-01 20:47:54 +02:00
  • aced477cef Made resize work, cleaned up code so it should be easier to port the changes to 2.x RKrom 2014-06-01 20:25:52 +02:00
  • 5cb877f8c8 Found that the matrix is prepending, which explains why the translation needed wrong values. RKrom 2014-06-01 11:25:27 +02:00
  • 240ac6d947 Updated signing on the build.ps1 RKrom 2014-05-31 23:43:15 +02:00
  • c19564b6e3 Fixed rotating elements which are just rectangles, like the enum-label. RKrom 2014-05-31 23:38:12 +02:00
  • 9d668f5226 speech bubbles: adapt corner radius to small rectangle dimensions JKlingen 2014-05-31 23:31:54 +02:00
  • ee911e3cdf Improved calculating the new location, when rotating. Still not correct, but it is better :) RKrom 2014-05-31 15:55:48 +02:00
  • 3eaaf9a49f Overlooked a file, this belongs to the previous commit! RKrom 2014-05-30 16:53:40 +02:00
  • 2f20c0820c Trying to solve the problem that effects don't change the elements, except for the offset, by using a Matrix and than later transforming the elements. This is just the start of an idea, if this leads to nothing we can "git revert" the commit(s)... RKrom 2014-05-30 16:44:27 +02:00
  • d1ab25f852 Removed the templates references from the .csproj files. RKrom 2014-05-30 16:39:24 +02:00
  • 1bd396d4ed Fixed missing field RKrom 2014-05-30 16:33:45 +02:00
  • 18d8d63180 StepLabel (Dingsbums) fine-tuning, changed the mouse-move behavior to move the element instead of resizing it. Also changed the font, made it bold so it's more clearly readable and than a bit smaller to better fit the container. RKrom 2014-05-30 14:27:47 +02:00
  • 7cbb0fd2eb Fixed .gitignore and modified the app.config so MAYBE it isn't modified automatically by VS. RKrom 2014-05-30 11:14:23 +02:00
  • 1f2534865b To make it easier to work with Greenshot directly after checkout, I removed the AssemblyInfo.cs.template files in favor of modifying the AssemblyInfo.cs directly from our build script. RKrom 2014-05-30 10:38:45 +02:00
  • db8b2cb2c5 Improved the drawing of the speechbubble, now one can resize it "the wrong way" and it is still drawn correctly. Made the counting labels to appear directly centered to the mouse, this simplifies placing them. Also removed the possibility to resize them. Fixed a bug where the tool-buttons were not being disabled, if another tool is selected or ESC is pressed. RKrom 2014-05-30 10:11:51 +02:00
  • 0e3f5d1cbb Fixed missing icon, updated readme.txt.template and made a small change to the build script (didn't update the signature yet!!) RKrom 2014-05-28 10:16:19 +02:00
  • 1d20e60679 Added a side selection possibility for the TornEdgeEffect RKrom 2014-05-28 09:45:25 +02:00
  • b37ed3562d Added icons for the new tools, also changed some of the logic so it is possible to show the number of the next "label" in the tool button. RKrom 2014-05-28 09:35:08 +02:00
  • 48187fcdba Added the resize "effect" to the editor and activated the different "settings forms" for the DropShadow, Resize and TornEdge effects. RKrom 2014-05-27 17:41:52 +02:00
  • 9c72521738 Design changes, the bubble is now drawn as a rounded rectangle. RKrom 2014-05-27 17:18:27 +02:00
  • aa5893fc77 Fixed the target-gripper logic (needed for the speech bubble) and made the drawing of Rectangles / Ellipses possible without extending the container (making it possible to use different shapes depending on a variable). The new containers (SpeechBubble & StepLabel) are mostly working with this change, default colors/sizes should be decided upon and translations/icons are still missing. There is one bug with the Speechbubble when resizing (right before left, bottom before top), should not be a show-stopper but needs lookin into. RKrom 2014-05-27 12:44:01 +02:00
  • ff3f898f54 As 2.x takes longer as planned, I added the SpeechbubbleContainer and StepLabelContainer (Enumerable label) to the 1.2 branch. This code was stored somewhere on my hard-drive, is still experimental. RKrom 2014-05-23 15:49:14 +02:00
  • 01ce82dbeb Typo fixes in the readme.txt.template RKrom 2014-05-12 21:39:09 +02:00
  • 9a75cdb819 Fix for minimum OutputFileReduceColorsTo value RKrom 2014-05-12 15:44:34 +02:00
  • 8a88f9917b Updated the readme.txt.template for the 1.1.9 release RKrom 2014-05-12 15:42:17 +02:00
  • ea4a63c157 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 "," RKrom 2014-05-12 15:12:44 +02:00
  • b0d7ce09f4 Added feature 723: Insert Carriage return after automatic insertion of screenshot to a word document. RKrom 2014-05-12 12:50:57 +02:00
  • 92dd76584d Added a check for the color reduceto as was requested in feature-request 712. RKrom 2014-05-12 12:15:05 +02:00
  • 7f72e7a3d7 Changes to the flickr plugin for this API change: https://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/ RKrom 2014-05-11 22:30:19 +02:00
  • 77a92d98c3 Code quality changes, and added the possibility to set the amount of colors for the Quantizer. RKrom 2014-05-11 11:23:56 +02:00
  • 3b1560390b Updated readme.txt template for the next release RKrom 2014-04-30 18:42:47 +02:00
  • 97297c2c69 Found a bug in the default configuration for DWM/GDI capturing while suggesting a workaround for Bug #1623, fixed this by correcting the value in code. RKrom 2014-04-30 10:30:42 +02:00
  • f7809b9088 Changed the manifest to indicate Per Monitor DPI aware and supporting Vista up to 8.1, this should fix bugs #1604 , #1631 and #1634 RKrom 2014-04-30 08:39:13 +02:00
  • ac08533727 Code quality fixes (NullReference checks, unused variables etc) RKrom 2014-04-26 00:34:06 +02:00
  • 6ab6033f85 French translation for Office plugin - thanks to thierry JKlingen 2014-04-23 20:42:39 +02:00
  • e2dab9420d Fixed #1627 the redirect URL for box.com access was causing problems RKrom 2014-04-09 23:05:06 +02:00
  • 8f5559c763 Added the Outlook 2013 fix to the readme.txt RKrom 2014-03-23 22:24:52 +01:00
  • 3740f9d6a1 Merge branch '1.1' of https://bitbucket.org/greenshot/greenshot into 1.1 RKrom 2014-03-23 22:21:19 +01:00
  • 2f03707957 Merged in Binnette/greenshot-1 (pull request #7) JKlingen 2014-03-22 21:41:16 +01:00
  • b0653af126 Signed powershell build nscript so it runs under Winduws 8 RKrom 2014-03-18 21:59:05 +01:00
  • 13d5f5b23a improved handling of hotkey registration conflicts (adapted from 1.1 bugfix for #1569) (restored prior commit) JKlingen 2014-03-18 17:29:15 +01:00
  • 610760a386 More Office-Code cleanup, should use a bit less resources and maybe be more stable. (needs testing) RKrom 2014-03-17 16:27:21 +01:00
  • d27df3027b Office code cleanup, this could improve the COM-object usage a bit. RKrom 2014-03-17 14:54:27 +01:00
  • 3204b92d53 Changes for Outlook 2013, the editing of an email can now be done inside the "explorer", the old code didn't know this and therefore didn't find a target . These changes have not been testet on 2013 yet, but don't seem to break Outlook 2010. RKrom 2014-03-17 11:02:02 +01:00
  • 3544617394 Merged in x64architecture/greenshot/1.1 (pull request #6) Robin Krom 2014-02-23 09:33:11 +01:00
  • 6d9b295e25 Fixed typo bug #1617 Kurt Cancemi 2014-02-22 21:33:37 -05:00
  • 247fdf5709 Added translator message for Swedish translation JKlingen 2014-02-19 20:22:53 +01:00
  • 99facd59ec Swedish website and installer translation JKlingen 2014-02-18 20:17:45 +01:00
  • 55a790d8c0 added swedish installer, provided by dotar JKlingen 2014-02-18 20:06:22 +01:00
  • 778da84e84 updated for #1608 (fixed typo in French translation) JKlingen 2014-02-16 12:37:49 +01:00
  • aace10b09c adopted from pull request #4 (bug #1608): fixed typo in french translation JKlingen 2014-02-16 12:16:39 +01:00
  • fced4164a7 Changes for feature 683 RKrom 2014-02-07 17:51:05 +01:00
  • 829a35cd37 Added a new feature: Zoomer opacity, make the zoomer transparent, currently only available via the greenshot.ini RKrom 2014-02-07 17:24:50 +01:00
  • fa79ebb727 Added tmp-file cleanup, including the cached entry, currently only for Excel. RKrom 2014-02-07 13:29:54 +01:00
  • 1c0dc61bd8 Fixed a stack-overflow problem when closing Greenshot RKrom 2014-02-07 13:15:41 +01:00
  • 63ecb20f9e Fix for losing EXIF and other information, eventually causing the image to be incorrectly rotated. RKrom 2014-02-07 10:23:17 +01:00
  • 7467720fe4 Updated release notes for 1.1.8 RKrom 2014-02-05 10:09:17 +01:00
  • 2692c0ab43 Fix for DWM Capture where the window moves, this sometimes leaves a blur-effect on the capture. RKrom 2014-02-05 09:57:43 +01:00
  • 71ecdd19ae A file URI should not contain backward slashes, this might throw of some applications and could be a fix for #1600 RKrom 2014-01-22 12:43:25 +01:00
  • ac31337b99 added FR #667: destinations with subdestinations can now be clicked to invoke the "main" subdestination JKlingen 2014-01-15 23:47:06 +01:00