Trim trailing white spaces.
[geeqie.git] / src / view_file_list.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-30 Laurent MoninClear few more warnings, unused variables mostly.
2012-08-30 Laurent MoninDrop commented out code.
2012-08-30 Laurent MoninDrop unused variables.
2012-08-29 Vladimir Nadvornikfixed crash in file list
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-13 Vladimir Nadvornikfixed dnd
2012-08-13 Vladimir Nadvornikchanged GDK_<key> to GDK_KEY_<key>
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-10-04 Vladimir Nadvornikrename file_data_new_simple to file_data_new_group...
2010-05-10 Klaus EthgenSome small logic mistakes
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-10-13 Klaus EthgenAdd compatibility for GTK 2.18
2009-10-01 Vladimir Nadvornikfixed tree_store reordering
2009-09-28 Vladimir Nadvornikconsider sidecars in layout_image popup menu
2009-09-07 Laurent MoninComment out unused functions, silenting related compila...
2009-09-03 Vladimir Nadvornikfixed in-place rename
2009-07-24 Vladimir Nadvornikupdate column sizes after toggling thumbnails
2009-07-24 Vladimir Nadvornikfixed switching of multiline texts
2009-07-24 Vladimir Nadvornikcall gtk_tree_view_columns_autosize only when reall...
2009-07-24 Vladimir Nadvornikdo not use cell_data_func
2009-06-21 Vladimir Nadvornikfixed updating of marks in sidecars
2009-06-20 Vladimir Nadvornikimproved list view
2009-06-02 Vladimir Nadvornikchanged selection behavior as requested at
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-11 Vladimir Nadvornikfixed updating of filelist marks
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-31 Vladimir Nadvornikimproved next/prev operation on sidecar files
2009-03-16 Laurent Moningint -> gboolean where applicable. The end (ouf!).
2009-03-15 Laurent Moningint -> gboolean.
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-14 Vladimir Nadvornikdroped Preferences dialog, sidebar should replace it...
2009-02-14 Vladimir Nadvornikreplaced bar_info with an universal bar, restored the...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-26 Laurent MoninSilent two minor warnings: GtkSelectionData data field...
2009-01-24 Vladimir Nadvornikadjusted marks spacing to align them with the marks...
2009-01-11 Vladimir Nadvornikshow symlinks in filelist
2009-01-10 Vladimir Nadvorniksimplified metadata interface, dropped metadata_read,
2009-01-02 Vladimir Nadvornikfixed updating of selection after deleting the last...
2008-12-20 Laurent MoninSwitch to fullscreen when double clicking on file in...
2008-12-15 Laurent MoninAllow to drag keywords on files in list or icon view...
2008-11-20 Laurent MoninFix compilation warnings.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-27 Laurent MoninComment out unused functions.
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-17 Vladimir Nadvornikremoved code for maintaining filelist position, gtk_tre...
2008-08-17 Laurent MoninSimplify things related to ViewFileInfoList * and ViewF...
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-07-26 Vladimir Nadvornikclean up - checks are handled elsewhere
2008-07-20 Laurent MoninMove uri_*() functions to separate files: uri_utils...
2008-06-22 Vladimir Nadvornikshow marks in iconview
2008-06-22 Vladimir Nadvornikfixed in-place renaming
2008-06-21 Vladimir Nadvornikrenamed fd->pixbuf to fd->thumb_pixbuf
2008-06-17 Vladimir Nadvornikmore robust thumbs progress bar
2008-06-15 Vladimir Nadvornikuse FileData in thumb_loader
2008-06-14 Vladimir Nadvornikuse multiline description in vflist with large thumbnails
2008-06-14 Vladimir Nadvornikjoin name and sidecars to one string
2008-06-14 Vladimir Nadvornikoptimized vflist_setup_iter_recursive
2008-06-14 Laurent MoninSilent unused variable warning.
2008-06-13 Vladimir Nadvornikoptimized vflist_setup_iter
2008-06-09 Vladimir Nadvornikmoved notification to view_file.c
2008-06-09 Vladimir Nadvornikrun idle function just once
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-08 Vladimir Nadvornikfixed switching thumbnails in listview on and off ...
2008-06-07 Vladimir Nadvornikvarious refresh and notification fixes
2008-06-07 Vladimir Nadvornikvarious notification improvements
2008-06-06 Vladimir Nadvornikadded NotifyType
2008-06-06 Vladimir Nadvornikrealtime file monitor
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-06-03 Laurent MoninDrop initialization to NULL since filelist_read() will...
2008-06-03 Laurent Moninvflist_maint(): only allocate memory and compare string...
2008-05-31 Vladimir Nadvornikreplaced vflist_maint functions by vflist_refresh ...
2008-05-30 Vladimir Nadvornikvflist_populate_view: better handle selected files...
2008-05-30 Vladimir Nadvornikfixed thumb index (thumbnails are shown again)
2008-05-30 Vladimir Nadvorniksimplified vflist_populate_view
2008-05-28 Vladimir Nadvornikimproved infrastructure for tracing changes, optimized...
2008-05-27 Vladimir Nadvornikmeasure time of filelist update
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-20 Laurent MoninDrop concat_dir_and_file() and use g_build_filename...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-14 Laurent MoninMerge vflist_row_by_path() into vflist_index_by_path().
2008-05-13 Laurent MoninMerge vflist_pop_menu() and vficon_pop_menu() into...
2008-05-13 Laurent MoninMove VFICON_INFO() and VFLIST_INFO() macros to view_file.h
2008-05-13 Laurent Moninvflist_pop_menu(): drop FileData * parameter, use store...
2008-05-13 Laurent MoninFix last patch, only set vf->clicked_mark for a valid...
2008-05-13 Laurent MoninGet rid of vflist_pop_menu() col_idx parameter, use...
2008-05-12 Laurent MoninAdd some wrapper functions for not yet common code.
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.
next