Commit graph

319 commits

Author SHA1 Message Date
Jaex bf2768e474 Added FTP client to Tools menu 2014-05-02 20:56:51 +03:00
Jaex 5edb5fe988 Json library updated 2014-05-02 16:05:44 +03:00
Jaex bb7f0e6d4d fixed #114: If screenshots folder not exist then open screenshots parent folder 2014-05-02 09:12:51 +03:00
Jaex 604a4325eb ShareX 8.8.0 release 2014-05-01 16:52:46 +03:00
mcored ee2baf3be2 cbClipboardUploadAutoIndexFolder wording 2014-05-01 20:53:12 +08:00
Jaex b3c0fadbc3 Clipboard upload auto index folder is optional setting 2014-04-30 15:12:28 +03:00
Jaex 41905669f0 Fix Twitter ui 2014-04-30 13:11:33 +03:00
Jaex 47c4a7a54e FTP ui changes 2014-04-30 12:46:15 +03:00
mcored a125ba0989 Changelog update 2014-04-30 10:46:00 +08:00
Jaex 6800f37d35 In region capture or ruler tool pressing ctrl + c will copy area info to clipboard 2014-04-29 16:40:36 +03:00
Jaex 4d5e05921e Added setting to be able to skip Windows print dialog 2014-04-29 13:22:26 +03:00
Jaex 10e7260f7b Some screen record changes 2014-04-27 10:07:43 +03:00
Jaex 96974186d2 Added thumbnail to uploadinfoparser 2014-04-25 11:29:47 +03:00
Jaex 5bb526f0d1 fixed #111: Using 32bppArgb everywhere 2014-04-24 09:30:32 +03:00
Jaex 93f77f5fa1 Remember last file save as folder path, use same folder of saved image for thumbnail image 2014-04-23 00:55:49 +03:00
Jaex a2db479521 Added thumbnail open/copy buttons to right click menu 2014-04-23 00:00:41 +03:00
Jaex d21c038791 Added create thumbnail to after capture tasks 2014-04-22 23:44:58 +03:00
Jaex abf441dae5 Added all imgur thumbnail types 2014-04-22 22:13:40 +03:00
Jaex 62d95a0cf4 Localhost changes 2014-04-21 01:17:54 +03:00
mcored 8f9767c313 Double click to edit Encoders and Watch folders 2014-04-21 01:17:14 +08:00
mcored 506ab5167d Two preconfigured CLI video encoders 2014-04-20 12:24:03 +08:00
Jaex c1ff163cc8 Added HttpHomePathAutoAddSubFolderPath ftp setting instead using @ in beginning of HttpHomePath
Fixed space encoding
2014-04-20 04:16:51 +03:00
Jaex 95f2bf980a Dropbox shareable url type setting: Default, shortened, direct
Not replacing space with _
2014-04-20 02:00:19 +03:00
Jaex 73725c6e2f json.net update, dropbox public url change 2014-04-20 00:38:11 +03:00
Jaex 97f9108b57 Screen recorder error handling 2014-04-19 18:39:17 +03:00
mcored 70673cd52a CLI Video Encoder GUI fixes 2014-04-19 11:44:07 +08:00
mcored 518557012f CLI Video Encoder UI added Duplicate button 2014-04-19 11:11:14 +08:00
mcored 160098b761 CLI Video Encoder fixes 2014-04-19 07:14:06 +08:00
mcored 57bbee03d0 CLI Video Encoder UI changes
Users are able to preconfigure CLI Video Encoder profiles (with args and
output extension) in Applications Settings -> Profiles -> Video
Encoders. TaskSettings therefore do not need to carry Video Encoder
profile configuration. Users can simply choose one of the Video Encoders
without having to reconfigure new encoders in Task Settings and input
args again.
2014-04-19 06:27:03 +08:00
Jaex 6380d013b1 Box sub folder handling 2014-04-17 02:34:31 +03:00
Jaex f56ac65fac Workaround for Box oauth authorization 2014-04-17 00:34:34 +03:00
Jaex 80bc60476c fixed #103: Box 2.0 api support 2014-04-16 23:35:10 +03:00
Jaex 0a145cccce Box 2.0 authorization & upload complete 2014-04-16 22:14:45 +03:00
Jaex f384821dc5 Uploader.cs improvements to support GET, POST, PUT, DELETE with one method 2014-04-16 20:55:07 +03:00
Jaex c80c71a5cb Box 2.0 implementation interim commit 2014-04-16 19:18:25 +03:00
Jaex 3865dede56 More mime types 2014-04-16 16:17:03 +03:00
McoreD 2c161a3e26 Improved MimeTypes
If MimeTypes are not found in registry, it will look up internal
dictionary of MimeTypes;
2014-04-16 08:54:17 +08:00
Jaex fd02c34ac1 Amazon S3 folder name handling 2014-04-15 22:30:46 +03:00
mcored 991273a9b1 Detect changes done in UploaderConfig.json
This is useful when the UploaderConfig.json is in a shared location
between two or more computers. When one PC updates UploaderConfig.json,
the other PC can detect changes and automatically reload new changes to
memory.
2014-04-15 22:04:34 +08:00
Jaex 110277b419 List crop last region capture fix 2014-04-14 14:10:37 +03:00
Jaex 623c98a6bd MyListView fixes 2014-04-13 20:15:33 +03:00
Jaex 479369dd21 MyListView fixes 2014-04-13 19:40:32 +03:00
mcored 438f9a86b1 simplified MyListView
removed hand cursor while reordering
2014-04-13 23:09:28 +08:00
mcored 4d59c77566 simplified MyListView to take care of reordering 2014-04-13 22:50:55 +08:00
mcored 6ddc965ea2 Fixed secondary uploaders reorder
DoDragDrop was disabling MouseMove Events
2014-04-13 20:01:11 +08:00
McoreD 7916e33391 attempting visual aid
attempting visual aid for secondary uploader drag reprder
2014-04-13 18:43:56 +08:00
McoreD 08a51a88f3 retry changes
new enums will be added, non-existant enums will be removed
2014-04-13 15:51:28 +08:00
Jaex 57038b7cae Retry changes 2014-04-13 09:59:18 +03:00
McoreD fd2de42e35 Secondary uploaders if primary uploaders fail
Support for secondary uploaders if primary uploaders fail
2014-04-13 13:22:31 +08:00
Jaex 1b5263d6a8 Update README.md 2014-04-12 16:54:41 +03:00