Mercurial > audlegacy
graph
-
[svn] Okay, braindead configuration handling. Disabling config button for now. trunk2005-12-18, by chainsaw
-
[svn] Dereferencing type-punned pointer will break strict-aliasing rules squashed by Mark Loeser <halcy0n@gentoo.org>. trunk2005-12-18, by chainsaw
-
[svn] Do not abort if libmpc is not found, just disable musepack plugin. trunk2005-12-18, by chainsaw
-
[svn] Begin resurrecting config dialog. It compiles. Basic functionality is available, but see debug spew for TODO list. trunk2005-12-18, by chainsaw
-
[svn] Do not try to grab .rar for unpack & module search, the specs change all the time. Has caused explosions & hangs. trunk2005-12-18, by chainsaw
-
[svn] Squash the implicit declaration warnings by including the correct util.h trunk2005-12-17, by chainsaw
-
[svn] Revert changes; this plugin is hard to convert to configdb. Leave it for now. trunk2005-12-17, by chainsaw
-
[svn] Remove unnecessary configfile.h include, this plugin has no config support. trunk2005-12-17, by chainsaw
-
[svn] Convert to configdb. GThreadify and peel off layer of threading macro madness. trunk2005-12-17, by chainsaw
-
[svn] Squash 3 warnings by compiling as C99 code. Remove round_trick kludge. trunk2005-12-17, by chainsaw
-
[svn] Properly initialize vars before use. A debug-only message threw a warning, it had to go. trunk2005-12-17, by chainsaw
-
[svn] Use GTK_SIGNAL_FUNC() where needed and remove a totally random const qualifier. trunk2005-12-17, by chainsaw
-
[svn] Juggle some declarations around to reduce warnings. Also remove one debugging statement that triggers a warning. trunk2005-12-17, by chainsaw
-
[svn] GThreadify and fix includes. And although it compiles, let us not ship this. No playback at all. trunk2005-12-16, by chainsaw
-
[svn] possible DND fix for konqueror. (cleaned up version of fixed version of my cleanups... trunk2005-12-14, by nenolod
-
[svn] Vorbis UTF-8 tag conversion patch, via Takuo Kitame <kitame@debian.org>. trunk2005-12-13, by nenolod
-
[svn] Use modplug instead of mikmod. Supports more formats & compressed files. trunk2005-12-10, by chainsaw
-
[svn] Raise MAX_CODED_SUPERFRAME_SIZE to 16384 in accordance with ffmpeg CVS. trunk2005-12-10, by chainsaw
-
[svn] Merge a cleaned up version of the patch included with #383. Audacious trunk2005-12-10, by nenolod
-
[svn] We shouldn't have to close the output plugin from here. I don't know why trunk2005-12-08, by nenolod
-
[svn] Kill some warnings here -- the other warnings I can't kill yet, as I've trunk2005-12-08, by nenolod
-
[svn] Use a mutex, lower timeouts. Do not spin waiting for playback to start. trunk2005-12-08, by chainsaw
-
[svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy. trunk2005-12-07, by chainsaw
-
[svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles. trunk2005-12-07, by chainsaw
-
[svn] Properly report Audacious instead of XMMS or BMP in all places. Patch by laci; closes bug #379. trunk2005-12-04, by chainsaw
-
[svn] Create some proper headers and include them. No more implicit declarations. trunk2005-12-04, by chainsaw
-
[svn] Initialize two variables before use and remove an unused one. Squashes 3 warnings. trunk2005-12-04, by chainsaw
-
[svn] Do not discard pointer target type, and do not use deprecated g_basename function. trunk2005-12-04, by chainsaw
-
[svn] Use GdkAtom instead of a regular Atom. 3 characters inserted cure 3 warnings; good return on investment... trunk2005-12-04, by chainsaw
-
[svn] Add two missing casts and update the player buffer description from XMMS to Audacious. trunk2005-12-03, by chainsaw
-
[svn] Avoid discarding pointer type qualifiers by not using the result of gtk_entry_get_text directly. trunk2005-12-03, by chainsaw
-
[svn] Add casts to callbacks in signal handlers to avoid warning. GCC would like a return statement too. trunk2005-12-02, by chainsaw
-
[svn] Convert UTF-16 (windows-1252) into something useful. Original patch by incomp@#audacious, trunk2005-11-30, by nenolod
-
[svn] Fix AAC linkage for gcc4, which does not autolink against libstdc++. trunk2005-11-29, by nenolod
-
[svn] Update translation template, and add new audacious messages to the POTFILES.in. trunk2005-11-27, by nenolod
-
[svn] - Implement widget_draw_quick(widget_t *) for doing an immediate draw trunk2005-11-27, by nenolod
-
[svn] Unicode support fixes, based on an XMMS patch written by Ilya Konstantinov. <ikonst@users.sourceforge.net>: trunk2005-11-26, by nenolod
-
[svn] Make the left and right keys work when the playlist window has focus. trunk2005-11-26, by nenolod
-
[svn] Working WMA support. I never said it would be pretty, neno, I should said it would play. trunk2005-11-21, by chainsaw
-
[svn] Rename controlsocket to audacious, from xmms, so that xmms stuff wont crash us. trunk2005-11-21, by nenolod
-
[svn] Sync with xmms-wma instead of bmp-wma & GThreadify. Does not explode, but does not play either. trunk2005-11-19, by chainsaw
-
[svn] Verify that all files are under version control. Upload a few that were not. trunk2005-11-17, by chainsaw
-
[svn] GThreadify plugin. Adds a return statement and removes a pragma statement to please GCC. trunk2005-11-17, by chainsaw
-
[svn] Synced with bmp-mp4. Build system is fragile, but should work now. trunk2005-11-17, by chainsaw
-
[svn] Fix an error on line 666, reported by Mikachu. Ironic that it *would* be line *666*. trunk2005-11-15, by nenolod
-
[svn] Remove assembly optimizations, we want to play nicely with any system. trunk2005-11-13, by nenolod
-
[svn] Add sndfile version of the wav plugin. Not integrated into buildsystem yet. trunk2005-11-12, by chainsaw
-
[svn] Add ability to override defaults via .audacious/config until we can get a GUI. trunk2005-11-11, by nenolod