log src/main.h @ 882:912726c2f5e3

age author description
Thu, 05 Jun 2008 09:24:42 +0000 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
Tue, 03 Jun 2008 13:54:22 +0000 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
Fri, 30 May 2008 08:36:23 +0000 zas_ Make utf8_validate_or_convert() to always allocate a new string.
Fri, 23 May 2008 00:20:56 +0000 zas_ Try to load a system-wide rc file if any, before per-user rc file.
Thu, 22 May 2008 20:22:13 +0000 zas_ Make shell command and its option rc file options instead of hardcoded strings.
Wed, 21 May 2008 11:46:19 +0000 zas_ Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
Mon, 19 May 2008 01:15:17 +0000 bruclik configure.in was rewritten:
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 16:09:43 +0000 zas_ Expand tilde with file: and view: remote parameters.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 12 May 2008 23:21:35 +0000 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
Sat, 10 May 2008 21:29:53 +0000 zas_ Fix display of collection in overlay info.
Sat, 03 May 2008 20:40:50 +0000 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
Thu, 24 Apr 2008 09:43:23 +0000 zas_ Move get_exec_time() to debug.{c,h}.
Thu, 24 Apr 2008 09:09:48 +0000 zas_ Move options stuff to options.{c,h} and remove globals.c