geeqie.git
2008-04-19 Vladimir Nadvornikimproved spec file
2008-04-19 Laurent MoninFix directory view popup menu to display a View As...
2008-04-18 Laurent Moningimp-remote has no -n option.
2008-04-18 Laurent MoninAdd zoom ratio display to OSD in fullscreen mode.
2008-04-18 Vladimir Nadvornikpartially fixed reading embedded color profiles with...
2008-04-18 Laurent MoninAdd two new options to control image read buffer at...
2008-04-18 Laurent MoninDisplay elapsed time since previous get_exec_time(...
2008-04-18 Laurent MoninRemove forgotten debug printf().
2008-04-18 Laurent MoninFix OSD display when fullscreen info string is empty.
2008-04-18 Vladimir Nadvornikreplace inner loops with memcpy
2008-04-18 Laurent MoninExplode pr_tile_mirror() in three optimized functions:
2008-04-18 Laurent MoninRename vd_drop_update() to vd_dnd_drop_update().
2008-04-18 Laurent MoninDrop 3 useless #define.
2008-04-18 Laurent MoninFix forgotten vd->pf affectation.
2008-04-18 Laurent MoninExplode pr_tile_rotate_90() in two functions:
2008-04-18 Laurent MoninIntroduce printf_term() macro and use it.
2008-04-17 Laurent MoninAdd a shortcut key for List (L) and change the one...
2008-04-17 Laurent MoninAdd some wrappers in view_dir.c and simplify even more.
2008-04-17 Laurent MoninFix a bug introduced in revision 489.
2008-04-17 Laurent MoninReduce code redundancy with the introduction of a new
2008-04-17 Vladimir Nadvornikimage post-processing (rotation and color management...
2008-04-17 Laurent MoninMerge vd(list|tree)_release_cb() in vd_release_cb().
2008-04-17 Laurent MoninMerge few more functions to view_dir.c.
2008-04-17 Laurent MoninMove common menu position callback to view_dir.c.
2008-04-17 Laurent MoninMerge dirlist/dirview dnd code.
2008-04-16 Laurent MoninRegenerate translations files and update french transla...
2008-04-16 Laurent MoninFix new folder feature in dirlist mode, it was broken...
2008-04-16 Laurent MoninFix a crash introduced in revision 477.
2008-04-16 Laurent MoninFix two errors made in revision 473.
2008-04-16 Laurent MoninMerge few more vdlist/vdtree functions.
2008-04-16 Laurent MoninMake directory view popup menu common and move it to...
2008-04-16 Vladimir Nadvornikfixed compiler warnings
2008-04-16 Vladimir Nadvornikin debug mode print time information on selected events
2008-04-16 Laurent MoninClean up and simplify.
2008-04-16 Laurent MoninMerge parts of view_dir_list/tree constructors/destruct...
2008-04-16 Laurent MoninMove some dnd common code from view_dir_list.c and...
2008-04-16 Laurent MoninRename vdt occurences to vd.
2008-04-16 Laurent MoninRename vdl occurences to vd.
2008-04-16 Laurent MoninIntroduce a new struct ViewDir to handle directory...
2008-04-15 Laurent MoninIndicate --debug[=level] in usage display.
2008-04-15 Laurent MoninParse command line for --debug option as soon as possib...
2008-04-15 Laurent MoninCleanup read/write of image.zoom_mode option.
2008-04-15 Laurent MoninRead show_icon_names only once.
2008-04-15 Laurent MoninRename l_conf to layout_order and make it more local.
2008-04-15 Laurent MoninFix a bug that was here since a long time, buf has...
2008-04-15 Laurent MoninAdd a new option in Preferences > Filtering to allow the
2008-04-15 Laurent MoninAdd and use few new macros in rc file writing code.
2008-04-15 Vladimir Nadvornikthis might fix the freezes on freebsd, solaris, etc.
2008-04-15 Vladimir Nadvorniksave file_class to config file
2008-04-15 Laurent MoninExit fullscreen mode when Properties is displayed.
2008-04-15 Laurent MoninNew Go to directory view feature that permits to find...
2008-04-14 Laurent MoninMove layout.order default init to setup_default_options().
2008-04-14 Laurent Monincollection_load(): use booleans and always count failur...
2008-04-14 Laurent Monincollection_load(): improve headers parsing.
2008-04-14 Laurent Monincollection_load(): fix typo (missing #) made in rev...
2008-04-14 Laurent Monincollection_load(): accept whitespaces at start of lines.
2008-04-14 Laurent Monincollection_load(): increase verbosity in debug mode.
2008-04-14 Laurent Monincollection_load(): replace official by limit_failures...
2008-04-14 Laurent MoninIncrease collection_load() buffer size and do not activate
2008-04-14 Laurent MoninMerge collection_load_only_geometry() into collection_l...
2008-04-14 Laurent MoninUse flags for collection_load*().
2008-04-13 Laurent MoninApply exif display config (Never/If set/Always) to...
2008-04-13 Laurent MoninRename show_dot_files to show_hidden_files.
2008-04-13 Laurent MoninLet toggle the visibility of hidden files from director...
2008-04-13 Laurent MoninAdd a button to reset fullscreen info string to default...
2008-04-13 Laurent MoninFix a typo, READ_CHAR() must use value_all.
2008-04-13 Laurent MoninUse convenient macros to read options, it will ensure...
2008-04-13 Laurent MoninSimplify read_*_option() stuff by passing pointer to...
2008-04-12 Laurent MoninPartly rewrite option parser to accept whitespaces...
2008-04-12 Laurent Moninexif_* -> exif.display.*
2008-04-12 Laurent MoninAdd a note in the rc file about special editor slots.
2008-04-12 Laurent Moninsidecar_ext -> sidecar.ext
2008-04-12 Laurent MoninUnify names of options between variables and rc file.
2008-04-12 Laurent MoninUse tree_descend_subdirs everywhere.
2008-04-12 Laurent MoninUse startup_path_enable everywhere.
2008-04-12 Laurent MoninRename recent_list_max/open_recent_max to open_recent_l...
2008-04-12 Laurent MoninRename dupe_custom_threshold option to duplicates_simil...
2008-04-12 Laurent MoninMove safe_delete* and in place rename options to file_ops
2008-04-12 Laurent MoninRename option thumbnails.enabled to layout.show_thumbna...
2008-04-12 Laurent MoninRename user_specified_window_background and window_back...
2008-04-12 Laurent MoninRename window options (moved to layout) and re-order...
2008-04-12 Laurent MoninFix bad image option name in the rc file.
2008-04-12 Laurent MoninFix display bug when using "Limit image size when autof...
2008-04-12 Laurent MoninBeautify rc file, adding sub-sections titles.
2008-04-12 Laurent MoninRename image-related options.
2008-04-12 Laurent MoninRename thumbnails related options.
2008-04-12 Laurent MoninRename file filtering options.
2008-04-12 Laurent MoninDrop unused stuff.
2008-04-12 Laurent MoninRename collection options.
2008-04-12 Laurent MoninRename file sorting options.
2008-04-12 Laurent MoninRe-order and try to group options.
2008-04-12 Laurent MoninRename color profile options.
2008-04-12 Laurent MoninRename slideshow options.
2008-04-12 Laurent MoninOnly display defined exif tags by default.
2008-04-12 Laurent MoninDrop redundant code.
2008-04-12 Laurent MoninAdd Exif.Photo.ColorSpace tag in Preferences > Properti...
2008-04-11 Laurent MoninRationalize fullscreen options naming.
2008-04-11 Laurent Moninoptions_c -> c_options
2008-04-11 Laurent MoninMove more options to ConfOptions.
2008-04-11 Laurent MoninMove file_sort_case_sensitive to ConfOptions.
next