geeqie.git
2009-01-04 Laurent MoninFrench translation was updated.
2009-01-03 Laurent MoninSilent warnings.
2009-01-03 Vladimir Nadvornikwrite keywords and comments with separate functions
2009-01-02 Vladimir Nadvornikfixed updating of selection after deleting the last...
2009-01-02 Vladimir Nadvornikdo not enter a directory after rename
2009-01-02 Vladimir Nadvornikadded done callback to utilops
2009-01-02 Vladimir Nadvornikfixed view_dir notification
2009-01-02 Vladimir Nadvorniksidecar files grouping was made case-insensitive
2008-12-27 Vladimir Nadvornikfixed writting of legacy metadata
2008-12-26 Vladimir Nadvornikoptimized get_mark_func
2008-12-26 Vladimir Nadvornikremove cached entries on all changes
2008-12-26 Vladimir Nadvornikfixed previous change
2008-12-26 Vladimir Nadvornikimproved sidecar writting
2008-12-25 Vladimir Nadvornikimplemented a possibility to connect keywords with...
2008-12-25 Vladimir Nadvorniklow-level keyword-to-mark functionality
2008-12-25 Vladimir Nadvornikperform internal commands in idle call
2008-12-23 Vladimir Nadvornikallow writing of empty keywords/comment
2008-12-23 Vladimir Nadvornikadded change notification to bar_info.c
2008-12-23 Vladimir Nadvornikimproved buffering and notifications
2008-12-23 Vladimir Nadvornikwrite changes immediately, the necessary buffering...
2008-12-22 Vladimir Nadvornikfile class made configurable in preferences
2008-12-22 Laurent MoninFrench translation was updated.
2008-12-22 Vladimir Nadvornikwrite metadata after timeout, image change or dir change
2008-12-22 Vladimir Nadvornikshow metadata options in preferences dialog
2008-12-21 Vladimir Nadvornikfixed safe delete
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-12-21 Vladimir Nadvornikfixed new options
2008-12-21 Laurent MoninFrench translation was updated.
2008-12-20 Vladimir Nadvornikadded options for metadata - not yet used
2008-12-20 Laurent MoninFix two minor compilation warnings.
2008-12-20 Laurent MoninSwitch to fullscreen when double clicking on file in...
2008-12-20 Vladimir Nadvornikuse the workflow in utilops.c for metadata approving...
2008-12-16 Vladimir Nadvornikqueue metadata and write them in an idle callback
2008-12-15 Vladimir Nadvornikprepared infrastructure for delayed metadata writting...
2008-12-15 Laurent MoninAllow to drag keywords on files in list or icon view...
2008-12-09 Laurent MoninFrench translation was updated.
2008-12-09 Laurent MoninAllow to invert the current selection in Collection...
2008-12-08 Laurent MoninDisplay error dialog with appropriate message when...
2008-12-08 Laurent MoninCosmetic fix.
2008-12-07 Laurent MoninFix patch 1290: we only want to remove unused parameter...
2008-12-07 Vladimir Nadvornikhandle the case when io.open() fails
2008-12-06 Vladimir Nadvornikdisabled the "unused parameter" warnings, they are...
2008-12-02 Laurent MoninRename few variables to make the code more readable.
2008-11-30 Laurent Moninkeyword_list_find() -> find_string_in_list(), return...
2008-11-30 Laurent Moninmetadata_set_keywords() -> metadata_set(). Use gboolean...
2008-11-30 Laurent MoninRename most comment_*() functions to more appropriate...
2008-11-30 Laurent MoninFile filters cleanup: add .pef .dng and .arw extensions...
2008-11-27 Laurent MoninDo not hardcode exif formatted prefix.
2008-11-27 Laurent MoninFix up sign-related warning.
2008-11-27 Laurent MoninFix up unsigned expression always true warning.
2008-11-27 Laurent MoninResync .h with .c declarations.
2008-11-27 Laurent MoninFix up pointer signedness warnings.
2008-11-27 Laurent MoninFix up not a prototype warning.
2008-11-27 Laurent MoninRemove unused variable.
2008-11-27 Laurent MoninFix up deprecated function and not a prototype warnings.
2008-11-26 Laurent MoninHandle return values better to silent some warnings.
2008-11-26 Laurent MoninPrint a message if chown() or chmod() fail.
2008-11-26 Laurent MoninFix up format vs type warning.
2008-11-25 Laurent MoninMove comments/keywords read and write stuff to new...
2008-11-25 Laurent MoninFix up unsigned expression always true/false warnings.
2008-11-23 Laurent MoninHide .gqv extension from collection name in collection...
2008-11-23 Laurent MoninRename wmsubclass and name to role, which corresponds...
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-22 Laurent MoninUse the last selected images for the splitted views...
2008-11-22 Laurent MoninWhen more than one image is selected, Split Horizontal...
2008-11-22 Laurent MoninTidy up.
2008-11-22 Laurent MoninUse common code for layout_image_setup_split_none(...
2008-11-22 Laurent Moninlayout_image_setup_split_*(): simplify code.
2008-11-22 Laurent Moninlayout_image_setup_split_*(): move common code to a...
2008-11-22 Laurent MoninAdd a back button in the toolbar: it allows to go back...
2008-11-20 Laurent MoninForce font weight and style to normal for keys.
2008-11-20 Laurent MoninFix up yet unmarked keys.
2008-11-20 Laurent MoninFix compilation warnings.
2008-11-20 Laurent MoninFix up some missing html code.
2008-11-19 Laurent MoninMore keys.
2008-11-19 Laurent MoninFix text wrongly marked as key.
2008-11-19 Laurent MoninMark keyboard keys with a span and make them look like...
2008-11-19 Laurent MoninReplace [Control] by shorter and more common [Ctrl].
2008-11-19 Laurent MoninUnify [Shift] and [Control] notation.
2008-11-19 Laurent MoninMove (and update) image pane shortcuts to a table....
2008-11-19 Laurent MoninUpdate documentation.
2008-11-17 Laurent MoninFix up links and various enhancements.
2008-11-17 Laurent MoninRemove colored background in headings for printable...
2008-11-17 Laurent MoninChange metadata directory to be $XDG_DATA_HOME instead...
2008-11-17 Laurent MoninComment out css code that slipped through by cut'n...
2008-11-16 Laurent MoninAdd specific css for print media(has to be improved).
2008-11-16 Laurent MoninUpdate svn:ignore property: add some files and replace...
2008-11-15 Laurent MoninImplement preliminary support for XDG Base Directory...
2008-11-15 Laurent MoninReplace cache_ensure_dir_exists() by new recursive_mkdi...
2008-11-15 Vladimir Nadvornikfixed usage of deprecated functions - patch by Omari...
2008-11-15 Laurent MoninRename check_for_home_path() to mkdir_if_not_exists().
2008-11-15 Laurent MoninUse functions to return directories instead of constants.
2008-11-15 Laurent MoninAdd a wrapper around system() call named runcmd() which...
2008-11-14 Laurent MoninFix up Makefile.am: add missing files and do not instal...
2008-11-12 Laurent MoninFix a cut'n'paste error.
2008-11-12 Laurent MoninMore precise description of the pan view find feature...
2008-11-12 Laurent MoninAdd some information about the pan view.
2008-11-12 Laurent MoninAdd a note about splitted view.
2008-11-12 Laurent MoninAdd Connected zoom and Split menu items.
2008-11-11 Laurent MoninAdd missing s...
next