Ingo Weyrich
4df5e64056
Merge pull request #3188 from Beep6581/cbdlbw
...
Adapt Cbdl to B&W tools
2016-03-01 20:31:14 +01:00
heckflosse
9df905aa14
Set default method for cbdl to 'before b&w'
2016-03-01 20:21:51 +01:00
heckflosse
755f7568bb
removed big block of inactive code which I forgot to remove in last commit
2016-03-01 19:30:48 +01:00
heckflosse
51de80b558
Fixed bug with combination of cbdl and ciecam, cleaned code, made SSE version for lab2rgb
2016-03-01 19:16:34 +01:00
heckflosse
777b08f7f6
Futher speedup for auto ca correction and cleaned code
2016-03-01 00:51:19 +01:00
Hombre
830c58877f
Reintroduce some set_border_width to circumvent some Gtk bugs.
...
Also fix a bug that let you grab the first and last point of the
diagonal curve more easily now, when they are at their left/right
extremum.
2016-02-29 22:08:05 +01:00
Beep6581
98dd99103d
Added new DCPs
2016-02-28 22:56:40 +01:00
heckflosse
cbc88a5804
Additional Speedup for CA-Correction, also included a prototype to allow strength of Auto-CA-correction
2016-02-28 22:08:07 +01:00
Beep6581
583a73774b
Added DCPs, closes issue #2989
2016-02-26 23:26:15 +01:00
Adam Reichold
00a0da32a9
Fix #3181 by store the filename which will be unset when the entry is deleted and hence cannot be bound by reference.
2016-02-27 19:20:41 +01:00
Ingo Weyrich
5788dabf0d
Merge pull request #3172 from Beep6581/lut-and-init-cleanup
...
Reduce start time and memory usage by removing redundant lookup tables and filling remaining lookup tables in parallel. Also replaced all x^(1/3) with std::cbrt
2016-02-27 15:07:19 +01:00
Adam Reichold
d8e41eaeaa
Fix #3711 by using the method to clear a combo box which is correct in version 2 and 3 of Gtk+.
2016-02-27 09:44:14 +01:00
heckflosse
6b5db692e1
Reduce cache conflicts in correction pass of raw CA correction
2016-02-26 22:29:48 +01:00
heckflosse
84f58da6ff
Eliminate all pow() calls in CA_correct_RT.cc
2016-02-26 22:08:33 +01:00
heckflosse
43c316f43b
Remove unused and uninitialized key 'ThumbImageOffset' from cache
2016-02-26 13:27:43 +01:00
heckflosse
f0113b8f57
Removed benchmark code and made Color::gammatabThumb a LUTuc
2016-02-25 19:14:00 +01:00
heckflosse
1b220543f3
Replace all x^(1/3) with std::cbrt(x)
2016-02-25 16:50:21 +01:00
heckflosse
bf66671a6d
Moved gamma lookup table from rtthumbnail.* to color.*
2016-02-25 15:45:42 +01:00
adamreichold
aae360a5aa
Merge pull request #3166 from adamreichold/clean-up-coordinate-helper
...
Clean up the Coord and PolarCoord helper classes
2016-02-24 19:55:38 +01:00
heckflosse
24ca91dc61
Removed cleanupCache from improcfun.h and StopWatch for iccstore
2016-02-24 02:17:09 +01:00
heckflosse
e52b1fcdd4
Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel
2016-02-24 01:35:47 +01:00
Ingo Weyrich
ad32009c53
Merge pull request #3170 from Beep6581/sonylensfix
...
Fix Sony LensID issue, kudos to dschlegel
2016-02-23 23:57:33 +01:00
Beep6581
3f85ee00e9
Add commented-out line for inclusion of gdb.exe in debug builds, issue #3060
2016-02-23 22:08:22 +01:00
Hombre
3577d87862
Removed set_border_width from the code, padding and margin values still
...
to be set in CSS file
2016-02-23 21:36:00 +01:00
adamreichold
e830985870
Merge pull request #3164 from adamreichold/remove-safegtk
...
Remove SafeGtk and SafeKeyFile modules
2016-02-23 20:17:05 +01:00
Beep6581
89a060b89d
Update WindowsInnoSetup.iss.in
2016-02-23 15:45:10 +01:00
heckflosse
686b25f33d
Fix LensId Issue with Fuji DNG files
2016-02-23 15:31:26 +01:00
Beep6581
b2b9eb5ab1
Update README.md
2016-02-23 10:18:13 +01:00
Beep6581
cb916f7c2d
Merge branch 'master' into gtk3
2016-02-23 09:26:00 +01:00
heckflosse
61121cada3
Fix Sony LensID issue
2016-02-22 22:40:39 +01:00
heckflosse
e16a505e04
Fix broken build without OpenMP
2016-02-22 19:28:03 +01:00
adamreichold
baa8e61632
Merge pull request #3165 from adamreichold/add-profiling-build-option
...
Add build option to enable gprof-based profiling instrumentation
2016-02-22 19:03:33 +01:00
Adam Reichold
ca1c1a03d7
Add build option to enable gprof-based profiling instrumentation.
2016-02-22 19:03:10 +01:00
adamreichold
afec724b72
Merge pull request #3167 from adamreichold/add-sanitizer-build-option
...
Add a build-time option to easily enable run-time sanitizers
2016-02-22 19:01:22 +01:00
Beep6581
9f29f49f01
Re-formatted tools/osx/macosx_bundle.sh
2016-02-21 23:45:48 +01:00
Beep6581
0539058382
Fixed old paths in osx scripts and quoted some variables
2016-02-21 23:35:48 +01:00
Adam Reichold
1f77da5238
Add a build-time option to easily enable run-time sanitizers available in recent versions of Clang and GCC.
2016-02-21 20:30:02 +01:00
Adam Reichold
5d37aeb4e1
Request only the minimal amount of attributes when using enumerate_children to improve performance.
2016-02-21 18:22:28 +01:00
Adam Reichold
21a1b8ebdc
Clean up the Coord and PolarCoord helper class for the GUI to follow standard practice for values types.
2016-02-21 18:04:34 +01:00
Adam Reichold
be173412f1
Fix the key file write path which depends on exceptions from loading before writing being swalloed.
2016-02-21 16:44:21 +01:00
Adam Reichold
ad45ba6df1
Remove one last instance of the obsolete PROTECT_VECTORS macro that was accidentally reintroduced during rebasing.
2016-02-21 10:45:25 +01:00
Adam Reichold
85c809ce6c
Also remove the SafeKeyFile wrapper class.
2016-02-21 10:26:11 +01:00
Adam Reichold
a2eea7c265
Finally fully remove the safegtk module.
2016-02-21 10:26:11 +01:00
Adam Reichold
1297f4b2ec
Move the UTF-8 string conversion helper to their respective places of use.
2016-02-21 10:20:21 +01:00
Adam Reichold
0eab0ebd94
Move the two low-level file I/O helper to their respective single place of usage.
2016-02-21 10:12:56 +01:00
Adam Reichold
e853629854
Move the external command helper into the external program store singleton.
2016-02-21 10:12:56 +01:00
Adam Reichold
bcda68f6e0
Remove the last safe directory listing functions.
2016-02-21 10:12:56 +01:00
Adam Reichold
747a28014b
Begin removing simple pass-through wrapper for POSIX-style file system functions from safegtk module.
2016-02-21 10:07:57 +01:00
Adam Reichold
b62b78e2f8
Move the special directory query helpers into the places browser.
2016-02-21 10:07:57 +01:00
Adam Reichold
e78d29ef35
Move sub directory listing helper to its only place of use in the directory browser.
2016-02-21 10:07:57 +01:00