12
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reversed %p and %P processing cases for location templates, which were opposite to what the help says. More... over 1 year ago
Minor comment clarification More... over 1 year ago
On Windows, use backslashes in template-generated paths (but continue to accept either / or \ in input strings, on any platform) Also deleted an unused helper function. More... over 1 year ago
Minor tooltip change: shorter explanation of %f location template specifier More... over 1 year ago
Make destination path preview label selectable, so its contents can be copied to the clipboard More... over 1 year ago
Update QUEUE_LOCATION_TEMPLATE_TOOLTIP text to describe new specifiers Describe %dN, %d-N, %pN, %p-N, %PN, %P-N and %f specifiers Add examples using the new P specifier and -N terms More... over 1 year ago
Add myself to the list of authors More... over 1 year ago
Update destination preview whenever the save format changes. More... over 1 year ago
Reimplemented %p template specifier to use new method, added %P specifier The %P specifier includes directories from the start of the file path, whereas the original %p specifier includes them from the end. In both cases N is from the last directory in the path, and -N is from the first directory in the path (N=1..9). More... over 1 year ago
Reimplement template %dN specifier, making %d-N count from start of path, not end Also made %pN selectively skip the next character only if it's a slash or backslash, so for example %p2/a, %p2\a and %p2a produce the same result. More... over 1 year ago
Simplified BatchQueue::updateDestinationPathPreview after noticing that calcAutoFileNameBase handles all cases More... over 1 year ago
Add destination path preview label to batch queue panel. Label initially says "Destination path for the first selected image appears here" so the feature is discoverable. Select a file and it shows the destination path that would be used if it is the first file to be processed and the file does not already exist. Label is updated as the template is edited, so you can see the effect of the edits. If "Save to folder" is selected, the previewed path uses that folder. More... over 1 year ago
Implement DNG bad pixels constant for LibRaw More... over 1 year ago
Copy missing camera constants from dcraw to LibRaw More... over 1 year ago
Implement Sony Pixel Shift for LibRaw More... over 1 year ago
Squashed 'rtengine/libraw/' changes from cccb97647..1ef70158d More... over 1 year ago
Merge commit 'de5f92937857cccc45080c59c6236561416e5ece' into libraw-copylib More... over 1 year ago
Use proper include for LibRaw More... over 1 year ago
Remove unused rawimage functions More... over 1 year ago
Fix crash loading multi-frame RAFs with LibRaw More... over 1 year ago
Merge pull request #6906 from Lawrence37/fix-odd-raw-crop-raw-ca More... over 1 year ago
Merge pull request #6904 from Lawrence37/fix-odd-raw-crop-raw-ca More... over 1 year ago
Fix bad colors when demosaic border is odd More... over 1 year ago
Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into defish More... over 1 year ago
Add option to disable LibRaw in preferences More... over 1 year ago
Implement DNG gain map for LibRaw More... over 1 year ago
Local adjustments - Show additional settings - link with complexity (#6899) More... over 1 year ago
Merge pull request #6793 from Lawrence37/nr-gain More... over 1 year ago
Merge pull request #6853 from Beep6581/cherry-pick-5.10 More... over 1 year ago
Merge pull request #6895 from Christian-Kr/dev More... over 1 year ago