log gui/util/list.c @ 34680:f49f6501eb8b

age author description
Thu, 23 Feb 2012 13:15:47 +0000 ib Add a default clause to listMgr()'s switch statement.
Thu, 23 Feb 2012 13:07:49 +0000 ib Revise listMgr() command URLLIST_ITEM_ADD.
Thu, 23 Feb 2012 12:59:28 +0000 ib Cosmetic: Adjust indent.
Thu, 23 Feb 2012 12:58:21 +0000 ib Revise listMgr() command PLAYLIST_ITEM_DEL_CURR.
Thu, 23 Feb 2012 12:39:29 +0000 ib Cosmetic: Insert some blank lines and remove commented code.
Thu, 23 Feb 2012 12:25:57 +0000 ib Revise listMgr() command PLAYLIST_ITEM_INSERT.
Thu, 23 Feb 2012 11:44:49 +0000 ib Revise listMgr() command PLAYLIST_ITEM_ADD.
Thu, 23 Feb 2012 09:32:28 +0000 ib Cosmetic: Rename variables in listMgr().
Wed, 22 Feb 2012 14:17:00 +0000 ib Cosmetic: Remove unnecessary comments and commented code.
Wed, 22 Feb 2012 13:27:42 +0000 ib Remove global variable pointing to playlist item last played.
Wed, 22 Feb 2012 10:53:00 +0000 ib Remove global variable pointing to top of URL list.
Wed, 22 Feb 2012 10:39:05 +0000 ib Remove global variable pointing to top of playlist.
Tue, 21 Feb 2012 19:44:21 +0000 ib Remove global variable pointing to current playlist item.
Tue, 21 Feb 2012 18:55:14 +0000 ib Replace symbolic constants by enums.
Mon, 13 Feb 2012 16:01:55 +0000 ib Revise listRepl().
Mon, 13 Feb 2012 12:19:13 +0000 ib Cosmetic: Adjust indent.
Mon, 13 Feb 2012 12:18:03 +0000 ib Revise listSet().
Sun, 12 Feb 2012 18:44:19 +0000 ib Cosmetic: Rename functions in list.c.
Sat, 11 Feb 2012 21:17:50 +0000 ib Fix bug in freeing playlist items.
Sat, 11 Feb 2012 21:05:34 +0000 ib Fix bug in freeing URL list items.
Sat, 11 Feb 2012 20:42:20 +0000 ib Add code to free the URL list items.
Thu, 07 Jul 2011 14:13:17 +0000 ib Cosmetic: Rename URLList urlList.
Thu, 07 Jul 2011 11:50:32 +0000 ib Move purely list related parts of gtkSet() from interface.c to list.c.
Thu, 07 Jul 2011 10:37:58 +0000 ib Create new file list.c for list related functions.