swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453

sort by:
Revision Author Date Message Commit Date
f7ff7bf more contributors and updated the script. 02 July 2011, 03:15:32 UTC
e6bb8d5 better error message. 02 July 2011, 03:15:32 UTC
3be53ad build fixes for the release. use tools/create_release.sh to create a release (i.e. don't execute it with tools/ as working dir) 02 July 2011, 03:15:32 UTC
e36f327 i think this works better than the old version of the icon. 02 July 2011, 03:15:31 UTC
f77b571 adjusted global brightness of tonemapper. 02 July 2011, 03:15:31 UTC
aa24363 Small fix to handle openCL compile errors 02 July 2011, 03:15:31 UTC
099299e new icons. 02 July 2011, 03:15:31 UTC
5111306 promoted some experimental plugins. 02 July 2011, 03:15:31 UTC
da89ff1 removed stuck pixels plugin, as its functionality is covered by hotpixels. 02 July 2011, 03:15:31 UTC
2eea0c3 Clean out unused variables to allow compilation with GCC 4.6 (this is affected by the "-Wno-unused-but-set-variable" flag) 01 July 2011, 18:39:00 UTC
eac0cbb Fixed translator-credits for the about dialog. 29 June 2011, 20:43:51 UTC
1fbebe0 Minor changes to swedish translation. 29 June 2011, 20:39:10 UTC
c1413df Update the swedish translation 29 June 2011, 20:32:24 UTC
c9102eb Fix an ambiguous call to fmax() in basic.cl 27 June 2011, 09:16:07 UTC
bb1df67 some malloc.h -> stdlib.h changes. 27 June 2011, 09:15:50 UTC
4b73730 colorcontrast: clip a* and b* channels, reload_defaults * assert Lab colorspace, not the number of channels * clip a* and b* channels at (-128, 128) * reload_defaults to reset parameters 26 June 2011, 02:59:09 UTC
d69b53f colorcorrection module is now tracked in the dependency system and auto-assigned a place in the pipe by tools/iop_dependencies.py, as the rest of the modules. 26 June 2011, 02:54:02 UTC
4fc8ac2 module dependency hint. 26 June 2011, 02:53:07 UTC
64af6b2 image cache fix 26 June 2011, 02:37:33 UTC
72733c4 pink highlights in tonemap should be better now. 26 June 2011, 02:37:15 UTC
1f7b1b9 Fixes cut'n'paste error regarding the tooltips of sliders. 25 June 2011, 16:16:51 UTC
94caa1d Merge branch 'master' of ssh://darktable.git.sf.net/gitroot/darktable/darktable 25 June 2011, 16:14:12 UTC
2c7ba9e cltest compile warning fixed. 25 June 2011, 04:02:27 UTC
1c173d2 added thread-safety lock around gconf. 25 June 2011, 04:02:26 UTC
495cdc1 removed debug output. 25 June 2011, 03:00:50 UTC
d8dab6f deke's new japanese translation. 25 June 2011, 02:48:13 UTC
796c0a8 default cache size up to 1000. 25 June 2011, 02:33:33 UTC
7af2571 tonemap: Fix percent range on "spatial extent" slider 25 June 2011, 02:33:29 UTC
c61d0db added blending capabilities to equalizer. 25 June 2011, 02:32:19 UTC
1341012 Accept the Keypad decimal point in the slider widget 25 June 2011, 02:26:51 UTC
5997743 PowerShot S95 wb presets stolen from UFRaw 25 June 2011, 02:16:45 UTC
1759087 perf tweak dt_iop_clip_and_zoom_demosaic_half_size don't calculate y related stuff in the x loop don't switch to floats before it really needed makes around 30% speed up 25 June 2011, 02:15:03 UTC
0e32cc6 add clipping in exposure opencl implementation 25 June 2011, 02:13:31 UTC
2143138 a few missed free() calls for blendop_params. 25 June 2011, 02:13:14 UTC
c20b404 Blend parameters are also saved in presets 25 June 2011, 01:23:58 UTC
8a832d0 Allow blendop parameters to show up correctly in parameters dialog 25 June 2011, 01:23:11 UTC
ac8f912 image cache insert/remove fix Image cache clear was not updating cache->by_id mapping, thus breaking the order. Broken order led to binary search not working properly. This patch is adding by_id update after cache removal Also this patch replaces inefficient sorting with qsort after adding new cache with much faster by_id update. dt_image_cache_bsearch() is modified to return index in by_id mapping rather than cache line index. dt_image_cache_compare_id() is removed as it is no longer needed after qsort removal. 23 June 2011, 07:52:55 UTC
ef1925d French ui updated 23 June 2011, 07:52:11 UTC
0aa0875 Merge branch 'master' of ssh://darktable.git.sourceforge.net/gitroot/darktable/darktable 22 June 2011, 17:44:02 UTC
027c26b Updated Spanish translation 22 June 2011, 17:43:24 UTC
5f0cc70 Updated SPanish translation 22 June 2011, 17:41:52 UTC
cfca1bf fixed a redraw bug that was copy/pasted from the other curve widgets. 20 June 2011, 09:27:25 UTC
b7264df moved hotpixel stuff to denoising stuff: in the correct group. 20 June 2011, 09:14:43 UTC
4f05884 maybe this time the script worked :) 20 June 2011, 09:02:56 UTC
0ccddb1 fixed a segfault when querying the wrong develop_t struct. 20 June 2011, 08:57:18 UTC
0e62ea0 some perf findings: our cache can't handle crazy numbers of cache lines. which was exactly our default. so cut it down by default, but we'll still want to implement some faster LRU sorting there. 20 June 2011, 08:17:36 UTC
d5951d6 new albanian translation :) 20 June 2011, 06:20:06 UTC
90c532c worthless performance tuning for opencl. 19 June 2011, 06:29:03 UTC
235fe23 added history_eventbox name to the widget, to get gray bg back in gui. 19 June 2011, 06:00:36 UTC
1fe1b46 Get rid of flag IOP_FLAGS_BLEND_ONLY_LIGHTNESS in highpass module No longer needed due to improvements Lab blendops 19 June 2011, 05:22:05 UTC
3ae7c06 Revision of Lab blendops completed (hopefully) 19 June 2011, 05:21:59 UTC
86dbf02 Blendops: further blending modes improved in Lab colorspace 19 June 2011, 05:21:54 UTC
f9cff19 rework blend modes "overlay", "hardlight", and "linearlight" 19 June 2011, 05:21:47 UTC
d786ada added a simple cleanup sql script for those who like to break their db by deleting added images again. 19 June 2011, 05:19:21 UTC
eb14e88 ..and this is the first application of the iop order script. 19 June 2011, 05:10:36 UTC
ce67cf8 added script to auto-generate module dependencies in the pipe. 19 June 2011, 05:10:17 UTC
22c4385 reading dcraw's matrices directly, for shorter turnaround times for updates. 19 June 2011, 02:55:07 UTC
2f33008 colorcontrast: change steepness of a* and b* curves Changing the steepness of a* and b* curves in Lab color space is a popular method to boost color contrast in the image. This plugin allows to control the effect with only two sliders. They have user-friendly labels "green vs magenta" and "blue vs yellow". These two values are the tangents of straight symmetric curves for the transforms in a* anb b* channels respectively. 18 June 2011, 09:16:18 UTC
849a1fe Merge branch 'master' of ssh://darktable.git.sf.net/gitroot/darktable/darktable 17 June 2011, 18:20:09 UTC
42d3f00 Add Nikon D7000 wb presets stolen from UFRAW 17 June 2011, 17:10:04 UTC
6401718 Stopped center bottom toolbox from expanding 17 June 2011, 08:23:03 UTC
472a20f Fixed typo in last commit. 16 June 2011, 17:27:23 UTC
7d2b2ab Added nikon 5100 wb presets thanx to Mohammed Malik 16 June 2011, 14:19:45 UTC
3c668de fixed german translation. 16 June 2011, 10:01:52 UTC
b1c93fa a quick update of russian translation 16 June 2011, 08:35:07 UTC
daefc2b Memory leak in collect.c 16 June 2011, 08:35:00 UTC
49f1d26 vendordropped new rawspeed. 16 June 2011, 08:27:10 UTC
65df631 rawspeed: fixed a memleak (thx to stephane chauveau) 16 June 2011, 08:26:18 UTC
cd24715 temporary disabling plugins which cause distortions, depending on gui focus. 16 June 2011, 08:21:04 UTC
aab3fb8 Blend mode "vividlight": further improvements 16 June 2011, 07:09:00 UTC
4c1678b Revert "avoid memory fragmentation, patch thanks to Stephane Chauveau" This reverts commit e6a0e92c8fd5560c6f7bbeb8587110098c222c1f. Conflicts: src/common/darktable.c 13 June 2011, 11:20:49 UTC
fec9c96 Merge branch 'master' of ssh://darktable.git.sf.net/gitroot/darktable/darktable 12 June 2011, 17:02:25 UTC
cb6eed3 Fixed the size of flipping button/icons. 12 June 2011, 17:01:34 UTC
87ff5cb Added a TODO for bpc 12 June 2011, 09:38:33 UTC
2d4fafb Fix blendop mode "vividlight" 12 June 2011, 09:27:22 UTC
bc46078 Removed forgotten debugoutput to stderr. 11 June 2011, 22:32:09 UTC
eae9b88 Added black point compensation (BCP) and change the proofing intent to relative colormetric as suggested by Pascal. 11 June 2011, 22:30:23 UTC
0bc2e2c Changed the tag added to image when style is applied, it does now confirm to darktable structured tag hirarchy. 11 June 2011, 14:47:09 UTC
e0784e1 Added key accelerators F9/F10 to decreas/increase ui brightness. 11 June 2011, 14:08:29 UTC
4cad80f Added intial control of ui brightness, alot todo where not all colors are controlled thru the darktable.gtkrc theme 11 June 2011, 14:07:35 UTC
ec9a548 update of dutch translations 11 June 2011, 02:22:19 UTC
bd4673b soften and hotpixels pixmaps 11 June 2011, 02:08:54 UTC
1153170 Added storing of preset for collection module, see ticket 163. 10 June 2011, 23:33:51 UTC
6c1d2c4 Added bgcolor for even row in gtkrc file, see bug #227 10 June 2011, 21:19:40 UTC
d5411b9 initial, supercrappy nlmeans implementation in opencl. disabled in the code and like 1000x slower than the cpu. 09 June 2011, 08:51:42 UTC
b40d0ec also added hotpixels.c to the list of translatable files. 08 June 2011, 11:07:46 UTC
6dd9f70 bloom,lowlight and stuckpixels pixmaps 08 June 2011, 11:00:52 UTC
219bd6c hotpixels plugin 08 June 2011, 10:59:51 UTC
a2131d9 small fix for mouse-over drawing of min/max curves in color zones. 08 June 2011, 09:02:01 UTC
d302596 added a small new utility: darktable-cltest it must be used on my nvidia/intel double-gpu system as root (!) to initialize the driver, before dt can be used to access opencl. (could as well just start dt as root, but that's probably not what you want) 08 June 2011, 05:44:53 UTC
f35b0ff also need to restart gconfd-2 to make schemas take effect. 08 June 2011, 04:15:13 UTC
6f46b81 fixed german translations (some things got lost while removing libglade) 07 June 2011, 20:35:51 UTC
c0ac852 Removed reference to deprecated darktable.glade 07 June 2011, 17:36:18 UTC
565782e Added macosx malloc.h check. 06 June 2011, 10:14:02 UTC
2db8f95 fixed a bug in the fast nl-means sliding window dreggn. 06 June 2011, 10:13:24 UTC
0d6fc48 EXPERIMENTAL: Skip saving image state in darkroom for unmodified images Note: This patch has serious bugs and is not yet ready to merge. Specifically, I've already seen one case where the dirty bit gets reset incorrectly, which causes image modifications to be lost. 06 June 2011, 09:20:45 UTC
87ac3e3 Make the shift-select behavior more intuitive The first selection is the origin. After this, shift-selecting will essentially modify the extent of the selection, but it will always reach from the origin to the most-recent extent. 06 June 2011, 09:04:59 UTC
4467f6f some more non-local means: activated some speed improvement even though it's not quite correct yet, and made the controls (luma/chroma sliders) work. 05 June 2011, 09:05:53 UTC
cf86f14 since highlights is in the old place now, exposure needs to modify processed_maximum[] again :) 05 June 2011, 02:33:11 UTC
2685e14 fix low level input artifacts 05 June 2011, 02:30:07 UTC
back to top