Mercurial > audlegacy
log
age | author | description |
---|---|---|
Mon, 01 May 2006 15:08:28 -0700 | chainsaw | [svn] A GCC warning pointed out that the *bp++ statement did not actually do anything useful, quite certain that the author intended \(*bp\)++ or *bp += 1 here. trunk |
Mon, 01 May 2006 14:20:50 -0700 | chainsaw | [svn] Add wmclass information to the playlist and equalizer. Patch by cha0smaster, closes bug #481. trunk |
Mon, 01 May 2006 13:53:20 -0700 | chainsaw | [svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479. trunk |
Mon, 01 May 2006 08:38:43 -0700 | chainsaw | [svn] Properly nullify the tag pointer or we could be passing a stale one. trunk |