Commit graph

947 commits

Author SHA1 Message Date
Jaex b02c9c091e Reverting enum changes because it was not necessary 2014-12-06 02:55:04 +02:00
mcored 10b3f97f91 Revert "Putting back Image uploders enum descriptions"
This reverts commit f2ae80fd29.
2014-12-06 08:42:50 +08:00
Jaex a06800771b Added rest of enum descriptions 2014-12-06 02:36:21 +02:00
mcored f2ae80fd29 Putting back Image uploders enum descriptions
Has no effect on translation
2014-12-06 07:43:18 +08:00
Jaex 39d7989c1b fixed #393: If file in use while trying to upload then show message box instead error 2014-12-05 18:44:19 +02:00
Jaex f48245e57d fixed #396: Portable path will be relative to application startup path 2014-12-05 18:22:49 +02:00
Jaex c671b4ae03 If UseGradient false then don't use CustomGradient 2014-11-30 14:23:31 +02:00
Jaex 0ff3420d5a Main window tips localized 2014-11-28 04:32:10 +02:00
Jaex b1135bcfc2 Releasing 9.4.2 2014-11-28 04:22:28 +02:00
Jaex 54f7d1faa0 Non window capture name parsing menu should not show %t and %pn 2014-11-28 02:37:14 +02:00
Jaex d8a803f9ce fixed surface prepare error 2014-11-26 19:48:25 +02:00
Jaex 4fc9c13dd4 Only show valid hotkeys 2014-11-24 01:09:16 +02:00
Jaex 29906f52ae Main window tip is optional 2014-11-23 21:04:14 +02:00
Jaex 2eb80f1499 Main window tip will show current hotkeys 2014-11-23 19:06:28 +02:00
mcored 358c72c1d1 BeforeUpload fixes
BeforeUpload form didn't accurately preselect destination for
ImageFileDestinations
2014-11-22 13:41:33 +08:00
Jaex 11948a11e4 Added -AutoClose CLI command. Example this command will upload two images and then close ShareX: "image1.jpg" "image2.jpg" -AutoClose 2014-11-21 15:54:57 +02:00
Jaex 995abf0057 Greenshot image editor merge 2014-11-21 15:34:50 +02:00
Jaex fe803c4ad8 fixed #375: Watermark won't be enabled by default because I'm tired of people asking me how to disable it 2014-11-21 12:09:13 +02:00
Jaex 6e5af96dc6 Screen record & auto capture region selection will respect Task settings 2014-11-21 11:29:24 +02:00
Jaex 405ee48d30 Text watermark context menu to show name parsing shortcuts 2014-11-19 20:27:46 +02:00
Jaex 73bdd05527 Merge pull request #377 from peppy/toggle_surface_dim
Add a toggle for screen dimming when selecting a region.
2014-11-17 15:06:08 +02:00
Dean Herbert 0ea71a5364 Add a toggle for screen dimming when selecting a region.
I am not sure about others, but I have around a 2 second delay while
attempting to capture a screen region. Coming from puush (a similar
application I had a hand in writing) which did not draw screen overlays
but instead worked with a live image, this feels very cumbersome.

By disabling this option ShareX will not longer render the two darkness
levels before displaying the capture form. I have left the default as
enabled as to not change the default user experience.

As a further suggestion, it may be feasible to do away with the
"lightBackgroundBrush" layer, instead replacing it with the original
image. This would halve the processing time and still provide the a
level of contrast.
2014-11-17 21:55:20 +09:00
Jaex 97f1b89cd0 Release 9.4.1 2014-11-15 09:48:33 +02:00
Jaex 50462730e2 fix last commit 2014-11-14 22:51:07 +02:00
Jaex 408e0225cd Image editor merge 2014-11-14 22:43:40 +02:00
Jaex 49de150fac Image effects UI changes 2014-11-14 06:05:39 +02:00
Jaex 83f9bb82bb Merge pull request #371 from SolidX/bug-364
Fixes unencoded spaces in PreviewHttpPath for the FTP uploader.
2014-11-14 05:44:24 +02:00
SolidX 89be6588a1 Fixes unencoded spaces in PreviewHttpPath for the FTP uploader. 2014-11-13 22:06:53 -05:00
Jaex 1072a23f01 Remove *.pdb files before install, in case you are upgrading from beta to stable 2014-11-14 02:45:47 +02:00
Jaex adc85cf241 Portable creation improvements 2014-11-14 01:28:07 +02:00
Jaex 928532a6a4 ShareX_Setup project for be able to compile setup, create portable zip and upload it automatically 2014-11-14 00:54:00 +02:00
Jaex dfaa163f8b InnoScript changes to support two different builds (Stable and beta) 2014-11-14 00:19:56 +02:00
Jaex 7203678259 Removed outdated version history, updated one in https://github.com/ShareX/ShareX/wiki/Changelog 2014-11-13 23:15:38 +02:00
Jaex 620d865ff2 fixed #366: Added PUT, PATCH, DELETE http methods for custom uploader 2014-11-13 22:55:25 +02:00
Jaex 8333bacd21 If recording not started already then record hotkey or tray icon can be used to start it (Useful if region form start button not visible while doing fullscreen recording) 2014-11-13 21:59:34 +02:00
Jaex 9f1a798f53 Custom text html encode option 2014-11-12 23:25:08 +02:00
Jaex 268468845a Merge branch 'master' of github.com:ShareX/ShareX 2014-11-12 20:21:21 +02:00
Jaex 0005eaf9aa Added custom text support for text uploading.
Example:

<html>
<body style="background-color:#333333">
<pre class="prettyprint">
%input
</pre>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?skin=desert"></script>
</body>
</html>

Will add syntax highlighting to uploaded text.
2014-11-12 20:19:50 +02:00
Jaex ed7e41f3b5 Merge pull request #368 from gpailler/master
Retrieve JIRA issue summary async to not block UI
2014-11-12 16:58:31 +02:00
Gregoire Pailler c519bc6775 Retrieve JIRA issue summary async to not block UI (indentation) 2014-11-12 14:55:33 +08:00
Gregoire Pailler 31d4a11795 Retrieve JIRA issue summary async to not block UI 2014-11-12 14:49:36 +08:00
Jaex 53bbeece19 Added screen recording abort button which will stop and delete recorded video 2014-11-11 02:32:24 +02:00
Jaex 421044930e fixed #358: Error window will be top most 2014-11-11 00:42:46 +02:00
Jaex 66aa9cebae fixed #362: Image effects window UI changes for high DPI support otherwise OK button not visible 2014-11-10 23:40:34 +02:00
Jaex 88fbbcd367 fixed OAuth control and hotkey control DPI problem 2014-11-10 23:04:21 +02:00
Jaex 5dff007a22 fixed #363 and #360: Screen recording was causing error when fullscreen 2014-11-10 05:12:57 +02:00
Jaex 09140e71c1 CLI parsing improvements 2014-11-06 14:40:42 +02:00
Jaex 1467d1afc2 Using CLI manager 2014-11-06 13:27:23 +02:00
Jaex 04918f5b6b fixed #352: Auto capture UI improvement 2014-11-02 11:24:08 +02:00
Jaex b3e38478b6 Updated donation link 2014-11-02 05:35:14 +02:00