log gui/util/list.h @ 37195:ac6c37d85d65 default tip

age author description
Thu, 24 Apr 2014 12:09:37 +0000 ib Add listDup().
Thu, 24 Apr 2014 11:56:18 +0000 ib Add listFree().
Thu, 24 Apr 2014 11:31:31 +0000 ib Cosmetic: Revise a few comments.
Mon, 25 Mar 2013 00:44:28 +0000 ib Add new listMgr command PLAYLIST_ITEM_GET_LAST.
Tue, 22 Jan 2013 17:04:36 +0000 ib Revise some doxygen comments.
Sun, 02 Dec 2012 00:42:13 +0000 ib Add listMgr command PLAYLIST_ITEM_FIND.
Sun, 02 Dec 2012 00:36:56 +0000 ib Add listMgr command PLAYLIST_ITEM_GET_CURR_POS.
Fri, 30 Nov 2012 11:14:30 +0000 ib Create new header file gui.h.
Mon, 26 Nov 2012 11:32:50 +0000 ib Move isPlaylistStreamtype definition to util/list.h.
Sun, 25 Nov 2012 11:51:35 +0000 ib Move add_to_gui_playlist() to util/list.c.
Thu, 23 Feb 2012 13:23:54 +0000 ib Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
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.
Tue, 14 Feb 2012 19:24:26 +0000 ib Change doxygen comments.
Sun, 12 Feb 2012 18:49:46 +0000 ib Cosmetic: Rearrange structure members.
Sun, 12 Feb 2012 18:44:19 +0000 ib Cosmetic: Rename functions in list.c.
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.