log

age author description
Sat, 16 Sep 2006 19:18:59 -0700 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
Sat, 16 Sep 2006 19:13:26 -0700 js [svn] #undef ALIGN, since it's already defined on OpenBSD. trunk
Sat, 16 Sep 2006 19:10:07 -0700 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
Sat, 16 Sep 2006 18:58:23 -0700 js [svn] nenolod's fix for the soundcard.h check was incomplete, fixed trunk
Sat, 16 Sep 2006 18:56:17 -0700 nenolod [svn] - check for soundcard.h trunk
Sat, 16 Sep 2006 18:46:42 -0700 nenolod [svn] - oh oops trunk
Sat, 16 Sep 2006 17:53:36 -0700 nenolod [svn] - remove reference in autoconf trunk
Sat, 16 Sep 2006 17:51:46 -0700 nenolod [svn] - do not generate a Makefile for libconsole trunk
Sat, 16 Sep 2006 17:47:12 -0700 nenolod [svn] - remove iconv code altogether trunk
Sat, 16 Sep 2006 17:17:22 -0700 js [svn] Fixed a LOT of warnings showing up with -Wall. This is the first step trunk
Sat, 16 Sep 2006 16:26:54 -0700 js [svn] Fixed a lot of warnings that only showed up on *BSD. trunk
Sat, 16 Sep 2006 15:21:56 -0700 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
Sat, 16 Sep 2006 10:08:23 -0700 js [svn] Fixed 3 warnings, 2 unused variables and 1 missing include trunk
Sat, 16 Sep 2006 08:34:03 -0700 chainsaw [svn] Use the VFS layer. trunk
Sat, 16 Sep 2006 07:33:28 -0700 js [svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunk
Sat, 16 Sep 2006 07:18:18 -0700 chainsaw [svn] Use the VFS layer. trunk
Fri, 15 Sep 2006 21:36:31 -0700 yaz [svn] - no more busy loop if a file in playlist disappears. trunk
Fri, 15 Sep 2006 20:21:35 -0700 yaz [svn] improvement of filepopup: trunk
Fri, 15 Sep 2006 20:10:47 -0700 nenolod [svn] - actually on second thought, i don't see the point in this trunk
Fri, 15 Sep 2006 19:59:32 -0700 nenolod [svn] - change Makefile / filename trunk
Fri, 15 Sep 2006 19:58:27 -0700 nenolod [svn] - branch xspf plugin for podcasting support trunk
Fri, 15 Sep 2006 18:51:16 -0700 yaz [svn] - omit get_mtime from playlist_get_info_func(). trunk
Fri, 15 Sep 2006 18:26:57 -0700 nenolod [svn] - do not build OSS plugin unless we really can trunk
Fri, 15 Sep 2006 18:24:27 -0700 nenolod [svn] - remove debugging printf()'s trunk
Fri, 15 Sep 2006 16:48:51 -0700 nenolod [svn] - only build cdaudio plugin if we support DAE trunk
Fri, 15 Sep 2006 16:36:30 -0700 nenolod [svn] - if a pkg-config module is unavailable, report this trunk
Fri, 15 Sep 2006 16:34:23 -0700 nenolod [svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunk
Fri, 15 Sep 2006 16:32:15 -0700 nenolod [svn] - build CoreAudio plugin if available trunk
Fri, 15 Sep 2006 14:31:03 -0700 nenolod [svn] - remove sqlite from main makefile trunk
Fri, 15 Sep 2006 14:30:28 -0700 nenolod [svn] - remove sqlite trunk
Fri, 15 Sep 2006 08:01:40 -0700 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
Fri, 15 Sep 2006 07:46:49 -0700 nenolod [svn] - DND fixes trunk
Fri, 15 Sep 2006 06:36:26 -0700 js [svn] - Removed .cpp.o target since we don't have any .cpp files anymore. trunk
Thu, 14 Sep 2006 14:06:45 -0700 nenolod [svn] - enforce support of our file extensions through use of the .SUFFIXES target trunk
Thu, 14 Sep 2006 13:56:35 -0700 js [svn] * One more .cpp -> .cxx trunk
Thu, 14 Sep 2006 13:38:05 -0700 js [svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me... trunk
Thu, 14 Sep 2006 13:33:10 -0700 js [svn] .cpp -> .cxx trunk
Thu, 14 Sep 2006 13:27:38 -0700 giacomo [svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunk
Thu, 14 Sep 2006 08:46:01 -0700 js [svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunk
Thu, 14 Sep 2006 07:50:44 -0700 js [svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunk
Thu, 14 Sep 2006 07:40:39 -0700 js [svn] Just saw another bug in the same line. The if was always false. trunk
Thu, 14 Sep 2006 07:38:06 -0700 js [svn] Fixed mk/objective.mk so that there won't be any trunk
Wed, 13 Sep 2006 18:59:47 -0700 yaz [svn] - Avoid trying to regenerate parse.c. Regeneration is unnecessary in usual case and requires lemon as parser generator. trunk
Wed, 13 Sep 2006 16:05:01 -0700 giacomo [svn] - amidi-plug uses vfs now trunk
Wed, 13 Sep 2006 15:59:49 -0700 giacomo [svn] - File stream API for audacious vfs; uses real getc/ungetc functions for vfs_stdio and emulated functions for vfs_gnome trunk
Wed, 13 Sep 2006 14:01:54 -0700 js [svn] Added BSD make to the recommended make versions since it's officially supported now. trunk
Wed, 13 Sep 2006 13:58:21 -0700 nenolod [svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunk
Wed, 13 Sep 2006 13:56:08 -0700 js [svn] Fixed some Makefiles to make it work with BSD make. trunk
Wed, 13 Sep 2006 11:03:25 -0700 chainsaw [svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk
Wed, 13 Sep 2006 09:40:07 -0700 chainsaw [svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk
Wed, 13 Sep 2006 09:05:18 -0700 chainsaw [svn] Mark autogen.sh executable. trunk
Wed, 13 Sep 2006 08:06:57 -0700 chainsaw [svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>. trunk
Wed, 13 Sep 2006 06:38:40 -0700 chainsaw [svn] Fixes for NetBSD by Jonathan Schleifer <js@h3c.de> trunk
Wed, 13 Sep 2006 05:22:45 -0700 chainsaw [svn] Remove unused bmp_player.xpm; as requested by Mikachu on #audacious. trunk
Tue, 12 Sep 2006 23:31:24 -0700 nenolod [svn] - new DND handler trunk
Tue, 12 Sep 2006 23:11:07 -0700 nenolod [svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562) trunk
Tue, 12 Sep 2006 10:59:59 -0700 giacomo [svn] - amidi-plug 0.6 imported; among other improvements, multiple soundfont loading for fluidsynth backend and option to extract/display lyrics and comments contained in midi files trunk
Mon, 11 Sep 2006 16:06:23 -0700 chainsaw [svn] Use the VFS. trunk
Mon, 11 Sep 2006 15:24:52 -0700 chainsaw [svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins. trunk
Mon, 11 Sep 2006 13:15:31 -0700 chainsaw [svn] Partial sync with upstream. trunk
Mon, 11 Sep 2006 11:23:34 -0700 lu_zero [svn] fix a typo trunk
Sun, 10 Sep 2006 23:39:54 -0700 yaz [svn] - make fileinfo_recursive_get_image() breadth first search. trunk
Sun, 10 Sep 2006 15:36:17 -0700 chainsaw [svn] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265. trunk
Sun, 10 Sep 2006 14:28:45 -0700 chainsaw [svn] Have output plugins use the VFS layer too. trunk
Sun, 10 Sep 2006 14:01:14 -0700 chainsaw [svn] Use the VFS layer. trunk
Sun, 10 Sep 2006 12:19:35 -0700 chainsaw [svn] Portability fix provided by Matti H¸«£m¸«£l¸«£inen (ccr/TNSP). trunk
Sun, 10 Sep 2006 06:40:15 -0700 chainsaw [svn] Non-RTSP should compile too, ktnxbye. trunk
Sat, 09 Sep 2006 21:52:25 -0700 lu_zero [svn] rtsp support in mp3 trunk
Sat, 09 Sep 2006 18:04:36 -0700 chainsaw [svn] Make the playback resume code a lot more robust. trunk
Sat, 09 Sep 2006 18:02:42 -0700 lu_zero [svn] avoid segfaults trunk
Fri, 08 Sep 2006 17:31:49 -0700 nenolod [svn] - ensure that the module symtable is consistantly unique on Mach-O bundles trunk
Fri, 08 Sep 2006 16:55:47 -0700 chainsaw [svn] Hook PulseAudio into the build system and clean it up a little. trunk
Fri, 08 Sep 2006 16:00:10 -0700 chainsaw [svn] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering. trunk
Fri, 08 Sep 2006 10:55:02 -0700 nenolod [svn] - remove this trunk
Thu, 07 Sep 2006 22:26:54 -0700 nenolod [svn] - revert back to r2216 trunk
Thu, 07 Sep 2006 22:00:35 -0700 nenolod [svn] - more hammering trunk
Thu, 07 Sep 2006 21:51:36 -0700 nenolod [svn] - hammer a little more trunk
Thu, 07 Sep 2006 21:47:45 -0700 nenolod [svn] - stuff trunk
Thu, 07 Sep 2006 21:44:05 -0700 nenolod [svn] - abstractionalize a lot of stuff, build still broken, live with it trunk
Thu, 07 Sep 2006 20:53:57 -0700 nenolod [svn] - remove orphaned dependencies trunk
Thu, 07 Sep 2006 20:52:55 -0700 nenolod [svn] - remove WA2gui code trunk
Thu, 07 Sep 2006 20:50:14 -0700 nenolod [svn] - add Makefile trunk
Thu, 07 Sep 2006 20:41:35 -0700 nenolod [svn] - new InterfacePlugin API. trunk
Thu, 07 Sep 2006 20:27:46 -0700 nenolod [svn] - keep filepopup code in the core for now trunk
Thu, 07 Sep 2006 19:57:27 -0700 nenolod [svn] - copy the WA2GUI code into a Plugin shell trunk
Thu, 07 Sep 2006 18:33:19 -0700 nenolod [svn] - use gdk_drawable_get_size() instead trunk
Thu, 07 Sep 2006 17:27:27 -0700 nenolod [svn] - use smartinclude here instead of conditional-based imports trunk
Thu, 07 Sep 2006 17:25:29 -0700 nenolod [svn] - gtkquartz compatibility, pass 1 trunk
Thu, 07 Sep 2006 11:57:03 -0700 nenolod [svn] - use #ifdef linux instead trunk
Thu, 07 Sep 2006 11:45:48 -0700 nenolod [svn] - wma.c: use av_malloc() instead of directly using posix_memalign() trunk
Thu, 07 Sep 2006 11:32:59 -0700 nenolod [svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) trunk
Thu, 07 Sep 2006 11:06:40 -0700 nenolod [svn] - remove CoreAudio plugin, and try again :P trunk
Thu, 07 Sep 2006 09:11:46 -0700 nenolod [svn] - fork the OSS plugin for CoreAudio work trunk
Wed, 06 Sep 2006 22:10:19 -0700 nenolod [svn] - kludge for libintl borkenness trunk
Wed, 06 Sep 2006 22:03:27 -0700 nenolod [svn] - include time.h trunk
Wed, 06 Sep 2006 15:24:15 -0700 nenolod [svn] - module fixes trunk
Wed, 06 Sep 2006 14:46:09 -0700 nenolod [svn] - make audtool build trunk
Wed, 06 Sep 2006 14:21:40 -0700 nenolod [svn] - audacious now builds on OS X trunk
Wed, 06 Sep 2006 14:01:53 -0700 nenolod [svn] - they fucking say I'm nuts trunk
Wed, 06 Sep 2006 13:54:02 -0700 nenolod [svn] -Wl,-export-dynamic isn't needed here. trunk
Wed, 06 Sep 2006 13:37:57 -0700 nenolod [svn] - handle OS X linking command trunk
Wed, 06 Sep 2006 13:24:54 -0700 nenolod [svn] - AC_SUBST(PICLDFLAGS) sorry trunk
Wed, 06 Sep 2006 13:21:40 -0700 nenolod [svn] - use $(SHARED_SUFFIX) trunk
Wed, 06 Sep 2006 13:04:37 -0700 nenolod [svn] - PICFLAGS should not call -shared/-bundle as some versions of GCC will misinterpret that. Only PICLDFLAGS should. trunk
Wed, 06 Sep 2006 13:01:04 -0700 nenolod [svn] - add PICLDFLAGS, PICFLAGS, SHARED_SUFFIX identifiers trunk
Wed, 06 Sep 2006 12:57:50 -0700 nenolod [svn] - detect what $(SHARED_SUFFIX) should be. trunk
Tue, 05 Sep 2006 19:57:18 -0700 nhjm449 [svn] - Reapply r2161 trunk
Tue, 05 Sep 2006 09:18:30 -0700 nenolod [svn] - don't be picky about what aclocal version we are using. trunk
Tue, 05 Sep 2006 09:14:08 -0700 nenolod [svn] - why is this here? it really fucks with my SVN client on OS X, so I am deleting it as it's unreferenced trunk
Tue, 05 Sep 2006 08:40:08 -0700 yaz [svn] - do not show filepopup for blank region when a playlist is shorter than the playlist window. trunk
Tue, 05 Sep 2006 08:09:14 -0700 lu_zero [svn] generic vfs_gets and m3u updated to use vfs trunk
Mon, 04 Sep 2006 22:36:30 -0700 nhjm449 [svn] - Fix audacious-arts-helper warnings. trunk
Mon, 04 Sep 2006 19:47:32 -0700 yaz [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives. trunk
Sun, 03 Sep 2006 22:04:17 -0700 nhjm449 [svn] - If transparency fails, disable it. trunk
Sat, 02 Sep 2006 08:24:10 -0700 yaz [svn] - chardet patch for Russian language witten by Valentine Sinitsyn. trunk
Wed, 30 Aug 2006 06:14:33 -0700 yaz [svn] - revert equalizer.c and ui_playlist.c. :( trunk
Wed, 30 Aug 2006 02:44:09 -0700 yaz [svn] - fix for memory leak. trunk
Wed, 30 Aug 2006 02:37:40 -0700 yaz [svn] - same to r2149, one more window. :) trunk
Tue, 29 Aug 2006 23:15:43 -0700 yaz [svn] - comment out some gtk_window_set_transient_for() which hide mainwin unexpectedly. trunk
Tue, 29 Aug 2006 19:55:37 -0700 nhjm449 [svn] - Add ability to show/hide main player window. trunk