log gui/dialog/fileselect.c @ 35967:76d4f38ffdf9

age author description
Wed, 27 Mar 2013 18:56:13 +0000 ib Fix crash with file selector after pressing OK.
Mon, 25 Mar 2013 00:46:12 +0000 ib Don't set path information for fsVideoSelector on ShowFileSelect().
Sun, 24 Mar 2013 15:15:26 +0000 ib Remove pointless casts.
Sun, 24 Mar 2013 15:12:16 +0000 ib Be more precise about type.
Sun, 24 Mar 2013 14:16:34 +0000 ib Free list and hash table data on widget destruction.
Sun, 24 Mar 2013 13:08:12 +0000 ib Make create_FileSelect() and HideFileSelect() static.
Thu, 21 Mar 2013 18:10:22 +0000 ib Fix fsTopList_items memory leaks.
Thu, 21 Mar 2013 11:19:34 +0000 ib Simplify if-clauses after r36034.
Thu, 21 Mar 2013 11:18:10 +0000 ib Transfer almost identical code into a function.
Thu, 21 Mar 2013 10:19:29 +0000 ib Allow home directory to be in non-ASCII encoding.
Thu, 21 Mar 2013 09:56:58 +0000 ib Cosmetic: Rename variables holding data in UTF-8 encoding.
Thu, 21 Mar 2013 09:43:36 +0000 ib Swap statements (for cosmetic reasons).
Thu, 21 Mar 2013 09:41:03 +0000 ib Remove fsSelectedDirectoryUtf8.
Thu, 21 Mar 2013 09:36:48 +0000 ib Remove pointless code.
Thu, 21 Mar 2013 09:15:06 +0000 ib Fix get_current_dir_name_utf8() memory leaks.