3750 Commits

Author SHA1 Message Date
torger
aeb11c78e0 Issue 2869: don't re-demosaic when changing ICC/DNG profile 2015-08-05 11:28:20 +02:00
Ingo
efabc73b7b Too saturated greens when using CIACAM02 2015-08-04 16:05:46 +02:00
torger
184c7e1066 issue 2863: fixed batch mode perceptual curve bug 2015-07-31 10:26:35 +02:00
DrSlony
82da6f3fb6 Issue 2844: Wavelet improvements to Edge Sharpness and Denoise and Refine, also some language file fixes. 2015-07-29 19:22:25 +02:00
DrSlony
6f2078ea1b Added tooltip to Save Reference Image for Profiling's Apply white balance checkbox, no issue. 2015-07-29 18:37:51 +02:00
DrSlony
46c530b5d9 Issue 2855: Changed straighten and crop tool mouse cursor icons from GDK::CROSSHAIR to cHand so that they will be visible when used over both light and dark images. 2015-07-29 18:15:18 +02:00
torger
fca16a697a Issue 2837: Fixed CIECAM02 clipping issues 2015-07-29 17:53:19 +02:00
torger
6bb0d15ff0 Issue 2837: added 'Perceptual' tone curve 2015-07-26 20:37:44 +02:00
torger
c5546d2120 Issue 2854: reverted recent highlight behavior 2015-07-26 18:47:39 +02:00
torger
9c4e054484 issue 2850: make it truly srgb (was wrong curve segment gamma before) 2015-07-24 21:29:51 +02:00
torger
8eeb203a27 Issue 2850: updated ppversion due to slight curve behavior change 2015-07-23 21:37:03 +02:00
torger
b2836b388f Issue 2850: normalized RGB-pipeline curve gammas to sRGB, make curve algorithms operate on linear image data 2015-07-23 21:34:00 +02:00
Hombre
db306ccfed Solving issue 2846: "Wavelet - expanding a sub-tool adds a history item" 2015-07-23 20:26:22 +02:00
DrSlony
11093f939b Issue 2842: Fix by Ingo to prevent black square artifacts from appearing when using Post-Resize Sharpening - RL Deconvolution and a non-zero value for the Black slider. 2015-07-22 21:36:07 +02:00
DrSlony
d4c1c437ee Japanese interface translation updated by firefly, issue 2848 2015-07-20 22:16:46 +02:00
DrSlony
196db6ee67 Update all language files for translation 2015-07-19 21:37:12 +02:00
DrSlony
3628f8982a Issue 2739: DCP settings in Color Management panel moved into own frame. 2015-07-16 18:52:31 +02:00
jdc
4cd2da11b6 Wavelet zero-out unwated levels bug fixed, issue 2702#369 2015-07-15 22:15:35 +02:00
torger
21c7a483a4 Issue 2843: fixed newly introduced highlight clipping issue 2015-07-15 20:36:42 +02:00
torger
094ad23cce Issue 2843: Hl compression function restored (restored some bad changes caused by new DCP look table code) 2015-07-15 17:13:06 +02:00
jdc
a1ca02fd67 Added Wavelet sub-tool enable/disable buttons, and some bug fixes. Issue 2831 2015-07-14 20:44:27 +02:00
torger
8c471a1f6f Fixed missing code for new DCP parameters 2015-07-13 15:20:48 +02:00
Hombre
d1f6602f76 Fixes a bug when compiling with gcc < 4.9.x, using OpenMP and aligned memory and -O3 2015-07-12 18:32:31 +02:00
torger
569f361f30 Merge 2015-07-10 12:39:26 +02:00
torger
d5ca351c20 Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility) 2015-07-10 12:00:36 +02:00
Ingo
40fc3303cb 4.2.245 - Linux, segfault, Issue 2835 2015-07-10 00:02:03 +02:00
torger
0f0e46c560 Issue 2803: adjusted clipping behavior of raw image 2015-07-09 21:55:37 +02:00
torger
d155a9a086 Removed obsolete raw parameters from convertcolorspace; cleaned up dcp; support Adobe DNG profiles which expect ACR standard curve 2015-07-09 21:46:25 +02:00
DrSlony
73c8bfdc72 Cleaned up unnecessary #include <iomanip> 2015-07-09 10:49:38 +02:00
DrSlony
18f791c45f Added tools/generateDirtyFiles Bash script to help find unnecessary header includes 2015-07-09 10:49:03 +02:00
DrSlony
8aca334bde The Wavelet sub-tools are now foldable using right-click and memorized upon restart, and the Wavelet main tool is expanded by default 2015-07-09 10:44:27 +02:00
Ingo
be6fd5ced6 Compilation fails on GCC-4.7.2, Issue 2832 2015-07-08 12:14:16 +02:00
torger
3f08841819 clipping fix for issue 2739 2015-07-08 10:38:18 +02:00
DrSlony
3f019c92b7 Exposure and Contrast by Detail Levels buttons made to stretch and fit, no issue. 2015-07-08 09:42:24 +02:00
DrSlony
e3131f9c07 Wavelet Levels improvements and cleanup, issue 2702#359 2015-07-08 09:40:50 +02:00
Ingo
1008e0e98d CIECAM02 speedup 2015-07-07 16:34:05 +02:00
torger
b6f8bc675b Issue 2739: DCP looktable and curve now applied after exposure, plus fixed some premature clipping issues 2015-07-06 10:26:29 +02:00
jdc
4d5081909f Wavelet levels improvements issue2702 2015-07-05 06:42:35 +02:00
DrSlony
af3bb68bf9 Added Post-Resize Sharpening tool with some code cleanups, optimizations and language file consistency improvements. Issue 2825 2015-07-02 15:39:53 +02:00
Ingo
607ecc82a5 Ciecam02 artifacts, Issue 2819 2015-06-30 14:09:07 +02:00
DrSlony
4d3d6bda72 Added astyle options file to format source code, so we can all commit consistently formatted code. Usage: astyle --options=rawtherapee.astylerc file.cc 2015-06-29 21:53:37 +02:00
DrSlony
4b0e8e94cc Added Ctrl+s keyboard shortcut to start/stop the queue when the Queue tab is focused. Issue 2822 2015-06-28 13:44:05 +02:00
Ingo
90229e99f6 Fixed endless loop in chromiluminancecurve, Issue 2821, Fixed some ciecam02 bugs, Issue 2819 2015-06-25 22:22:44 +02:00
Ingo
0bfc5a0e98 Don't prefetch camera icc profiles, Issue 2818 2015-06-24 21:18:33 +02:00
Ingo
4ab63d8e65 reduce number of file system accesses to load icon files, Issue 2816 2015-06-24 21:08:28 +02:00
torger
44f26d43a2 Make sure output from HueSatMap is used as input for LookTable (if both exist). No visible difference in most cases, but now it's made in the right order anyway. 2015-06-24 19:43:22 +02:00
torger
36e8335658 Fixed typo causing rendering errors of some gamma-encoded DCPs 2015-06-24 12:33:01 +02:00
Ingo
bb611afb80 Don't allow focus on reset buttons when using keyboard, Issue 2814 2015-06-18 22:18:26 +02:00
DrSlony
8ee3235607 Japanese interface translation updated by firefly, issue 2811 2015-06-15 23:33:27 +02:00
Ingo
4f81331ea7 block 'a' to 'z', '+' and '-' for numeric input fields, Issue 2808 2015-06-13 14:58:49 +02:00