Mercurial > geeqie.yaz
log src/debug.c @ 825:ee33d2ddb661
age | author | description |
---|---|---|
Tue, 20 May 2008 07:52:49 +0000 | zas_ | Use print_term() instead of printf(), since it handles charset conversion |
Sat, 17 May 2008 21:26:45 +0000 | zas_ | Add a log window that shows normal and debug messages. For now, it was added to Help menu. |
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 09:43:23 +0000 | zas_ | Move get_exec_time() to debug.{c,h}. |
Thu, 24 Apr 2008 08:53:39 +0000 | zas_ | Move debug macros from main.h to new debug.h. |