8287 Commits

Author SHA1 Message Date
Morgan Hardwood
5a5856fa1d Date bump 2020-01-31 01:26:27 +01:00
Beep6581
c0e2ee1b91
Merge pull request #5625 from rfranke/issue5622
Prepend DATADIR only once to LENSFUNDBDIR, see #5622
2020-01-30 19:54:50 +01:00
Ingo Weyrich
093e873517 Capture Sharpening: support radius up to 2.0 2020-01-29 12:49:44 +01:00
Morgan Hardwood
01053df85d Updated url in lensfunDbDirectory comment 2020-01-28 23:39:08 +01:00
rfranke
2cc89183df Prepend DATADIR only once to LENSFUNDBDIR, see #5622
DATADIR is also prepended to a relative LENSFUNDBDIR in rtengine::init.
This removal in CMakeLists.txt keeps the cmake argument LENSFUNDBDIR
unmodified in the ~/.config/RawTherapee*/options file.

This fixes a path like
   ../../Resources/../../Resources/./share/lensfun
for LENSFUNDBDIR=./share/lensfun under macOS.
2020-01-28 22:11:48 +01:00
Morgan Hardwood
364fe35023 generateTranslationDiffs 2020-01-27 16:59:44 +01:00
Beep6581
397b882ceb
Merge pull request #5607 from rfranke/issue5599
Fix scrolling in thumb browser under macOS, see #5599
2020-01-27 12:29:24 +01:00
Beep6581
07494b86d7
Merge pull request #5619 from rfranke/issue5596
Fix frequent crash under MacOS, closes #5596
2020-01-27 12:28:19 +01:00
Ingo Weyrich
397099c543
Fix segfault, fixes 5621 2020-01-26 18:38:18 +01:00
Morgan Hardwood
24684e5cb3 Update rtexif using ExifTool 11.84, closes #5618 2020-01-26 11:24:18 +01:00
rfranke
2dc66e81e1 Create progress tab label only once, see #5596 2020-01-25 15:58:26 +01:00
Beep6581
227c2fbba7
Merge pull request #5587 from rfranke/issue3198
Expand subfolders in directory browser when opening folder

PR #5587
Closes #3198
2020-01-24 18:31:00 +01:00
Beep6581
39824c12de
Merge pull request #5598 from Benitoite/patch-18
macOS: enable various package managers
2020-01-24 12:26:11 +01:00
Morgan Hardwood
171668cbd1 Added FUJIFILM X-T30 dual-illuminant DCP
Closes #5387
2020-01-24 01:15:30 +01:00
Morgan Hardwood
299f9f8c85 Added Canon EOS RP dual-illuminant DCP
Closes #5572
2020-01-24 00:26:46 +01:00
Morgan Hardwood
6f89f42202 Added SONY ILCE-6300 dual-illuminant DCP
Closes #5580
2020-01-24 00:09:42 +01:00
Morgan Hardwood
401f86fb3b Added SONY ILCE-6500 dual-illuminant DCP
Closes #5581
2020-01-23 23:34:59 +01:00
Morgan Hardwood
1a7299403a Added FUJIFILM X-T10 dual-illuminant DCP
StdA from DPR studio scene.
D50 from IR shot.

Closes #5612
2020-01-23 23:05:44 +01:00
Ingo Weyrich
6d76670e7d
sleef.h: Do not convert to double in signf(float) 2020-01-19 12:02:19 +01:00
Benitoite
136c67f083
macOS: libexpat handling 2020-01-17 10:15:16 -08:00
Ingo Weyrich
906347ab2d Capture sharpening: some cleanups 2020-01-15 22:15:31 +01:00
Ingo Weyrich
88808d1364
Merge pull request #5585 from Beep6581/lab2monitorRgb-review
Simplify copyAndClampLine, make in place transformations when gamutwa…
2020-01-13 13:57:26 +01:00
Ingo Weyrich
4ee4888d5b Capture sharpening: Disable benchmark 2020-01-12 19:38:37 +01:00
Ingo Weyrich
54bce4af64 Capture sharpening: minor speedups 2020-01-12 19:36:37 +01:00
rfranke
590ee199cc Fix scrolling in thumb browser under macOS, see #5599
The Quartz backend emits adjusted GdkEventScroll delta values.
This is why the RT thumb browser scrolls several hundred times too fast
if the deltas are additionally multiplied by thumb size under macOS.

