Commit graph

6334 commits

Author SHA1 Message Date
Michael Ryan 83c3dcedff * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4.
* Fixed the menu items order of "Drawing > Particles", "Adjustments > Color matrix", and "Filters > Convolution matrix", which were not alphabetized correctly.
2020-09-14 12:45:26 -07:00
Michael Ryan 46c8c4b778 Fixed the following compiler errors and warning.
* QuickTaskInfoEditForm.cs(57, 124): [CS8107] Feature 'enum generic type constraints' is not available in C# 7.0. Please use language version 7.3 or greater.

* VideoConverterForm.cs(177, 25): [CS0121] The call is ambiguous between the following methods or properties: 'Task.Run<TResult>(Func<TResult>)' and 'Task.Run(Func<Task>)'

* HashCheck.cs(65, 55): [CS0168] The variable 'e' is declared but never used
2020-09-14 12:22:56 -07:00
Jaex be385c28a1 Select first format automatically 2020-09-13 21:47:05 +03:00
Jaex ea69c42047 Made form localizable 2020-09-13 21:13:45 +03:00
Jaex 09967e91b4 Use MyPictureBox control 2020-09-13 21:12:41 +03:00
Jaex 0ebcd6bf60 Added clipboard viewer tool 2020-09-13 21:00:49 +03:00
Jaex 32c4aa50fa Added DIBV5ToBitmap method 2020-09-13 07:52:56 +03:00
Jaex a75b6deb27 Convert BackgroundWorker to task in SendSpace 2020-09-13 07:24:06 +03:00
Jaex 374245b7fa Convert BackgroundWorker to task in FileDownloader 2020-09-13 07:09:39 +03:00
Jaex 6e2b241bb1 Support ctrl + a when target textbox is read only 2020-09-13 06:40:30 +03:00
Jaex f435470c2c UI changes 2020-09-13 06:24:57 +03:00
Jaex 03b2490858 Support comparing two files 2020-09-13 06:17:14 +03:00
Jaex ced2b1253a Convert BackgroundWorker to async task 2020-09-13 06:04:03 +03:00
Jaex fded529e72 UI update for comparing two files 2020-09-13 03:45:40 +03:00
Jaex 20d4ce8b92 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-09-12 23:44:40 +03:00
Jaex cf77b2afa2 Added "Replace result URL using regular expression substitutions" option to task settings 2020-09-12 23:44:35 +03:00
Michael Delpach dce785682c Watch Folder option to MoveFilesToScreenshotsFolder 2020-09-12 07:12:49 +08:00
Jaex 2842c15a4a Merge branch 'master' of https://github.com/ShareX/ShareX 2020-09-11 22:37:29 +03:00
Jaex 4100488244 In image effect allow using -1 for absolute size to use 100% canvas size, so -1 width means 100% canvas width 2020-09-11 22:37:25 +03:00
Jaex 1dfa15fdfe
Update README.md 2020-09-11 20:19:14 +03:00
Jaex 7931178080
Update README.md 2020-09-11 20:16:59 +03:00
Jaex e3897cf5ab Merge branch 'menu-icon-size' 2020-09-11 19:29:20 +03:00
Jaex 35f9898325
Merge pull request #5017 from Scrxtchy/GifBayerScale
Bayer Scale can be changed for gifs if Bayer dither is in use
2020-09-11 19:25:58 +03:00
Jaex 0dd07e09ac
Update README.md 2020-09-11 17:04:38 +03:00
Jaex a19439ef33 Code refactor 2020-09-10 13:18:00 +03:00
Michael Delpach ce35af243c Update ShapeManagerMenu.cs 2020-09-10 07:36:55 +08:00
Michael Delpach 27b398230b Update ShapeManagerMenu.cs 2020-09-09 08:39:58 +08:00
Michael Delpach d72c4751e7 Autoscale Region Capture toolbar based on DPI 2020-09-09 08:12:50 +08:00
Jaex e7262df5f0 Added menu icon size option to region capture 2020-09-08 20:16:19 +03:00
Jaex b39126cfb1 Set Dev true 2020-09-08 10:18:00 +03:00
Jaex 042cc24e28 Release 2020-09-08 09:50:31 +03:00
Jaex 50c352054a NuGet update 2020-09-07 08:45:27 +03:00
Jaex 180766edd1
Merge pull request #5022 from L1Q/master
Fix resx line break
2020-09-06 20:56:41 +03:00
L1Q fe8929b598 Fix resx line break 2020-09-06 17:54:52 +01:00
Jaex d82f3f6eb7 Added UserAgent to download method 2020-09-06 14:03:16 +03:00
Jaex 4d383f50cf Update FFmpeg download URL in setup project 2020-09-06 13:41:01 +03:00
Jaex b432383ef1 Added debug log for download URL 2020-09-06 13:35:32 +03:00
Jaex 96acc24e9b Use browser URL for FFmpeg download 2020-09-06 13:34:57 +03:00
Jaex a277389f61 Project cleanup 2020-09-06 12:30:29 +03:00
Jaex cd750417ac
Merge pull request #5016 from sheepjin99/master
Updated missing Korean translations
2020-09-06 12:06:38 +03:00
Yangjin Cho 61e44c18a7
Delete VideoConverterForm.ko-KR.resx 2020-09-06 18:05:35 +09:00
Jaex 9f1c5f3799 Enabled refresh authorization button for Teknik uploader 2020-09-06 11:54:51 +03:00
Jaex 720cc4c362
Merge pull request #5021 from uncled1023/master
Fixed teknik auth not requesting refresh token
2020-09-06 10:05:42 +03:00
Uncled1023 d5f8810fbb Fixed teknik auth not requesting refresh token. 2020-09-05 23:53:56 -07:00
Scratch f7459c9bcb Bayer Scale can be changed for gifs if Bayer dither is in use
Closes #5013
2020-09-03 22:43:46 +10:00
RieL cfb241ad7e Updated missing Korean translations and more
Screenshot delay -> 스크린샷 지연
and added some other missing translations & ':'s.
2020-09-03 03:49:17 +09:00
Jaex b23357d1f8 Code refactor 2020-09-02 12:49:59 +03:00
Jaex bc7c7adf26 Use ShareX/FFmpeg repo for FFmpeg download 2020-09-02 12:19:20 +03:00
Jaex 3e12c6441a Include resx files 2020-09-02 11:26:18 +03:00
Jaex ee6eba2828
Merge pull request #5010 from simonporte/master
Update french translation
2020-09-02 01:59:54 +03:00