log src/pan-view.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.
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Fri, 27 Jun 2008 21:09:15 +0000 nadvornik added pixbuf_fallback function
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Sun, 15 Jun 2008 20:09:15 +0000 nadvornik use FileData in thumb_loader
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 11:00:13 +0000 zas_ Use G_DIR_SEPARATOR_S where applicable.
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.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].