Mercurial > audlegacy
graph
-
When deleting last playlist, set title to "Untitled Playlist", as for a new one.Sun, 26 Apr 2009 04:34:53 -0400, by John Lindgren
-
Fix a crash when deleting a playlist.Sun, 26 Apr 2009 03:35:03 -0400, by John Lindgren
-
Eliminate a double free (bug #30)Sat, 25 Apr 2009 21:32:54 -0400, by John Lindgren
-
Acknowledge contribution by Edward Sheldrake in bug #12.Fri, 24 Apr 2009 09:43:41 +0100, by 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:43:03 +0100, by Tony Vroon
-
Acknowledge contribution by John Wehle for bug #46.Fri, 24 Apr 2009 09:27:28 +0100, by Tony Vroon
-
We do not care about hook_find(name) past the if-statement. Do not assign to a variable.Mon, 20 Apr 2009 00:12:18 +0100, by 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:52:10 +0100, by Tony Vroon
-
Remove declaration & assignment of numsongs, the variable is unused. From code analysis, unique ID q3QDmA.Sun, 19 Apr 2009 23:43:13 +0100, by 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:39:14 +0100, by 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.Sun, 19 Apr 2009 23:26:48 +0100, by Tony Vroon
-
Spell Micha©È Lipski's name correctlySat, 18 Apr 2009 11:58:27 +0200, by Tomasz Mon
-
Acknowledge contributions by Michal Lipski.Fri, 17 Apr 2009 16:43:45 +0100, by Tony Vroon
-
on_about_window_expose(): avoid NULL-dereferenceThu, 16 Apr 2009 20:22:52 -0500, by William Pitcock
-
audacious_rc_playlist_enqueue_to_temp(): drop totally unused valueThu, 16 Apr 2009 20:14:28 -0500, by William Pitcock
-
prefswin_page_destroy(): add missing 'continue' instruction.Thu, 16 Apr 2009 20:07:38 -0500, by William Pitcock
-
vis_playback_stop(): don't bother with assigning values when they are assigned again later.Thu, 16 Apr 2009 20:01:24 -0500, by William Pitcock
-
Remove no longer relevant code.Thu, 16 Apr 2009 19:57:44 -0500, by William Pitcock
-
Initialize rv to EXT_FALSE.Thu, 16 Apr 2009 19:49:20 -0500, by William Pitcock
-
there was an 'a' here. how did that get thereTue, 14 Apr 2009 16:26:12 -0500, by William Pitcock
-
Fix .M files being recognized as playlists.Tue, 14 Apr 2009 15:16:54 -0500, by William Pitcock
-
On second thought, apply equalizer settings on (re)opening audioMon, 13 Apr 2009 01:18:06 -0400, by John Lindgren
-
Apply saved equalizer settings on startupMon, 13 Apr 2009 00:53:26 -0400, by John Lindgren
-
Heal the equalizer's clipping prevention of insanitySun, 12 Apr 2009 23:52:38 -0400, by John Lindgren
-
Hook up the equalizer (bug #24)Sun, 12 Apr 2009 23:03:39 -0400, by John Lindgren
-
Updated Catalan translation from Ernest Adrogu«± (bug #25)Sun, 12 Apr 2009 19:58:12 -0400, by John Lindgren
-
Spell Ernest Adrogu«±'s name correctly (bug #26)Sun, 12 Apr 2009 19:40:25 -0400, by John Lindgren
-
Unsigned integer != gsize.Mon, 13 Apr 2009 00:27:33 +0100, by Tony Vroon
-
Functions were declared that are only used in specific situations. Move a code block up a bit and #ifdef appropriately.Mon, 13 Apr 2009 00:19:52 +0100, by Tony Vroon
-
Fix "audacious -p" crash and failing to play on startupFri, 10 Apr 2009 20:02:45 -0400, by John Lindgren
-
Only hide, do not destroy, window on delete-event (Debian bug #495427)Fri, 10 Apr 2009 01:02:50 -0400, by John Lindgren
-
Fix "audtool help playback-seek-relative" crash (Debian bug #512910)Thu, 09 Apr 2009 20:43:01 -0400, by John Lindgren
-
Add 5px padding for label_timeWed, 04 Mar 2009 15:36:58 +0100, by Michal Lipski
-
Translation to Basque by I«Ðaki Larra«Ðaga Murgoitio.Wed, 08 Apr 2009 18:56:10 +0100, by Tony Vroon
-
"default" -> "newui".Sun, 05 Apr 2009 15:28:31 -0500, by William Pitcock
-
Add configdb entry "interface", and set default to "skinned".Sun, 05 Apr 2009 15:28:06 -0500, by William Pitcock
-
Unbreak compile.Sun, 05 Apr 2009 15:24:15 -0500, by William Pitcock
-
Add playlist_shift().Fri, 13 Mar 2009 14:22:07 -0500, by William Pitcock
-
renamed dbus symbol to audlegacyThu, 21 May 2009 19:17:02 +0900, by Yoshiki Yazawa
-
export on_skin_view_drag_data_received() for now.Sat, 28 Mar 2009 19:27:30 +0900, by Yoshiki Yazawa
-
Acknowledge contributions from John Lindgren, Debian bug #517692.Wed, 04 Mar 2009 13:02:14 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:44:30 +0000, by Tony Vroon
-
Do NOT save the config if we are crashing. This is a *hideously* bad idea.Sun, 01 Mar 2009 23:17:11 -0600, by William Pitcock
-
-equalizer.c:34: warning: implicit declaration of function ¡Æoutput_set_eq¡ÇSat, 28 Feb 2009 13:06:11 +0000, by Tony Vroon
-
Sort by probe_priority. Noisy decision logic for the plugins while we work this out.Sat, 28 Feb 2009 02:35:27 +0000, by Tony Vroon
-
Implement core changes for output plugin probing.Fri, 27 Feb 2009 19:21:36 -0600, by William Pitcock
-
get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES.Fri, 27 Feb 2009 19:16:28 -0600, by William Pitcock
-
Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed.Fri, 27 Feb 2009 17:38:36 -0600, by William Pitcock
-
Add OutputPluginInitStatus.Fri, 27 Feb 2009 17:37:10 -0600, by William Pitcock
-
include track number in D-Bus-exported metadata (fixes http://bugs.debian.org/514426)Wed, 18 Feb 2009 12:07:46 +0200, by Andrew O. Shadoura
-
removed one more dependencyFri, 06 Feb 2009 17:57:58 +0200, by Andrew O. Shadoura
-
remove redundant dependenciesFri, 06 Feb 2009 17:39:07 +0200, by Andrew O. Shadoura
-
-dbus.c:278: warning: implicit declaration of function ¡Ærun_filebrowser¡ÇMon, 19 Jan 2009 01:05:43 +0000, by Tony Vroon
-
-auddrct.c:110: warning: implicit declaration of function ¡Ærun_filebrowser¡ÇMon, 19 Jan 2009 01:00:11 +0000, by Tony Vroon
-
Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.Fri, 16 Jan 2009 23:44:42 +0000, by Tony Vroon
-
removed unnecessary spacesWed, 04 Feb 2009 07:31:14 +0900, by Yoshiki Yazawa
-
Fix source pathThu, 27 Nov 2008 22:07:26 +0900, by Konosuke Watanabe
-
pkgconfig files should be installed in lib/pkgconfigWed, 26 Nov 2008 11:53:37 +0900, by Yoshiki Yazawa
-
we should use modified libdir insted of plugindir.Wed, 26 Nov 2008 05:15:41 +0900, by Yoshiki Yazawa
-
moved private libraries to plugindir to avoid conflict with audacious.Wed, 26 Nov 2008 03:50:00 +0900, by Yoshiki Yazawa