Mercurial > audlegacy
graph
-
[svn] Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too. trunkSat, 16 Sep 2006 19:10:07 -0700, by js
-
[svn] nenolod's fix for the soundcard.h check was incomplete, fixed trunkSat, 16 Sep 2006 18:58:23 -0700, by js
-
[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step trunkSat, 16 Sep 2006 17:17:22 -0700, by js
-
[svn] Fixed a lot of warnings that only showed up on *BSD. trunkSat, 16 Sep 2006 16:26:54 -0700, by js
-
[svn] Our code is clean enough to not need -Wno-strict-aliasing, with the exception of playlist_list.c (so set that flag for widgets dir only). trunkSat, 16 Sep 2006 15:21:56 -0700, by chainsaw
-
[svn] Fixed 3 warnings, 2 unused variables and 1 missing include trunkSat, 16 Sep 2006 10:08:23 -0700, by js
-
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunkSat, 16 Sep 2006 07:33:28 -0700, by js
-
[svn] - no more busy loop if a file in playlist disappears. trunkFri, 15 Sep 2006 21:36:31 -0700, by yaz
-
[svn] - actually on second thought, i don't see the point in this trunkFri, 15 Sep 2006 20:10:47 -0700, by nenolod
-
[svn] - do not build OSS plugin unless we really can trunkFri, 15 Sep 2006 18:26:57 -0700, by nenolod
-
[svn] - only build cdaudio plugin if we support DAE trunkFri, 15 Sep 2006 16:48:51 -0700, by nenolod
-
[svn] - if a pkg-config module is unavailable, report this trunkFri, 15 Sep 2006 16:36:30 -0700, by nenolod
-
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunkFri, 15 Sep 2006 16:34:23 -0700, by nenolod
-
[svn] This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD. trunkFri, 15 Sep 2006 08:01:40 -0700, by js
-
[svn] - Removed .cpp.o target since we don't have any .cpp files anymore. trunkFri, 15 Sep 2006 06:36:26 -0700, by js
-
[svn] - enforce support of our file extensions through use of the .SUFFIXES target trunkThu, 14 Sep 2006 14:06:45 -0700, by nenolod
-
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me... trunkThu, 14 Sep 2006 13:38:05 -0700, by js
-
[svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunkThu, 14 Sep 2006 13:27:38 -0700, by giacomo
-
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunkThu, 14 Sep 2006 08:46:01 -0700, by js
-
[svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunkThu, 14 Sep 2006 07:50:44 -0700, by js
-
[svn] Just saw another bug in the same line. The if was always false. trunkThu, 14 Sep 2006 07:40:39 -0700, by js
-
[svn] - Avoid trying to regenerate parse.c. Regeneration is unnecessary in usual case and requires lemon as parser generator. trunkWed, 13 Sep 2006 18:59:47 -0700, by yaz
-
[svn] - File stream API for audacious vfs; uses real getc/ungetc functions for vfs_stdio and emulated functions for vfs_gnome trunkWed, 13 Sep 2006 15:59:49 -0700, by giacomo
-
[svn] Added BSD make to the recommended make versions since it's officially supported now. trunkWed, 13 Sep 2006 14:01:54 -0700, by js
-
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunkWed, 13 Sep 2006 13:58:21 -0700, by nenolod
-
[svn] Fixed some Makefiles to make it work with BSD make. trunkWed, 13 Sep 2006 13:56:08 -0700, by js
-
[svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunkWed, 13 Sep 2006 11:03:25 -0700, by chainsaw
-
[svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunkWed, 13 Sep 2006 09:40:07 -0700, by chainsaw