140 Commits

Author SHA1 Message Date
heckflosse
b80abe60e8 When Demosaic/None is set, always show raw values and never show Lab/HSV values, #4584 2018-08-20 21:54:21 +02:00
heckflosse
bd568ab957 Prevent flashing background color of the preview when adding nodes to a curve using on-canvas picker, fixes #4743 2018-08-20 21:32:16 +02:00
Morgan Hardwood
871188a1d8 Navigator should use a different icon while panning
The Navigator uses the same hand icon regardless whether panning
the red square or not, this branch tries to fix that, #4738
Includes a cleanup of icon names, i.e. the crosshair should not be
called the hand.
2018-08-20 10:44:27 +02:00
Thanatomanic
770c16e430 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:11:21 +02:00
Hombre
8be9a68212 Attempt to fix #4580 : "RT 5.4 on Windows 8.1 x64 crashes while in
editor"

Fixing an incorrect 'if' statment
2018-08-03 07:13:47 +02:00
Hombre
8397a239a5 Merge branch 'dev' into issue4580 (see... issue #4580) 2018-07-26 01:48:20 +02:00
Hombre
55ed8eae74 cropPixbuf/cropPixbufTrue mixed-up in cropwindow.cc (no issue) 2018-07-26 01:02:49 +02:00
Hombre
3a6556404a Merge branch 'dev' into testoutputprofile 2018-07-22 03:25:49 +02:00
Morgan Hardwood
522495f4eb Icon cleanup #4469 #3547
Rebased in new branch to cleanup commit history.
2018-07-13 18:13:35 +02:00
Hombre
f2b339fc66 Taking care of backward compatibility for new output profiles
see #4478
2018-07-05 23:32:46 +02:00
Thanatomanic
f5d9f9529a Removed freeze-mode for the histogram bar 2018-07-02 19:48:24 +02:00
Thanatomanic
3a799af85f Removed spurious space 2018-06-30 19:53:50 +02:00
Thanatomanic
b3dcb915b1 Corrects typo that fixes halign behavior. Chroma color test: yellow 2018-06-30 19:52:37 +02:00
Hombre
ed081923d7 Bugfixing #4580 "RT 5.4 on Windows 8.1 x64 crashes while in editor"
Wrong placement of Mutex protecting the CropHandler's pixbufs in
cropwindow.cc + mixup between cropPixbuf & cropPixbuftrue
2018-06-01 21:45:47 +02:00
Hombre
fbc81028eb First batch of variable name normalisation in ICM tool, see #4478 2018-05-14 00:57:55 +02:00
Hombre
bf6702fa56 Scroll wheel (and possibly touchpad) better handled, see #3923 2018-03-23 23:21:05 +01:00
heckflosse
c9819d35e6 Avoid unnecessary processing when zooming to >= 100% or opening detail windows 2018-02-06 13:50:00 +01:00
heckflosse
3e2e7717b1 Fix random behaviour when opening images in SETM and 'Auto zoom to fit the crop area' is enabled, fixes #4357 2018-02-03 12:57:36 +01:00
Alberto Griggio
8168611c23 added preferences to control the behaviour of the crop tool 2018-01-03 15:44:34 +01:00
Alberto Griggio
0ac3bafbca some tweaks to the cropping GUI, inspired by recent comments on pixls.us 2018-01-01 22:48:16 +01:00
Flössie
e0f7c1358b procparams.h cleanup - Part 2
TODO:
- Add c'tors and find all defaults
- Remove `setDefaults()` in favour of c'tors
- Add `operator ==()` to `struct`s
2017-11-17 17:05:46 +01:00
Lukas Middendorf
271e2bef40 Show clipped shadow indicator only when all channels are clipped 2017-09-13 23:03:37 +02:00
Morgan Hardwood
1e36c564a7 Moved focus mask preview to clipped shadows/highlights section, uses large focus-screem icon, #4027 2017-09-01 14:59:17 +02:00
Morgan Hardwood
6723013110 Added L* middle gray preview background color, #4027 2017-08-20 19:14:32 +02:00
heckflosse
c4f27b2c13 Fix some coverity issues 2017-06-14 17:02:33 +02:00
heckflosse
97e558a040 Fixed some coverity issues 2017-06-12 17:54:34 +02:00
heckflosse
9515f46f97 Fix oob access when using detail window 2017-06-06 21:05:51 +02:00
Hombre
abd11da072 New candidate fix for #3862, modifier keys handled in cropwindow.cc 2017-05-09 20:02:08 +02:00
Alberto Griggio
aff3a03b57 Fixed handling of pipettes with the extended zoom levels
Fixes #3861
2017-05-04 16:24:47 +02:00
Alberto Griggio
68e7c5ce23 cropwindow: use a stateful custom crop ratio to avoid imprecision due to intermediate rounding
See the comments by @heckflosse in #1489
2017-04-13 21:41:03 +02:00
Alberto Griggio
7a25641139 implement feature request #1489 (custom crop ratio by holding shift while resizing the crop area) 2017-04-10 21:14:45 +02:00
Alberto Griggio
27e822fdae fixed more warnings in rtgui (reported by gcc but not clang) 2017-04-01 16:43:32 +02:00
Alberto Griggio
6fe04e3990 fixed warnings in rtgui 2017-04-01 15:55:39 +02:00
Alberto Griggio
f1fafebaf1 removed the option to disable the extended zoom levels from the preferences 2017-03-23 22:08:56 +01:00
Alberto Griggio
2f9df50be3 make CropWindow::zoomFitCrop call CropWindow::zoomFit if the image has no crop 2017-03-21 13:37:55 +01:00
Alberto Griggio
2d658257f2 added fixes for #3764 by @heckflosse 2017-03-19 21:16:04 +01:00
Alberto Griggio
5bb40ff0ad merged with dev 2017-03-19 11:58:09 +01:00
Alberto Griggio
51f909a21e added option for selecting whether to use the extended zoom levels 2017-03-17 09:04:07 +01:00
Alberto Griggio
674cdb93be improved "zoom to fit" functionality
- fix regression in image quality for the previous zoom levels
- ignore the finer-grained zoom levels when zooming manually (either with the
  scroll wheel or with the buttons), but use them only only for zoom to fit
2017-03-16 23:32:02 +01:00
Alberto Griggio
d41bd0d7e3 fixed typo in showing zoom percentage when the zoom factor is >= 1 2017-03-16 16:48:08 +01:00
Alberto Griggio
feed87d046 adding more zoom levels to the image editor 2017-03-16 14:33:26 +01:00
heckflosse
f9a536fd0b new gtk3 version of pixelshift 2017-03-11 22:30:36 +01:00
Flössie
88336cb897 Make RT build without __USE_MISC and __USE_XOPEN 2017-02-14 21:02:39 +01:00
heckflosse
2feb43f5d5 Fix display of raw values in navigator for xtrans 2017-02-06 16:43:49 +01:00
heckflosse
d570459f1e Fixed bug in last commit when image was rotated 2017-02-05 19:03:34 +01:00
heckflosse
812bf40d17 Show raw values in navigator when demosaic 'none' is used 2017-02-05 16:06:57 +01:00
heckflosse
1949ba1774 Merge branch 'master' into pixelshift 2017-01-20 21:13:50 +01:00
heckflosse
4ecdf8dca9 Added one file which I forgot with last commit 2017-01-15 23:11:53 +01:00
Hombre
e1c5e76c10 Merge branch 'master' into gtk3 2016-12-13 23:00:47 +01:00
Flössie
23f17bd9bc Fully check thumb data size (#3529)
Also, take rotation into account when falling back to
`Thumbnail::loadFromRaw()`.
2016-12-13 20:44:05 +01:00