log src/main.h @ 939:b2454218a995

age author description
2008-07-15 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
2008-06-05 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
2008-06-03 zas_ Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
2008-05-30 zas_ Make utf8_validate_or_convert() to always allocate a new string.
2008-05-23 zas_ Try to load a system-wide rc file if any, before per-user rc file.
2008-05-22 zas_ Make shell command and its option rc file options instead of hardcoded strings.
2008-05-21 zas_ Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
2008-05-19 bruclik configure.in was rewritten:
2008-05-16 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
2008-05-13 zas_ Expand tilde with file: and view: remote parameters.
2008-05-13 zas_ Move some functions from main.[ch] to new window.[ch].
2008-05-12 zas_ Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
2008-05-10 zas_ Fix display of collection in overlay info.
2008-05-03 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
2008-04-24 zas_ Move get_exec_time() to debug.{c,h}.
2008-04-24 zas_ Move options stuff to options.{c,h} and remove globals.c
2008-04-24 zas_ Move debug macros from main.h to new debug.h.
2008-04-24 zas_ Handle the newline in DEBUG_N() macro instead of adding one
2008-04-23 zas_ Display file and line along debug messages for any debug level but level 1.
2008-04-23 zas_ Introduce macros to display debug messages.
2008-04-22 zas_ Save state and width of exif, info and sort panels to rc file.
2008-04-21 nadvornik updated copyright in source files
2008-04-20 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
2008-04-20 zas_ Big whitespaces cleanup:
2008-04-18 zas_ Add zoom ratio display to OSD in fullscreen mode.
2008-04-18 zas_ Add two new options to control image read buffer at runtime.
2008-04-16 nadvornik in debug mode print time information on selected events
2008-04-12 zas_ Rename file sorting options.
2008-04-11 zas_ Move more options to ConfOptions.
2008-04-11 zas_ Move file_sort_case_sensitive to ConfOptions.