Commit graph

37 commits

Author SHA1 Message Date
Jaex 0ab967f14b Code refactoring 2023-10-29 15:05:47 +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
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 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 2465e94206 Fix selection highlight brush 2022-08-17 15:54:54 +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
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 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 552c898864 Don't show hover selection of windows and controls when select tool is active 2019-04-14 10:17:12 +03:00
Daniel Kuschny 3b413d0110 Limit auto select tool selection to drawing tools and added special logic to switch back after crop tool completion 2019-04-13 14:21:48 +02:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex bc0918337d NuGet update, rename few classes 2018-04-08 12:12:52 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex eaad524a89 Show area info text in crop tool 2017-12-31 01:57:13 +03:00
Jaex b4d512374b Draw cross center of crop tool area 2017-12-25 13:37:25 +03:00
Jaex 4f1b2f16c0 Use darker button color for depth color instead of black 2017-12-17 08:56:58 +03:00
Jaex 1b5f446a6d Added MouseEnter, MouseLeave events to DrawableObject, show hand cursor for buttons 2017-12-15 03:32:41 +03:00
Jaex f2bb4d7f6f If crop buttons out of client area then move them to inside crop rectangle 2017-12-13 23:03:06 +03:00
Jaex 91f203cd35 Limit crop rectangle to inside canvas 2017-12-13 02:02:00 +03:00
Jaex 8eaa3b198e Auto crop won't automatically crop without user confirmation 2017-12-13 01:19:52 +03:00
Jaex 4fb70e864a Added button hover state 2017-12-13 00:37:38 +03:00
Jaex adb2fdc713 Move confirm button to left, wider buttons 2017-12-12 20:18:43 +03:00
Jaex e7d3aabb2a Added crop cancel button 2017-12-12 20:06:06 +03:00
Jaex 2c4943234f Added mouse events to DrawableObject, if object clicked then handle mouse input, crop confirm button works now 2017-12-12 19:12:25 +03:00
Jaex e1a86be0fa Moved DrawableObjects to ShapeManager, adding confirm button to crop tool 2017-12-12 18:50:02 +03:00
Jaex b6755df7af Added BaseTool which will limit only single tool to be visible on screen and auto clear it when changing tool 2017-12-12 18:17:38 +03:00