log src/format_raw.c @ 1284:8b89e3ff286b

age author description
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Thu, 27 Nov 2008 12:34:03 +0000 zas_ Fix up unsigned expression always true warning.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Wed, 27 Aug 2008 16:40:21 +0000 zas_ const gpointer -> gconstpointer.
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.
Thu, 24 Apr 2008 00:15:03 +0000 zas_ Handle the newline in DEBUG_N() macro instead of adding one