AUTHORS | 1 HACKING | 52 INSTALL | 188 Makefile | 666 --- Makefile.am | 1 Makefile.in | 749 +-- NEWS | 10 REQUIREMENTS | 14 aclocal.m4 | 2814 +++++++------- config.h | 74 config.h.in | 3 configure | 8078 +++++++++++++++++------------------------- configure.in | 4 contrib/extract_thumbnails.sh | 17 debian/changelog | 18 debian/copyright | 6 depcomp | 584 --- install-sh | 618 --- missing | 243 - pixmaps/Makefile | 387 -- pixmaps/Makefile.in | 411 -- po/Makefile | 282 - po/Makefile.in | 271 - po/Makefile.in.in | 19 po/POTFILES | 11 po/rawstudio.pot | 880 ++++ src/.deps/adobe-coeff.Po | 1 src/.deps/arch-generic.Po | 1 src/.deps/arch-x86.Po | 1 src/.deps/ciff-meta.Po | 1 src/.deps/conf_interface.Po | 1 src/.deps/dcraw_api.Po | 1 src/.deps/drawingarea.Po | 1 src/.deps/filename.Po | 1 src/.deps/gtk-helper.Po | 1 src/.deps/gtk-interface.Po | 1 src/.deps/gtk-progress.Po | 1 src/.deps/gtk-save-dialog.Po | 1 src/.deps/matrix.Po | 1 src/.deps/mrw-meta.Po | 1 src/.deps/panasonic.Po | 1 src/.deps/rawfile.Po | 1 src/.deps/rawstudio.Po | 1 src/.deps/rs-batch.Po | 1 src/.deps/rs-cache.Po | 1 src/.deps/rs-cms.Po | 1 src/.deps/rs-crop.Po | 1 src/.deps/rs-curve.Po | 1 src/.deps/rs-image.Po | 1 src/.deps/rs-jpeg.Po | 1 src/.deps/rs-render.Po | 1 src/.deps/rs-spline.Po | 1 src/.deps/rs-straighten.Po | 1 src/.deps/rs-tiff.Po | 1 src/.deps/tiff-meta.Po | 1 src/.deps/toolbox.Po | 1 src/.deps/x3f-meta.Po | 1 src/Makefile | 531 -- src/Makefile.am | 13 src/Makefile.in | 632 +-- src/adobe-coeff.c | 2 src/ciff-meta.c | 14 src/dcraw.c | 7452 -------------------------------------- src/dcraw.cc | 8074 +++++++++++++++++++++++++++++++++++++++++ src/dcraw.h | 249 + src/dcraw_api.c | 312 - src/dcraw_api.cc | 208 + src/dcraw_api.h | 54 src/drawingarea.c | 5 src/gtk-helper.c | 52 src/gtk-interface.c | 913 ---- src/gtk-interface.h | 21 src/gtk-save-dialog.c | 1 src/matrix.h | 7 src/mmap-hack.c | 113 src/mmap-hack.h | 67 src/panasonic.c | 17 src/rawfile.h | 2 src/rawstudio.c | 201 - src/rawstudio.h | 24 src/rs-batch.c | 27 src/rs-batch.h | 11 src/rs-cache.c | 81 src/rs-cache.h | 3 src/rs-crop.c | 2 src/rs-curve.c | 16 src/rs-curve.h | 20 src/rs-image.c | 108 src/rs-image.h | 27 src/rs-render.c | 2 src/rs-render.h | 1 src/rs-spline.c | 1 src/rs-store.c | 1071 +++++ src/rs-store.h | 156 src/tiff-meta.c | 61 src/toolbox.c | 1 src/x3f-meta.c | 2 stamp-h1 | 1 98 files changed, 17201 insertions(+), 19786 deletions(-)