Commit graph

154 commits

Author SHA1 Message Date
Jaex
894e6a6433 #3530: Save buttons in image editor will use task settings to generate name if file name is not supplied yet, that way user can save without use "save as..." dialog first 2018-07-16 12:44:23 +03:00
Jaex
c5f24df681 Changed sticker tool icon to smiley 2018-07-13 08:35:54 +03:00
Jaex
ec45f15922 fixed #3374: Added screen color picker support to image editor color picker, also gonna show recent colors in screen color picker tool too 2018-06-02 15:34:52 +03:00
Jaex
cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex
62dc5ff676 Allow to hide magnifier with mouse wheel if magnifier size reach below minimum pixel size 2018-04-30 19:45:35 +03:00
Jaex
47f91bd4e8 Resume form on shape update 2018-04-30 16:41:39 +03:00
Jaex
4a30690a69 Added link to region capture keybinds page 2018-04-30 16:19:57 +03:00
Jaex
4776c83d08 Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00
SupSuper
52a15de904 .NET 4.5 scales toolstrips for us 2018-04-22 03:46:00 +01:00
Jaex
a36b948fa1 #3221: When focus lost stop updating image editor form 2018-04-03 01:43:10 +03:00
Jaex
6b4a7002f3 Added confirmation message box for unsaved changes when user close image editor by pressing X button, Esc key or right click 2018-03-27 17:35:00 +03:00
Jaex
a68245bffd Removed region capture F1 tips, removed unused region capture simple annotate form 2018-03-26 18:31:48 +03:00
Jaex
c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex
586bebf336 Hide shadow color when not useable 2018-02-15 00:52:07 +03:00
Jaex
44a6a884be Added sticker icon 2018-02-06 11:32:13 +03:00
Jaex
026e2fa9c9 Added sticker tool 2018-02-06 11:25:15 +03:00
Jaex
4cdf93b755 Interim work for sticker form 2018-02-06 03:15:06 +03:00
Jaex
38897b6a53 Added shadow color option 2018-01-30 20:14:28 +03:00
Jaex
b9387701cf fixed #2660: Added "Add image effects" button to image editor menu 2018-01-20 00:36:05 +03:00
L1Q
9ac637242c Improve localization support
Add to resx:
- ImageEditorInterpolationMode enum
- Cplipboard image notice text
- Image editor toolbar items

Move OCR attribution notice to back to prevent overlapping
2018-01-13 15:43:06 +02:00
Jaex
d013b862ed Pause editor form before opening dialogs 2018-01-09 13:00:56 +03:00
Jaex
95ca97b4f0 Added image interpolation mode option to image editor 2018-01-06 08:30:04 +03:00
Jaex
b463a16567 Update year 2018-01-01 17:59:14 +03:00
Jaex
cc3a22465d fixed #3039: Added "Insert image from screen" button to editor image menu 2017-12-31 21:39:13 +03:00
Jaex
4971d98b45 Added step label use letters option 2017-12-27 17:48:51 +03:00
Jaex
54b8d85e87 If editor image is null then show new image dialog 2017-12-25 19:48:41 +03:00
Jaex
cabab93b05 Added "Crop image" button to editor image menu 2017-12-25 13:00:15 +03:00
Jaex
6e724169cc Added "Insert image" button to editor image menu 2017-12-25 12:18:04 +03:00
Jaex
79fcdf9325 Fix null exception 2017-12-25 10:20:21 +03:00
Jaex
193ec68ad5 Update save image button after change file path 2017-12-25 09:40:32 +03:00
Jaex
aace649381 Added "Open image" button to editor image menu 2017-12-24 22:04:12 +03:00
Jaex
5d94a9a6dd Added "New" button to editor image menu 2017-12-24 21:02:08 +03:00
Jaex
9a8d8f0fc5 Added "Auto close editor on task" option 2017-12-24 12:01:16 +03:00
Jaex
865fd0bcf9 #3008: Added image editor events 2017-12-17 10:30:39 +03:00
Jaex
e1a86be0fa Moved DrawableObjects to ShapeManager, adding confirm button to crop tool 2017-12-12 18:50:02 +03:00
Jaex
d37fc01726 Added font size option to step tool 2017-12-07 23:17:36 +03:00
Jimin Park
0dfd2dd40d Modified and added some Korean Translations
Also moved two Editor UI literals into a resx file.
2017-12-06 00:44:38 +09:00
Jaex
57302f58bf Use Click event instead of MouseDown 2017-12-01 11:08:32 +03:00
Jaex
de420e7319 Added paste button to image editor edit menu 2017-12-01 10:58:53 +03:00
Jaex
3215de1fda fixed #2757: Added auto crop image support to image editor 2017-11-28 22:10:45 +03:00
L1Q
7398833c2d Improve translation support
- "Editor start mode"
- ImageEditorStartMode enum
2017-11-21 12:22:55 +02:00
Jaex
4ca85ec96f Use combo box for image editor start modes 2017-11-12 23:44:18 +03:00
Jaex
763eb85d3c TopMost false for text input form, image size form, canvas size form 2017-11-12 10:32:55 +03:00
L1Q
e93c57541c Move "Editor background color" to resx 2017-11-10 03:20:52 +02:00
Jaex
2b5c9c7b11 Show editor background color on menu icon 2017-11-08 21:24:25 +03:00
Jaex
f0e5416e0d In image editor show FPS on title bar 2017-11-08 03:47:22 +03:00
Jaex
13a3dc14fb Added editor background color option 2017-11-06 22:10:46 +03:00
Jaex
70635461d5 Rename variables 2017-11-06 19:01:02 +03:00
Jaex
eb7992e36d Run image editor on STA thread that way multiple editors can be opened without block main thread 2017-10-30 14:14:13 +03:00
Jaex
8f97e5896e Make sure to not update toolbar when ShareX closing 2017-10-30 11:48:58 +03:00