log

age author description
2013-03-29 ib Make create_URL() static.
2013-03-29 ib Cosmetic: Rename HideURLDialogBox() HideURLDialog().
2013-03-29 ib Remove unused declaration.
2013-03-29 ib Cosmetic: Rename variables.
2013-03-28 ib Move declaration of GTK widget Playlist where it belongs.
2013-03-28 ib Remove unnecessary declaration.
2013-03-28 ib Make create_PlayList() static.
2013-03-28 ib Cosmetic: Rename ShowPlayList() ShowPlaylist().
2013-03-28 ib Cosmetic: Rename HidePlayList() HidePlaylist().
2013-03-28 ib Make HidePlayList() static.
2013-03-28 ib Cosmetic: Rename ShowURLDialogBox() ShowURLDialog().
2013-03-28 ib Cosmetic: Rename ShowAboutBox() ShowAbout().
2013-03-28 ib Rename ShowFileSelect() ShowFileSelector().
2013-03-28 ib Rename extern GTK widget fsFileSelect FileSelector.
2013-03-28 ib Cosmetic: Rename file selector type enums.
2013-03-28 ib Make #defines enums.
2013-03-28 ib Cosmetic: Format to MPlayer coding style.
2013-03-28 ib Cosmetic: Rename fs_glist_add() fs_AddPath().
2013-03-28 ib Avoid duplicate entries in the file selector path list.
2013-03-27 ib Change variable definitions to const.
2013-03-27 ib Change parameter declaration to const.
2013-03-27 ib Fix crash with file selector after pressing OK.
2013-03-25 reimar Ignore XLookupString results in ASCII range.
2013-03-25 reimar Fix KEY_BACKSPACE, KEY_DELETE and KEY_ESC to map to their ASCII equivalents.
2013-03-25 ib Don't set path information for fsVideoSelector on ShowFileSelect().
2013-03-25 ib Preselect current playlist directory from last playlist entry.
2013-03-25 ib Add new listMgr command PLAYLIST_ITEM_GET_LAST.
2013-03-24 ib Remove pointless casts.
2013-03-24 ib Be more precise about type.
2013-03-24 ib Free list and hash table data on widget destruction.