log src/collect.c @ 1733:b52deba688e9

age author description
2009-06-20 nadvornik fixed leak in file_util_* functions
2009-04-10 mow Just update the internal sort method
2009-04-10 mow Implement random sort method for collections
2009-03-31 nadvornik improved debug messages
2009-03-14 nadvornik completely separated global and layout window options
2009-03-14 nadvornik improved notification system
2009-03-12 zas_ Use gboolean where applicable, for the sake of consistency.
2009-03-01 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
2009-02-28 zas_ Add missing space between switch and first parenthesis.
2009-02-14 nadvornik droped Preferences dialog, sidebar should replace it completely
2009-02-04 zas_ Add year 2009 to copyright info everywhere.
2009-02-01 nadvornik read external editors from .desktop files
2008-12-21 nadvornik most of the metadata options now works
2008-11-23 zas_ Hide .gqv extension from collection name in collection window title and recent menu list.
2008-11-23 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
2008-10-07 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
2008-09-01 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
2008-08-31 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
2008-06-10 zas_ collection_from_dnd_data(): simplify and optimize.
2008-06-10 zas_ collection_info_list_to_dnd_data(): simplify and optimize.
2008-06-08 nadvornik better check for notify type
2008-06-07 nadvornik use the new notification for collections
2008-06-05 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
2008-06-05 zas_ Use uft8_collate_key() to sort utf8 strings.
2008-05-24 nadvornik rewritten utilops.h:
2008-05-21 zas_ Use G_DIR_SEPARATOR where applicable.
2008-05-16 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
2008-05-16 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
2008-05-13 zas_ Move some functions from main.[ch] to new window.[ch].
2008-05-05 nadvornik split filelist.c to filefilter.c and filedata.c