sort by:
Revision Author Date Message Commit Date
fe397ee Revert "Fix for ticket #366 / #399" This reverts commit 30075b3bbf2502d2b5ba53f2d409e3ca64e14d7e. The patch breaks the compile. 27 April 2012, 20:25:52 UTC
bd2887b Nikon D4 white balance presets stolen from UFraw 27 April 2012, 16:43:55 UTC
7d89ce4 Merge branch 'darktable-1.0.x' of ssh://darktable.git.sf.net/gitroot/darktable/darktable into darktable-1.0.x 26 April 2012, 18:22:18 UTC
30075b3 Fix for ticket #366 / #399 26 April 2012, 18:21:38 UTC
71bd256 Fix for redrawing centerview when applying styles. 26 April 2012, 18:01:15 UTC
508185c Fix issue with keywords tree building... 26 April 2012, 17:55:14 UTC
e84184c Fix identation... 26 April 2012, 17:55:07 UTC
57d30f8 Make sure tags are written to sidecar files This are the parts of 3642a004355574dbc7d630c25952153c1135f15f which apply to the 1.0.x branch. 26 April 2012, 14:38:49 UTC
f088371 Fix italian translation of creator and publisher 26 April 2012, 12:47:35 UTC
c9a88f9 Nikon D800 white balance presets (samples from Tobias Astrom) 25 April 2012, 18:01:59 UTC
594318b Nikon D5100 enhanced matrix with help from Isaac Chanin 25 April 2012, 18:01:43 UTC
8f93e7d Updated wb presets for Olympus E-5 stolen from UFRaw 23 April 2012, 17:51:03 UTC
cd368b5 Update Dutch translation 22 April 2012, 14:42:28 UTC
7d23c37 lens.c: fix crop factor and tca 22 April 2012, 14:37:54 UTC
490fede Fix EOS REBEL T3 in wb presets as reported by atarakt 22 April 2012, 14:37:44 UTC
27d2728 Disable OpenMP with GCC 4.2 With GCC 4.2 and OpenMP, darktabke hangs when eg. changing input color profile (though the UI is still responsive). This was tested on FreeBSD with: o GCC from base (4.2.1, OpenMP broken) o GCC from ports (4.6.4, OpenMP working correctly) o clang from base (3.0, OpenMP not supported) 16 April 2012, 17:25:17 UTC
4e1217a Set -mfpmath=sse only when using GCC While here, fix an incorrect comment added in 2191cd6ced646b624ba69c466f13ba7fb2b64711. 16 April 2012, 17:25:09 UTC
ef95041 Do not set -Werror with clang for now clang reports too many warnings. Let's silence him until I get the time to fix them. 16 April 2012, 17:24:56 UTC
fa2804a Do not compile common/colormatrices.c; it's really a header This was spotted by clang. 16 April 2012, 17:24:48 UTC
815c05e _XOPEN_SOURCE must not be defined on *BSD Defining it will hide other symbols like ntohl(3) because they're not part of this standard. _XOPEN_SOURCE is still defined is some places but it's doesn't break the build, at least on FreeBSD. 16 April 2012, 17:24:39 UTC
ee40035 Fix syntax error in shell redirection The command was using the following redirection: echo "message" &1>&2 The '&' character before '1' is invalid. It was accepted by Bash but not by FreeBSD's sh and probably other less tolerant Bourne shell implementations. 16 April 2012, 17:24:28 UTC
bce02e0 Properly detect physical memory on *BSD platforms We use sysctl(3), like with Mac OSX. However, the OID is different (hw.physmem). This is tested with FreeBSD but should work on other *BSD too. 16 April 2012, 17:24:14 UTC
e2d2c45 Bash is not always installed as /bin/bash On FreeBSD, Bash is installed as /usr/local/bin/bash for instance. This fixes the build on this platform and probably on other *BSD too. 16 April 2012, 17:24:05 UTC
2c4aa9a tiling: restrict value of singlebuffer_limit to >= 2MB 16 April 2012, 15:55:56 UTC
8f977d9 fix bug in cpu path of lens correction module 16 April 2012, 15:54:02 UTC
3ea3205 fixed a c++ warning in exif.cc 15 April 2012, 20:32:52 UTC
3ac07d4 Handle empty tags + fix memleak 13 April 2012, 09:25:39 UTC
18d4d6b Do not use strtok(). Change it by g_strsplit() for thread safeness 13 April 2012, 09:20:43 UTC
8bcec60 Use g_strsplit() instead of non thread safe strtok() 13 April 2012, 09:20:42 UTC
84afaca Use g_str_has_prefix instead of g_strrstr to filter out automatic darktable|* tags 13 April 2012, 09:20:41 UTC
4869f10 Make picasa.c use the new dt_tag_get_list() function 13 April 2012, 09:20:40 UTC
e865d9e Use dt_tag_get_* helper functions and upload all tags 13 April 2012, 09:20:40 UTC
5c8c19d Add tags to Xmp.dc.subject and hierarchical tags to Xmp.lr.hierarchicalSubject 13 April 2012, 09:20:39 UTC
8169308 Add helper functions to tag.c gchar *dt_tag_get_list(gint imgid, gchar *separator): gets a list of tags gchar *dt_tag_get_hierarchical(gint imgid, gchar *separator): gets only hierarchical tags 13 April 2012, 09:20:37 UTC
4f604ca Write hierarchical tags the same way Lightroom does TODO: write also IPTC keywords 13 April 2012, 09:20:36 UTC
331eb34 Split hierarchical tags into simple tags before uploading to flickr 13 April 2012, 09:20:35 UTC
92ed12e Fixes mouse coords translations for latest changes of the filmstrip... 12 April 2012, 21:22:43 UTC
fc5adc9 Add 2 columns to always fill the start/end of filmstrip with half images if not a whole one can fit.. 12 April 2012, 16:28:44 UTC
5e074c4 Fixes so the filmstrip cant be scrolled out of range which prevents jumpings... 12 April 2012, 16:28:37 UTC
f4139b1 Always keep an uneven count of columns to prevent jumpings and always keep centered images centered in strip. 12 April 2012, 16:28:24 UTC
3ed6619 Updated rawspeed from upstream, r419 brings camera definitions for Nikon D800 and Sony SLT-A57. 12 April 2012, 16:28:08 UTC
616037a Always write changes before applying a style in darkroom view so we dont just dont wipe the latest changes for a user... Fix for bug #397 12 April 2012, 16:26:33 UTC
7a08543 fix for trac issue #395: do not clamp final output of sharpen module 11 April 2012, 19:59:37 UTC
f53d5a2 modify filmstrip to keep the active image in the center 11 April 2012, 19:59:27 UTC
8410689 allow a higher maximum number of tiles 09 April 2012, 16:41:34 UTC
22c1da4 updated translation of the Japanese language file 05 April 2012, 09:44:36 UTC
0b0dd43 Counting the images for deletion/removed corrected Conflicts: src/control/jobs/control_jobs.c 03 April 2012, 20:35:46 UTC
f077061 catch potential out-of-bounds situation in roi_in and roi_out 01 April 2012, 13:32:20 UTC
5ae8535 Temporary workaround: copy Canon PowerShot G12 cmatrix for G1 X 28 March 2012, 17:25:17 UTC
aaffc79 Enable OpenMP path for softproofing in color output plugin. Also, use NAN instead of "-0.666" for marker value in cmatrix. 28 March 2012, 17:14:02 UTC
f5ebf08 temporary fix for compile warnings while waiting for new libraw. 28 March 2012, 17:13:51 UTC
055a89f fixed tonemapping slider range inconsistency. Conflicts: src/iop/tonemap.cc 28 March 2012, 17:13:27 UTC
f70e826 Fix build when gphoto2 isn't installed 28 March 2012, 17:09:23 UTC
15033ae Update German translation 28 March 2012, 10:51:30 UTC
d45653d Remove subtle denoise 100/400 presets 26 March 2012, 20:48:50 UTC
89c40d3 Sony NEX-7 wb presets 25 March 2012, 13:56:07 UTC
e0d43fa Sony NEX-7 rawspeed fix 25 March 2012, 13:55:59 UTC
ce06d65 fix bug #275: plugin with auto-applied preset doesn't get 24 March 2012, 12:16:43 UTC
cd8e57f Samsung NX100 vendor emulation matrix 23 March 2012, 14:57:37 UTC
2b1161b Canon EOS 400D vendor emulation matrix 23 March 2012, 14:56:39 UTC
bce5c50 Canon EOS 50D vendor emulation matrix 23 March 2012, 14:55:57 UTC
cfc522a experimental vendor matrix support :) 23 March 2012, 14:54:08 UTC
950f247 fix silly integer overflows in tiling code 23 March 2012, 14:50:25 UTC
5aa8e83 Allow file names with dots when exporting to disk. 23 March 2012, 14:50:03 UTC
eec95ec Fix bug #365: watermark variable $(IMAGE.FILENAME) was set to PACKAGE_VERSION 22 March 2012, 17:13:27 UTC
931d32b Reset filter on import When importing a new roll or a set of images, the filter dropdown (all/N-star/unstarred/rejected) should reset back to "all" setting. This makes the behaviour a bit more user-friendly. 21 March 2012, 20:58:49 UTC
f8c826c Make cmake fail when Sqlite3 is not found This fix might be needed for some other cmake files, too. The alternative is to rename the files. 21 March 2012, 20:58:08 UTC
559f8b1 Konnichiwa! Attached is a updated ja.po file. Could you please add this into v1.0.1? Yoroshiku, a3novy 21 March 2012, 09:04:07 UTC
abaa2f1 add "zh" to po/LINGUAS. Now 17 translations. 20 March 2012, 23:53:27 UTC
ebba37c Merge branch 'darktable-1.0.x' of ssh://darktable.git.sf.net/gitroot/darktable/darktable into darktable-1.0.x 20 March 2012, 20:52:36 UTC
a135195 New more subtle denoise presets for atrous 20 March 2012, 20:51:26 UTC
1e306df Reject drop keyword onto itself, fix for issue 364 20 March 2012, 20:50:22 UTC
d2be298 Replaced the configkey and functionality to specify a darktable.gtkrc gtk themefile, with a more proper approach loading darktable.gtkrc from ~/.config/darktable/darktable.gtkrc if exists otherwise fallback to system installed theme. 20 March 2012, 20:13:49 UTC
d93a645 Add gdk locking mechanism around signal emit. 20 March 2012, 11:27:42 UTC
6d4862b Adding flag to prevent inclusion of private dprintf on OS X Lion. 20 March 2012, 06:35:05 UTC
b94b9bf common: fix total memory detection under linux getline allocates memory, so it must be freed and the given length must be zero if the line pointer is NULL. 19 March 2012, 08:03:28 UTC
332c2b2 Merge branch 'master' of ssh://darktable.git.sourceforge.net/gitroot/darktable/darktable 13 March 2012, 21:29:39 UTC
7dd4a1c Changes the sliders in channelmixer to normal slider bars instead of deprecated slider value to keep consitency among the slider controls in ui. 13 March 2012, 21:27:56 UTC
e488911 opencl: replace remnants of clReleaseMemObject by call to abstraction function dt_opencl_release_mem_object 13 March 2012, 20:42:28 UTC
39ef0a2 Added same test as previous commit if source image is available for process. 13 March 2012, 19:20:25 UTC
0f6fb03 Added an early check to verify the availbility of an image before its used down the process chain for producing a thumbnail, bail out early to prevent bigger problems down the code path. This solves one locking issue and do produce skulls instead if a folder with images is moved. 13 March 2012, 19:15:05 UTC
f1eecc3 Optimize SQLite page size Patch by James C. McPherson and comments in https://bugzilla.mozilla.org/show_bug.cgi?id=416330 12 March 2012, 21:58:01 UTC
4e299bb Update to swedish translation.. 12 March 2012, 20:16:29 UTC
82a6b76 Revert Canon EOS-1D Mark III RawSpeed changes 12 March 2012, 18:18:42 UTC
9156476 Sony SLT-A65V white balance presets 12 March 2012, 17:28:11 UTC
7c04f30 Draw back histogram only if module is enabled 11 March 2012, 21:51:22 UTC
432029e Add RawSpeed definition for SONY SLT-A65V 11 March 2012, 17:06:41 UTC
533ef1a Put overexposed before border in the pipe 11 March 2012, 16:51:18 UTC
3773ff0 added a test to cmake to check if darktablerc has been created successfully. 11 March 2012, 06:12:19 UTC
6d0e1ec mipmap: make dt_mipmap_cache_get_filename conform to older POSIX standard # HG changeset patch # User Edouard Gomez <ed.gomez@free.fr> # Date 1331424696 -3600 # Node ID d0ae00b406cd1213c4fd351d98ff0684225e4056 # Parent f68e00ffd2305fd3df6945c306c41e0941bf507c mipmap: make dt_mipmap_cache_get_filename conform to older POSIX standard Should fix issues on systems that conform to POSIX.1-2001 only (NetBSD being one). Reported by jakllsch on IRC chan. Changes are: - alloc realpath storage before realpath call - now the function can fail, so change its return value - make sure callers check return value Signed-off-by: Edouard Gomez <ed.gomez@free.fr> 11 March 2012, 04:51:07 UTC
c1dc860 Default to not use OpenMP on OS X 11 March 2012, 04:44:56 UTC
1c08128 No procfs on Apple. Use alternate memory lookups. 11 March 2012, 04:44:43 UTC
c88f450 Initialise some variables (fix errors in gcc fedora 17+) 11 March 2012, 04:42:29 UTC
196b17a avoid segfaults and broken orientation for phase one h25 11 March 2012, 03:41:25 UTC
afd2d1e catch style == NULL case. TODO: this needs some proper management of allowable colors/fonts etc, in the context of bauhaus widgets. 11 March 2012, 03:41:25 UTC
2d50708 rawspeed r413, with 5d mark3 support :) 09 March 2012, 23:44:17 UTC
9ad6175 Revert "updated libraw to 0.14.5" seems it doesn't read the camera white balance anymore for dng files. This reverts commit 6287dc7a4e64cbb5c8624f23571531395a1b6342. Conflicts: src/external/LibRaw/internal/dcraw_common.cpp 09 March 2012, 23:41:18 UTC
41e8ecb removed aspect flip button. 09 March 2012, 23:41:18 UTC
19916ed Golden ration isn't 1.628 ... 09 March 2012, 23:32:36 UTC
d6aa6dd Update watermark to use our new logo This might be a bit colorful ... 09 March 2012, 20:01:13 UTC
back to top