Commit graph

  • d7af595d0d Added info to track bugs like #3592758 better, we should use this more often. RKrom 2012-12-07 10:57:48 +00:00
  • c514695637 added some icons for context menu JKlingen 2012-12-06 21:01:55 +00:00
  • e148f2103c Added key handling for the effects and added a clear operation. Also some code cleanup. RKrom 2012-12-06 17:06:26 +00:00
  • 82eddefe4e Code cleanup, already made some changes (which are not active) for the next release so I can work on them without having multiple changed files which might cause check in conflicts. RKrom 2012-12-06 13:47:17 +00:00
  • 70d6b0356b Made sure the zoomer can't be toggled outside the region mode. RKrom 2012-12-06 06:03:12 +00:00
  • e5d996d0d1 fix: keep printer destination (with dialog) intact after selecting a printer for the first time JKlingen 2012-12-05 21:50:56 +00:00
  • 26fd909de0 Optimized for Remote Desktop / Terminal Server Sessions, also made it possible to enable/disable the zoomer. RKrom 2012-12-05 20:02:21 +00:00
  • ddae26df89 Fixed leftovers RKrom 2012-12-05 19:27:53 +00:00
  • 1ba5015305 Changes which calculate the amount of frames according to the time the animation should take, this makes the animation run equally long on all systems (independent of the refresh rate) RKrom 2012-12-05 08:39:27 +00:00
  • c7c61773a5 Fixed problem when selecting something after changing modes. RKrom 2012-12-04 13:41:55 +00:00
  • 4800bedde2 Made some changes which make the switch from region to window more interesting, for this I had to change some code so the "fade in/out" animations are running until finished. RKrom 2012-12-04 13:12:08 +00:00
  • 010e43704d changed zoom location finder to try to find a position which is neither out of screen bounds nor intersecting with selected rectangle JKlingen 2012-12-03 21:22:05 +00:00
  • d63c3806aa Fix issue where uneven size are calculated, this way we always have a plural of 4. RKrom 2012-12-03 21:11:35 +00:00
  • aa8063ea88 Zoom size is now 20% of the smallest screen "range", usually the height, but if rotated CCW/CW this would be the width. This prevents the zoomer from being to large. RKrom 2012-12-03 14:24:55 +00:00
  • 672590cd3b Changes for the animation after discussions with Thomas. Mainly that the animation of the interactive capture STARTS from the Mouse-Cursor outwards. RKrom 2012-12-03 14:08:06 +00:00
  • 03cba68f61 This change enables a transparent background for those parts in the screen capture which are not visible on the screen. RKrom 2012-12-03 13:16:23 +00:00
  • 3a5b3d63a9 fixed lower part of screen not being invalidated correctly in case of negative screen coordinates in multiscreen setup JKlingen 2012-12-02 18:47:22 +00:00
  • 7be6f7ab2b refactored: get rid of confusing variables and calculating offsets for screen coordinates vs. bitmap coordinates. JKlingen 2012-12-02 18:18:15 +00:00
  • 05d9783a24 fixed issues with zoom positioning on multiscreen setup with negative screen coordinates JKlingen 2012-12-02 16:21:27 +00:00
  • e21420e2aa Code cleanup (removed floats and casts) and comments. RKrom 2012-12-02 13:26:03 +00:00
  • 7c8b0f5988 Animation queuing. RKrom 2012-12-02 13:08:51 +00:00
  • ce632b1496 Added changes for the zoom to animate relative to the cursor position. Also made the first changes to make sure the animation has a frame rate equal to the screen refresh. RKrom 2012-12-02 12:49:44 +00:00
  • 3b9cc41832 Added easing to the animations RKrom 2012-11-30 11:44:34 +00:00
  • 03efcf8d17 Restored Jens his Animation logic, this does cause problems with the drawing as the size is not exact. RKrom 2012-11-30 06:54:26 +00:00
  • ae38bd7ac2 code cleanup RKrom 2012-11-29 17:20:16 +00:00
  • c476d00b59 Fixed Cross-hair from Jens with pixel exact drawing. RKrom 2012-11-29 17:10:35 +00:00
  • bc6b7c36e4 Changed key handler to make it possible to specify pixel-exact locations. RKrom 2012-11-29 16:51:41 +00:00
  • 3a9abafdc8 Recreated the changes from Jens RKrom 2012-11-29 15:37:46 +00:00
  • 503a9daf63 Made changes to the animators, there now are different types but still all work linear. RKrom 2012-11-29 15:17:44 +00:00
  • 2aa53d444b Fixed the very old incorrect size information bug RKrom 2012-11-29 14:02:23 +00:00
  • 22c58f739c Fixed last commit RKrom 2012-11-29 08:16:13 +00:00
  • e8196928e1 Added AnimationHelper to support the animations, this is still an initial form. Made the interactive mode work with this. RKrom 2012-11-28 21:25:46 +00:00
  • a1931b790d added simple "easing" effect to zoom animation JKlingen 2012-11-28 20:52:58 +00:00
  • 8b0f4a75ed zoom crosshair optimizations for dark backgrounds JKlingen 2012-11-28 20:16:09 +00:00
  • f6b944048b Forgot to commit files. RKrom 2012-11-28 20:01:21 +00:00
  • 2a26be0a37 Fixed file handling, fixed wrong order in the title of the editor, changed left-click handling of the context menu. Added a boolean in the ProcessCmdKey of the surface. RKrom 2012-11-28 18:59:01 +00:00
  • c5fef12c9b Cleaner fix for the Zoom bug RKrom 2012-11-28 18:02:54 +00:00
  • 219fd48453 "fixed" that the ellipse of the zoom region didn't match the destination rectangle. It's not perfect yet, as the upper side is 91px, the lower side 92px... but this might be a problem with the pen, which draws a 9px thick line... to be continued. RKrom 2012-11-28 17:15:55 +00:00
  • 4de7c0812f Added argument to a message for a specific com exception. RKrom 2012-11-28 16:54:42 +00:00
  • 3bd99b2297 Cleaner solution for export problems which are denied/failed. RKrom 2012-11-28 16:52:17 +00:00
  • c517787d23 Fixed #3590372 by showing a MessageBox where the problem is displayed and the user can re-try. RKrom 2012-11-28 16:27:34 +00:00
  • 9bacaf060c Updated readme.txt with latest changes RKrom 2012-11-28 15:17:20 +00:00
  • 2cce7d070c Fixed a very nasty bug with the menu's ShortCutKeys which weren't handled correctly in some cases, only for some keys... Move the check to a different location, where it's done manually. RKrom 2012-11-28 13:56:07 +00:00
  • 4efd779d86 Added an animation for the zoom area, this is just to show what we could do... might not be the final effect. RKrom 2012-11-27 08:07:01 +00:00
  • 4cb72219a5 fixed invalidation area and small code improvements JKlingen 2012-11-25 21:21:23 +00:00
  • 23f429d277 finally fixed last problems with position and invalidation of zoomer JKlingen 2012-11-25 20:18:57 +00:00
  • 53c361424c fixed zoom position for multiscreen setup (however, some fixing has to be done for proper invalidation) JKlingen 2012-11-25 20:04:58 +00:00
  • 92053efdfc Fixed screenbounds checking for the zoom RKrom 2012-11-25 19:37:41 +00:00
  • f6e214e12a fixed zoomarea offset in case of negative coordinates in screen layout (multiscreen) JKlingen 2012-11-25 17:07:05 +00:00
  • 69a88eeb25 Added checkerboard for Zooming where nothing is visible.... might need some logic to prevent drawing if it's not needed. RKrom 2012-11-25 13:41:06 +00:00
  • 675cdb1aae Changed the zooming to be in the Capture form itself, as it was really hard to change the shape. Now it's round... RKrom 2012-11-25 12:57:57 +00:00
  • 46e9ea0e59 Mainly code cleanup, added a lot of comments. Also making sure the element which was selected while being removed is re-selected again when undo is used. Not really happy with the solution as the the container should handle this somehow itself without work-around, for now it should be enough. RKrom 2012-11-25 08:48:10 +00:00
  • 3d62f9c279 This fixes a bug where the AutoCrop can't be undone, there is still a bug where a redo of a crop (auto or normal) doesn't update the bindings. RKrom 2012-11-24 10:29:39 +00:00
  • 5c594a27b5 Cleaner version of the previous code... RKrom 2012-11-24 09:57:07 +00:00
  • 291bfadbea Fixed that the title in the editor is not representing the saved filename. RKrom 2012-11-24 09:50:09 +00:00
  • 502fe44270 Don't instantiate the IAppVisibility if < Windows 8, so there is one exception less in the logs. RKrom 2012-11-23 23:19:20 +00:00
  • 67db97b13f Refactored the zoomForm to a zoomControl, with this we can prevent mouse events to happen. Also the current state seems to work very well, even with a larger size. RKrom 2012-11-23 22:17:47 +00:00
  • ea4e2f6804 Added first try to implement the RSASHA1 signature, so we can use this for the Jira 5 Rest API RKrom 2012-11-23 16:08:14 +00:00
  • 009d5d11df Fixed PixelOffset issue for the RectangleContainer, need to check what to do with the other containers. RKrom 2012-11-23 16:07:21 +00:00
  • 2ea920dc7a Fixed potential error. RKrom 2012-11-23 15:47:37 +00:00
  • d58e419503 Still don't understand why, but this using is unwanted in SharpDevelop but doesn't bother Visual Studio.. RKrom 2012-11-22 20:33:45 +00:00
  • 28a965db09 Fixed logic from previous fix, the Toolwindow detection was flawed. RKrom 2012-11-21 10:29:41 +00:00
  • 57ebc0c675 Fixed Window corner cut to skip tool windows, and use a cut shape from the configuration. RKrom 2012-11-21 10:00:55 +00:00
  • 2d767f735c Refactoring to allow Lists to be inside other values. RKrom 2012-11-21 09:26:20 +00:00
  • 84e5e86751 Fixed issue when the WSDL isn't in the URL RKrom 2012-11-20 15:54:39 +00:00
  • 1e6a5de79b Fixed issue when the WSDL isn't in the URL RKrom 2012-11-20 15:33:03 +00:00
  • 151d250d28 Fixed issue when the WSDL isn't in the URL RKrom 2012-11-20 15:30:33 +00:00
  • 59d91bb501 Make sure all exceptions in the thread are logged! RKrom 2012-11-19 10:41:56 +00:00
  • 5a1c5fd0eb Fixed the zoom, it was drawn incorrectly. Also changed the drawing to work with a timer, so the updates are made even if the mouse moves to quick. Added a bitblt method in the GDI32 class. RKrom 2012-11-18 11:18:20 +00:00
  • 16ad103450 refactored: bitmapPos -> cursorPosOnBitmap JKlingen 2012-11-18 08:16:38 +00:00
  • c06e3e0288 fixed bad positioning of rulers, introduced with changes in revision 2290 JKlingen 2012-11-17 23:32:58 +00:00
  • bfb8a1a7e6 clear ZoomForm before painting so that areas out of screen bounds are displayed in solid black JKlingen 2012-11-17 23:02:38 +00:00
  • 0b45a56b96 fixed position of zoom form in case of negative screen bounds JKlingen 2012-11-17 22:48:10 +00:00
  • 42c705330f Changed format and compression RKrom 2012-11-15 20:51:41 +00:00
  • 485a814251 Added the possibility for a command after capturing. RKrom 2012-11-15 16:38:19 +00:00
  • 75a841b31e Fixes for better performance in some experimental code, also fixed some formatting in the code. RKrom 2012-11-15 14:11:00 +00:00
  • fa02394047 Added DwmEnableComposition for testing RKrom 2012-11-15 12:22:42 +00:00
  • 9ca5f0d3bd Small fixes for the Zoom and its performance improvements RKrom 2012-11-14 09:34:33 +00:00
  • 831a3b4d5b Made zoom move to a different location if it goes outside the screen. Also changed the Metro-App visibility property, this might work (up to an acceptable level) but is untested. RKrom 2012-11-13 21:13:09 +00:00
  • a075a81daf Fixed a case with Drag & Drop of images where the transparency is gone. Also fixed the editor "Center" patch, this was only working when width & height were smaller. RKrom 2012-11-13 17:11:00 +00:00
  • 41a63f5847 Removed template from .zip RKrom 2012-11-13 09:46:44 +00:00
  • dc3c756a1a Changed the Readme.txt to use a template. RKrom 2012-11-13 09:42:36 +00:00
  • 15a7a4b53f Changed the Readme.txt to use a template. RKrom 2012-11-13 09:42:21 +00:00
  • be6c4b0587 Added photobucket and changed version RKrom 2012-11-13 09:18:26 +00:00
  • 8f042ac163 Changed zoom to be enabled by default. RKrom 2012-11-13 09:15:34 +00:00
  • bd8efca35b Fixed version number RKrom 2012-11-13 09:03:23 +00:00
  • 22c04fbb4a Changes for 1.1, added Photobucket as project to the solution. Fixed some language files (the ietf in the file IS important) RKrom 2012-11-13 09:01:05 +00:00
  • 5e6b13e509 Fixed Control locations on Form and log4net reference RKrom 2012-11-13 08:45:35 +00:00
  • fc86a47220 Added Photobucket for Greenshot 1.1 RKrom 2012-11-13 08:38:32 +00:00
  • 96b8b3524e Project was missing a file... RKrom 2012-11-13 08:27:48 +00:00
  • 94efe04377 Applied zoom patch, currently needs to be activated by pressing "Z" in the capture form. This will change later. RKrom 2012-11-13 08:19:41 +00:00
  • e84b6c8dd4 No need to consider the working area, as the Window is topmost and is visible "over" the Taskbar RKrom 2012-11-12 16:52:44 +00:00
  • 1663bf7b0f Updated the readme.txt and a small readability change in the StartupHelper RKrom 2012-11-12 15:34:15 +00:00
  • 101cb27070 Added "ALLUSERSPROFILE" Startup path in check. RKrom 2012-11-12 15:30:15 +00:00
  • 396455875f Fixes for the Startup-Helper, if Greenshot is already in the startup-folder we check & disable the checkbox. RKrom 2012-11-12 15:25:52 +00:00
  • f006718d2a Some fixes for capturing those nasty Apps, code is not finished yet! RKrom 2012-11-11 19:57:55 +00:00
  • 1587b0298c slovak translation updates JKlingen 2012-11-10 17:03:30 +00:00
  • be08b62aab updates for italian translation JKlingen 2012-11-10 16:59:27 +00:00
  • 2974fba0c9 updates for ukrainian translation JKlingen 2012-11-10 16:28:24 +00:00
  • 3ad14bdcba updates for serbian translation + serbian installer JKlingen 2012-11-10 16:07:01 +00:00