sort by:
Revision Author Date Message Commit Date
b91029e Windows build: forcing objdump for dependency detection This will prevent using VS dumpbin tool when Visual Studio is also installed Keep in minfd that objdump is SLOW Also removing unnecessary install step in CI 02 April 2017, 15:24:42 UTC
c6eecf7 Windows build: Using BundleUtilities to detect dependencies Removing DTDependencies component 29 March 2017, 15:42:51 UTC
96e538d Windows build: Reverting back darktablerc handling This means darktablerc is always using Unix style line endings, but also makes possible proting darktablerc files between platforms 29 March 2017, 11:51:28 UTC
3f2410e Windows build: Updating dependency file list and fixing BUILD.txt description 20 March 2017, 17:02:12 UTC
d38da7a Merge branch 'master' of https://github.com/darktable-org/darktable into windows-build 20 March 2017, 15:57:12 UTC
52bbf8c Merge pull request #1460 from sbraitbart/translation Updated Hebrew translation 16 March 2017, 10:28:05 UTC
c510ef7 Update French translation. 14 March 2017, 20:22:33 UTC
366f132 Windows build: update BUILD.txt description with base system update 14 March 2017, 19:48:56 UTC
18edabc Updated Hebrew translation 14 March 2017, 18:31:49 UTC
118be6d Merge remote-tracking branch 'upstream/pr/1458' Fixes #10100 Refs. #11001 * upstream/pr/1458: collection: fix query string for folders 13 March 2017, 18:09:39 UTC
337dd44 Rawspeed submodule update: fuzzing. stability/security fixes. 13 March 2017, 18:04:11 UTC
1c0d729 collection: fix query string for folders 11 March 2017, 22:12:46 UTC
11e8cec Merge remote-tracking branch 'upstream/pr/1456' * upstream/pr/1456: lib: fix gravity for presets popup widget only call gtk_menu_reposition() for older gtk flag menus for display before displaying them 10 March 2017, 17:57:11 UTC
b6ee44c lib: fix gravity for presets popup widget As reported by @LebedevRI, the preset menu in left sidepanel was broken and aligned to the center, not the preset button. It appears that prior gravity settings were a workaround for calling gtk_widget_show_all() after gtk_menu_popup_at_widget(). 10 March 2017, 16:46:37 UTC
180e8ba only call gtk_menu_reposition() for older gtk GTK >= 3.22.0 does not use a dt-defined positioning function. The call to gtk_menu_reposition() is a NOP, as gtk_menu_popup_internal() (which does the work of gtk_menu_popup_at_widget()) already calls gtk_menu_position(), which is the internal function called by gtk_menu_reposition(). The rationale for calling gtk_menu_reposition() for older GTK may have been to alter x/y depending on window allocation which was only available gtk_menu_popup(). I haven't tested with older GTK to be certain, but no harm in leaving the call in. 10 March 2017, 16:03:14 UTC
2e600fd flag menus for display before displaying them This eliminates the "narrow menus" bug in Wayland (see #11535), though there continue to be other Wayland incompatibilities. It also seems to be best practice for GTK, and was already occurring in some of the code. Also consistently cast via GTK_WIDGET(). 10 March 2017, 16:03:14 UTC
b9c2814 drawn masks: reduce risk of unwanted self-finalization of small path shapes if a path node is created close to the starting node the shape gets finalized. we introduce a stricter limit on closeness to avoid accidental finalization of small shapes. this addresses #11532. 10 March 2017, 10:43:11 UTC
7e9d0e3 Merge remote-tracking branch 'upstream/pr/1452' * upstream/pr/1452: IOP: basecurve editor enhancements. 10 March 2017, 08:44:43 UTC
eb52297 Rawspeed submodule update: Fujifilm X-T20 10 March 2017, 08:33:16 UTC
21d655b Merge remote-tracking branch 'upstream/pr/1455' * upstream/pr/1455: adove_coeff: add Fujifilm X-T20, update Olympus E-M1MarkII 10 March 2017, 08:32:32 UTC
2a1fac9 IOP: basecurve editor enhancements. This commit introduce changes from #1444 also to the basecurve editor: * display node coordinates on chart * respect modifiers when moving the node with mouse * right-click deletes node 09 March 2017, 22:33:14 UTC
c35c3e1 Windows build: update CI scripts for more clarity 09 March 2017, 21:14:30 UTC
66aa1b4 adove_coeff: add Fujifilm X-T20, update Olympus E-M1MarkII Based on ColorMatrix values from DNGs created by Adobe DNG Converter 9.9. Fixes #11534. 09 March 2017, 15:01:25 UTC
456d34d Rawspeed submodule update: X100F 08 March 2017, 20:03:42 UTC
123fa3a Merge remote-tracking branch 'upstream/pr/1454' Fixes #1451. * upstream/pr/1454: Fujifilm X100F: add basic camera support, fixes #11525 08 March 2017, 19:38:34 UTC
d81f624 Fujifilm X100F: add basic camera support, fixes #11525 Dngmeta reads wrong cfa patter, manually fixed Compressed images can not be loaded. 08 March 2017, 18:59:33 UTC
8fe6e14 Merge remote-tracking branch 'upstream/pr/1450' * upstream/pr/1450: Noise profile: Olympus OM-D E-M1 Mk.II (whole ISOs only) 08 March 2017, 18:43:36 UTC
075a75d Merge remote-tracking branch 'upstream/pr/1453' * upstream/pr/1453: darktable.c: prefer XWayland 08 March 2017, 18:41:32 UTC
8e61d64 Update rawspeed submodule 08 March 2017, 18:40:58 UTC
20dfb6a Even more manual picking from PR 1327 ... with some small changes ontop 08 March 2017, 11:27:36 UTC
baec33f pixelpipe sync: minor improvement (stop waiting on pipe shutdown) 07 March 2017, 19:09:42 UTC
ceb9333 Merge branch 'master' of https://github.com/darktable-org/darktable into windows-build 07 March 2017, 18:51:24 UTC
dd610a2 Manually pick more from PR 1327. 07 March 2017, 17:02:16 UTC
d9cbadc darktable.c: prefer XWayland Currently darktable has bad interaction with Wayland (drop-downs too narrow, scroll events lost, keyboard input ignored). This is an attempt to prefer XWayland when running under Wayland. The intent is to not alter behavior for systems running X11 or Quartz. Bug reported by Hajo Schatz, who then found that starting darktable: GDK_BACKEND=x11 && darktable forces use of XWayland. 07 March 2017, 16:14:43 UTC
4186c07 pixelpipe sync revisited: be more robust in case of rapid parameter changes 06 March 2017, 18:28:17 UTC
0a3da2c Rawspeed submodule update. Dng fixes. Dead pixel fixes. Fixes #10078. 03 March 2017, 20:21:54 UTC
31a0f0f opencl, colormapping: fix bug at very low values of histogram equalization param 01 March 2017, 18:37:39 UTC
a48bbee Update French translation. 26 February 2017, 19:06:02 UTC
103dd68 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. 26 February 2017, 18:29:42 UTC
d83760c Noise profile: Olympus OM-D E-M1 Mk.II (whole ISOs only) 26 February 2017, 15:14:40 UTC
54960d5 Merge pull request #1449 from Germano0/master fixed typo in Italian documentation 25 February 2017, 19:24:46 UTC
d2db3f0 fixed typo 25 February 2017, 18:12:20 UTC
4d41f82 Windows build: Adding compiler flags to remove console window * Removing LUA read conditional compile * Correcting installer help link * Removing cross-compile description (already merged to Windows packaging instructions) 25 February 2017, 17:00:04 UTC
327265f pixelpipe synchronization: make timeout period a config option default is now 200 units of 5ms. set to zero in order to omit synchronization. 25 February 2017, 09:34:43 UTC
745e990 Merge remote-tracking branch 'upstream/pr/1446' * upstream/pr/1446: middle click to fast create new instance of IOP Fixes #1446 23 February 2017, 14:32:03 UTC
19e0452 IOP: curve editor enhancements. * display node coordinates on tonecurve chart * respect modifiers when moving the node with mouse * right-click deletes node Fixes #1444 23 February 2017, 14:19:44 UTC
b2b2179 Merge pull request #1441 from upegelow/auto_levels add option to synchronize between preview and full pixelpipe; affects levels, colorreconstruction and globaltonemap modules; fixes bug #11497 23 February 2017, 06:02:23 UTC
5973359 Rawspeed submodule update. Panasonic DMC TZ61 22 February 2017, 15:01:41 UTC
80d7f8f Merge remote-tracking branch 'upstream/pr/1448' * upstream/pr/1448: Panasonic DMC TZ61: add basic camera support, fixes #11508 22 February 2017, 15:01:19 UTC
4d59025 Rawspeed submodule update: some const, some UB fixes 21 February 2017, 15:37:53 UTC
413b248 Panasonic DMC TZ61: add basic camera support, fixes #11508 20 February 2017, 19:10:50 UTC
9e479c2 middle click to fast create new instance of IOP Now, middle click of mouse button on `multiinstance` button in IOP will by default create new instance. 17 February 2017, 21:29:54 UTC
6d2e360 masks: avoid assertion failure in early phase of path generation 17 February 2017, 19:27:08 UTC
c773a18 Merge remote-tracking branch 'upstream/pr/1445' * upstream/pr/1445: noise profile: add Canon Powershot G7 X Mark II, fixes #11501 17 February 2017, 19:00:18 UTC
4b5a26b noise profile: add Canon Powershot G7 X Mark II, fixes #11501 Data from dt-noiseprofile-20170205.tar.gz, 10000 iso replaced with data from dt-noiseprofile-20170212.tar.gz. Thanks to Mariano Draghi for profile. 17 February 2017, 18:44:32 UTC
7a6529f tiling: do not process uselessly small end tiles; fix for bug #11509 End tiles with a dimension smaller than the overlap area are not processed. Previously we would set the limit to 1 times the overlap size. However, in fact the limit should be 2*overlap. Some modules like profiled denoise produce garbage (NANs) if called on a tile below that limit. 17 February 2017, 13:46:14 UTC
26101ea Add brush transparency in gtk.c to correspond to CSS. 16 February 2017, 16:25:47 UTC
e31b3ba Merge branch 'brush' * brush: Final adjust of the brush opacity to be close to current UI. reduce brush's line width when opacity < 1 make brush color configurable through CSS Better brush trace handing of opacity to get better control. 16 February 2017, 15:48:55 UTC
8ea3da2 Final adjust of the brush opacity to be close to current UI. 16 February 2017, 15:48:17 UTC
55d8440 local laplacian: fix boundary handling in opencl code. thanks to roman/clang for finding this :) 16 February 2017, 14:24:44 UTC
012392e dt_configure_defaults(): host_memory_limit: if 8Gb+, half the total size Refs #11509 16 February 2017, 14:04:51 UTC
f1f763a Merge pull request #1442 from codingdave/fixes-11505 Camera import: fix 'ignore jpeg'. Fixes #11505 16 February 2017, 13:17:13 UTC
bebaa83 reduce brush's line width when opacity < 1 Now that the brush's cursor is always partly transparent, it's hard to tell whether the brush is fully opaque visually by just looking at the transparency. Add another visual hint that the cursor is opaque by changing the line width. 16 February 2017, 07:23:25 UTC
d922a33 globaltonemap: pipe synchronization 15 February 2017, 17:13:19 UTC
2f52dfa Fixes ignore_jpg setting not having an effect 15 February 2017, 17:12:15 UTC
7a7e563 Removes verbose logging of not found thumbnails 15 February 2017, 17:12:12 UTC
edcfc91 make brush color configurable through CSS This introduces two new CSS colors: 'brush_cursor' is the color to draw the circle that replaces the mouse before and during drawing. 'brush_trace' is used for the trace left behind the mouse while drawing. Both can be transparent using alpha(...) in the CSS file. 14 February 2017, 21:02:29 UTC
3e38764 Merge branch 'master' of https://github.com/darktable-org/darktable into windows-build 14 February 2017, 20:58:50 UTC
a8e04a2 Better brush trace handing of opacity to get better control. The brush was always drawn with a full dark trace and the brush itself was full white. This patch adds some transparency to see trhough it and so gain better control about the placement. Closes #11457. 14 February 2017, 20:31:23 UTC
6c10707 colorreconstruction: same pipeline synchronization as in levels 14 February 2017, 19:33:27 UTC
8ec3cdc levels: better handling of slow preview pipe in automatic mode this implements a real synchronization point. if the data from the preview pixelpipe is not yet ready when the full pixelpipe needs it we wait until the corresponding hash value is set accordingly. to avoid any deadlock waiting times out after 0.5s in which case a warning message gets emitted (this should normally not happen). 14 February 2017, 17:38:19 UTC
416f2ff levels: proof of concept for handling case of bug #11497 13 February 2017, 19:04:28 UTC
85a8fb2 Windows build: Adding new dependency Updating install script Updating (simplifying) Windows build text due to new po4a package Adding package target for CI script 12 February 2017, 20:45:44 UTC
5fc5512 Update French translation. 12 February 2017, 11:03:35 UTC
de3da27 Rawspeed submodule update 11 February 2017, 11:05:25 UTC
3e7e4e1 Merge remote-tracking branch 'upstream/pr/1439' * upstream/pr/1439: Olympus E-M1 Mark2: add basic camera support, fixes #11468 11 February 2017, 11:05:01 UTC
a695bac Olympus E-M1 Mark2: add basic camera support, fixes #11468 10 February 2017, 16:27:46 UTC
5a2a54f Merge pull request #1405 from moy/liquify-userman-fix usermanual: note on liquify's feathering modes 09 February 2017, 18:47:43 UTC
94bb17e Rawspeed submodule update. 09 February 2017, 18:01:29 UTC
dfc8c6a Merge remote-tracking branch 'upstream/pr/1438' * upstream/pr/1438: Fixes #11484 09 February 2017, 18:00:55 UTC
fcf34cb Merge remote-tracking branch 'upstream/pr/1437' * upstream/pr/1437: imageop_math: fix clang warning imageop_math: optimize LUT downscale imageop_math: use LUT in preview downscale imageop_math: make preview downscale work for CYGM 09 February 2017, 17:59:59 UTC
8f513d8 Merge remote-tracking branch 'upstream/pr/1432' * upstream/pr/1432: channelmixer: fix default for sliders w/ target != red 09 February 2017, 17:59:10 UTC
e7eb456 Merge remote-tracking branch 'upstream/pr/1435' * upstream/pr/1435: Nikon Coolpix B700: Add basic camera support, fixes #11467 09 February 2017, 17:58:43 UTC
6a648ae Updated Dutch translation 09 February 2017, 15:18:30 UTC
6e15b9c Fixes #11484 - Replaced redundant function (_string_get_next_variable) with simplified _string_get_next_variable - Completely rewritten _string_get_next_variable fixes the former segmentation fault Howto formerly trigger the segmentation fault: 1) Have a SD card in the card reader with DCIM structure and images 2) Open dt 3) Click on Import > Import from camera 4) In the UI "Import images from camera" select any image and click on import -> Segmentation fault SUMMARY: AddressSanitizer: heap-buffer-overflow src/common/variables.c:79 in _string_get_next_variable 08 February 2017, 22:46:40 UTC
d8c9cc8 imageop_math: fix clang warning 07 February 2017, 02:09:29 UTC
d8028fb imageop_math: optimize LUT downscale Don't loop through clut[][], as it has 1-2 entries and a conditional for the second is notably faster. This version is around the speed of the RGGB-only code (slightly faster for a 16MP image, 5% slower for a 50MP image. 07 February 2017, 01:33:16 UTC
68088e9 imageop_math: use LUT in preview downscale This is an optimization to make the code which can handle CYGM be closer in speed to the prior RGGB only code. It is slower than the recent RGGB-only code, depending on image size (approx 2x slower for a 50 megapixel image, 30% slower for 16 megapixel image), but this should be acceptable as the code is only run once when the image is loaded in darkroom mode. The code to calculate the origin point of the CFA block is lifted out of the downscaling loop, as in other downscale functions, and the origin offset is now used as in those functions (offsetting the start of each sample of the input & 1u). 07 February 2017, 01:33:16 UTC
e2f9aea imageop_math: make preview downscale work for CYGM This fixes #11495. It's a naive fix, which tests every pixel for its CFA value, but at least doesn't assume that all 2x2 CFA images are Bayer RGGB. This fix makes the code somewhere between 2x and 5x slower, depending upon the raw file dimensions. 07 February 2017, 01:33:02 UTC
58f1a58 Nikon Coolpix B700: Add basic camera support, fixes #11467 06 February 2017, 18:49:27 UTC
87eae4b basecurve: remove obsolete TODO (#1434) The OpenCL version of exposure fusion is already implemented, but we forgot to remove the corresponding TODO comment. 05 February 2017, 15:03:07 UTC
ced0f03 dt_image_orientation_to_flip_bits(): swap 2 and 4; Fixes #11499 05 February 2017, 10:36:39 UTC
0b19f7a opencl: fix border handling in VNG demosaic Also affects Markesteijn demosaic which uses VNG to process borders. Should be cherry-picked into 2.2.x. 04 February 2017, 20:12:17 UTC
622e6c1 Rawspeed submodule update. Fixes #11355 04 February 2017, 13:47:42 UTC
cc09f98 Hebrew translation update (#1433) Updated Hebrew translation 03 February 2017, 20:24:58 UTC
5cbeed4 Windows build: Adding RawSpeed submodule to CI script * Also adding a missing dependency to the list of to ge installed packages 03 February 2017, 18:26:30 UTC
29c26d3 Windows build: Updating usermanual generation related scripts and descriptions as well 03 February 2017, 16:52:48 UTC
ba1459e Merge remote-tracking branch 'origin/pr/1429' 03 February 2017, 15:57:02 UTC
b4ce1b6 [lua] new widget section a label to mark section separation in a library 02 February 2017, 15:19:16 UTC
0baf8dd [lua doc] document creation parameters for widget no widget use it at this point, but prepare the doc framework 02 February 2017, 15:19:16 UTC
back to top