log

age author description
Thu, 28 Mar 2013 17:42:40 +0000 ib Remove unnecessary declaration.
Thu, 28 Mar 2013 17:39:01 +0000 ib Make create_PlayList() static.
Thu, 28 Mar 2013 17:28:41 +0000 ib Cosmetic: Rename ShowPlayList() ShowPlaylist().
Thu, 28 Mar 2013 17:19:13 +0000 ib Cosmetic: Rename HidePlayList() HidePlaylist().
Thu, 28 Mar 2013 17:17:21 +0000 ib Make HidePlayList() static.
Thu, 28 Mar 2013 17:10:57 +0000 ib Cosmetic: Rename ShowURLDialogBox() ShowURLDialog().
Thu, 28 Mar 2013 17:02:47 +0000 ib Cosmetic: Rename ShowAboutBox() ShowAbout().
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 16:16:13 +0000 ib Make #defines enums.
Thu, 28 Mar 2013 15:58:21 +0000 ib Cosmetic: Format to MPlayer coding style.
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:57:09 +0000 ib Change parameter declaration to const.
Wed, 27 Mar 2013 18:56:13 +0000 ib Fix crash with file selector after pressing OK.
Mon, 25 Mar 2013 23:03:07 +0000 reimar Ignore XLookupString results in ASCII range.
Mon, 25 Mar 2013 22:54:54 +0000 reimar Fix KEY_BACKSPACE, KEY_DELETE and KEY_ESC to map to their ASCII equivalents.
Mon, 25 Mar 2013 00:46:12 +0000 ib Don't set path information for fsVideoSelector on ShowFileSelect().
Mon, 25 Mar 2013 00:45:32 +0000 ib Preselect current playlist directory from last playlist entry.
Mon, 25 Mar 2013 00:44:28 +0000 ib Add new listMgr command PLAYLIST_ITEM_GET_LAST.
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.
Sun, 24 Mar 2013 12:55:01 +0000 ib Remove unnecessary #include.
Sun, 24 Mar 2013 00:57:38 +0000 michael configure: add CONFIG_MEMORY_POISONING to silence ffmpeg compile warnings
Sat, 23 Mar 2013 18:29:58 +0000 diego configure: Fix mingw vs. mingw32 typo in libdvdcss check.
Sat, 23 Mar 2013 14:48:22 +0000 diego build: Drop unused part of sysi86() check.