Trim trailing white spaces.
[geeqie.git] / src / view_file.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-05-10 Klaus EthgenGTK marks several functions as deprecated
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-28 Vladimir Nadvornikconsider sidecars in layout_image popup menu
2009-06-27 Vladimir Nadvornikuse radio buttons for file and dir mode in popup menu
2009-06-21 Vladimir Nadvornikimproved file list update priority
2009-06-20 Vladimir Nadvornikfixed leak in file_util_* functions
2009-06-19 Vladimir Nadvornikrun external commands from current directory even with...
2009-06-06 Vladimir Nadvornikadded mark filter to menu - now it is possible to assig...
2009-05-14 Laurent MoninFix up unused variables warnings.
2009-05-14 Laurent MoninMerge common thumb code from view_file_list and view_fi...
2009-05-09 Vladimir Nadvornikexpose the file grouping flag to the user
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-04-04 Vladimir Nadvornikdropped show_copy_path option
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-31 Vladimir Nadvornikimproved next/prev operation on sidecar files
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-16 Laurent Moningint -> gboolean where applicable. The end (ouf!).
2009-03-15 Laurent Moningint -> gboolean.
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-10 Vladimir Nadvornikfixed saving of file_view_type
2009-03-08 Laurent MoninIn various Edit context menus, only display editors...
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-14 Vladimir Nadvornikdroped Preferences dialog, sidebar should replace it...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-19 Vladimir Nadvornikfixed possible segfault
2008-08-17 Laurent MoninSimplify things related to ViewFileInfoList * and ViewF...
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-06-22 Vladimir Nadvornikshow marks in iconview
2008-06-17 Vladimir Nadvornikmore robust thumbs progress bar
2008-06-09 Vladimir Nadvornikmoved notification to view_file.c
2008-06-05 Laurent MoninFix "No newline at end of file" warning.
2008-06-05 Vladimir Nadvornikuse new notification in vficon
2008-06-04 Vladimir Nadvorniknew notification system (used only in vflist for now)
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-14 Laurent MoninMake vf_pop_menu_*_cb static.
2008-05-13 Laurent MoninMerge vflist_pop_menu() and vficon_pop_menu() into...
2008-05-12 Laurent MoninAdd some wrapper functions for not yet common code.
2008-05-11 Laurent MoninMake vf_pop_menu_toggle_view_type_cb() independent...
2008-05-11 Laurent MoninMove a part of pop up menu common code to view_file...
2008-05-11 Laurent MoninIntroduce vf_pop_menu_file_list() as a wrapper to
2008-05-11 Laurent MoninUse vf_* functions where possible.
2008-05-11 Laurent MoninDrop unused layout_list_get_path() and vf*_index_get_pa...
2008-05-07 Laurent MoninAdd a way to invert the current selection.
2008-05-04 Laurent MoninDrop ViewFileIcon, use ViewFile and ViewFileInfoIcon...
2008-05-04 Laurent MoninDrop ViewFileList, use ViewFile and ViewFileInfoList...
2008-05-04 Laurent MoninPrepare switch to ViewFile (unused yet).
2008-05-03 Laurent MoninAdd function prototypes (yet unused).
2008-05-03 Laurent MoninPrepare merging of some parts of view_file_list and...