Commit graph

428 commits

Author SHA1 Message Date
Jaex 1c9783702a Added border size & color options to "Pixelate" image effect 2023-01-28 11:42:34 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03: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 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
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 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
Jaex 930d8a9e1b Interim work for screen recording pause support 2022-09-03 16:52:42 +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
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
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 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 9de1953e6d Refactor CutOutBitmapMiddle 2022-08-17 16:14:22 +02:00
Niels Martin Hansen ac0cfcd4ec Proof of concept Torn Edges effect on cut 2022-08-16 23:46:00 +02:00
Niels Martin Hansen d5f522ab80 Rename TrimInteriorTool to CutOutTool 2022-08-16 12:11:13 +02:00
Niels Martin Hansen b1f7441176 Feature #4513, initial prototype 2022-08-16 00:22:54 +02:00
Jaex d6bf61aa0b Added new "Dark" theme, renamed previous theme to "Night" 2022-08-14 16:11:22 +03:00
Jaex 50ce50eae1 Don't throw NullReferenceException and instead use nullable type 2022-07-31 15:19:00 +03:00
Jaex eea4c17c3f Added PinToScreenStartupForm 2022-07-27 06:27:37 +03:00
Jaex 4d4fc7f43e Code refactoring 2022-07-24 12:01:51 +03:00
Jaex 6939ef2b53 Change parameter default value to "https://" 2022-07-24 03:30:43 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex 4aa373b94e fixed #6362: Parse path correctly when path only contains root 2022-07-12 12:42:48 +03:00
Jaex a30f565b94 Code refactoring 2022-05-23 12:35:50 +03:00
Jaex 34d9c5f893 Handle AltDirectorySeparatorChar too 2022-05-23 11:54:10 +03:00
Jaex 11b0623377 Added SanitizePath method instead of SanitizeFolderPath and SanitizeFilePath 2022-05-23 10:59:23 +03:00
Jaex 1fcb7fcf99 Rename functions 2022-05-23 10:30:06 +03:00
Jaex fa76a96f88 Remember selected service link 2022-05-16 03:46:41 +03:00
Jaex 3e7c861a1c #6257: Fixed the issue 2022-05-15 03:57:30 +03:00
Jefemy 5587f4f749
Add GetPrefix helper 2022-05-14 20:23:55 -04:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex 23061aa698 Added DeleteFile method 2022-05-03 08:44:04 +03:00
Jaex 7efc14112c Fix coordinate issues 2022-02-24 12:06:13 +03:00
Jaex 61ced16d45 Added LockCursorToWindow method 2022-02-23 14:46:11 +03:00
Jaex 22c2179796 #5883: Also support active monitor mode in light and transparent region captures 2022-02-23 14:15:45 +03:00
Eric Tetz 5f7c9096e0
Switch to floating point internally. Panning fixes. (#6108)
* Switch to floating point internally. Panning fixes.

* Fix panning/zoom coordination errors.
2022-02-20 09:30:39 +03:00
Jaex 92a77332a6 Credits are given in changelog instead 2022-02-03 13:43:33 +03:00
Jaex 9593cf69db Update ClipboardHelpersEx.cs 2022-02-02 01:32:20 +03:00
Jaex bcaca6a0ad Added canvas color button to canvas size form 2022-01-23 12:14:53 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 46e8387766 Rename variables 2022-01-05 10:44:18 +03:00