log

age author description
Sat, 29 Mar 2008 12:52:18 +0200 Matti Hamalainen Certain piece of allocated memory was free'd before we were done with it,
Sat, 29 Mar 2008 12:14:17 +0200 Matti Hamalainen Added a menuitem for 'Rescan CD' into that other menu too, since 'Add CD' is in both.
Sat, 29 Mar 2008 12:08:06 +0200 Matti Hamalainen Indeed 'new' might not be a C keyword, but it's a C++ keyword and thus not recommended to be used as a identifier.
Sat, 29 Mar 2008 12:06:38 +0200 Matti Hamalainen Tiny cleanups of repetitive code syndrome madness; Added some null-pointer checks.
Sat, 29 Mar 2008 11:28:11 +0200 Matti Hamalainen Added a plugin-services menu option to force re-scanning of CD, patch
Sat, 29 Mar 2008 11:14:39 +0200 Matti Hamalainen Removed xs_memset(), just use memset().
Fri, 28 Mar 2008 02:42:17 +0200 Matti Hamalainen Fixed Mercurial instructions for stable branches.
Thu, 27 Mar 2008 04:15:28 +0200 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Tue, 25 Mar 2008 22:04:31 +0200 Matti Hamalainen Fuglyness trimming.
Sun, 23 Mar 2008 21:03:51 +0200 Matti Hamalainen Add note about license in about box.
Thu, 27 Mar 2008 00:13:29 +0900 Yoshiki Yazawa take care of force_v2_val, only_v1_val and only_v2_val
Thu, 27 Mar 2008 00:05:43 +0900 Yoshiki Yazawa make force reopen audio default
Wed, 26 Mar 2008 23:50:50 +0900 Yoshiki Yazawa exclude zip etc which doesn't contain any mod file.
Tue, 25 Mar 2008 17:28:14 +0100 mf0102 initialize configuration GUI only if needed
Mon, 24 Mar 2008 17:40:33 +0100 Sascha Hlusiak alsa: Make spinlocks a bit less scary. Don't lock up in alsa_flush when output is closed.