log

age author description
Sun, 26 Apr 2009 13:15:34 -0400 John Lindgren Enable opening jump to file dialog from audtool.
Sun, 26 Apr 2009 12:32:33 -0400 John Lindgren Use playlist_get_mtime, not plain stat, when sorting by date (bug #20)
Sun, 26 Apr 2009 04:34:53 -0400 John Lindgren When deleting last playlist, set title to "Untitled Playlist", as for a new one.
Sun, 26 Apr 2009 03:35:03 -0400 John Lindgren Fix a crash when deleting a playlist.
Sat, 25 Apr 2009 21:32:54 -0400 John Lindgren Eliminate a double free (bug #30)
Fri, 24 Apr 2009 09:43:41 +0100 Tony Vroon Acknowledge contribution by Edward Sheldrake in bug #12.
Fri, 24 Apr 2009 09:43:03 +0100 Tony Vroon Do not leave the audio device open when using stop after current song, patch by Edward Sheldrake closes bug #12.
Fri, 24 Apr 2009 09:27:28 +0100 Tony Vroon Acknowledge contribution by John Wehle for bug #46.
Mon, 20 Apr 2009 00:12:18 +0100 Tony Vroon We do not care about hook_find(name) past the if-statement. Do not assign to a variable.
Sun, 19 Apr 2009 23:52:10 +0100 Tony Vroon Remove one instance where http_flag is declared and assigned, but otherwise unused. From code analysis, unique ID 2JxrMA.
Sun, 19 Apr 2009 23:43:13 +0100 Tony Vroon Remove declaration & assignment of numsongs, the variable is unused. From code analysis, unique ID q3QDmA.
Sun, 19 Apr 2009 23:39:14 +0100 Tony Vroon Stop assigning node, the variable is unused. Removes need for node and one PLAYLIST_LOCK/UNLOCK pair. From code analysis, unique ID 99OFUU.
Sun, 19 Apr 2009 23:26:48 +0100 Tony Vroon We only need the results of the stat once, do not bother with a variable at all. From code analysis, unique ID uYRsrf.
Sat, 18 Apr 2009 11:58:27 +0200 Tomasz Mon Spell Micha¸©Č Lipski's name correctly
Fri, 17 Apr 2009 16:43:45 +0100 Tony Vroon Acknowledge contributions by Michal Lipski.
Thu, 16 Apr 2009 20:22:52 -0500 William Pitcock on_about_window_expose(): avoid NULL-dereference
Thu, 16 Apr 2009 20:14:28 -0500 William Pitcock audacious_rc_playlist_enqueue_to_temp(): drop totally unused value
Thu, 16 Apr 2009 20:07:38 -0500 William Pitcock prefswin_page_destroy(): add missing 'continue' instruction.
Thu, 16 Apr 2009 20:01:24 -0500 William Pitcock vis_playback_stop(): don't bother with assigning values when they are assigned again later.
Thu, 16 Apr 2009 19:57:44 -0500 William Pitcock Remove no longer relevant code.
Thu, 16 Apr 2009 19:49:20 -0500 William Pitcock Initialize rv to EXT_FALSE.
Tue, 14 Apr 2009 16:26:12 -0500 William Pitcock there was an 'a' here. how did that get there
Tue, 14 Apr 2009 15:16:54 -0500 William Pitcock Fix .M files being recognized as playlists.
Mon, 13 Apr 2009 01:18:06 -0400 John Lindgren On second thought, apply equalizer settings on (re)opening audio
Mon, 13 Apr 2009 00:53:26 -0400 John Lindgren Apply saved equalizer settings on startup
Sun, 12 Apr 2009 23:52:38 -0400 John Lindgren Heal the equalizer's clipping prevention of insanity
Sun, 12 Apr 2009 23:03:39 -0400 John Lindgren Hook up the equalizer (bug #24)
Sun, 12 Apr 2009 19:58:12 -0400 John Lindgren Updated Catalan translation from Ernest Adrogu¸«± (bug #25)
Sun, 12 Apr 2009 19:40:25 -0400 John Lindgren Spell Ernest Adrogu¸«±'s name correctly (bug #26)
Mon, 13 Apr 2009 00:27:33 +0100 Tony Vroon Unsigned integer != gsize.