log

age author description
2008-04-15 zas_ Add and use few new macros in rc file writing code.
2008-04-15 nadvornik this might fix the freezes on freebsd, solaris, etc.
2008-04-15 nadvornik save file_class to config file
2008-04-15 zas_ Exit fullscreen mode when Properties is displayed.
2008-04-15 zas_ New Go to directory view feature that permits to find and display the directory
2008-04-14 zas_ Move layout.order default init to setup_default_options().
2008-04-14 zas_ collection_load(): use booleans and always count failures (for debug).
2008-04-14 zas_ collection_load(): improve headers parsing.
2008-04-14 zas_ collection_load(): fix typo (missing #) made in rev 453.
2008-04-14 zas_ collection_load(): accept whitespaces at start of lines.
2008-04-14 zas_ collection_load(): increase verbosity in debug mode.
2008-04-14 zas_ collection_load(): replace official by limit_failures (and
2008-04-14 zas_ Increase collection_load() buffer size and do not activate
2008-04-14 zas_ Merge collection_load_only_geometry() into collection_load().
2008-04-14 zas_ Use flags for collection_load*().
2008-04-13 zas_ Apply exif display config (Never/If set/Always) to pan view too.
2008-04-13 zas_ Rename show_dot_files to show_hidden_files.
2008-04-13 zas_ Let toggle the visibility of hidden files from directories list
2008-04-13 zas_ Add a button to reset fullscreen info string to default value.
2008-04-13 zas_ Fix a typo, READ_CHAR() must use value_all.
2008-04-13 zas_ Use convenient macros to read options, it will ensure options
2008-04-13 zas_ Simplify read_*_option() stuff by passing pointer to option value.
2008-04-12 zas_ Partly rewrite option parser to accept whitespaces at start
2008-04-12 zas_ exif_* -> exif.display.*
2008-04-12 zas_ Add a note in the rc file about special editor slots.
2008-04-12 zas_ sidecar_ext -> sidecar.ext
2008-04-12 zas_ Unify names of options between variables and rc file.
2008-04-12 zas_ Use tree_descend_subdirs everywhere.