geeqie.git
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent Monincomment_file_read(): rewrite the parser, drop leading...
2008-04-20 Laurent MoninMinor cleanup and code redundancy reduction.
2008-04-20 Laurent Monineditor_command_one(): tidy up.
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-20 Laurent MoninAllow the user to change open_recent_list_maxsize optio...
2008-04-20 Vladimir Nadvornikrm as external delete command is too dangerous, even...
2008-04-20 Laurent MoninAdd a way to restore original state in Adjust menu.
2008-04-20 Vladimir Nadvornikadded fColorProfile pseudo-tag with detailed information
2008-04-20 Laurent MoninFix the case "orientation from FileData, color profile...
2008-04-19 Laurent MoninRename inappropriate folder_size to folder.
2008-04-19 Laurent MoninUse sizeof() for buffer size where appropriate.
2008-04-19 Laurent MoninKeep image orientation set by the user during the session.
2008-04-19 Laurent MoninSave Show Marks state to rc file and display current...
2008-04-19 Vladimir Nadvornikfixed max. number of profiles
2008-04-19 Laurent MoninSort options.
2008-04-19 Vladimir Nadvornikfixed color profile index
2008-04-19 Laurent MoninLet toggle marks with numeric keypad.
2008-04-19 Vladimir NadvornikI have finally found how to add alternative hotkeys
2008-04-19 Laurent MoninAccept keywords composed by two words ("Todo" = "A...
2008-04-19 Vladimir Nadvornikshow the AdobeRGB profile in the menu, indicate input...
2008-04-19 Laurent Moninfile_dat_unref: display number of references as well...
2008-04-19 Vladimir Nadvornikfirst support for AdobeRGB colorspace
2008-04-19 Laurent MoninFrench translation fixes.
2008-04-19 Laurent MoninFrench translation fixes and updates.
2008-04-19 Laurent MoninAdd missing _().
2008-04-19 Laurent MoninAdd the possibility to update only one translation...
2008-04-19 Laurent MoninCleanup last patch:
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
next