log gui/dialog/fileselect.c @ 36015:73652b504ee1

age author description
Sun, 31 Mar 2013 03:57:53 +0000 ib Rephrase positively.
Sun, 31 Mar 2013 03:32:17 +0000 ib Add, group and sort #includes, remove unneeded ones.
Sun, 31 Mar 2013 01:24:57 +0000 ib Cosmetic: Format to MPlayer coding style.
Sun, 31 Mar 2013 01:20:18 +0000 ib Remove pointless replacement lists.
Sat, 30 Mar 2013 15:09:51 +0000 ib Silence "warning: unused parameter".
Sat, 30 Mar 2013 14:32:07 +0000 ib Don't use WidgetDestroy().
Fri, 29 Mar 2013 17:21:31 +0000 ib Remove HideFileSelect().
Fri, 29 Mar 2013 13:43:21 +0000 ib Cosmetic: Rename the functions creating the dialogs.
Fri, 29 Mar 2013 00:40:02 +0000 ib Cosmetic: Rename variables.
Thu, 28 Mar 2013 16:52:56 +0000 ib Rename ShowFileSelect() ShowFileSelector().
Thu, 28 Mar 2013 16:35:59 +0000 ib Rename extern GTK widget fsFileSelect FileSelector.
Thu, 28 Mar 2013 16:23:39 +0000 ib Cosmetic: Rename file selector type enums.
Thu, 28 Mar 2013 15:33:37 +0000 ib Cosmetic: Rename fs_glist_add() fs_AddPath().
Thu, 28 Mar 2013 12:03:17 +0000 ib Avoid duplicate entries in the file selector path list.
Wed, 27 Mar 2013 18:58:32 +0000 ib Change variable definitions to const.
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.