153 Commits

Author SHA1 Message Date
heckflosse
9802feee86 Fix crash in cropwindow.cc, fixes #5169 2019-02-09 14:34:56 +01:00
Flössie
37027e46bd Fix non-OpenMP build 2019-02-06 06:54:31 +01:00
Hombre
434e121f99 Merge branch 'dev' into hidpi-icons 2018-11-29 00:15:57 +01:00
heckflosse
b5a20fd6df Fix bug in calculation of diagonal, #5032, thanks to @Konyicsiva 2018-11-28 16:28:43 +01:00
heckflosse
ae4cfaa992 Using mouse wheel to zoom in sometimes zooms out, fixes #5036 2018-11-26 21:00:48 +01:00
luz.paz
e0ccb7da7d Misc. comment typo fixes
Found via `codespell`
2018-11-23 07:07:38 -05:00
Hombre
785a0e6a46 Merge branch 'dev' into hidpi-icons 2018-10-25 20:43:41 +02:00
Hombre
4eb8a8f70c Adding HiDPI support (WIP) 2018-10-25 20:22:33 +02:00
Hombre
0d61f14bae Added support for GDK_SCROLL_SMOOTH in some widgets
see #4781, #4786
2018-09-15 21:14:48 +02:00
Roel Baars
a7b7f20b83
Fix for #4743: flashing background 2018-09-02 17:53:52 +02:00
Beep6581
c4791f6bc5
Merge pull request #4754 from Beep6581/navcursor
Improvements to mouse cursor and icons
2018-08-31 10:36:19 +02:00
Morgan Hardwood
2f7910e981 Various icon and cursor improvements #4738
- The mouse cursor now is an open hand when hovering over something
  which can be panned, e.g. the red square in the Navigator panel. It is
  a crosshair when hovering over the main preview.
- When you pan the red square or the main preview, it's a closed hand.
- Now the cursor changes to a crop icon when you're in crop mode.
- The cursor changes as needed when you want to resize a crop edge or
  corner.
- The cursor changes when you're in straighten mode.
- The curve "add adjustment point" and "edit node in/out values" icons
  now contain a node in the icon and are more representative of what
  they do.
- The small reset/undo icon is made a bit clearer.
2018-08-28 13:32:56 +02:00
Roel Baars
f919b0b873
Merge branch 'dev' into histogram-scaling 2018-08-22 17:39:31 +02:00
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