Commit graph

  • dede5cf292 Fixed and optimized some drawing routines, still didn't find a solution for shadowing when target format has transparency. RKrom 2012-02-10 11:55:21 +00:00
  • 46758d238c Changes for Thomas & fixed undo/redo for background changes RKrom 2012-02-09 15:30:27 +00:00
  • a7b082d6ba Changed alert to statusbar message RKrom 2012-02-09 12:09:51 +00:00
  • 4ab2d151e5 Removed sleep from the DWM capture, replaced with with DoEvents. Added logic to remove the corners from a DWM window capture, making it a cleaner capture. RKrom 2012-02-09 11:51:44 +00:00
  • 8374aa5fb6 Small fixes in GraphicsPath usage, making sure they are disposed. Also making sure Anti-Aliasing is used when drawing the shadow. RKrom 2012-02-09 08:52:58 +00:00
  • 5aa6249231 Secured feature Effects. RKrom 2012-02-08 15:20:40 +00:00
  • 5242a70121 Some enhancements to the interfaces RKrom 2012-02-08 15:00:42 +00:00
  • dbc77613f2 Simplified edge code and improved the quality too! RKrom 2012-02-08 13:12:55 +00:00
  • 89c7c26c5a Tweaking shadow settings... RKrom 2012-02-08 12:26:37 +00:00
  • ab7522d743 Fixing some bitmap code to work, this should improve the quality a bit. Also re-factored some code so I could add more professionally shadows. RKrom 2012-02-08 12:04:35 +00:00
  • a52e83dc45 Added an edge effect to see how and where we place them. RKrom 2012-02-07 16:28:28 +00:00
  • 034daa3957 Fixed thread error RKrom 2012-02-07 16:22:57 +00:00
  • b08c8991a5 Small fixes for the screen capture. RKrom 2012-02-07 14:27:52 +00:00
  • 2b53b58442 Fixed thread issues with the Thread which retrieves the window details. RKrom 2012-02-06 16:46:32 +00:00
  • 6ae97acd99 Fixed NotifyIcon problem when canceling the SaveWithDialog destination. RKrom 2012-02-06 13:45:52 +00:00
  • 4a7db37090 Weird, only Visual Studio seems to need this using, SharpDevelop doesn't like it... RKrom 2012-02-05 19:44:34 +00:00
  • 78c7071419 Fixed build warning RKrom 2012-02-04 15:04:32 +00:00
  • fd67253022 Removed build from the project, we can use the build from the command line which shows better errors if something goes wrong. RKrom 2012-02-04 14:48:59 +00:00
  • ba8ba8dd84 Added build "script". RKrom 2012-02-04 14:47:05 +00:00
  • 08d56090c4 Changes to make the context menu work on multiple items RKrom 2012-02-03 12:53:12 +00:00
  • 0398e831db Fixed TextContainer resize, by making the ApplyBounds virtual and overriding it in the TextContainer RKrom 2012-02-03 12:00:06 +00:00
  • cdf5fb52e8 Fixed problem in Outlook Export when 2 Emails are open with the same name, one is the answer to a received email. The received email was taken as a Target, which is easily fixed by adding a check on "Sent" (as is done when retrieving the list of possible targets). RKrom 2012-02-03 09:47:43 +00:00
  • 994159c3ed Removed "unstable" as some people get nervous when something like that is mentioned. RKrom 2012-02-02 13:03:51 +00:00
  • fbf9a9a49d Updated readme.txt RKrom 2012-02-02 12:08:31 +00:00
  • 9b62a84e4e Fixed typo in filename RKrom 2012-02-02 12:05:31 +00:00
  • 0e522f6afc Fixed focus problems with the EditorForm: Problems when clicking on a ToolStrip/MenuStrip when the form didn't have focus by adding two new controls for this. Also fixed the PrintDialog issue by using a BeginInvoke. RKrom 2012-02-02 12:02:07 +00:00
  • 2ba4b6f838 Only setting value if we can write them, this solved a problem with cloneTo for an ini configuration object. RKrom 2012-02-02 10:50:23 +00:00
  • affbfb0ce6 Finished translation & fixed configuration issues. RKrom 2012-02-02 10:49:14 +00:00
  • efc18a6ad3 Improved JIRA destination name by including the Jira KEY. RKrom 2012-02-02 09:14:40 +00:00
  • 8198c69d68 Fixed DestinationPicker "issue", the context menu was still shown if the e.g. Jira upload window was shown. Also fixed an issue with the jira upload window that the last used jira was displayed but the upload button was disabled. RKrom 2012-02-02 08:57:37 +00:00
  • 05373cf249 Changed the installer so we only make an installer with those files we really need... If new files are added, they need to be specified! RKrom 2012-02-01 17:51:06 +00:00
  • 6fb498f633 Fixed Bug #3482709, when using a time stamp on the page the print is cropped. (quick fix, as the problem is most likely in the GetAlignedRectangle) RKrom 2012-02-01 15:01:22 +00:00
  • fddeb05d67 Small fixes that make it possible to run the not installed Greenshot from a network share. RKrom 2012-02-01 11:58:59 +00:00
  • 23e9843d07 Fixed NullReferenzException RKrom 2012-01-31 17:03:24 +00:00
  • d4e9b70161 Fixing a cleanup / reentrant problem by closing the current CaptureForm if a new is opened and disposing the capture before exiting MakeCapture(). RKrom 2012-01-31 16:18:44 +00:00
  • 299a4fba72 Gave all Threads a name, which simplifies debugging. Also fixed a problem with the Destination Picker, not closing the menu until something is clicked, this solves the problem with Disposing the surface! RKrom 2012-01-31 16:02:17 +00:00
  • 27d28efbeb fixed warning because of setting a ScaleOptions var to 0x0 JKlingen 2012-01-30 22:22:38 +00:00
  • f31a432383 Generate new image when Surface is modified, otherwise we export the initially opened or save file even though changes were made! RKrom 2012-01-27 08:52:40 +00:00
  • 6ecba18fae Using background thread to retrieve the window details, this should speed up the time until the CaptureForm is shown. RKrom 2012-01-24 21:53:09 +00:00
  • 73cfc30d49 LanguageDialog closes and selects the language itself if only one language is available. RKrom 2012-01-24 21:37:15 +00:00
  • 41365fab86 Embedded the default en-US language file, so the greenshot.exe should always run without language files. RKrom 2012-01-24 21:26:54 +00:00
  • 83570e855b Added logic which forces the greenshot.ini to be created in the startup-path (where the executable is) when there is no log4net.xml available. This is useful when someone just wants to use the greenshot.exe RKrom 2012-01-24 20:59:26 +00:00
  • 89c2b7a9e7 Added log4net-embedded.xml as embedded resource so Greenshot always has a log4net file. Also added ILMerge so we can make a Greenshot.exe without DLL's. RKrom 2012-01-24 20:25:23 +00:00
  • 64581dbd40 Added some missing files. RKrom 2012-01-24 19:34:38 +00:00
  • e860872ae0 Added some missing files. RKrom 2012-01-24 19:28:12 +00:00
  • 8d458998a1 Moving back to trunk! RKrom 2012-01-24 19:24:36 +00:00
  • ad265b2c54 updated help for version 0.8.1 JKlingen 2011-11-15 20:41:25 +00:00
  • 9e0a754032 Merge from 0.8: Fixed open recent (tray-icon context menu) and added the "save" icon to the SaveAs in the editor menu RKrom 2011-07-17 14:47:31 +00:00
  • 0ff3c6908c Merge from 0.8: Added "Editor match capture size" option, which was still missing. Also set this to default and added translations DE,EN,NL (which all need to be checked). RKrom 2011-07-17 13:41:52 +00:00
  • ecf971b0da Deleting some stuff we don't need RKrom 2011-07-17 12:16:30 +00:00
  • f3b0878b02 "Merged" 0.8 with HEAD, so we can continue developing RKrom 2011-07-17 12:05:59 +00:00
  • 174f653a5a Cleaning HEAD, to replace it with the branch RKrom 2011-07-17 11:54:05 +00:00
  • 3514fc0a29 Corrections for lithuanian translation: https://sourceforge.net/tracker/?func=detail&aid=3305079&group_id=191585&atid=1368020 JKlingen 2011-05-29 06:13:37 +00:00
  • b4aefdf5bc brazilian portuguese translation: http://sourceforge.net/tracker/?func=detail&aid=3305324&group_id=191585&atid=1368020 JKlingen 2011-05-29 06:12:19 +00:00
  • e85b7abd6e lithuanian language file JKlingen 2011-05-16 07:07:41 +00:00
  • 91612ede4e added new and updated language files JKlingen 2011-04-24 10:46:42 +00:00
  • d3665a7c59 changed language name to local name: Türkçe JKlingen 2011-04-24 10:45:53 +00:00
  • aff221cf4b spanish translation by https://sourceforge.net/users/alex_degarate/ https://sourceforge.net/tracker/?func=detail&aid=3290458&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:40:35 +00:00
  • 8c92a5a560 revised italian translation by https://sourceforge.net/users/tonytogna/ https://sourceforge.net/tracker/?func=detail&aid=3097544&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:39:58 +00:00
  • 5a5620661e finnish translation by https://sourceforge.net/users/jarimm/ https://sourceforge.net/tracker/?func=detail&aid=3161157&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:38:36 +00:00
  • 3714fd3982 greek translation by http://sourceforge.net/users/geoskoun/ http://sourceforge.net/tracker/?func=detail&aid=3274761&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:38:00 +00:00
  • 3ff2de4085 swedish translation by http://sourceforge.net/users/eric_se/ http://sourceforge.net/tracker/?func=detail&aid=3282371&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:37:23 +00:00
  • c45e114562 hebrew translation by http://sourceforge.net/users/r_sasson/ http://sourceforge.net/tracker/?func=detail&aid=3290404&group_id=191585&atid=1368020 JKlingen 2011-04-24 10:36:47 +00:00
  • 4d8542db95 Merge: Fixed Bug #3182911: The problem is that since Windows Vista the "GetWindowsRect" function doesn't work correctly anymore! In some scenarios the size is wrong! Now using DWM, if Windows >= Vista for retrieving the right values. RKrom 2011-03-05 07:10:52 +00:00
  • 6710fa2486 Fixed bug #3066880: Added missing link between the button an the method. RKrom 2011-02-15 13:56:45 +00:00
  • 2baa5d770a Merge for Bug #3148232, writing to the local application data preventing to write on a network share and fixes roaming profile synchronization. RKrom 2011-01-04 12:48:45 +00:00
  • 457a43dfc1 Fixed problem with "uppercase" in extension, for instance JIRA doesn't show .Png as a picture preview when a e.g. "screenshot.Png" is attached to an issue. RKrom 2010-10-05 13:32:27 +00:00
  • 3fc8b3fbc2 UTF-8 version, this is better for Diff tools... (we can at least see something, even if it's unreadable...) RKrom 2010-09-28 15:29:27 +00:00
  • ef8718bae0 added italian translation as supplied by tonytogna https://sourceforge.net/tracker/?func=detail&aid=3067023&group_id=191585&atid=1368020 JKlingen 2010-09-25 07:35:37 +00:00
  • 0424692315 Small cleanups RKrom 2010-09-23 09:09:33 +00:00
  • fe59a4607e Removed reference to my private jira... RKrom 2010-09-23 09:01:27 +00:00
  • 60eff1d0f6 Added Proxy support RKrom 2010-09-23 09:00:17 +00:00
  • 2cc6277ce2 Added Proxy support RKrom 2010-09-23 08:59:52 +00:00
  • 82207ac607 Fixed missing login RKrom 2010-09-22 10:47:14 +00:00
  • c8184d1a76 Refactored ConfluencePlugin to be like the JiraPlugin RKrom 2010-09-22 10:02:03 +00:00
  • 0b3a36892d Fixed default RKrom 2010-09-22 09:42:40 +00:00
  • 7066a5e6ee Refactoring for new patterns and added the other projects to the solution, so refactoring is always made over all files. RKrom 2010-09-22 09:41:19 +00:00
  • 750564882c Fixed pattern RKrom 2010-09-22 09:39:18 +00:00
  • b2d2711256 Merge from BRANCH RKrom 2010-09-22 09:38:25 +00:00
  • 239e49309d Fixes for the new pattern and merge from BRANCH RKrom 2010-09-22 09:34:47 +00:00
  • 397702c959 Added upload format to settings form RKrom 2010-09-22 08:46:21 +00:00
  • 19038c7c2b Added upload file settings, fixed missing filename, refactored the configuration out of the jiraConnector. RKrom 2010-09-22 08:08:54 +00:00
  • 6a0d928bd4 Small fixes for the credentials dialog RKrom 2010-09-22 07:57:48 +00:00
  • cf699594f9 Refactoring for CredentialsDialog usage (not finished yet) RKrom 2010-09-22 06:18:34 +00:00
  • dd630f20a1 Made it usable inside Greenshot RKrom 2010-09-22 06:16:51 +00:00
  • 3a4fc710b7 Added some more comments RKrom 2010-09-21 15:32:49 +00:00
  • e820e1bc0e Added IncorrectPassword for windows versions newer as Windows XP RKrom 2010-09-21 15:28:21 +00:00
  • ede0ddfc6b Added a CredentialsDialog which can be used for different kind of plugins which need a login. The credentials supplied over this dialog can be stored inside the window itself. This way the plugins don't need to store the password themselves! The credentials will be visible in the "Stored user names and passwords", which can be found under "Manage Passwords" of the user accounts. RKrom 2010-09-21 15:13:46 +00:00
  • 40b0513b9c Force not writing the password RKrom 2010-09-21 11:18:44 +00:00
  • a596c8f4ea Force not writing the password RKrom 2010-09-21 11:17:56 +00:00
  • cd8092859c Fixed Bug #3056670, RenderMode.EDIT was always even used when exporting. RKrom 2010-08-31 20:37:30 +00:00
  • f55107dd2f Refactored default Field values, works now but still don't know why empty values are written. RKrom 2010-08-27 05:34:30 +00:00
  • ec71396600 The object to ini is almost working, still this is a workaround RKrom 2010-08-26 06:09:54 +00:00
  • 387ffad3cf Stability fixes for Bug #3052665 RKrom 2010-08-25 10:57:39 +00:00
  • cb8d8497c9 Made replacing the image more secure, the old code MIGHT have resulted in the Bug #3052665 RKrom 2010-08-25 10:40:28 +00:00
  • 2c8bf66009 Fixed NullReference at Shutdown RKrom 2010-08-25 06:21:30 +00:00
  • aeefa9a767 Fixed for latest SVN state and refactored for IniConfig RKrom 2010-08-24 19:05:15 +00:00
  • 13dad61313 display language as "Čeština" instead of "Czech" JKlingen 2010-08-24 18:44:29 +00:00
  • a8b68ca0d4 czech translation has been revised by another user JKlingen 2010-08-24 18:34:26 +00:00
  • 2945282990 Minor/log changes RKrom 2010-08-24 15:26:35 +00:00