Commit graph

739 commits

Author SHA1 Message Date
Jaex 8b94ddbd1a fixed #3495: In image editor use "Ctrl + C" instead of "Ctrl + Shift + C" to copy image to clipboard 2024-02-06 11:37:58 +03:00
Jaex 75734e1694 Undo/redo improvements 2024-01-06 04:02:30 +03:00
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex 0f42fd1872 Fixed undo/redo bug 2023-12-28 08:04:42 +03:00
Jaex 692a9e6b0d Fixed undo/redo bug 2023-12-27 12:20:03 +03:00
Jaex 69e95870de Fixed undo/redo bugs 2023-12-27 11:42:38 +03:00
Jaex aa6f127825 Fixed undo/redo bug 2023-12-27 10:06:42 +03:00
Jaex e5fe1a8e70 Fixed undo/redo bug 2023-12-27 08:56:07 +03:00
Jaex 3be1ffeefa Code refactoring 2023-12-27 08:26:53 +03:00
Jaex 2c86f83ac0 Code refactoring 2023-12-27 07:57:06 +03:00
gregorygregio 5e0ee631cb Implementing IDisposable interface on ImageEditorMemento and ImageEditoryHistory classes. 2023-12-26 21:58:05 -03:00
gregorygregio 780d5130f5 Implemented Undo/redo function on image editory 2023-12-23 17:08:56 -03:00
Jaex ab38428d19 Code refactoring 2023-12-02 07:06:00 +03:00
Jaex 0ab967f14b Code refactoring 2023-10-29 15:05:47 +03:00
Jaex 11d2c358db fixed #6987: Increase step font size maximum to 300 2023-08-07 07:59:24 +03:00
Jaex 5e7dbd23fa Code refactoring 2023-06-04 01:07:30 +03:00
Jaex 08a00c1696 Added image effect option summary near effect names 2023-05-20 00:10:32 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
L1Q 613c4df314
Use editor DPI when rendering final image 2022-10-11 16:39:01 +03:00
Jaex 0a13c7fc64 Added freehand arrow tool 2022-10-01 10:07:12 +03:00
Jaex 0922c73bd1 fixed #6512: When Ctrl key is hold also disable selection of resize nodes 2022-09-17 10:30:59 +03: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 77d0a4838d Change CutOutEffectSize default value 2022-08-18 17:27:18 +03:00
Jaex bed141f235 Added icon to cut out tool 2022-08-18 17:10:51 +03:00
Jaex 0e6194ce83 Cut out tool should be only visible in image editor 2022-08-18 16:55:34 +03:00
Niels Martin Hansen 2e23856e92 Use a 1x1 checkerboard fill pattern for selection highlight 2022-08-18 14:36:32 +02:00
Niels Martin Hansen a37116a0dc Code cleanup 2022-08-17 23:42:49 +02:00
Niels Martin Hansen 888db53d83 Factor out the affected area display rectangle for CutOutTool visual 2022-08-17 22:45:46 +02:00
Niels Martin Hansen b784ebe0c7 Add GUI configuration for cut out tool 2022-08-17 22:10:24 +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 21bb827d03 Limit cut out selection highlight to canvas area 2022-08-17 17:14:33 +02:00
Niels Martin Hansen ce02e9ab07 Prevent cuts that would remove the entire image
And also don't show resize nodes
2022-08-17 17:07:44 +02:00
Niels Martin Hansen f9d144400e Use a checker pattern to denote area to be cut out 2022-08-17 16:42:00 +02:00
Niels Martin Hansen 9de1953e6d Refactor CutOutBitmapMiddle 2022-08-17 16:14:22 +02:00
Niels Martin Hansen 2465e94206 Fix selection highlight brush 2022-08-17 15:54:54 +02:00
Niels Martin Hansen b43c374d86 Properly use DeleteShape 2022-08-17 08:49:45 +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 32cae726e8 Implement collapsing shapes overlapping with cut out area 2022-08-16 23:25:20 +02:00
Niels Martin Hansen 8b0c5d0d66 Confirm/Cancel button positioning logic for Cut Out tool 2022-08-16 19:14:19 +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 0117c5ab11 Update keybinds link 2022-08-10 08:53:50 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex 3275d92a54 fixed #6336: Round proportional position 2022-07-09 03:19:08 +03:00
Jaex 546c95c6b1 #5055: Also handle bigger cursor in region capture 2022-06-15 01:59:55 +03:00
Jaex b0684a9cd6 Fixed floating step number issue 2022-05-18 07:14:00 +03:00
Jaex f1734a3474 Rename link variables 2022-05-15 00:32:09 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00