Commit graph

232 commits

Author SHA1 Message Date
Jaex
40f546d10b fixed #5728: Added "Background dim strength" region capture option 2024-04-28 18:18:29 +03:00
Jaex
a32a1bc370 Fixed ImageBeautifier glitch 2024-03-23 14:39:16 +03:00
Jaex
1a308afdda fixed #7346: Improve CloseOnEscape logic 2024-03-21 18:37:32 +03:00
Jaex
856a1a057c Code refactoring 2024-02-12 02:50:51 +03:00
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
Gregory Gregio
475e1f71f0
Merge branch 'develop' into feature/SaveB4CloseEditorOption 2024-01-03 16:20:18 -03:00
gregorygregio
894394715b Implementing save changes before closing dialog for the image editor as requested on issue 6725 2024-01-03 16:16:13 -03:00
Jaex
077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex
d78720253b fixed #6706: Support pinning context menus/popups using "Pin to screen" tool 2023-06-19 15:58:10 +03:00
Jaex
cdc9add75f fixed #6923: Round coordinates 2023-06-06 02:27:16 +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
L1Q
c853ebbd28 Fix the magnifier grid misalignment when zooming in image editor 2022-07-25 21:40:17 +03:00
Jaex
abd218ee09 Added PinToScreenForm 2022-07-22 05:42:59 +03:00
Jaex
add3514731
Merge pull request #6334 from Gurgarath/develop
Allowed Zoom feature to work with PavNum keys
2022-07-22 02:52:56 +03:00
Jaex
6cc4f116d6 fixed #6223: Set IsImageModified to false for rest of image editor tasks too 2022-07-09 07:37:48 +03:00
Gurgarath
fbbf32d92c
Allowed Zoom feature to work with PavNum keys
PavNum keys (0 / + / -) will now work for the zoom feature
2022-07-08 09:21:21 +02:00
Jaex
56d17fe1f2 Restrict zoom keybinds to image editor 2022-06-29 02:02:26 +03:00
Jaex
546c95c6b1 #5055: Also handle bigger cursor in region capture 2022-06-15 01:59:55 +03:00
Jaex
f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Laurent LOIE
42603327cc fix #6222 ( set IsImageModified to false only on Save and SaveAs OK ) 2022-04-22 10:05:51 +02:00
Jaex
7efc14112c Fix coordinate issues 2022-02-24 12:06:13 +03:00
Jaex
3a439df7f1 Fix active monitor mode issues 2022-02-24 10:24:16 +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
Jaex
7bc34890da fixed #5883: Added active monitor mode option to region capture 2022-02-23 13:00:18 +03:00
Eric Tetz
28ff51c082 Fix panning regression, where panning at limit accumulates invisible changes. 2022-02-20 14:59:29 -07:00
Eric Tetz
df6496c901 fix 6111: screen-wide crosshair clipped at zoom-out 2022-02-20 13:14:43 -07: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
3da4e3ac3c Change zoom levels 2022-02-15 11:59:48 +03:00
Jaex
1ea1dacb0f Code refactoring 2022-02-15 11:01:29 +03:00
Eric Tetz
6fdc7cb768 Fix centering, add hotkeys, add zoom to fit.
Don't zoom during capture.

Performance: don't apply ScaleTransform when zoom is 100%. Draw background using SourceCopy rather than SourceOver.

Fix scaled centering.

Add hotkeys CTRL -, CTRL + to zoom in/out.

Add "Zoom To Fit" (CTRL+ALT+0) and "Zoom to fit on startup" editor option.
2022-02-12 18:43:37 -07:00
Eric Tetz
468d6ed3d6 Hide 100% zoom. CTRL+0 to reset. Fix magnifier and info text. Center zoom on mouse. Use GraphicsQualityManager. 2022-02-08 23:10:15 -07:00
Eric Tetz
e5609fcef6 resolve conflicts and merged 2022-02-08 10:39:18 -07:00
Jaex
ba9c5c8ec7 Improve square magnifier performance 2022-02-08 15:46:04 +03:00
Eric Tetz
0ede4a27d2 Zoom by a fixed percentage of the current zoom level. Feels better. 2022-01-31 21:58:23 -07:00
Eric Tetz
778eec1188 Stay zoomed when image doesn't fit in client area 2022-01-31 20:31:34 -07:00
Eric Tetz
2ee7843393 First pass at adding zoom to image editor, via CTRL+mouse wheel. 2022-01-31 18:01:18 -07:00
Jaex
f5afd208b4 Code refactoring 2022-01-24 22:27:34 +03:00
L1Q
890bd58905 Fix FPS limit not applying preference 2022-01-24 18:58:42 +02:00
Jaex
621c8db965 Added FPS limit option to region capture options menu 2022-01-18 08:22:31 +03:00
Jaex
51d55059f9 Code refactoring 2022-01-17 10:41:32 +03:00
Jaex
29dc478e2b fixed #4951: Added support to limit region capture/image editor fps 2022-01-17 09:13:58 +03:00
Jaex
2ad22fa510 Added FPSManager class 2022-01-17 04:56:32 +03:00
Jaex
8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex
241619cc07 Rename variables 2021-12-12 00:21:19 +03:00
Jaex
30c46d4932 #5819: If "Auto copy image to clipboard" is enabled then also copy image to clipboard on image editor startup 2021-10-31 16:50:59 +03:00
Jaex
148817d9c0 Added auto copy image to clipboard option to image editor 2021-10-23 03:07:07 +03:00
Jaex
cb813b88d8 Added ImageModified event 2021-10-23 01:44:29 +03:00
Jaex
837ef0a7fc Update year 2021-07-29 06:22:51 +03:00