log

age author description
2008-04-20 zas_ Big whitespaces cleanup:
2008-04-20 zas_ Allow the user to change open_recent_list_maxsize option through
2008-04-20 nadvornik rm as external delete command is too dangerous, even for testing
2008-04-20 zas_ Add a way to restore original state in Adjust menu.
2008-04-20 nadvornik added fColorProfile pseudo-tag with detailed information
2008-04-20 zas_ Fix the case "orientation from FileData, color profile from exif".
2008-04-19 zas_ Rename inappropriate folder_size to folder.
2008-04-19 zas_ Use sizeof() for buffer size where appropriate.
2008-04-19 zas_ Keep image orientation set by the user during the session.
2008-04-19 zas_ Save Show Marks state to rc file and display current state in menu.
2008-04-19 nadvornik fixed max. number of profiles
2008-04-19 zas_ Sort options.
2008-04-19 nadvornik fixed color profile index
2008-04-19 zas_ Let toggle marks with numeric keypad.
2008-04-19 nadvornik I have finally found how to add alternative hotkeys
2008-04-19 zas_ Accept keywords composed by two words ("Todo" = "A faire" in french).
2008-04-19 nadvornik show the AdobeRGB profile in the menu, indicate input profile from image
2008-04-19 zas_ file_dat_unref: display number of references as well of path (debug only).
2008-04-19 nadvornik first support for AdobeRGB colorspace
2008-04-19 zas_ French translation fixes.
2008-04-19 zas_ French translation fixes and updates.
2008-04-19 zas_ Add missing _().
2008-04-19 zas_ Add the possibility to update only one translation file using,
2008-04-19 zas_ Cleanup last patch:
2008-04-19 nadvornik improved spec file
2008-04-19 zas_ Fix directory view popup menu to display a View As submenu
2008-04-18 zas_ gimp-remote has no -n option.
2008-04-18 zas_ Add zoom ratio display to OSD in fullscreen mode.
2008-04-18 nadvornik partially fixed reading embedded color profiles with exiv2
2008-04-18 zas_ Add two new options to control image read buffer at runtime.
2008-04-18 zas_ Display elapsed time since previous get_exec_time() call (debug only).
2008-04-18 zas_ Remove forgotten debug printf().
2008-04-18 zas_ Fix OSD display when fullscreen info string is empty.
2008-04-18 nadvornik replace inner loops with memcpy
2008-04-18 zas_ Explode pr_tile_mirror() in three optimized functions:
2008-04-18 zas_ Rename vd_drop_update() to vd_dnd_drop_update().
2008-04-18 zas_ Drop 3 useless #define.
2008-04-18 zas_ Fix forgotten vd->pf affectation.
2008-04-18 zas_ Explode pr_tile_rotate_90() in two functions:
2008-04-18 zas_ Introduce printf_term() macro and use it.
2008-04-17 zas_ Add a shortcut key for List (L) and change the one for Tree (T),
2008-04-17 zas_ Add some wrappers in view_dir.c and simplify even more.
2008-04-17 zas_ Fix a bug introduced in revision 489.
2008-04-17 zas_ Reduce code redundancy with the introduction of a new
2008-04-17 nadvornik image post-processing (rotation and color management) moved to
2008-04-17 zas_ Merge vd(list|tree)_release_cb() in vd_release_cb().
2008-04-17 zas_ Merge few more functions to view_dir.c.
2008-04-17 zas_ Move common menu position callback to view_dir.c.
2008-04-17 zas_ Merge dirlist/dirview dnd code.
2008-04-16 zas_ Regenerate translations files and update french translation.
2008-04-16 zas_ Fix new folder feature in dirlist mode, it was broken by revision 481.
2008-04-16 zas_ Fix a crash introduced in revision 477.
2008-04-16 zas_ Fix two errors made in revision 473.
2008-04-16 zas_ Merge few more vdlist/vdtree functions.
2008-04-16 zas_ Make directory view popup menu common and move it to view_dir.{c,h}.
2008-04-16 nadvornik fixed compiler warnings
2008-04-16 nadvornik in debug mode print time information on selected events
2008-04-16 zas_ Clean up and simplify.
2008-04-16 zas_ Merge parts of view_dir_list/tree constructors/destructors to
2008-04-16 zas_ Move some dnd common code from view_dir_list.c and view_dir_tree.c
2008-04-16 zas_ Rename vdt occurences to vd.
2008-04-16 zas_ Rename vdl occurences to vd.
2008-04-16 zas_ Introduce a new struct ViewDir to handle directory views common
2008-04-15 zas_ Indicate --debug[=level] in usage display.
2008-04-15 zas_ Parse command line for --debug option as soon as possible and allow
2008-04-15 zas_ Cleanup read/write of image.zoom_mode option.
2008-04-15 zas_ Read show_icon_names only once.
2008-04-15 zas_ Rename l_conf to layout_order and make it more local.
2008-04-15 zas_ Fix a bug that was here since a long time, buf has nothing
2008-04-15 zas_ Add a new option in Preferences > Filtering to allow the
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.
2008-04-12 zas_ Use startup_path_enable everywhere.
2008-04-12 zas_ Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
2008-04-12 zas_ Rename dupe_custom_threshold option to duplicates_similarity_threshold.
2008-04-12 zas_ Move safe_delete* and in place rename options to file_ops
2008-04-12 zas_ Rename option thumbnails.enabled to layout.show_thumbnails as it makes
2008-04-12 zas_ Rename user_specified_window_background and window_background_color
2008-04-12 zas_ Rename window options (moved to layout) and re-order rc file.
2008-04-12 zas_ Fix bad image option name in the rc file.
2008-04-12 zas_ Fix display bug when using "Limit image size when autofitting" option.
2008-04-12 zas_ Beautify rc file, adding sub-sections titles.
2008-04-12 zas_ Rename image-related options.
2008-04-12 zas_ Rename thumbnails related options.
2008-04-12 zas_ Rename file filtering options.
2008-04-12 zas_ Drop unused stuff.