swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Name Target Message Date
HEAD 50d91bd Add db locking on Windows 04 May 2017, 21:56:48 UTC
refs/heads/30bit 360089c 30bit: initial support for 30-bit cairo surfaces. breaks 24-bit setups. lighttable: shows 24-bit thumbnails (also cache jpg are 24-bit as usual) darkroom: shows 30-bit navigation widget and center view slideshow: does high-quality export which ends in 24-bit output export: high quality works, high bit depths (disabled gamma iop) work, low-quality 8-bit output should be broken for now. this should probably depend on a run-time switch somewhere to work with 24-bit drawables, too. we probably want to clean up gamma.c to support different output quantizations, getting parameters from imageio_export. 26 January 2016, 09:02:30 UTC
refs/heads/align_image_stack 554110a hdr merge: use align_image_stack if we find it in PATH 18 May 2016, 18:05:21 UTC
refs/heads/better-undo 309cf26 undo: add support for masks. Masks are now supported by the undo/redo circuitry as done for the development data. 30 December 2016, 10:00:57 UTC
refs/heads/d810-base-curve e06cdba Base and tone curves for Nikon D810 07 December 2015, 07:21:11 UTC
refs/heads/darktable-1.0.x 3c330a7 RawSpeed Samsung NX5/10/11/100 center crop fix 05 August 2012, 19:25:08 UTC
refs/heads/darktable-1.1.x 9092776 Properly close dt when clicking on the X This fixes #9642. I hope. (cherry picked from commit 9b924ffc8fe728d52ddbe4fd5619a40b20636c16) 05 December 2013, 13:32:48 UTC
refs/heads/darktable-1.2.x 77b2a7f Properly close dt when clicking on the X This fixes #9642. I hope. (cherry picked from commit 9b924ffc8fe728d52ddbe4fd5619a40b20636c16) 05 December 2013, 13:32:48 UTC
refs/heads/darktable-1.4.x 036459d Set cache_memory as int64 (cherry picked from commit 17b1046f4f2d951be748164ea0cc864da1f7ec36) 20 August 2014, 21:42:45 UTC
refs/heads/darktable-1.6.x ae01e8f Add Slovak to available languages 21 October 2015, 10:12:08 UTC
refs/heads/darktable-2.0.x 1d7f359 Updated Dutch translation 18 November 2016, 13:16:21 UTC
refs/heads/darktable-2.2.x f5c64e5 Travis-ci: Brewfile: s/gcc/gcc@6/ (cherry picked from commit fddc3cd86eba5e579ed11091361f08679e9a7b5c) 04 May 2017, 07:36:20 UTC
refs/heads/detachable cbe97e3 Merge pull request #60 from rikles/detachable since this is not for master, merging right away... though houz seems not to be happy with the way detachable works... if it could be done in a gimp-like way (with drag to pullout etc) that would be awesome 08 October 2012, 18:07:40 UTC
refs/heads/dualiso 7d58210 dng: get black from exif instead of computing it and failing. 13 April 2014, 13:08:34 UTC
refs/heads/ex/spot-content-aware ff23ca4 Add new button to show the created mask. 07 May 2013, 08:44:09 UTC
refs/heads/experimental_plugins 325aa68 gui, debug messages, minimum maximum values for output channels (a,b) obtained from input channels 17 October 2010, 21:37:53 UTC
refs/heads/film-emulation 12bc09a film-emulation: fitting adjustments. 24 January 2015, 11:50:45 UTC
refs/heads/google-photo-drox-box fac770f With deprecation of the Picasa Web API it is not possible to create albums. The only supported solution is to upload image into a special album named "Drop Box". Migrate the API to version 3 at the same time. For #11506. 11 February 2017, 14:38:32 UTC
refs/heads/liquify-distort-except 060d207 dt_dev_distort_[back]transform_plus add exception for module. In these routines we had a way to select the range of module priority to use to apply the distortion. A new parameter except is introduced to be able to add an exception for a module to skip during the computation. If the parameter is NULL there is no exception and the routines are behaving as before. This is needed and used in liquify as the distortion for the control elements must be computed for the whole pipe (before liquify we have lens and ashift to take into account, and after roration and crop) except liquify itself which must not modify the control point. Proper fix for #10939. 03 March 2016, 17:14:54 UTC
refs/heads/lua 4f7fea4 Merge remote-tracking branch 'origin/master' into lua Conflicts: src/common/darktable.c src/common/darktable.h src/common/image.c 13 April 2013, 18:10:51 UTC
refs/heads/master 50d91bd Add db locking on Windows 04 May 2017, 21:56:48 UTC
refs/heads/minimal-css fc60bea Minimal CSS for Gtk 3.20 27 April 2016, 14:56:46 UTC
refs/heads/raw-video 2bfc095 First start to support ML RAW video This is still buggy, highly untested, not feature complete, and might not work with new raw videos. 21 August 2013, 19:46:47 UTC
refs/heads/rawdenoise c7fc4c0 rawdenoise: some cleanup and make eaw/a-trous a run-time option 09 January 2016, 14:53:26 UTC
refs/heads/smooth-undo-redo 33e522b Filter out some undo recording. If the undo data is less than 500ms older than the previous one, we do not record the information. This is to get a better usability when moving line in base-curve or tone-curve modules for examples. While moving the line we were recording lot of intermediate information which are not really interresting and quite long to undo anyway. 14 December 2016, 20:31:59 UTC
refs/heads/spot-removal-presets 9d31509 Add support for spot removal presets. 15 December 2013, 10:08:44 UTC
refs/heads/srw-makernote-bug a884abb Exif.Photo.CFAPattern makes no sense for non-RAW output 18 December 2012, 13:26:27 UTC
refs/heads/undo-group 6589709 undo : add group into the map view. Now adding multiple images into the map can be reverted by a single undo ctrl-z. 27 December 2016, 17:35:47 UTC
refs/heads/undo-masks 80da1ee undo: do not try to duplicate null mask. Could happen in indermediate steps when restoring a delete masks. 01 May 2017, 14:21:37 UTC
refs/heads/undo-smooth 5d8eea3 undo: add support for tag to identify an undo record. This make it possible for a user of the undo circuitry to avoid some recording as undo data with the same tag won't be recorded. It is used by the history to avoid too many recording when dragging a curve and in masks for avoid recording all intermediate results when using the mouse wheel on forms for example. 28 December 2016, 10:17:08 UTC
refs/heads/view_by_name e8f91a1 Reference views by name, not a number This removes (almost) all knowledge about existing views from dt's core code. Instead of hardcoding the list of available views we just load whatever we find in the corresponding directory and allow libs to reference them by name. That also fixes bugs when loading a view failed (for example map when osmgpsmap isn't installed), resulting in wrong views being loaded in some cases. 27 April 2017, 13:55:19 UTC
refs/remotes/origin/masks3 090656c spot : fiw memory leak and avoid rounding error 07 April 2013, 20:27:54 UTC
refs/tags/0.4 ddbcbfb release 0.4 :) 11 January 2010, 20:17:58 UTC
refs/tags/post0.9 3ee0ac2 Fixed a crash in tagging module, where i update it to use the signal framwork but didnt change the callchain which was updating data using expose this could probably happen at same time.. so expose is removed and now it does fully use only the signal to update tags.. 07 July 2011, 20:16:28 UTC
refs/tags/release-0.5 158628e small bugfix: delete dttags when image is deleted. 26 March 2010, 18:39:02 UTC
refs/tags/release-1.0 332c2b2 Merge branch 'master' of ssh://darktable.git.sourceforge.net/gitroot/darktable/darktable 13 March 2012, 21:29:39 UTC
refs/tags/release-1.0.1 6d4862b Adding flag to prevent inclusion of private dprintf on OS X Lion. 18 March 2012, 10:59:24 UTC
refs/tags/release-1.0.2 fe397ee Revert "Fix for ticket #366 / #399" This reverts commit 30075b3bbf2502d2b5ba53f2d409e3ca64e14d7e. The patch breaks the compile. 27 April 2012, 20:25:52 UTC
refs/tags/release-1.0.3 fe397ee Revert "Fix for ticket #366 / #399" This reverts commit 30075b3bbf2502d2b5ba53f2d409e3ca64e14d7e. The patch breaks the compile. 27 April 2012, 20:25:52 UTC
refs/tags/release-1.0.4 c56c9fc updated build script to match darktable-1.0.x branch. 31 May 2012, 08:40:51 UTC
refs/tags/release-1.0.5 b1463c3 upegelows: lens correction: properly deal with case where lens is known but camera not 21 July 2012, 10:43:22 UTC
refs/tags/release-1.0rc1 e7f813e made scripts work with release candidates. 04 March 2012, 06:44:25 UTC
refs/tags/release-1.0rc2 2d50708 rawspeed r413, with 5d mark3 support :) 09 March 2012, 23:44:17 UTC
refs/tags/release-1.1 27169b7 Correctly sort module list with non-ASCII chars The module names are UTF8 so a regular strcmp doesn't work ... 23 November 2012, 23:23:21 UTC
refs/tags/release-1.1.1 708898d defaults: 200M is conservative. 200K is just wrong. 07 December 2012, 22:50:48 UTC
refs/tags/release-1.1.2 42341a6 Fix JsonGlib finding for real 15 December 2012, 16:02:56 UTC
refs/tags/release-1.1.3 0958e5f release script update. now creating .xz as well as .gz. 08 February 2013, 23:31:13 UTC
refs/tags/release-1.1.4 3cc7068 release: update script 09 March 2013, 21:48:35 UTC
refs/tags/release-1.1.5rc1 e92f160 adobe_coeff: preliminary olympus e-p5 matrix 09 July 2013, 17:37:02 UTC
refs/tags/release-1.1rc1 5852e74 credits: added author list from git log. 31 October 2012, 06:48:10 UTC
refs/tags/release-1.1rc2 cee1fb5 usermanual: chapter "preferences and settings" replaces addendum 13 November 2012, 17:19:58 UTC
refs/tags/release-1.2 4b856e6 adobe_coeff: Nikon Coolpix A same as D7000 03 April 2013, 20:05:07 UTC
refs/tags/release-1.2.1 fa80943 translations qa: removed unfinished ones for release. 26 May 2013, 08:50:54 UTC
refs/tags/release-1.2.2 961197c translations: throw away incomplete stuff for release. 24 June 2013, 18:35:28 UTC
refs/tags/release-1.2.3 62b642b release: remove unfinished translations. 10 September 2013, 12:06:50 UTC
refs/tags/release-1.2rc1 1c168a5 release: update script and credits 21 March 2013, 18:17:05 UTC
refs/tags/release-1.2rc2 6a83bc7 darkroom: lock pixelpipes before destroying them. should fix crashes/hangs when pressing spacebar like crazy. 29 March 2013, 08:48:54 UTC
refs/tags/release-1.3 3647398 white balance: make it relative to daylight balance assuming that has been created wrt CIE daylight. the end result is somewhat similar to ufraw, numbers vary wildly but in principle it's relative to something constant and not to camera white balance anymore. also removed second temperature slider. 26 March 2013, 08:30:55 UTC
refs/tags/release-1.4 fb5632a Gentoo development ebuild doesn't make sense for a release 23 December 2013, 17:09:36 UTC
refs/tags/release-1.4.1 c2ab9a1 [l10n] Revert one string in es.po due to broken string freeze 07 February 2014, 14:11:51 UTC
refs/tags/release-1.4.2 5c7de5e OSX packaging: support upcoming macports release (2.3) which promises correct implementation of macosx_deployment_target (cherry picked from commit 76c7416fc8e6dab241dfdc10cdad093fba6d00b3) 22 April 2014, 16:57:17 UTC
refs/tags/release-1.4rc1 6a430fb Another one ... 01 December 2013, 17:11:07 UTC
refs/tags/release-1.5 7b0b3e1 Revert "release: remove stale translations and update release notes." This reverts commit 2cfccfa0c13b2d094b88b30b068d9e54aa781607. 23 December 2013, 16:25:22 UTC
refs/tags/release-1.5.1 9157575 Merge pull request #713 from cyr123/d750_noise noise profile: add noise profile for Nikon D750 16 November 2014, 18:24:50 UTC
refs/tags/release-1.5.2 be1a241 wb_presets: olympus e-m10 (thanks to PolarFox) 25 November 2014, 17:39:45 UTC
refs/tags/release-1.5.3 97b7bb7 Silence a CMake warning 30 November 2014, 15:33:28 UTC
refs/tags/release-1.6.0 848fd59 about: remove (partly outdated) special roles. 07 December 2014, 18:13:39 UTC
refs/tags/release-1.6.1 b815030 Pick 2 translations from master Sorry for any inconvenience dear French translator, just revert the file locally if you have to merge local changes. It's copy&paste from master. 21 December 2014, 16:48:04 UTC
refs/tags/release-1.6.2 697cc71 [l10n] Update German translation 31 January 2015, 21:13:56 UTC
refs/tags/release-1.6.3 1653e0d Support for Canon A630 and SX110IS CHDK RAW (cherry picked from commit 9358693de4e4c27e0424d4bbf5a4d14ff984d3a8) 28 February 2015, 17:42:16 UTC
refs/tags/release-1.6.4 0f55b8c Fix clang build 03 April 2015, 13:59:08 UTC
refs/tags/release-1.6.5 c59e18c Fix handling of integer preference parameters Before this commit, the code did: int max = G_MAXINT; /* INT_MAX, 2147483647 */ float factor = 1.0f; max *= factor; Dimitry Andric helped me understand the problem; here is the explanation: Here, "max * factor" is 2147483648.0, not 2147483647.0: the value is rounded up because the float type has a mantissa of 23 bits only. However, converting 2147483648.0 to an integer is an undefined behaviour. The resulting value depends on the compiler and the level of optimization: GCC (all versions) with -O0: max = -2147483648 GCC (all versions) with -O2: max = 2147483647 Clang up-to 3.5 with -O0: max = -2147483648 Clang up-to 3.5 with -O2: max = 2147483647 (ie. same behaviour as GCC) Clang 3.6+ with -O0: max = -2147483648 Clang 3.6+ with -O2: max = 0 In the context of the preferences dialog, this means that all integers must be between min=0 and max=0. The fix, suggested by Dimitry, is to use a double as an intermediate variable: it is wide enough to store "max * factor" without rounding up the value. Then, 2147483647.0 can be converted to 2147483647. (cherry picked from commit 9d77a28e54f8bc19592a170b1e4b9cf083f7b5a3) 17 April 2015, 18:16:42 UTC
refs/tags/release-1.6.6 30ceffb wb_presets: Added white-balance fine tunings for Nikon D7200 25 April 2015, 10:22:25 UTC
refs/tags/release-1.6.7 8de931b Basic support for the Fuji F600EXR based on 094e251f3dc87001bb888242668b97507f63439e by pedrocr 07 June 2015, 09:40:16 UTC
refs/tags/release-1.6.8 d435fde [l10n] Update German translation 26 July 2015, 11:47:47 UTC
refs/tags/release-1.6.9 77a2b89 noiseprofile: Add Canon PowerShot S120 Profiles provided by Marek Szuba 15 October 2015, 12:59:51 UTC
refs/tags/release-1.7.0 e0b5ac3 Revert "release: remove <95% translations. put back after release." This reverts commit fe7c121054c35e40091f95f9e7e606e25753c979. 07 December 2014, 18:30:18 UTC
refs/tags/release-2.0.0 c3d5e03 translations: drop the ones with >= 10% untranslated strings revert after release for the new master branch! 22 December 2015, 12:18:20 UTC
refs/tags/release-2.0.1 b86cfe5 Remove RELEASE_NOTES from release tarballs That file isn't what users expect from a file with that name but just a brainstorming/note dumping place for devs. 02 February 2016, 11:36:06 UTC
refs/tags/release-2.0.2 d5a9b0c disable mouse-over-image when no lua callback is registered this should improve overall responsiveness quite a bit this is a horrible hack which is OK in master but shouldn't be ported to master. A whole rewrite of that area should be done to fix this for real 05 March 2016, 14:00:25 UTC
refs/tags/release-2.0.3 c2f7fdb wb_presets: add Canon 760D (cherry picked from commit 842546a3a569131aa63c8cd4dd52fb5245b60977) 27 March 2016, 20:15:54 UTC
refs/tags/release-2.0.4 57f166f Fix color profiles Pascal approved (cherry picked from commit d925fc1c7d305cc2aafb247cace56d45cd6a431a) 03 May 2016, 18:55:53 UTC
refs/tags/release-2.0.5 e388057 opencl: fix for #11066 28 June 2016, 17:47:40 UTC
refs/tags/release-2.0.6 82ae82c CMakeLists.txt: address-of-packed-member is clang-4.0+ warning (cherry picked from commit 76f87c29d40b78b6b7cf4fecd1a4453cc7af0e66) 03 September 2016, 12:54:45 UTC
refs/tags/release-2.0.7 d2bec77 [l10n] Update German translation 23 October 2016, 15:18:57 UTC
refs/tags/release-2.0rc1 e12b90d release: update script to last stable version 01 November 2015, 18:13:28 UTC
refs/tags/release-2.0rc2 b281c39 Merge remote-tracking branch 'origin/pr/1035' 16 November 2015, 16:47:25 UTC
refs/tags/release-2.0rc3 fafe77f Don't show image lib when lua adds a button This made dt to always show the selected image[s] lib on startup, no matter what's the expanded state. 29 November 2015, 19:36:19 UTC
refs/tags/release-2.0rc4 dd1e573 [l10n] Small update of German translation 14 December 2015, 15:05:14 UTC
refs/tags/release-2.1.0 8207f03 opencl: regard include files when checking for CL source re-compilation earlier changes to include files (common.h, colorspace.cl) would not trigger (re-)compilation of CL sources 22 December 2015, 17:01:27 UTC
refs/tags/release0.4 ddbcbfb release 0.4 :) 11 January 2010, 20:17:58 UTC
back to top