Fix nasty double free crashes
[geeqie.git] / src / collect-io.c
2016-02-15 Klaus EthgenFix nasty double free crashes
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-08-30 Laurent MoninTrim trailing white spaces on empty lines.
2012-08-30 Laurent MoninClear few more warnings, unused variables mostly.
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-10-29 Klaus EthgenMerge branch 'ke' into ke-lua
2011-10-29 Klaus EthgenMerge branch 'master' into ke
2011-10-04 Vladimir Nadvornikrename file_data_new_simple to file_data_new_group...
2011-09-30 Vladimir Nadvornikalways check for sidecars by readdir
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-15 Laurent Moningint -> gboolean.
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-12 Laurent MoninUse gboolean where applicable, for the sake of consistency.
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-26 Vladimir Nadvornikquoted_value is no longer needed
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-11-15 Laurent MoninUse functions to return directories instead of constants.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-31 Laurent MoninMove quoted_value() and escquote_value() to misc.[ch].
2008-07-13 Laurent MoninFix a segfault occuring when opening some collection...
2008-06-27 Vladimir Nadvornikadded pixbuf_fallback function
2008-06-25 Laurent MoninTidy up.
2008-06-15 Vladimir Nadvornikuse FileData in thumb_loader
2008-06-13 Laurent MoninRevert patches 759 and 760.
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-07 Vladimir Nadvornikuse the new notification for collections
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-06-03 Laurent MoninDrop initialization to NULL since filelist_read() will...
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-21 Laurent MoninUse g_build_filename().
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-14 Laurent MoninSimplify collect_manager_add_action(), since g_list_app...
2008-05-08 Laurent MoninUse g_ascii_strncasecmp() instead of strncasecmp()...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-04 Vladimir Nadvornikdropped path_list functions, use filelist functions...
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 MoninIntroduce macros to display debug messages.
2008-04-23 Laurent MoninFix adding a selection to a collection with no window...
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninFix a typo: unoffical -> unofficial
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-18 Laurent MoninIntroduce printf_term() macro and use it.
2008-04-14 Laurent Monincollection_load(): use booleans and always count failur...
2008-04-14 Laurent Monincollection_load(): improve headers parsing.
2008-04-14 Laurent Monincollection_load(): fix typo (missing #) made in rev...
2008-04-14 Laurent Monincollection_load(): accept whitespaces at start of lines.
2008-04-14 Laurent Monincollection_load(): increase verbosity in debug mode.
2008-04-14 Laurent Monincollection_load(): replace official by limit_failures...
2008-04-14 Laurent MoninIncrease collection_load() buffer size and do not activate
2008-04-14 Laurent MoninMerge collection_load_only_geometry() into collection_l...
2008-04-14 Laurent MoninUse flags for collection_load*().
2008-04-12 Laurent MoninRename thumbnails related options.
2008-04-11 Laurent MoninAdd a new struct ConfOptions to handle options.
2008-04-11 Laurent MoninUse secure save feature when saving collections.
2008-04-09 Laurent MoninReplace occurences of Geeqie / geeqie by constants...
2008-04-08 Laurent MoninGQVIEW_* -> GQ_*
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-03 Laurent MoninDrop unused variable.
2008-04-03 Laurent MoninMake collect_manager_process_action() static.
2008-03-31 Vladimir Nadvornikuse quoted_value everywhere
2008-03-23 Vladimir Nadvornikrename GQview -> Geeqie over the code
2007-09-11 Vladimir Nadvornikreplaced gchar* path with FileData *fd
2006-09-01 John EllisFri Sep 1 02:12:45 2006 John Ellis <johne@verizon...
2005-02-26 John EllisSync to GQview 1.5.9 release.