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
Hombre
1f080e0438
Bugfix: RT could crash while displaying Color Pickers (no issue)
2016-12-11 17:17:36 +01:00
heckflosse
b16ef8d1f5
Merge master into gtk3
2016-10-28 17:59:47 +02:00
Hombre
22d8869953
Hotfix for issue #3480 .
2016-10-24 01:14:35 +02:00
Flössie
0731975ff0
Apply modernize-use-nullptr
...
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
2016-10-12 17:48:40 +02:00
Morgan Hardwood
782dae9b92
Merge branch 'master' into gtk3
2016-10-11 22:08:49 +02:00
Morgan Hardwood
e902091fe9
Fix crash when toggling Before|After view, by Flössie, fixes #3454
2016-10-11 09:46:42 +02:00
Morgan Hardwood
0dbea030cb
Merge branch 'master' into gtk3-merge-master-b8eb349
2016-10-10 23:07:41 +02:00
heckflosse
0821eea7b6
Cppcheck: Fixed 2 issues introduced with merge of lockable colour picker
2016-10-10 16:28:44 +02:00
Hombre
e16b2407bd
Bugfix: double click to zoom in/out now effective over Pickers
...
when the Color Picker mode is off.
see issue #1812
2016-10-08 00:44:59 +02:00
Hombre
222b8a7562
Bugfix: Pickers wasn't displayed after a Detail window move
...
See issue #1812
2016-10-07 14:38:22 +02:00
Hombre
103091e2c9
Code simplification + bugfix
2016-10-07 02:18:52 +02:00
Hombre
773a65b5be
Bugfix and using the Navigator's range for displaying values
...
Thanks a lot to Heckflosse and Floessie for the bugfix
2016-10-07 01:25:45 +02:00
Hombre
f60a4fc4b1
Adding Picker size support and Displayed values support (RGB/HSV/LAB)
2016-10-05 01:13:20 +02:00
Hombre
aca00389d9
Solving most if not all bugs left
...
Still some features to add, but this commit should make this tool fully
usable.
2016-10-02 17:23:09 +02:00
Hombre
f904bc8f84
First patch of the LockableColorPicker tool.
...
Still Work In Progress, but can be used without too much hassle.
2016-09-30 01:03:57 +02:00
Morgan Hardwood
9380034b19
Merge branch 'master' into gtk3
2016-09-02 17:51:45 +02:00