log src/pixbuf-renderer.c @ 999:bbed8e9a5d33

age author description
Mon, 30 Jun 2008 21:08:28 +0000 nadvornik fixed division by zero in pixbuf_renderer_get_scroll_center
Thu, 26 Jun 2008 15:59:20 +0000 zas_ Use flags for pr_zoom_*() functions.
Thu, 26 Jun 2008 12:23:48 +0000 zas_ Use flags instead of int parameters for pixbuf_renderer_overlay_add().
Thu, 26 Jun 2008 11:48:40 +0000 zas_ Only define ExifOrientationType if GQ_BUILD is not defined since
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Mon, 19 May 2008 09:27:30 +0000 zas_ Fix some incomplete initialization warnings.
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.
Thu, 24 Apr 2008 15:53:08 +0000 zas_ 6 for() vs 201 for (): winner is for ().
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.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files