log src/bar_info.c @ 1051:2a02fa29478b

age author description
Mon, 29 Sep 2008 21:17:19 +0000 nadvornik The comment section in the meta file is the last section. However it do
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Wed, 18 Jun 2008 22:26:52 +0000 nadvornik implemented generic FileData cache
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Thu, 22 May 2008 11:27:43 +0000 zas_ Fix up some types, make some signed vs unsigned warnings quiet.
Tue, 20 May 2008 21:51:25 +0000 zas_ Use g_build_filename() to build paths.
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 14:35:51 +0000 zas_ Comparing tag id is not sufficient, check the tag name too.
Tue, 13 May 2008 07:34:37 +0000 zas_ Ensure that we end with UTF8 encoded comment and keywords.
Mon, 12 May 2008 23:26:00 +0000 zas_ Reading of Iptc.Application2.Keywords should now be fixed.
Mon, 12 May 2008 19:56:28 +0000 zas_ Disable non-working Iptc.Application2.Keywords reading introduced in revision 736.
Mon, 12 May 2008 17:10:40 +0000 zas_ Extract and append keywords from Iptc.Application2.Keywords tags.
Thu, 08 May 2008 12:38:34 +0000 zas_ Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings