Fix #357: Save mark-and-keyword connections
[geeqie.git] / src / filedata.c
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-26 Petr OstadalFixed segfault when is run inside directory with non...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-16 Vladimir Nadvornikmarks in iconview made clickable
2008-08-16 Vladimir Nadvornikkeep files with non-zero marks in memory
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-07-28 Laurent MoninMove declarations at the beginning of blocks.
2008-07-28 Laurent MoninOptimize tests even more using last changes.
2008-07-28 Laurent MoninCache strcmp() result.
2008-07-28 Laurent MoninOptimize redundant tests.
2008-07-28 Laurent MoninMove dest_dir variable to inner block.
2008-07-28 Laurent MoninReduce code redundancy and minor typo fixes.
2008-07-28 Laurent MoninTypo fix.
2008-07-27 Vladimir Nadvornikspeed-up of directory notification on deleting large...
2008-07-27 Vladimir Nadvornikfixed deleting of non-empty folder
2008-07-26 Vladimir Nadvornikfixed invalid warning on running editors
2008-07-26 Vladimir Nadvornikfixed renaming of directories
2008-07-26 Vladimir Nadvornikwarn about changed file extensions
2008-07-26 Vladimir Nadvornikmore checks for file operations
2008-07-25 Vladimir Nadvornikimproved error reporting
2008-07-23 Vladimir Nadvornikremoved file_data_add_change_info
2008-07-23 Laurent MoninUse g_strconcat() instead of g_strdup_printf("%s%s...
2008-07-23 Laurent MoninTidy up.
2008-07-22 Vladimir Nadvornikdo not create duplicate FileData entries
2008-07-22 Vladimir Nadvornikbasic infrastructure for early error and dangerous...
2008-07-22 Vladimir Nadvornikclean up fd->change on error
2008-07-22 Vladimir Nadvornikremove items from file_data_planned_change_hash when...
2008-07-22 Vladimir Nadvornikdelete file_data_planned_change_hash when it is not...
2008-07-20 Vladimir Nadvornikperiodic testing of changed files can be now disabled
2008-07-20 Vladimir Nadvornikfixed the case when a renamed file is detected by direc...
2008-07-20 Vladimir Nadvornikimplemented directory rename and delete operations
2008-07-19 Vladimir Nadvornikincrease reference count before sending notification...
2008-07-17 Vladimir Nadvornikreload changed images
2008-07-03 Laurent MoninIncrease debugging info in file_data_ref() and file_dat...
2008-06-25 Laurent MoninTidy up.
2008-06-22 Vladimir Nadvornikadded possibility to disable grouping of selected files
2008-06-21 Vladimir Nadvorniksimple cache for loaded pixbufs
2008-06-21 Vladimir Nadvornikrenamed fd->pixbuf to fd->thumb_pixbuf
2008-06-08 Laurent MoninTidy up: add/remove white lines, minor code changes.
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-06 Vladimir Nadvornikzero-lenght path must be allowed for now
2008-06-05 Laurent MoninUse uft8_collate_key() to sort utf8 strings.
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 Moninfilelist_read_real(): optimize and clean up.
2008-05-31 Vladimir Nadvornikdo not change original FileData on copy
2008-05-28 Vladimir Nadvornikimproved infrastructure for tracing changes, optimized...
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-24 Vladimir Nadvornikimproved filedata interface
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR_S where applicable.
2008-05-21 Laurent MoninUse g_build_filename() and get rid of "root dir fix".
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-06 Vladimir Nadvornikuse some of the new functions in filedata.c
2008-05-05 Vladimir Nadvornikstarted implementation of API for sidecar files
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c