Commit graph

1738 commits

Author SHA1 Message Date
Jaex 0e506e7877 fixed #4231: Added "DisableLogging" registry setting 2023-01-05 15:31:08 +03:00
Jaex 98dcab13af fixed #6664: Handle clipboard viewer crash 2022-12-31 13:25:32 +03:00
Jaex 50c06809a1
Merge pull request #6638 from maboroshin/develop
Update Japanese translations for 14.1.4
2022-12-10 23:42:45 +03:00
maboroshin 9bdc357791 Update Japanese translations for 14.1.4 2022-12-10 13:20:53 +09:00
Jaex a9782a5112 Added OAuthListener 2022-12-07 14:58:08 +03:00
Jaex 060b61d00e Auto detect WindowsKitsDir 2022-12-03 08:49:53 +03:00
Jaex 309b77a650 NuGet update 2022-12-03 06:46:47 +03:00
Jaex fa9a0f1f5a Include all vi-VN.resx files 2022-11-29 04:51:08 +03:00
Jaex 221fe463a8 fixed #6586: Only allow choosing .wav audio files 2022-11-10 05:29:03 +03:00
Jaex b70d2587a2 Code refactoring 2022-11-02 20:04:28 +03:00
David Nguyen cc03ef4eac Complete Vietnamese language translation 2022-11-01 20:35:44 +07:00
Nguyen Ngoc Minh Hoang 912ba8c3e5 vi-vn update translate 2022-11-01 17:33:12 +07:00
Jaex ff28b68ca0 Use OrdinalIgnoreCase 2022-10-15 02:10:59 +03:00
Jaex cd22e384e2 Code refactoring 2022-10-15 01:46:28 +03:00
Jaex cc63d784a6 Code refactoring 2022-10-15 01:28:50 +03:00
Jaex 6af7de1a22 Added WrapAfter option to CombineImages function 2022-10-08 12:38:08 +03:00
Jaex 365c2120ea Code refactoring 2022-10-08 10:24:57 +03:00
L1Q c0796aae2a
Update russian translation 2022-10-02 20:51:40 +03:00
Jaex d1efe0c7ac Revert [ImgBot] Optimize images 2022-10-02 10:11:20 +03:00
Jaex 150bc86526 Allow dragging file to second file path textbox 2022-10-02 07:50:38 +03:00
Jaex 0a13c7fc64 Added freehand arrow tool 2022-10-01 10:07:12 +03:00
Jaex 2e87952175 Support image combine in main window with drag n drop 2022-09-30 04:12:23 +03:00
Jaex 3ad81d6d6c Added BorderColor 2022-09-30 03:59:40 +03:00
Jaex 50cfd920d0 Append "Dev" to dev build version 2022-09-22 00:57:04 +03:00
Jaex 6a8ce7abb0 Hide changelog link in dev build update message box 2022-09-22 00:40:28 +03:00
Jaex 5a5c544ec8 In update message box when no button is pressed then disable auto update check until ShareX is restarted 2022-09-21 22:41:13 +03:00
Jaex 2eb2536898 Use update message box for dev build install button 2022-09-21 02:40:03 +03:00
RikoDEV d8ffc61b1b Update Polish 2022-09-12 18:46:21 +02:00
Jaex 4abac3d383 Use Environment.Is64BitOperatingSystem 2022-09-11 10:19:06 +03:00
Jaex 4326987100 Better FFmpeg check, removed download button 2022-09-11 09:40:14 +03:00
Jaex eb3bb1dbea Added "Pause screen recording" hotkey 2022-09-03 21:57:05 +03:00
Jaex 930d8a9e1b Interim work for screen recording pause support 2022-09-03 16:52:42 +03:00
Jaex 59b811a6dc Update Turkish 2022-08-28 04:29:29 +03:00
Jaex 0eb54f1937 Update FluentFTP 2022-08-25 08:51:40 +03:00
Jaex a73193adfe Code refactoring 2022-08-25 08:35:33 +03:00
Jaex c6384b59a5 fixed #6460: Get real file name from web server before download 2022-08-25 07:43:40 +03:00
Jaex 8d20db7443 fixed #6439: Added hotkeys for each pin to screen action 2022-08-21 20:33:39 +03:00
Niels Martin Hansen ca3f1cfda0 Fix WavyEdges effect glitchy corners
At least kind of, it still ends up ugly when given extreme parameters, especially depth>range/2, but there isn't an easy way to solve that.
2022-08-20 13:31:18 +02:00
Niels Martin Hansen 35cd09d1e6 Fix TornEdges effect corner glitches 2022-08-20 13:31:18 +02:00
Jaex e2b93615fd Open task menu automatically 2022-08-19 20:10:13 +03:00
Jaex 244883d2f8 Added "X" keybind to cut out tool 2022-08-18 20:41:10 +03:00
Jaex 5ece804ace
Merge pull request #6454 from nielsmh/interior-trim
Add Cut Out tool
2022-08-18 16:30:10 +03:00
Niels Martin Hansen 838a632999 Correct WavyEdges and TornEdges effects for pixel center origin 2022-08-18 14:36:32 +02:00
Niels Martin Hansen 99f6967620 Bugfixes for WavyEdges function 2022-08-17 23:34:58 +02:00
Niels Martin Hansen 74a16fd317 Make cut out effect type names localized 2022-08-17 22:10:35 +02:00
Niels Martin Hansen 8ca64af596 Remove the Gradient effect type for now
It's troublesome to implement and will probably look kind of weird anyway.
2022-08-17 21:04:04 +02:00
Niels Martin Hansen e0423cf7c0 Implement ZigZag effect via a flag for TornEdges function
This reworks the TornEdges function to give a more consistent result at the corners too.
2022-08-17 19:01:12 +02:00
Niels Martin Hansen a342f8d2b6 Add Wave cut effect 2022-08-17 18:24:02 +02:00
Niels Martin Hansen ae25410d83 CutOutEffectType should probably be localized at some point 2022-08-17 16:15:18 +02:00
Niels Martin Hansen 9de1953e6d Refactor CutOutBitmapMiddle 2022-08-17 16:14:22 +02:00