1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Jul 18, 2025 — Jul 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #519 from koto/fix_gui_action More... almost 2 years ago
Merge pull request #527 from wpferguson/fix_ret_val_return More... almost 2 years ago
lib/dtutils/string added end to if to ensure that ret_val has a value More... almost 2 years ago
Merge pull request #526 from wpferguson/substitution_library_updates More... almost 2 years ago
Merge pull request #518 from wpferguson/contrib_p_to_z More... almost 2 years ago
Merge pull request #517 from wpferguson/contrib_g_to_o More... almost 2 years ago
lib/dtutils/string - added new variable. Removed invalid variables. Fixed build_substitute list call. Fixed invalid category return. More... almost 2 years ago
lib/dtutils/string - updated tooltip to use same translatable strings as gui/gtkentry.c for consistency and eas of translation More... almost 2 years ago
Incorporated TurboGit's suggestions More... almost 2 years ago
clean up a few issues with parentheses and missed strings. More... almost 2 years ago
Added gainmap downsampling. More... almost 2 years ago
Renamed gainmap to "gain map" in UI. More... almost 2 years ago
Verify raw file size in pixels. More... almost 2 years ago
Removed darktable capitalization. More... almost 2 years ago
Abort and cleanup early when any of the binaries fail. More... almost 2 years ago
Workaround https://github.com/darktable-org/darktable/pull/17529 for future DT versions. More... almost 2 years ago
Speed up export in HDR+SDR. More... almost 2 years ago
Use single channel gainmaps in SDR+HDR. More... almost 2 years ago
Use lowercase labels to adjust to DT style. More... almost 2 years ago
Made the UltraHDR generation more robust. More... almost 2 years ago
Properly sanitize filenames in dtutils.file file_copy and file_move. More... almost 2 years ago
Exposed sliders for crucial settings in a metadata file, removed file picker for metadata.cfg. More... almost 2 years ago
Support grouping images into stacks by different criteria (or forcing the selection to be interpreted as a single UltraHDR stack). More... almost 2 years ago
Don't re-export JPEG files if their images are not altered. More... almost 2 years ago
Fallback to reading image's width/height, as sometimes final_width/height is 0. More... almost 2 years ago
Copy only EXIF tags to UltraHDR. More... almost 2 years ago
Fix types in examples/gui_action script. More... almost 2 years ago
Don't overwrite existing stack slots (that way the first matching image in a stack will be used, vs the last one). More... almost 2 years ago
Added option to generate metadata file. Fixed pref load / saving code defaults. Metadata file is required in ENCODING_VARIANT_SDR_AUTO_GAINMAP mode. More... almost 2 years ago
Display all error messages when checking configuration. Changed config defaults to require less user input (use_original_directory=TRUE, import_to_darktable=TRUE). Account for nil values when checking for file existence. More... almost 2 years ago