log gui/util/list.c @ 34669:697aaedfe59e

age author description
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.