log src/ui_tabcomp.c @ 1457:5c0ecb2ebbc5

age author description
Sun, 15 Mar 2009 20:16:20 +0000 zas_ gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Fri, 06 Mar 2009 22:34:38 +0000 zas_ Try to improve tab completion: when a key is pressed while tab completion menu is shown, the number of entries is reduced, dhowing all matching entries but the menu is no more closed after each key pressure. Number of possible entries in this menu was increased from 500 to 1000. Pressing TAB when path entry is empty now adds / (root directory).
Fri, 06 Mar 2009 14:53:32 +0000 zas_ Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
Fri, 06 Mar 2009 11:42:25 +0000 zas_ Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
Mon, 02 Mar 2009 21:05:57 +0000 zas_ Fix memleak in previous patch.
Mon, 02 Mar 2009 21:04:38 +0000 zas_ Add a directory separator at the end of names in tab completion list to indicate directories.