Commit graph

2358 commits

Author SHA1 Message Date
Jaex 5ef6e100f2 Fix history form title 2016-03-19 17:44:24 +02:00
Jaex f7cb8228a6 All window titles starts with "ShareX - " now, Turkish translation 100% 2016-03-19 17:40:59 +02:00
Jaex 42d16e3188 Merge branch 'master' of github.com:ShareX/ShareX 2016-03-19 16:49:18 +02:00
Jaex 70afb4e089 Don't show hover areas in screen color picker 2016-03-19 16:48:53 +02:00
Jaex 5f9e195663 Merge pull request #1419 from campbeb/useFtpDataStream
Use FtpDataStream
2016-03-18 17:13:55 +02:00
Brian f41d36b264 Close FTP stream
Explicitly close stream after transfer
2016-03-18 11:07:13 -04:00
Jaex a04d10c05c fixed #1416: Added raw URL support to GitHub Gist 2016-03-18 14:08:24 +02:00
Jaex 3ce8312cfc fixed #1416: Added Pastebin raw URL option 2016-03-18 12:46:55 +02:00
Jaex 2ea54136d6 When image effects form in editor mode don't show OK button 2016-03-18 11:10:12 +02:00
Jaex e5788da81e fixed #1399: Added "runas" back to updater 2016-03-18 11:04:48 +02:00
Jaex eba1e2239c fixed #1418: Handle empty image in image effects 2016-03-18 11:00:51 +02:00
Jaex b6e25d7e07 Few ApplicationInstanceManager changes 2016-03-18 02:10:56 +02:00
Jaex 1b51f42024 Workaround for tray menu close issue 2016-03-17 11:25:43 +02:00
Jaex f23202d7ff Single instance code moved to ApplicationInstanceManager class 2016-03-17 11:03:08 +02:00
Jaex ad78a49786 Resx update 2016-03-17 10:44:06 +02:00
Jaex bcdf0573d8 fixed #1397: Close ShareX from tray menu when mouse released 2016-03-16 12:33:43 +02:00
Jaex c709ba3349 Merge branch 'master' of github.com:ShareX/ShareX 2016-03-16 12:07:40 +02:00
Jaex 876a6f0fcc fixed #1407: Use name pattern in url download & upload 2016-03-16 12:06:56 +02:00
Jaex 063fd6bc10 Merge pull request #1414 from campbeb/invertedErrorMess
Fix swapped message box text and caption
2016-03-15 22:26:09 +02:00
campbeb 95f37723e1 Fix swapped message box text and caption 2016-03-15 14:47:07 -04:00
Jaex 3d57b6d78e Update README.md 2016-03-15 08:33:53 +02:00
Jaex 8933f72105 Include Chevereto and Pomf uploaders 2016-03-15 08:28:53 +02:00
Jaex b7437d2c34 Update README.md 2016-03-15 08:06:25 +02:00
Jaex 0530b30e4f Update README.md 2016-03-15 08:02:46 +02:00
Jaex 0597dfc719 Removed descriptions to make reading features more easier 2016-03-15 07:43:13 +02:00
Jaex b7405c9b37 Merge branch 'master' of github.com:ShareX/ShareX 2016-03-14 23:56:44 +02:00
Jaex c2fbc6120e Catch custom uploader parse response so uploader result can return with response field 2016-03-14 23:56:16 +02:00
Jaex cbb0d69991 Merge pull request #1408 from campbeb/nodispose
Don't dispose the surface
2016-03-14 04:42:49 +02:00
Jaex 6a992a0857 fixed #1400: Added AcceptInvalidSSLCertificates option to Application settings -> Advanced tab which can be used by people who using self signed certificates 2016-03-14 03:10:19 +02:00
Jaex 105d99786d Few small changes in image editor 2016-03-14 00:34:39 +02:00
Jaex a051856b3a Small image editor changes 2016-03-14 00:14:01 +02:00
Jaex 84964e5c52 Greenshot image editor drawing changes 2016-03-13 22:37:22 +02:00
Brian 02a787ce70 Don't dispose the surface 2016-03-13 15:57:59 -04:00
Jaex ee151f466e Merge pull request #1406 from campbeb/greenshot_update
Update Greenshot to latest version
2016-03-13 20:45:12 +02:00
Brian ee88e25b2f Update Greenshot to latest version
Greenshot updated from 1.2 branch at commit
e9ab99c5acc99785cc5045b4b5493c9b6504d016

This solves #1341 and #1079 for allowing support high DPI monitors.
Additionally, the following were implemented:
- #748 - Objects can be saved to file and loaded from file via menu
- #676 - Keyboard shortcuts added for 'Save and close' (Alt+S), 'Close'
(Alt+W), and 'Close and cancel tasks' (Alt+C)
- #1189 - Editor opens sized to image. Can be disabled via Greenshot ini
with `MatchSizeToCapture=False`
2016-03-13 12:07:53 -04:00
Jaex df5da6871b Show uploader test all buttons only in debug build 2016-03-12 20:20:14 +02:00
Michael Delpach 206adfa342 remove credits for Copy 2016-03-12 10:40:05 +11:00
Michael Delpach af0dbcce12 remove Copy from UploadersLib 2016-03-12 09:10:42 +11:00
Michael Delpach 4558e2e8ba removed Copy due to its end of service https://blog.barracuda.com/2016/02/01/message-from-gm-of-storage/ 2016-03-12 08:15:24 +11:00
Jaex 16c3768760 Don't include shortened url when getting file name 2016-03-12 01:04:40 +02:00
Jaex 6fbe9b5913 Use custom GetFilename method because otherwise "Illegal characters" error can happen 2016-03-12 00:34:56 +02:00
Jaex beadb58dcf Merge pull request #1396 from campbeb/singleInstance
Proper Single Instance Implementation
2016-03-11 00:49:01 +02:00
Brian 29e8e739e3 Proper Single Instance Implementation
Reworked single instance code to better handle being launched with
context menu.

Previously:
- On launch, process would try to open an `EventWaitHandle`. If it
didn't exist, then process assumed it was first and created it
- Multiple processes launching at same time would all see the
`EventWaitHandle` did not exist before any process could create it
- This led to multiple instances of program running

Now a mutex is used:
- Processes will all try to open the mutex. Only first one will succeed
- Process that opens the mutex will setup the `EventWaitHandle`
- Other processes won't get the mutex and will be directed to use the
`EventWaitHandle` to pass their command line args to the running
instance
2016-03-10 16:29:01 -05:00
Jaex 538acf30e8 Ready for release 2016-03-10 16:55:17 +02:00
Jaex 3455590ea5 fixed #1388: Added ForceActivate to AfterCapture and BeforeUpload forms shown event 2016-03-09 18:37:54 +02:00
Jaex 4066ae61d3 Added i.tlthings.net 2016-03-06 21:37:34 +02:00
Jaex ffa78b670b Added chevereto test all button 2016-03-05 18:46:44 +02:00
Jaex 6c6ab39cf1 Don't show www. in chevereto or pomf list 2016-03-05 18:23:53 +02:00
Jaex 2e6211648c Added storemypic.com 2016-03-05 18:18:25 +02:00
Jaex 7ca9f799b4 Save settings when tray menu closed too 2016-03-05 16:40:40 +02:00