Commit graph

6314 commits

Author SHA1 Message Date
McoreD
aa954d7bdd change log update and release of v8.4.1 2013-12-05 18:29:34 +08:00
Jaex
943c7f6916 fixed #15: Added 250ms delay after hiding screen color picker form 2013-12-05 09:26:45 +02:00
Jaex
fa2ff69c8f Changed update url to use website instead git raw url 2013-12-05 08:50:12 +02:00
mcored
e8dcc69355 Updated change log. 2013-12-05 07:11:20 +08:00
Jaex
d90a200ea8 Moved GetDefaultWebProxy to ProxyInfo 2013-12-04 14:55:58 +02:00
Jaex
6d7708efd6 ProxyInfo static Current class instead using Uploader.ProxyInfo 2013-12-04 10:54:32 +02:00
Gregoire Pailler
b801eedafc Don't remove Gist credentials when user switch between authenticated and anonymous in configuration window 2013-12-04 08:42:43 +01:00
Gregoire Pailler
59884f95d7 Merge branch 'master' of github.com:ShareX/ShareX 2013-12-03 22:49:37 +01:00
Gregoire Pailler
7ab0568a66 Switch Gist upload to ShareX application
Add support for secret/public gist
2013-12-03 22:49:15 +01:00
Jaex
50248ed808 Donate url changed 2013-12-03 17:58:52 +02:00
Gregoire Pailler
ee9af500dd Merge branch 'master' of github.com:ShareX/ShareX 2013-12-03 00:19:29 +01:00
Gregoire Pailler
7277f69b56 Gist implementation with test application 2013-12-03 00:11:30 +01:00
Jaex
bee7bf7454 fixed #12: Added Export/Import custom uploader 2013-12-02 14:08:09 +02:00
Gregoire Pailler
38e4c5f4ac Add Gist configuration UI and icon 2013-12-01 18:21:04 +01:00
Jaex
0790fbe035 Added Sides setting to Torn Edge effect 2013-11-28 09:22:06 +02:00
Jaex
427873caa0 Showing version build in title if it is bigger than 0 2013-11-28 08:12:43 +02:00
Jaex
e0e3f8db7a Added backup update method if GitHub api fails 2013-11-28 01:18:00 +02:00
Jaex
1340a2d495 Merge branch 'master' of github.com:ShareX/ShareX 2013-11-27 22:05:03 +02:00
Jaex
8555fe4060 Fixed GitHub auto updater problem 2013-11-27 22:04:12 +02:00
mcored
3bf0f0a535 fixed issue 10
yyyy-mm subfolders are created by ShareX every month. When the user has
not generated any screenshots at the start of the month this problem can
happen. ShareX in the future will now open the Screenshots folder if the
subfolder is not created.
2013-11-26 21:16:30 +08:00
Jaex
812be4f52d fixed issue #8: Uploaders config form index validation 2013-11-26 01:42:36 +02:00
mcored
60bcfdc404 fixed crash when user deselects "Upload image to remote host" in "After capture tasks".
ShareX now shows local file path if remote URL does not exist.
2013-11-26 06:13:14 +08:00
Jaex
060e1a1e57 Added TextShadow to DrawText 2013-11-25 21:34:44 +02:00
Jaex
b53824296b Showing loaded assemblies inside richtextbox 2013-11-25 00:38:48 +02:00
Jaex
2411d5b555 Adding context menu to richtextbox 2013-11-24 23:38:02 +02:00
Jaex
298aaa2255 fixed #6: Custom uploader test button will check index properly 2013-11-24 21:53:52 +02:00
Jaex
27eed97243 Debug log links will be clickable 2013-11-24 21:38:39 +02:00
Jaex
dc29123c01 Fix #4: ImageHistoryForm resources was missing 2013-11-21 01:43:28 +02:00
Jaex
79f0c09546 Using lock for random 2013-11-20 23:36:00 +02:00
Jaex
41777a7a41 Ready for release 2013-11-20 20:28:25 +02:00
Jaex
c0da7b9f39 README and version history changes 2013-11-20 20:20:46 +02:00
Jaex
4f2c96ce29 Added image effects hotkey 2013-11-20 19:59:00 +02:00
Jaex
d3c110bc36 Improved image load/save dialog 2013-11-20 19:45:11 +02:00
Jaex
4c3cdcc0f2 Added remember main window size setting 2013-11-20 15:36:02 +02:00
Jaex
6ffbd029f8 PrepareCaptureMenuAsync error handling 2013-11-20 15:11:42 +02:00
Jaex
04d5543769 Help sub menu moved back to main menu so debug sub menu can be more easily reachable 2013-11-20 15:05:20 +02:00
Jaex
f23ca55d30 Fixed upload test form 2013-11-20 14:39:33 +02:00
McoreD
bfc32ee670 revisied change log 2013-11-20 05:14:02 +08:00
Jaex
464fe29072 Added close button to name parser menu
Watermark form changes
Version history changes
2013-11-19 14:10:06 +02:00
Jaex
29ccf84a10 Placement/Offset bug fix 2013-11-17 12:33:21 +02:00
Jaex
e07152040b ColorButton custom control for WatermarkForm 2013-11-17 12:27:23 +02:00
Jaex
47dda6dd4b Using DrawText & DrawImage in WatermarkConfig (Because of this change, watermark settings will reset) 2013-11-17 11:30:47 +02:00
mcored
6ffefb24da Rearranged file uploader tabs based on file uploader popularity 2013-11-17 16:49:48 +08:00
Jaex
712377a561 Better AutoHide check for drawimage/drawtext 2013-11-17 09:26:41 +02:00
Jaex
0d4adc280c Merge pull request #2 from gpailler/JiraSSLByPass
Jira SSL bypass
2013-11-16 07:20:34 -08:00
Jaex
653946c90b Number validation for image effects 2013-11-16 17:16:09 +02:00
Gregoire Pailler
aec6a6660f Implement helper to disable/enable SSL certificate check 2013-11-16 15:58:42 +01:00
Gregoire Pailler
9288ecb9d4 Allow SSL without valid certificate (by example, Jira server can have a self-signed certificate not registered in computer certificate store) 2013-11-16 15:58:28 +01:00
Jaex
b184fff01b Added checkerboard image effect 2013-11-16 15:24:03 +02:00
Jaex
a53856936f Using ContentAlignment and Point in DrawImage/DrawText for position 2013-11-16 11:50:08 +02:00