Commit Graph

1609 Commits

Author SHA1 Message Date
ffsup2
8bf260053a Fix for procparams not saved
the name of the file was not initialized so ... later some checks prevent saving
2011-05-03 20:25:08 +02:00
ffsup2
ab4120e6dd Code cleanup: removed opdialog (not needed and memory leaks) issue #656 2011-05-02 23:08:46 +02:00
Hombre
8f33088f0f Special character handling patch from Oduis backported from Defloat 2011-05-02 00:18:59 +02:00
Hombre
6bb20f0e2c Various corrections:
Wolfgang added to AUTHORS.txt
    PhenomX4 target added
    profiles version updated
    slightly enhanced Dark theme
    --large-adress-aware included in the example cmake option file
2011-05-02 00:05:59 +02:00
ffsup2
1233491e7d Some fixes on behalf of GreatBull issue #649 2011-04-29 00:32:36 +02:00
Wyatt Olson
a6b2a49785 Updated package script for branch, applying fixes to make mac build icons show again 2011-04-27 18:54:02 -06:00
Wyatt Olson
646784c9da Removed a cache file from package 2011-04-27 18:52:45 -06:00
Wyatt Olson
3e2fed77ce Re-added missing image loaders, since Macports changed the location of them. However, something is still not right, since the images are not yet showing up. 2011-04-27 12:11:56 -06:00
Oliver Duis
37b802fe1d Small cleanup, see issue #642 2011-04-27 17:47:15 +02:00
Wyatt Olson
693c4270d5 Updated German locale (thanks to Martin) 2011-04-26 10:41:32 -06:00
Wyatt Olson
bf0b39135b Updated German locale (thanks to Martin) 2011-04-26 10:41:15 -06:00
Oliver Duis
e922eb162f Fixed memleak in error situations using automatic distorion feature, reported by GreatBull; see issue #658 2011-04-26 07:15:42 +02:00
michael
3a39b0d055 Gray-out Shadow Recovery slider when Black is set to 0 and enable automatically when Black slider is != 0 - issue 651 2011-04-25 21:53:10 -04:00
Oliver Duis
c66bd4317d Reduced memory consumption esp. when sharpening is off 2011-04-25 20:11:31 +02:00
Wyatt Olson
6e4ded14d6 Updated Czech (thanks to Marian Kyral) 2011-04-25 08:54:35 -06:00
Oliver Duis
051d34a21c OpenMP for RAW histogram 2011-04-25 15:58:35 +02:00
Oliver Duis
7a020f1f2e .bzip2 file type support, on behalf o Peschmae. CMAKE req.; see issue #626 2011-04-25 12:19:30 +02:00
Oliver Duis
2c949cf011 RAW histogram mode; see issue #639 2011-04-25 10:21:31 +02:00
Oliver Duis
f11ccfc75e Clipboard, save/load for curves, on behalf of Wolfgang; see issue #642 2011-04-24 12:17:05 +02:00
Oliver Duis
62aa6c3707 Fixed small memleak when saving compressed TIFFs, on behalf of GreatBull; see issue #649 2011-04-23 08:39:24 +02:00
Oliver Duis
2f76b7a0c0 Small cleanup 2011-04-22 23:08:29 +02:00
Oliver Duis
8589eae744 Tone curve histogram by crop area; see issue #648 2011-04-22 17:53:51 +02:00
Wyatt Olson
b38cf6064a Updated en-GB (thanks to Richard Regal) 2011-04-21 16:31:28 -06:00
Wyatt Olson
08f98d3e78 Updated en-GB (thanks to Richard Regal) 2011-04-21 16:28:34 -06:00
ffsup2
0f94b6b87a Added tag Dev-3.1m2 for changeset d1fe8686d874 2011-04-21 23:39:17 +02:00
ffsup2
628692ed12 Merge from branch 3.0 2011-04-21 23:38:35 +02:00
Oliver Duis
3077b2492e Naming cleanups. (No functional changes, prep for patch) 2011-04-21 20:22:08 +02:00
Oliver Duis
d3261ed527 Removed Jacques patch, as Hombres patch provided the real fix 2011-04-21 09:02:26 +02:00
Hombre
d21c96cdd6 Solving issue 630 : Randomly distributed colored hotspot pixels in defloat branch.
Now there's still hotspots (especially BIG ones at 1:1 scale :) ), but they are not random anymore...
2011-04-20 18:58:30 +02:00
Oliver Duis
f2d947ee4b Further fix for bad pixel in DEBUG mode on behalf of Jacques 2011-04-20 17:51:35 +02:00
Oliver Duis
6baf129ec5 Compilation fix for x64 2011-04-19 23:37:05 +02:00
Oliver Duis
400e370ce1 Compilation fix for x64 2011-04-19 23:37:05 +02:00
michael
866f82b4ad Issue 641 - replacing DPI to PPI 2011-04-19 15:58:15 -04:00
Oliver Duis
52c3e66208 Missed LCMSSafeMode in one position, thanks Jacques 2011-04-19 09:36:35 +02:00
Emil Martinec
892f1b1187 Fixing issue 643. 2011-04-18 22:36:06 -05:00
Hombre
2ba28c597e "SnapTo" feature enabled in the curve editor + non periodic handling of the flat curve editor.
Here is the new modifiew key behaviour :

    * CONTROL while dragging a point :
      slow down 20x the point move (i.e. 1pixel of cursor move move the control point by 0.05px)

    * SHIFT while dragging a point :
      snap the point to the following elements, on a "use nearest solution" method :
          o Diagonal curve editor :
                + top bound,
                + bottom bound,
                + identity (diagonal) line,
                + same Y than previous point,
                + same Y than next point,
                + line made by the previous and next point ; this will help to create linear parts in the curve more easilly
          o Flat curve editor (when moving a point) :
                + top bound,
                + bottom bound,
                + identity (horizontal) line,
                + same Y than previous point (or last point if you move the first point),
                + same Y than next point (or first point if you move the last point
          o Flat curve editor (when moving a tangential handle) :
                + 0.0, 0.35, 0.5, 1.0 values
                  0.35 is the default handles value and does create an smooth "diagonal" transition between points.
2011-04-18 16:02:28 +02:00
natureh
718c070c4b "SnapTo" feature enabled in the curve editor + non periodic handling of the flat curve editor.
Here is the new modifiew key behaviour :

    * CONTROL while dragging a point :
      slow down 20x the point move (i.e. 1pixel of cursor move move the control point by 0.05px)

    * SHIFT while dragging a point :
      snap the point to the following elements, on a "use nearest solution" method :
          o Diagonal curve editor :
                + top bound,
                + bottom bound,
                + identity (diagonal) line,
                + same Y than previous point,
                + same Y than next point,
                + line made by the previous and next point ; this will help to create linear parts in the curve more easilly
          o Flat curve editor (when moving a point) :
                + top bound,
                + bottom bound,
                + identity (horizontal) line,
                + same Y than previous point (or last point if you move the first point),
                + same Y than next point (or first point if you move the last point
          o Flat curve editor (when moving a tangential handle) :
                + 0.0, 0.35, 0.5, 1.0 values
                  0.35 is the default handles value and does create an smooth "diagonal" transition between points.
2011-04-18 15:41:24 +02:00
Hombre
3de100ae5e "SnapTo" feature enabled in the curve editor + non periodic handling of the flat curve editor.
Here is the new modifiew key behaviour :

    * CONTROL while dragging a point :
      slow down 20x the point move (i.e. 1pixel of cursor move move the control point by 0.05px)

    * SHIFT while dragging a point :
      snap the point to the following elements, on a "use nearest solution" method :
          o Diagonal curve editor :
                + top bound,
                + bottom bound,
                + identity (diagonal) line,
                + same Y than previous point,
                + same Y than next point,
                + line made by the previous and next point ; this will help to create linear parts in the curve more easilly
          o Flat curve editor (when moving a point) :
                + top bound,
                + bottom bound,
                + identity (horizontal) line,
                + same Y than previous point (or last point if you move the first point),
                + same Y than next point (or first point if you move the last point
          o Flat curve editor (when moving a tangential handle) :
                + 0.0, 0.35, 0.5, 1.0 values
                  0.35 is the default handles value and does create an smooth "diagonal" transition between points.
2011-04-18 15:40:22 +02:00
Oliver Duis
a6370306f7 Lab color numbers in navigator, on behalf of Jacques; see issue #627 2011-04-18 09:54:07 +02:00
Oliver Duis
cfbd175e4d Disable unsafe LCMS mode till issues are sorted out 2011-04-17 19:51:49 +02:00
Oliver Duis
1fe3a28423 Update to DCRAW 9.07 (without patch file, I don't have the tools) 2011-04-17 16:56:47 +02:00
Oliver Duis
2ecf1b6673 Forth memory leak fixed. Closing issue #636 2011-04-17 10:18:29 +02:00
Oliver Duis
9320f1ce4a Clipboard for tone curve, on behalf of Wolfgang; see issue #631 2011-04-17 09:39:42 +02:00
Oliver Duis
41b3987cb4 Fixed a memory corruption bug in HPHD 2011-04-16 23:40:43 +02:00
Oliver Duis
38318b6688 Before/After fix by Fabio; see issue #497 2011-04-16 23:18:30 +02:00
Hombre
1b1f1cef98 Correction in COMPILE.txt (windows build) 2011-04-16 21:17:03 +02:00
Hombre
7fdd051c59 CMakelists.txt more compliant with cmake-gui ; PROC_FORCED_LABEL removed,
you have to eventually set PROC_LABEL instead
2011-04-16 20:55:53 +02:00
natureh
4b33d81cf8 CMakelists.txt more compliant with cmake-gui ; PROC_FORCED_LABEL removed,
you have to eventually set PROC_LABEL instead
2011-04-16 20:54:52 +02:00
Hombre
7fd19bf259 CMakelists.txt more compliant with cmake-gui ; PROC_FORCED_LABEL removed,
you have to eventually set PROC_LABEL instead
2011-04-16 20:53:18 +02:00
Emil Martinec
d628d141a9 Improvements and bugfix for pyramid tools. 2011-04-16 13:51:39 -05:00