Trim trailing white spaces.
[geeqie.git] / src / view_file_icon.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-30 Laurent MoninUse new constant FD_MAGICK = 0x12345678u
2012-08-28 Vladimir Nadvornikfixed crash in icon 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
2010-05-10 Klaus EthgenSome small logic mistakes
2010-05-10 Klaus EthgenGTK marks several functions as deprecated
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-10-13 Klaus EthgenAdd compatibility for GTK 2.18
2009-09-28 Vladimir Nadvornikconsider sidecars in layout_image popup menu
2009-06-28 Vladimir Nadvornikcleanup: remove some disabled code
2009-06-02 Vladimir Nadvornikchanged selection behavior as requested at
2009-06-01 Laurent MoninMinor code cleanup and redundancy reduction.
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-06 Laurent MoninRemove unused field in IconData.
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-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-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-26 Laurent MoninUse gpointer instead of void *.
2008-08-25 Vladimir Nadvornikcorrectly maintain selection during iconlist refresh
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-17 Laurent MoninSimplify things related to ViewFileInfoList * and ViewF...
2008-08-17 Laurent MoninMove variable declaration at start of block.
2008-08-16 Vladimir Nadvornikmarks in iconview made clickable
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-07-20 Laurent MoninMove uri_*() functions to separate files: uri_utils...
2008-06-22 Vladimir Nadvornikshow marks in iconview
2008-06-22 Vladimir Nadvornikshow sidecars in icon view
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 Nadvornikiconlist_refresh optimization
2008-06-14 Vladimir Nadvornikfixed iconview update after deletion of selected image
2008-06-10 Vladimir Nadvornikdropped vficon_sync, use vficon_refresh everywhere
2008-06-09 Vladimir Nadvornikmoved notification to view_file.c
2008-06-09 Vladimir Nadvornikuse vficon_refresh for updating
2008-06-09 Vladimir Nadvornikhandle deletion of selected files
2008-06-09 Vladimir Nadvornikoptimized vficon_refresh_real
2008-06-08 Vladimir Nadvornikimproved vficon_populate
2008-06-08 Vladimir Nadvornikvficon_sync speed-up
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-07 Vladimir Nadvornikvarious notification improvements
2008-06-06 Vladimir Nadvornikadded NotifyType
2008-06-06 Vladimir Nadvornikrealtime file monitor
2008-06-05 Vladimir Nadvornikuse new notification in vficon
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-05-28 Vladimir Nadvornikimproved infrastructure for tracing changes, optimized...
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-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 Moninvficon_pop_menu(): drop "gint active" parameter, use...
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.
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-05 Laurent MoninRevert wrong patch rev 676.
2008-05-05 Laurent MoninRevert patch 675, and correctly fix gtk assertion failure.
2008-05-05 Laurent MoninFix two memory leaks.
2008-05-05 Laurent MoninFix Gtk-CRITICAL **: gtk_label_set_text: assertion...
2008-05-04 Laurent Moninvficon_release_cb(): use switch() and cleanup.
2008-05-04 Laurent MoninMinor tidyup.
2008-05-04 Laurent MoninDrop unused vficon_select_by_path() and vflist_select_b...
2008-05-04 Laurent MoninMinor cleanup.
2008-05-04 Laurent MoninRemove unused functions:
2008-05-04 Laurent MoninDrop ViewFileIcon, use ViewFile and ViewFileInfoIcon...
2008-05-04 Laurent MoninDrop ViewFileList, use ViewFile and ViewFileInfoList...
2008-05-03 Laurent MoninRename thumbs_fd to thumbs_filedata in ViewFileIcon...
2008-05-03 Laurent MoninRemove useless thumbs_list from ViewFileIcon.
2008-05-03 Laurent MoninIntroduce ViewFileInfoList and ViewFileInfoIcon (not...
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninUse menu_item_add_stock_sensitive() and menu_item_add_s...
next