log src/format_raw.c @ 1002:3096a47232ec

age author description
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Fri, 23 May 2008 23:18:40 +0000 zas_ Silent few warnings that appeared when using --disable-exiv2 configure option.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
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, 02 May 2008 08:41:32 +0000 zas_ Replace GQView by Geeqie.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.