Commit graph

5289 commits

Author SHA1 Message Date
Jaex efc67df1e3 Refactor bounce easter egg 2018-12-24 03:23:13 +03:00
Jaex d87b16073b Scan for all barcode types instead of just QR code 2018-12-19 23:47:38 +03:00
Jaex 8267bb9f5b Revert previous commit changes, it not works properly with game windows 2018-12-19 15:08:21 +03:00
Jaex a512ba6b35 When doing screen recording, after select region if previous active window is not active anymore then restore & activate it 2018-12-19 14:19:38 +03:00
Jaex 585beaa173 fixed #3803: Allow using proportional resizing (shift) or snap resizing together (alt) with corner moving (ctrl) 2018-12-19 12:30:15 +03:00
Jaex 6744282c96 Fix number format 2018-12-17 17:29:37 +03:00
Jaex db8b7cb66a Removed screenshot delay checkbox instead it will be disabled when delay is 0, delay setting reset to 0 2018-12-17 17:16:38 +03:00
Jaex 37fae02e3a Added screenshot delay shortcut to also tray menu 2018-12-17 16:52:59 +03:00
Jaex eaf455bf3a Added screenshot delay shortcut to main window capture menu 2018-12-17 16:39:55 +03:00
Jaex 80b4f5a986 Removed webpage capture which was using IE/Edge to render because built in browser capture methods superior to this method: https://getsharex.com/docs/website-capture 2018-12-17 15:17:04 +03:00
Jaex 96d33b6081 Revert "Merge pull request #3832 from sylveon/master"
This reverts commit 28dbc0274c, reversing
changes made to a7290eab3b.
2018-12-17 12:36:37 +03:00
Jaex 28dbc0274c
Merge pull request #3832 from sylveon/master
Add support for Edge webview in website capture
2018-12-16 18:14:46 +03:00
Charles Milette 6014438ea6
Add license information, fix crash when opening webpage capture on 7 and when closing webpage capture on 10 2018-12-16 00:00:08 -05:00
Charles Milette 40e698240a
Update reference name to match assembly 2018-12-15 22:25:08 -05:00
Charles Milette 5229a32a1b
Cancel unwanted changes, mark assemblies as compile only 2018-12-15 22:20:34 -05:00
Charles Milette 08f939092f
Add EdgeHTML renderer support to webpage capture 2018-12-15 22:14:43 -05:00
Jaex a7290eab3b Added copy image dimensions option to main window context menu 2018-12-15 03:25:57 +03:00
Jaex d544515559
Merge pull request #3826 from sylveon/master
Add user customizable gaussian blur
2018-12-13 02:58:40 +03:00
Charles Milette 380653c128
Remove kernel caching 2018-12-12 18:38:16 -05:00
Charles Milette 56b447d665
Use more cool features 2018-12-12 14:35:59 -05:00
Charles Milette 7a5591ebde
Don't need C# 7.2 in ImageEffectsLib anymore 2018-12-12 14:19:26 -05:00
Charles Milette 1a4cc7c9d4
New matrix convolution code, add user-customizable gaussian blur effect 2018-12-12 14:07:10 -05:00
Charles Milette 2a759eaf62
Initial gaussian blur reimplementation 2018-12-12 02:28:34 -05:00
Jaex 9a92cc7387 fixed #3791: Remember last save directory from image editor 2018-12-09 18:25:01 +03:00
Jaex 6d855e9ef0 Process usage refactor 2018-12-06 21:51:41 +03:00
Jaex 1b0d16ab41 fixed #3805: Added delete input file option to actions 2018-12-06 18:16:39 +03:00
Jaex 15cb8d3830 Added Amazon S3 signed payload option 2018-12-04 19:10:01 +03:00
Jaex 445b61e06a Change setting name 2018-12-02 23:34:29 +03:00
Jaex a0297634b7 fixed #3756: Added show missing files option to image history 2018-12-02 11:48:17 +03:00
Jaex 71f6d7c738 Support long paths on Windows 10 when group policy enabled 2018-12-02 11:09:47 +03:00
Jaex dcc475a106
Merge pull request #3794 from stuntguy3000/hashcheck
Allow hash result to be selected via Ctrl-A (Fixes #3792) and fix UI bug with progress bar
2018-12-01 08:13:48 +03:00
Luke Anderson e811830666 Allow hash result to be selected via Ctrl-A (Fixes #3792) and fix UI bug with progress bar 2018-12-01 14:46:07 +10:30
Jaex dd7ba07c60 Custom uploader request format will be set explicitly 2018-11-30 14:03:45 +03:00
Jaex e138c41662 Update Json .NET 2018-11-30 11:11:19 +03:00
Jaex 067080224a Move auto copy inside StartOCR method 2018-11-30 10:52:06 +03:00
Jaex c4b5cd94c7
Merge pull request #3789 from stuntguy3000/ocr
Add automatic clipboard copy option to OCR
2018-11-30 10:45:48 +03:00
Jaex c802383311 Fix OCR async issue 2018-11-30 10:43:56 +03:00
Luke Anderson bb5c5bcb99 Add automatic clipboard copy option to OCR 2018-11-29 23:10:42 +10:30
Jaex 7baeb193c6 OCRSpace refactoring 2018-11-28 18:23:06 +03:00
Jaex d990b9ed73 Make fileFormName not optional 2018-11-28 18:15:58 +03:00
Jaex d29dbdc8b1 Fix button anchor 2018-11-28 18:05:35 +03:00
Jaex 8f9b7fafea Use fallback endpoint for OCR 2018-11-28 17:36:25 +03:00
Jaex 72d46610b2 Move OCROptions to its own file 2018-11-28 17:03:21 +03:00
Jaex e490e170c6 Move static OCR method to OCRSpace class 2018-11-28 16:45:06 +03:00
Jaex 029997a698 OCR fixes 2018-11-28 16:14:19 +03:00
Jaex 23c4affb6d
Merge pull request #3746 from stuntguy3000/ocr-settings
Add new settings to OCR and enhancements - Fixes #3712, #3601, #2848
2018-11-28 14:56:34 +03:00
Luke Anderson de3b0ba185 Actually implement the requested features 2018-11-28 22:25:38 +10:30
Luke Anderson dad5b81096 Add new settings to OCR - Fixes #3712, #3601, #2848 2018-11-28 20:06:45 +10:30
Jaex 414a7a60cc
Merge pull request #3788 from sylveon/master
Update SDK to version 17763
2018-11-27 05:27:37 +03:00
Charles Milette 0ea821723e
Update SDK to version 17763
Since releasing ShareX on the store, we have realized that while the API is available on both 17734 and 17763, it works on machines with 17763 only. As such, we released an update using the old desktop bridge helper because 17763 is too recent, but will use ActivatedEventArgs for the future releases.
2018-11-26 21:17:44 -05:00