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.
Thu, 20 Mar 2008 01:37:46 +0900 Yoshiki Yazawa revive support for zip and other archive formats. T.M aka teknocat pointed out this problem and provided preliminary patch.
Mon, 17 Mar 2008 21:38:04 +0100 mf0102 patch by chrome
Fri, 14 Mar 2008 15:13:40 +0200 Matti Hamalainen Minor shellscript consistency cleanups, always test strings
Fri, 14 Mar 2008 13:51:17 +0200 Matti Hamalainen Use glib types consistently.
Fri, 14 Mar 2008 02:01:38 +0300 Eugene Zagidullin Added tag audacious-plugins-1.5.0 for changeset 695e2c6040f2
Thu, 13 Mar 2008 17:00:03 -0500 William Pitcock Drop NEWS and ChangeLog. audacious-plugins-1.5.0
Thu, 13 Mar 2008 16:42:02 -0500 William Pitcock Remove debugging notice.
Thu, 13 Mar 2008 16:39:55 -0500 William Pitcock Fix version relation.
Thu, 13 Mar 2008 16:39:13 -0500 William Pitcock Make this work with projectM 1.0 again.
Thu, 13 Mar 2008 23:23:04 +0200 Matti Hamalainen Some sanitization, I hope.
Thu, 13 Mar 2008 22:53:14 +0200 Matti Hamalainen Removed unused file and directory.
Thu, 13 Mar 2008 22:52:38 +0200 Matti Hamalainen I suppose the -plugins should be version 1.5.0 too.
Thu, 13 Mar 2008 22:32:40 +0200 Matti Hamalainen Check for Audacious >= 1.5.0 instead.
Tue, 11 Mar 2008 23:10:28 +0200 Calin Crisan ccrisan Fixed the nocd-dialog; however it may still crash when starting audacious with cdda:// argument
Sat, 08 Mar 2008 10:17:53 +0100 Tomasz Mon string arrays should be freed with g_strfreev()