log src/audacious/playlist.c @ 3945:0b93c2b0cd59

age author description
Fri, 16 Nov 2007 02:49:24 +0900 Yoshiki Yazawa make filter_by_extension() case insensitive.
Thu, 15 Nov 2007 16:34:09 +0900 Yoshiki Yazawa when "Detect file formats on demand" is specified, filter unplayable files on loading by the hash table of all available extensions.
Sat, 10 Nov 2007 15:55:12 +0900 Yoshiki Yazawa - redefine playlist_incr_serial as a macro.
Sat, 10 Nov 2007 00:47:40 +0900 Yoshiki Yazawa to get rid of annoying side effects, an independent function for playlist serial increment has been provided.
Fri, 09 Nov 2007 20:32:06 +0900 Yoshiki Yazawa increment playlist serial number on loading playlist file.
Fri, 09 Nov 2007 19:39:27 +0900 Yoshiki Yazawa - serial number has been added to playlist structure so that changes of the current playlist can be notified.
Mon, 29 Oct 2007 22:21:42 +0900 Yoshiki Yazawa - many remained audacious remote functions have been implemented.
Sun, 28 Oct 2007 09:19:29 -0500 William Pitcock fix search and select. (bugzilla #29)
Thu, 18 Oct 2007 18:02:10 +0300 Matti Hamalainen Maybe it works now.
Thu, 18 Oct 2007 17:07:00 +0300 Matti Hamalainen Fix insertion into playlist for plugins that _don't_ have subtunes. Sorry
Thu, 18 Oct 2007 01:30:05 +0300 Matti Hamalainen Make selective subtunes support actually work.
Wed, 17 Oct 2007 23:01:59 +0300 Matti Hamalainen Use a more describing variable name.
Sat, 13 Oct 2007 19:31:02 -0500 William Pitcock fix for livelock reported by joker...
Wed, 26 Sep 2007 00:16:39 +0300 Matti Hamalainen Simplify adding of all sub-tunes.
Tue, 25 Sep 2007 23:36:01 +0300 Matti Hamalainen Slight cleanup of few functions and fix a potential segfault.