Ingo Weyrich
e93ce86067
DNG with 'Embed Fast Load Data' not rendered the same as plain DNG or NEF, fixes #4695
2019-08-21 19:03:51 +02:00
Ingo Weyrich
a0f95fe9e6
Speedup for gauss5x5 and gauss7x7
2019-08-21 17:29:59 +02:00
Pandagrapher
2080f65197
Improve mask preview and avoid reprocessing when switching spot
...
Changes:
- Mask preview has been improved. It only applies on detailed image now
("dcrop" pipeline) which corrects unexpected behavior on navigator
image. Mask preview now only applies on selected spot: when switching
between spots, mask preview is deactivated on newly selected spot.
- Image reprocessing is now avoided when switching between spots (except
if mask preview was previously activated). Mask background update
remains functionnal.
Bugfixe:
- AStyle runned on several modified files
2019-08-21 13:40:28 +02:00
Hombre57
ec81816716
Code cleanup in rtgui/thresholdselector.cc
...
See issue #5423
2019-08-21 12:31:45 +02:00
Pavel Shlyak
7c61645394
improcfun.cc: cleanup
...
The pointers allocated with new can never be null. Exception will be thrown in case of memory allocation error.
2019-08-21 04:30:59 +03:00
Pavel Shlyak
147d6b36f6
dcraw.cc: replace memcpy with memmove
...
Memcpy does not support overlapping. It can cause problems in specific situations.
2019-08-21 04:22:04 +03:00
Ingo Weyrich
0c1caf6c36
capture sharpening: further improvements and speedups
2019-08-20 18:41:06 +02:00
Desmis
6c1d676d3c
merge with dev
2019-08-20 08:56:33 +02:00
Hombre
b6d333ee72
"Allow upscaling" in Resize tool wasn't displayed with Scale method
...
(no issue)
2019-08-20 00:32:37 +02:00
Ingo Weyrich
dab39dae76
Capture Sharpening: avoid hue shift
2019-08-19 21:17:25 +02:00
Hombre
3a538b9b83
RT was crashing when exiting with On Preview Widget displayed
...
see issue #5419
2019-08-19 20:17:09 +02:00
Desmis
9820b46ad3
merge with dev
2019-08-19 09:12:35 +02:00
Desmis
3a475329a3
merge with dev
2019-08-19 08:58:40 +02:00
Desmis
526ec318ce
merge with dev
2019-08-19 07:01:36 +02:00
Hombre
878c429b3c
Merge branch 'dev' into spot-removal-tool
2019-08-19 00:10:36 +02:00
Hombre
6c91abc3e9
Merge remote-tracking branch 'origin/editbuttonfix' into dev
2019-08-19 00:07:28 +02:00
Hombre
5b320c9e35
Merge remote-tracking branch 'origin/objectprecedence' into dev
2019-08-19 00:06:41 +02:00
Pandagrapher
53eeffbebf
Merge of Locallab tools with actual GUI
...
Improvements:
- Simplification of default values setting/management
Limitations:
- Possibility to add/remove Locallab tool isn't working
- Even if not fully deactivated, batch mode isn't working anymore for
Locallab
- Mask preview isn't working anymore
2019-08-18 22:20:52 +02:00
Hombre
6b12f299e6
On preview widgets for main crop window is now clipped
...
to avoid drawing on the whole window. Fix issue #5418
2019-08-18 18:20:32 +02:00
Desmis
48a5d27601
merge with dev
2019-08-18 18:17:54 +02:00
Hombre
8bb88073fa
Fixing object precedence in getCursor as well
...
+ resize of the "catching spot" of the Gradient widget (30 -> 12)
2019-08-18 17:12:37 +02:00
Ingo Weyrich
5bb207a4f6
Merge branch 'dev' into capture_sharpening
2019-08-18 11:17:15 +02:00
Ingo Weyrich
ce3ca966f6
Capture sharpening: some cleanups
2019-08-18 11:16:53 +02:00
Ingo Weyrich
ee38731328
fixes #5416
2019-08-18 10:44:59 +02:00
Hombre
f5a18f6248
Hovered edit object wasn't dragged if inside a red crop's rectangle
...
Fix issue #5415
2019-08-18 01:54:31 +02:00
Hombre
e2bfbbf9b1
Bugfix: Edit button was not switched off when opening a new image
...
Reported in issue #2239 :
https://github.com/Beep6581/RawTherapee/issues/2239#issuecomment-521955110
2019-08-18 00:26:15 +02:00
Desmis
02e58bc88e
merge with dev
2019-08-17 18:08:59 +02:00
Desmis
6636c484a6
Suppress warning
2019-08-17 18:03:11 +02:00
Desmis
ee27f6778b
Change label auto grey
2019-08-17 17:51:42 +02:00
Desmis
a751857b5c
merge with dev
2019-08-17 17:49:36 +02:00
Ingo Weyrich
7b3c50bc31
Capture sharpening: auto contrast threshold
2019-08-17 15:18:24 +02:00
Desmis
7ed4c4422a
merge with dev
2019-08-17 06:47:28 +02:00
Hombre
883e73454d
Merge branch 'dev' into spot-removal-tool
2019-08-16 22:58:17 +02:00
Ingo Weyrich
f7ec852e05
Merge pull request #5404 from Beep6581/58_cppcheck_coverity_fixes
...
cppcheck and coverity fixes
2019-08-16 22:38:02 +02:00
Ingo Weyrich
8cb5ed4d0c
Two changes suggested by @Floessie, #5404
2019-08-16 17:12:20 +02:00
Ingo Weyrich
80c3eb6ac3
fix clang warnings on non SSE builds
2019-08-16 17:11:14 +02:00
Desmis
7a2f5f985e
merge with dev
2019-08-16 08:08:18 +02:00
Desmis
c8250235e6
Some settings change to color and light - tooltip
2019-08-16 07:44:13 +02:00
Hombre
0d19cd40a6
Adding documentation of Spot Removal in a tooltip
...
(see issue #2239 )
2019-08-16 02:46:55 +02:00
Hombre
50064b7e3c
Supressing a warning when building
...
(see issue #2239 )
2019-08-15 23:39:44 +02:00
Ingo Weyrich
e4b955523e
Capture sharpening: small speedup
2019-08-15 23:23:28 +02:00
Ingo Weyrich
8421f8780a
capture sharpening: contrast threshold
2019-08-15 20:40:32 +02:00
Hombre
68e26fb648
More bugfix for issue #2239
2019-08-15 20:23:29 +02:00
Ingo Weyrich
4308744df5
Remove a nop
2019-08-15 19:31:52 +02:00
Hombre
a46b85f226
Fix crash reported in #2239 + suppress warning from header files
...
Crash reported here
https://github.com/Beep6581/RawTherapee/issues/2239#issuecomment-521585237
2019-08-15 19:01:30 +02:00
Desmis
483f7a9cda
Fixed 4 crash when spot is outside preview
2019-08-15 16:53:37 +02:00
Desmis
51ccb50f29
Fixed crash in Smooth Blur when spot is outside preview
2019-08-15 15:13:02 +02:00
Ingo Weyrich
674700c2e2
Fix a clang warning
2019-08-15 14:17:46 +02:00
Ingo Weyrich
72e607a140
Fix a clang warning
2019-08-15 13:53:15 +02:00
Pandagrapher
e4701101c9
Creation of generic class to manage Locallab tools
...
Notes:
- All Locallab tools have been converted to this new design
- Locallab GUI hasn't been updated to this new design
Bugfix: Solve crash problem when using ctrl+copy/ctrl+paste
2019-08-15 10:26:44 +02:00