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
|