log gui/util/list.c @ 37083:ae4f30c4ef02

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().
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.