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

age author description
Sat, 26 Apr 2014 16:32:53 +0000 ib Determine size from variable declaration.
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, 17 Feb 2014 00:40:21 +0000 ib Cosmetic: Adjust indent.
Mon, 17 Feb 2014 00:39:09 +0000 ib Revise code of listMgr() command PLAYLIST_ITEM_GET_POS.
Wed, 08 May 2013 12:39:56 +0000 ib Fix resource leak.
Wed, 08 May 2013 12:37:28 +0000 ib Check return value to avoid segmentation fault.
Mon, 25 Mar 2013 00:44:28 +0000 ib Add new listMgr command PLAYLIST_ITEM_GET_LAST.
Thu, 06 Dec 2012 15:24:53 +0000 ib Cosmetic: Rearrange #includes.
Thu, 06 Dec 2012 13:47:47 +0000 ib Rebuild GUI directory structure.
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Mon, 03 Dec 2012 14:43:42 +0000 ib Enhance PLAYLIST_ITEM_GET_POS to provide total number of items.
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.
Sun, 25 Nov 2012 15:51:38 +0000 ib Check for a non-empty filename.
Sun, 25 Nov 2012 12:24:02 +0000 ib Improve add_to_gui_playlist().
Sun, 25 Nov 2012 11:51:35 +0000 ib Move add_to_gui_playlist() to util/list.c.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Thu, 23 Feb 2012 13:48:58 +0000 ib Add doxygen comments to list.c.
Thu, 23 Feb 2012 13:30:16 +0000 ib Cosmetic: Arrange listMgr() commands in switch statement.
Thu, 23 Feb 2012 13:23:54 +0000 ib Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
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().