RKrom
|
08d56090c4
|
Changes to make the context menu work on multiple items
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1629 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-03 12:53:12 +00:00 |
|
RKrom
|
0398e831db
|
Fixed TextContainer resize, by making the ApplyBounds virtual and overriding it in the TextContainer
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1628 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-03 12:00:06 +00:00 |
|
RKrom
|
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).
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1627 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-03 09:47:43 +00:00 |
|
RKrom
|
994159c3ed
|
Removed "unstable" as some people get nervous when something like that is mentioned.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1626 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 13:03:51 +00:00 |
|
RKrom
|
fbf9a9a49d
|
Updated readme.txt
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1625 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 12:08:31 +00:00 |
|
RKrom
|
9b62a84e4e
|
Fixed typo in filename
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1624 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 12:05:31 +00:00 |
|
RKrom
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1623 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 12:02:07 +00:00 |
|
RKrom
|
2ba4b6f838
|
Only setting value if we can write them, this solved a problem with cloneTo for an ini configuration object.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1622 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 10:50:23 +00:00 |
|
RKrom
|
affbfb0ce6
|
Finished translation & fixed configuration issues.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1621 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 10:49:14 +00:00 |
|
RKrom
|
efc18a6ad3
|
Improved JIRA destination name by including the Jira KEY.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1620 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 09:14:40 +00:00 |
|
RKrom
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1619 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-02 08:57:37 +00:00 |
|
RKrom
|
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!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1618 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-01 17:51:06 +00:00 |
|
RKrom
|
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)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1617 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-01 15:01:22 +00:00 |
|
RKrom
|
fddeb05d67
|
Small fixes that make it possible to run the not installed Greenshot from a network share.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1616 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-02-01 11:58:59 +00:00 |
|
RKrom
|
23e9843d07
|
Fixed NullReferenzException
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1615 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-31 17:03:24 +00:00 |
|
RKrom
|
d4e9b70161
|
Fixing a cleanup / reentrant problem by closing the current CaptureForm if a new is opened and disposing the capture before exiting MakeCapture().
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1614 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-31 16:18:44 +00:00 |
|
RKrom
|
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!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1613 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-31 16:02:17 +00:00 |
|
JKlingen
|
27d28efbeb
|
fixed warning because of setting a ScaleOptions var to 0x0
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1612 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-30 22:22:38 +00:00 |
|
RKrom
|
f31a432383
|
Generate new image when Surface is modified, otherwise we export the initially opened or save file even though changes were made!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1611 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-27 08:52:40 +00:00 |
|
RKrom
|
6ecba18fae
|
Using background thread to retrieve the window details, this should speed up the time until the CaptureForm is shown.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1610 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 21:53:09 +00:00 |
|
RKrom
|
73cfc30d49
|
LanguageDialog closes and selects the language itself if only one language is available.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1609 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 21:37:15 +00:00 |
|
RKrom
|
41365fab86
|
Embedded the default en-US language file, so the greenshot.exe should always run without language files.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1608 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 21:26:54 +00:00 |
|
RKrom
|
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
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1607 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 20:59:26 +00:00 |
|
RKrom
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1606 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 20:25:23 +00:00 |
|
RKrom
|
64581dbd40
|
Added some missing files.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1604 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 19:34:38 +00:00 |
|
RKrom
|
e860872ae0
|
Added some missing files.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1603 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 19:28:12 +00:00 |
|
RKrom
|
8d458998a1
|
Moving back to trunk!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1602 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2012-01-24 19:24:36 +00:00 |
|
JKlingen
|
ad265b2c54
|
updated help for version 0.8.1
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1437 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-11-15 20:41:25 +00:00 |
|
RKrom
|
9e0a754032
|
Merge from 0.8: Fixed open recent (tray-icon context menu) and added the "save" icon to the SaveAs in the editor menu
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1288 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 14:47:31 +00:00 |
|
RKrom
|
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).
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1286 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 13:41:52 +00:00 |
|
RKrom
|
ecf971b0da
|
Deleting some stuff we don't need
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1283 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 12:16:30 +00:00 |
|
RKrom
|
f3b0878b02
|
"Merged" 0.8 with HEAD, so we can continue developing
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1282 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 12:05:59 +00:00 |
|
RKrom
|
174f653a5a
|
Cleaning HEAD, to replace it with the branch
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1281 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-07-17 11:54:05 +00:00 |
|
JKlingen
|
3514fc0a29
|
Corrections for lithuanian translation: https://sourceforge.net/tracker/?func=detail&aid=3305079&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1128 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-05-29 06:13:37 +00:00 |
|
JKlingen
|
b4aefdf5bc
|
brazilian portuguese translation: http://sourceforge.net/tracker/?func=detail&aid=3305324&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1127 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-05-29 06:12:19 +00:00 |
|
JKlingen
|
e85b7abd6e
|
lithuanian language file
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1102 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-05-16 07:07:41 +00:00 |
|
JKlingen
|
91612ede4e
|
added new and updated language files
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1050 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:46:42 +00:00 |
|
JKlingen
|
d3665a7c59
|
changed language name to local name: Türkçe
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1049 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:45:53 +00:00 |
|
JKlingen
|
aff221cf4b
|
spanish translation by https://sourceforge.net/users/alex_degarate/
https://sourceforge.net/tracker/?func=detail&aid=3290458&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1048 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:40:35 +00:00 |
|
JKlingen
|
8c92a5a560
|
revised italian translation by https://sourceforge.net/users/tonytogna/
https://sourceforge.net/tracker/?func=detail&aid=3097544&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1047 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:39:58 +00:00 |
|
JKlingen
|
5a5620661e
|
finnish translation by https://sourceforge.net/users/jarimm/
https://sourceforge.net/tracker/?func=detail&aid=3161157&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1046 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:38:36 +00:00 |
|
JKlingen
|
3714fd3982
|
greek translation by http://sourceforge.net/users/geoskoun/
http://sourceforge.net/tracker/?func=detail&aid=3274761&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1045 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:38:00 +00:00 |
|
JKlingen
|
3ff2de4085
|
swedish translation by http://sourceforge.net/users/eric_se/
http://sourceforge.net/tracker/?func=detail&aid=3282371&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1044 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:37:23 +00:00 |
|
JKlingen
|
c45e114562
|
hebrew translation by http://sourceforge.net/users/r_sasson/
http://sourceforge.net/tracker/?func=detail&aid=3290404&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1043 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-04-24 10:36:47 +00:00 |
|
RKrom
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@928 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-03-05 07:10:52 +00:00 |
|
RKrom
|
6710fa2486
|
Fixed bug #3066880: Added missing link between the button an the method.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@914 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-02-15 13:56:45 +00:00 |
|
RKrom
|
2baa5d770a
|
Merge for Bug #3148232, writing to the local application data preventing to write on a network share and fixes roaming profile synchronization.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@909 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2011-01-04 12:48:45 +00:00 |
|
RKrom
|
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.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@905 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2010-10-05 13:32:27 +00:00 |
|
RKrom
|
3fc8b3fbc2
|
UTF-8 version, this is better for Diff tools... (we can at least see something, even if it's unreadable...)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@904 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2010-09-28 15:29:27 +00:00 |
|
JKlingen
|
ef8718bae0
|
added italian translation as supplied by tonytogna https://sourceforge.net/tracker/?func=detail&aid=3067023&group_id=191585&atid=1368020
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@903 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
|
2010-09-25 07:35:37 +00:00 |
|