log

age author description
2006-09-18 nenolod [svn] - lets be C++ friendly trunk
2006-09-18 nenolod [svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunk
2006-09-18 nenolod [svn] - export the util.h as provided by audacious/ trunk
2006-09-18 nenolod [svn] - merge libaudacious (public) and audacious util APIs trunk
2006-09-18 nenolod [svn] - add the PlaylistContainer API to the SDK. trunk
2006-09-18 nenolod [svn] - add the playlist API to the SDK. trunk
2006-09-17 nenolod [svn] - add missing 'test' trunk
2006-09-17 nenolod [svn] - remove redundant test trunk
2006-09-17 js [svn] Fixed unused variable and missing type conversion trunk
2006-09-17 js [svn] Add #undef FSCALE, since it's already defined on OpenBSD trunk
2006-09-17 js [svn] #undef TRUE and FALSE before inclusion of mpcdec.h since both, GTK and mpcdev, define this, which leads to a hard error on OpenBSD trunk
2006-09-17 js [svn] #undef ALIGN, since it's already defined on OpenBSD. trunk
2006-09-17 js [svn] Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too. trunk
2006-09-17 js [svn] nenolod's fix for the soundcard.h check was incomplete, fixed trunk
2006-09-17 nenolod [svn] - check for soundcard.h trunk
2006-09-17 nenolod [svn] - oh oops trunk
2006-09-17 nenolod [svn] - remove reference in autoconf trunk
2006-09-17 nenolod [svn] - do not generate a Makefile for libconsole trunk
2006-09-17 nenolod [svn] - remove iconv code altogether trunk
2006-09-17 js [svn] Fixed a LOT of warnings showing up with -Wall. This is the first step trunk
2006-09-16 js [svn] Fixed a lot of warnings that only showed up on *BSD. trunk
2006-09-16 chainsaw [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). trunk
2006-09-16 js [svn] Fixed 3 warnings, 2 unused variables and 1 missing include trunk
2006-09-16 chainsaw [svn] Use the VFS layer. trunk
2006-09-16 js [svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunk
2006-09-16 chainsaw [svn] Use the VFS layer. trunk
2006-09-16 yaz [svn] - no more busy loop if a file in playlist disappears. trunk
2006-09-16 yaz [svn] improvement of filepopup: trunk
2006-09-16 nenolod [svn] - actually on second thought, i don't see the point in this trunk
2006-09-16 nenolod [svn] - change Makefile / filename trunk
2006-09-16 nenolod [svn] - branch xspf plugin for podcasting support trunk
2006-09-16 yaz [svn] - omit get_mtime from playlist_get_info_func(). trunk
2006-09-16 nenolod [svn] - do not build OSS plugin unless we really can trunk
2006-09-16 nenolod [svn] - remove debugging printf()'s trunk
2006-09-15 nenolod [svn] - only build cdaudio plugin if we support DAE trunk
2006-09-15 nenolod [svn] - if a pkg-config module is unavailable, report this trunk
2006-09-15 nenolod [svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunk
2006-09-15 nenolod [svn] - build CoreAudio plugin if available trunk
2006-09-15 nenolod [svn] - remove sqlite from main makefile trunk
2006-09-15 nenolod [svn] - remove sqlite trunk
2006-09-15 js [svn] This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD. trunk
2006-09-15 nenolod [svn] - DND fixes trunk
2006-09-15 js [svn] - Removed .cpp.o target since we don't have any .cpp files anymore. trunk
2006-09-14 nenolod [svn] - enforce support of our file extensions through use of the .SUFFIXES target trunk
2006-09-14 js [svn] * One more .cpp -> .cxx trunk
2006-09-14 js [svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me... trunk
2006-09-14 js [svn] .cpp -> .cxx trunk
2006-09-14 giacomo [svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunk
2006-09-14 js [svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunk
2006-09-14 js [svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunk
2006-09-14 js [svn] Just saw another bug in the same line. The if was always false. trunk
2006-09-14 js [svn] Fixed mk/objective.mk so that there won't be any trunk
2006-09-14 yaz [svn] - Avoid trying to regenerate parse.c. Regeneration is unnecessary in usual case and requires lemon as parser generator. trunk
2006-09-13 giacomo [svn] - amidi-plug uses vfs now trunk
2006-09-13 giacomo [svn] - File stream API for audacious vfs; uses real getc/ungetc functions for vfs_stdio and emulated functions for vfs_gnome trunk
2006-09-13 js [svn] Added BSD make to the recommended make versions since it's officially supported now. trunk
2006-09-13 nenolod [svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunk
2006-09-13 js [svn] Fixed some Makefiles to make it work with BSD make. trunk
2006-09-13 chainsaw [svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk
2006-09-13 chainsaw [svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk