Mon, 19 May 2008 09:27:30 +0000 |
zas_ |
Fix some incomplete initialization warnings.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Fri, 09 May 2008 12:33:24 +0000 |
zas_ |
Move overlay histogram stuff from ImageWindow to OverlayStateData.
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Tue, 29 Apr 2008 17:52:12 +0000 |
nadvornik |
fixed connected zoom and scroll that didn't work in some cases
|
Thu, 24 Apr 2008 12:47:09 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
|
Thu, 24 Apr 2008 12:23:02 +0000 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
Thu, 24 Apr 2008 08:53:39 +0000 |
zas_ |
Move debug macros from main.h to new debug.h.
|
Thu, 24 Apr 2008 00:15:03 +0000 |
zas_ |
Handle the newline in DEBUG_N() macro instead of adding one
|
Wed, 23 Apr 2008 20:47:19 +0000 |
zas_ |
Introduce macros to display debug messages.
|
Tue, 22 Apr 2008 08:34:30 +0000 |
zas_ |
Make histogram depends on image window not layout window.
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Sun, 20 Apr 2008 21:35:03 +0000 |
nadvornik |
read color profiles from jpeg also with Exiv2
|
Sun, 20 Apr 2008 18:07:51 +0000 |
zas_ |
Effectively drop empty newlines at end of files (missing from rev 535)
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Sun, 20 Apr 2008 09:47:51 +0000 |
zas_ |
Add a way to restore original state in Adjust menu.
|
Sun, 20 Apr 2008 09:02:05 +0000 |
zas_ |
Fix the case "orientation from FileData, color profile from exif".
|
Sat, 19 Apr 2008 21:50:05 +0000 |
zas_ |
Keep image orientation set by the user during the session.
|
Sat, 19 Apr 2008 21:20:08 +0000 |
nadvornik |
fixed max. number of profiles
|
Sat, 19 Apr 2008 21:10:18 +0000 |
nadvornik |
fixed color profile index
|
Sat, 19 Apr 2008 17:55:41 +0000 |
nadvornik |
show the AdobeRGB profile in the menu, indicate input profile from image
|
Sat, 19 Apr 2008 16:26:29 +0000 |
nadvornik |
first support for AdobeRGB colorspace
|
Fri, 18 Apr 2008 23:09:03 +0000 |
zas_ |
Add zoom ratio display to OSD in fullscreen mode.
|
Fri, 18 Apr 2008 22:31:58 +0000 |
nadvornik |
partially fixed reading embedded color profiles with exiv2
|
Thu, 17 Apr 2008 17:44:54 +0000 |
nadvornik |
image post-processing (rotation and color management) moved to
|
Wed, 16 Apr 2008 20:15:42 +0000 |
nadvornik |
in debug mode print time information on selected events
|
Sat, 12 Apr 2008 15:04:58 +0000 |
zas_ |
Rename image-related options.
|
Sat, 12 Apr 2008 08:05:44 +0000 |
zas_ |
Rename color profile options.
|
Fri, 11 Apr 2008 22:52:22 +0000 |
zas_ |
Move more options to ConfOptions.
|
Fri, 11 Apr 2008 22:14:36 +0000 |
zas_ |
Add a new struct ConfOptions to handle options.
|