2008-08-25 |
nadvornik |
removed unused code
|
2008-08-24 |
zas_ |
Typo fixes.
|
2008-08-24 |
zas_ |
Slight code redundancy reduction.
|
2008-08-24 |
zas_ |
Drop redundant variable affectation.
|
2008-08-24 |
zas_ |
Fix untranslated messages. French translation and POTFILES.in were updated.
|
2008-08-24 |
zas_ |
French translation was updated.
|
2008-08-24 |
zas_ |
Mark forgotten string for translation.
|
2008-08-23 |
zas_ |
Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif.
|
2008-08-23 |
zas_ |
Minor optimization: no need to copy the whole remaining of the string, just copy next char.
|
2008-08-23 |
zas_ |
Only display status if there is at least one file in the file list.
|
2008-08-23 |
zas_ |
Remove unneeded type casting.
|
2008-08-23 |
nadvornik |
fixed vd_refresh
|
2008-08-22 |
zas_ |
French translation was updated.
|
2008-08-22 |
zas_ |
Add an option named layout.home_path which modifies the behavior of the Home button.
|
2008-08-21 |
zas_ |
Typo fix: vf -> vd
|
2008-08-21 |
zas_ |
Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.
|
2008-08-21 |
zas_ |
Indentation fix.
|
2008-08-20 |
zas_ |
Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small.
|
2008-08-20 |
zas_ |
Do not return values of void functions. Reported by Jeffery Small.
|
2008-08-20 |
nadvornik |
update the FileData structure when a new folder is created
|
2008-08-19 |
nadvornik |
improved refresh in view_dir_list
|
2008-08-19 |
nadvornik |
set fallback pixbuf in case of missing file
|
2008-08-19 |
nadvornik |
fixed possible segfault
|
2008-08-17 |
nadvornik |
removed code for maintaining filelist position, gtk_tree_view itself handles it
|
2008-08-17 |
zas_ |
French translation was updated.
|
2008-08-17 |
zas_ |
Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
|
2008-08-17 |
zas_ |
Move variable declaration at start of block.
|
2008-08-16 |
nadvornik |
marks in iconview made clickable
|
2008-08-16 |
nadvornik |
keep files with non-zero marks in memory
|
2008-08-16 |
nadvornik |
implemented marks filter
|
2008-08-16 |
zas_ |
Fix double escaping of image overlay text.
|
2008-08-13 |
nadvornik |
added keyboard map generator
|
2008-08-13 |
nadvornik |
a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
|
2008-08-12 |
nadvornik |
fixed crash with float file list and geeqie --blank
|
2008-08-11 |
nadvornik |
fixed crash in geeqie --blank
|
2008-08-11 |
nadvornik |
fixed setting visible entry in view_dir_tree
|
2008-07-30 |
nadvornik |
updated ChangeLog from svn log
|
2008-07-28 |
zas_ |
Move declarations at the beginning of blocks.
|
2008-07-28 |
zas_ |
Optimize tests even more using last changes.
|
2008-07-28 |
nadvornik |
do not free unallocated exif data
|
2008-07-28 |
zas_ |
Cache strcmp() result.
|
2008-07-28 |
zas_ |
Optimize redundant tests.
|
2008-07-28 |
zas_ |
Move dest_dir variable to inner block.
|
2008-07-28 |
zas_ |
Reduce code redundancy and minor typo fixes.
|
2008-07-28 |
zas_ |
French translation was updated.
|
2008-07-28 |
zas_ |
Typo fix.
|
2008-07-27 |
nadvornik |
abort file operations when the file list is empty
|
2008-07-27 |
nadvornik |
remember path entered in file dialog
|
2008-07-27 |
nadvornik |
speed-up of directory notification on deleting large number of files
|
2008-07-27 |
nadvornik |
added "Symlink" as an example of "filter" command
|
2008-07-27 |
nadvornik |
improved updating of view_dir_tree
|
2008-07-27 |
nadvornik |
fixed deleting of non-empty folder
|
2008-07-26 |
nadvornik |
fixed spec file
|
2008-07-26 |
nadvornik |
fixed invalid warning on running editors
|
2008-07-26 |
nadvornik |
updated version string
|
2008-07-26 |
nadvornik |
dropped references to OpenOffice.org as suggested at
|
2008-07-26 |
nadvornik |
string cleanup
|
2008-07-26 |
nadvornik |
removed unused messages.desc_dlist
|
2008-07-26 |
nadvornik |
fixed new folder command
|
2008-07-26 |
nadvornik |
fixed renaming of directories
|
2008-07-26 |
nadvornik |
warn about changed file extensions
|
2008-07-26 |
nadvornik |
added icon for changes without warnings
|
2008-07-26 |
nadvornik |
allow only existing folders in destination dialog
|
2008-07-26 |
nadvornik |
clean up - checks are handled elsewhere
|
2008-07-26 |
nadvornik |
more checks for file operations
|
2008-07-25 |
nadvornik |
improved error reporting
|
2008-07-25 |
zas_ |
Minor tidy up and optimization.
|
2008-07-24 |
zas_ |
Set GIO channels to binary encoding.
|
2008-07-24 |
nadvornik |
separated debugging log and debug CFLAGS
|
2008-07-23 |
nadvornik |
indicate check warnings and errors in delete and rename dialogs
|
2008-07-23 |
nadvornik |
removed file_data_add_change_info
|
2008-07-23 |
zas_ |
Minor tidy up.
|
2008-07-23 |
zas_ |
Tidy up.
|
2008-07-23 |
zas_ |
Use g_strconcat() instead of g_strdup_printf("%s%s", ...).
|
2008-07-23 |
zas_ |
Simplify parse_out_relatives().
|
2008-07-23 |
zas_ |
Tidy up.
|
2008-07-23 |
zas_ |
Fix missing newline at end of file.
|
2008-07-23 |
zas_ |
Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type
|
2008-07-22 |
nadvornik |
do not create duplicate FileData entries
|
2008-07-22 |
nadvornik |
basic infrastructure for early error and dangerous operations checking
|
2008-07-22 |
nadvornik |
clean up fd->change on error
|
2008-07-22 |
nadvornik |
remove items from file_data_planned_change_hash when the operation is
|
2008-07-22 |
nadvornik |
fixed stop button in editor dialog
|
2008-07-22 |
nadvornik |
delete file_data_planned_change_hash when it is not used
|
2008-07-21 |
nadvornik |
fixed
|
2008-07-21 |
nadvornik |
file_util_rename_dir should not return anything
|
2008-07-21 |
nadvornik |
added notification handler to view_dir
|
2008-07-21 |
zas_ |
French translation was updated.
|
2008-07-20 |
zas_ |
Update POTFILES.in.
|
2008-07-20 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
2008-07-20 |
nadvornik |
periodic testing of changed files can be now disabled
|
2008-07-20 |
zas_ |
Move history_list_*() functions to separate files:
|
2008-07-20 |
nadvornik |
implemented "create directory" command
|
2008-07-20 |
nadvornik |
fixed file copy/move dialog
|
2008-07-20 |
nadvornik |
fixed the case when a renamed file is detected by directory scanning
|
2008-07-20 |
zas_ |
Optimize history_list_add_to_key() a bit.
|