See use of scroll_unit and GDK_WINDOWING_QUARTZ for Gtk scrollbars:
https://gitlab.gnome.org/GNOME/gtk/blob/gtk-3-24/gtk/gtkrange.c#L3080
2020-01-12 16:09:11 +01:00
Desmis
01fbc2eddf Suppress interaction between wavelet and tone-mapping 2020-01-12 08:03:52 +01:00
Desmis
d8564cb652 another fix for wavelet <=> tone mapping 2020-01-11 16:25:50 +01:00
Ingo Weyrich
fd5cdce3d0 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2020-01-11 11:21:53 +01:00
Ingo Weyrich
1a02f16c35 crash in Tab: transform, fixes #5604 2020-01-11 11:20:41 +01:00
Desmis
2ff619e5e2 Fixed bad behavior gamma slider tone-mapping 2020-01-11 08:23:15 +01:00
Ingo Weyrich
09b1a5fada Capture sharpening: add vectorization hints for gcc 2020-01-10 19:45:59 +01:00
Ingo Weyrich
355fd5a44a Capture sharpening: add vectorization hints for clang 2020-01-10 14:25:51 +01:00
Ingo Weyrich
c6f021dcc9
Merge pull request #5589 from Beep6581/logtransform
Applying geometric transformations leads to dark artifacts in combina…
2020-01-06 20:52:22 +01:00
Ingo Weyrich
0edac2dac7 Speedup for scalar xlog functions 2020-01-06 19:01:30 +01:00
Benitoite
aaab85fbed
macOS: LOCAL_PREFIX default/better negative logic 2020-01-04 16:06:13 -08:00
Benitoite
5ca8c85334
macOS: one fewer /local for libjpeg 2020-01-04 12:36:28 -08:00
Benitoite
d420acdded
macOS: /local after $LOCAL_PREFIX 2020-01-04 12:16:55 -08:00
Benitoite
f3d4d8027b
macOS: use $LOCAL_PREFIX for gtk locations 2020-01-04 08:57:06 -08:00
Benitoite
f23cf0808b
macOS: accept -DLOCAL_PREFIX and default to /usr 2020-01-04 08:53:43 -08:00
Ingo Weyrich
5252836503 filterpanel: make full use of the screen vertical space, copied from ART 2020-01-04 11:28:05 +01:00
Ingo Weyrich
cabbf8c229 guidedfilter: direct copy when no rescaling is needed, copied from ART 2020-01-03 20:23:34 +01:00
Ingo Weyrich
e07ff4032b log transform: Fix segfault 2020-01-03 11:35:20 +01:00
Ingo Weyrich
7c2aa2405b Startup crashes in LensProfilePanel::LFDbHelper, fixes #5577, thanks to @dlichtenberger for the fix 2020-01-02 23:01:37 +01:00
Ingo Weyrich
49d594f67a Log transform: add method combobox 2020-01-02 19:28:57 +01:00
Ingo Weyrich
2ce6e6d1d3 skip unnecessary transform 2020-01-02 14:35:27 +01:00
Ingo Weyrich
085c68fc29 Log tranform: fix bug in preview mode 2020-01-01 19:06:02 +01:00
Ingo Weyrich
52f7c2c531 Log transform: further speedup 2020-01-01 15:18:47 +01:00
Ingo Weyrich
6302084804 sleef: use our own replacement of rint. Based on code from Alberto Griggio, but further optimized for SSE 2020-01-01 14:52:15 +01:00
Ingo Weyrich
399a0055c6 Log transform: Fix broken build 2019-12-31 20:07:39 +01:00
Ingo Weyrich
58d8e66b72 Log transform: speedup, #5588 2019-12-31 19:09:06 +01:00