12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now the "Show EXIF info" in the editor remember its state, and propagate to the other editor tabs More... over 14 years ago
Fix issue #59, to be tested on all platform... GTK only needed some guidance to compute the size of the window :) More... over 14 years ago
Changed Gray Textured theme to use font sans 10 rather than sans 8; sans 8 is too small for Mac monitors. More... over 14 years ago
Left and right panels of the directory browser and the editor tab now remember theire position when RT is restarted. When a new editor tab opens, it remember the last width value. Morever, if you change the width if the left or right panel in one editor tab, it does propagate in all the others. Those values are stored in the options file. This is not related to the automatic grow of the window when an editor opens (not solved yet). To avoid having too wide windows at the first start, the font of all styles are now "sans 10". More... over 14 years ago
tabular and single tab workflows reunited! option in preferences More... over 14 years ago
add tabbedUI option, prepare infrastructure to support 2 workflows More... over 14 years ago
Merge from trunk to version ed52f4f469 "Updated make-app-bundle script to use new template for file name" More... over 14 years ago
put right panel stuff back get closer to merging into trunk More... over 14 years ago
Make file catalog work in both main and editor panels!!! More... over 14 years ago
Updated make-app-bundle script to use new template for file name More... over 14 years ago
Fix bug in CA_correct for data underflow. More... over 14 years ago
Patch to enable saving/loading of pyramid/wavelet equalizer settings to/from profile. More... over 14 years ago
Emil's patch to correct the live thumbnail AutoWBGreen More... over 14 years ago
Oops, made a mistake (I think) in the previous patch. More... over 14 years ago
Another bugfix for WB. More... over 14 years ago
Additional correction to WB code. More... over 14 years ago
Modified Pyramid equalizer to act only on luminance channel, and added a threshold slider to control noise (only local contrast larger than the threshold is amplified). More... over 14 years ago
Improved badpixels removal method. Fixed range of line noise slider. Put in possibility for AMaZE and fast_demo to process crops (not hooked up to GUI yet though). More... over 14 years ago
Merge from default branch More... over 14 years ago
Patch to fix auto white balance and spot balance behavior. Previous code used the average of the sixth power of tonal values to determine the average tonality, giving far too much weight to highlights; in addition there was no exclusion of clipped regions, which combined with the sixth power averaging resulted in WB being determined almost entirely by clipped patches (eg blown skies). The present patch excludes blown regions from the autoWB routine, and uses a simple average of tonal values to determine the WB. Also, a similar patch to prevent the use of blown regions to determine spot WB was added; if the spot color picker is set on a blown region, the WB is not changed. More... over 14 years ago
reverted progressconnector code to use threading. attempt to fix linux crash issue opening preview More... over 14 years ago
fix crashes (info/toggle buttons, resize left panel) if no preview image has been loaded More... over 14 years ago
Bugfix for saving edited state of pyramid equalizer. More... over 14 years ago
Patch for issue 186 -- blue pixels appearing when "avoid color clipping" is selected for the color boost tool, and black point is nonzero. Problem was roundoff error. More... over 14 years ago
snappier thumbnail opening More... over 14 years ago
OpenMP for faster implementation of pyramid schemes ;-) More... over 14 years ago
Bugfix for Directional Pyramid Denoising. Adding a Directional Pyramid Equalizer tool. This one serves the same function as the existing Wavelet Equalizer, but has much less artifacting; though it is a little slower to execute and has not yet been adapted for OpenMP implementation. There are also fewer levels on which the tool operates, though of course if there was a demand that could be altered. The controls are similar, though have been given separate luma and chroma controls. Each slider adjusts the factor by which a given detail band is amplified; factors larger than one increase contrast, while values smaller than one decrease contrast. The luma control alters contrast on various scales, each successive one twice as large as the previous one. The chroma control is similar, but does less since there is typically less chroma contrast on fine scales. One might use this to restore some of the color contrast lost in NR, or to remove color fringing by making the fine scale enhancement factor much less than one. More... over 14 years ago
add braces More... over 14 years ago
put extern batchthread into namespace More... over 14 years ago
get rid of the thread in the progressconnector. Not sure if helped with crashes More... over 14 years ago