log

age author description
Mon, 18 Sep 2006 13:21:50 -0700 nenolod [svn] - version change: 1.2.0-rc1 trunk
Mon, 18 Sep 2006 13:06:15 -0700 nenolod [svn] - add back a test for libxml2, that way we'll still use xspf as default if available trunk
Mon, 18 Sep 2006 13:03:22 -0700 nenolod [svn] - remove some plugin checks I missed trunk
Mon, 18 Sep 2006 12:59:14 -0700 nenolod [svn] - add a bugs@ address for audacious trunk
Mon, 18 Sep 2006 03:20:15 -0700 nenolod [svn] - add -D_AUDACIOUS_CORE here trunk
Mon, 18 Sep 2006 02:51:11 -0700 nenolod [svn] - remove plugins from the core distribution trunk
Mon, 18 Sep 2006 02:34:43 -0700 nenolod [svn] - add G_BEGIN_DECLS and G_END_DECLS for C++ users trunk
Mon, 18 Sep 2006 02:33:52 -0700 nenolod [svn] - only include non-SDK things if _AUDACIOUS_CORE is defined. trunk
Mon, 18 Sep 2006 02:30:57 -0700 nenolod [svn] - export main.h API trunk
Mon, 18 Sep 2006 02:06:40 -0700 nenolod [svn] - export xentry and xconvert API trunk
Mon, 18 Sep 2006 01:59:07 -0700 nenolod [svn] - C++ friendliness trunk
Mon, 18 Sep 2006 01:58:20 -0700 nenolod [svn] - lets be C++ friendly trunk
Mon, 18 Sep 2006 01:56:09 -0700 nenolod [svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunk
Mon, 18 Sep 2006 01:45:08 -0700 nenolod [svn] - export the util.h as provided by audacious/ trunk
Mon, 18 Sep 2006 01:44:39 -0700 nenolod [svn] - merge libaudacious (public) and audacious util APIs trunk
Mon, 18 Sep 2006 01:41:41 -0700 nenolod [svn] - add the PlaylistContainer API to the SDK. trunk
Mon, 18 Sep 2006 01:40:53 -0700 nenolod [svn] - add the playlist API to the SDK. trunk
Sat, 16 Sep 2006 22:53:47 -0700 nenolod [svn] - add missing 'test' trunk
Sat, 16 Sep 2006 22:44:14 -0700 nenolod [svn] - remove redundant test trunk
Sat, 16 Sep 2006 19:37:08 -0700 js [svn] Fixed unused variable and missing type conversion trunk
Sat, 16 Sep 2006 19:21:06 -0700 js [svn] Add #undef FSCALE, since it's already defined on OpenBSD trunk
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
Tue, 29 Aug 2006 11:35:30 -0700 yaz [svn] - prevents input_check_file() working on loading playlist. trunk
Mon, 28 Aug 2006 11:03:58 -0700 yaz [svn] - playlist_container_find() must check if ext is 1, besides NULL. trunk
Mon, 28 Aug 2006 08:51:36 -0700 yaz [svn] - filepopup follows change of pointed song, i.e. it will hide while scrolling. trunk
Sun, 27 Aug 2006 09:04:05 -0700 chainsaw [svn] Fix up the warning fixes; by Torbj¸«Órn Svensson (a.k.a. Azoff on #audacious). trunk
Sun, 27 Aug 2006 07:39:25 -0700 nenolod [svn] - version update trunk
Sun, 27 Aug 2006 05:30:12 -0700 yaz [svn] - correct a typo that Joker pointed out. thanks Joker! trunk
Sat, 26 Aug 2006 23:16:53 -0700 yaz [svn] - clean up nhjm449's fix to eliminate warnings. thanks nhjm449! trunk
Sat, 26 Aug 2006 21:47:26 -0700 nhjm449 [svn] - Streamtitles are fun. trunk
Sat, 26 Aug 2006 21:36:50 -0700 nhjm449 [svn] - Don't save empty lengths. trunk
Sat, 26 Aug 2006 21:21:35 -0700 nhjm449 [svn] - Tracks with unknown lengths shouldn't be considered 0 seconds long! :P trunk
Sat, 26 Aug 2006 12:00:05 -0700 chainsaw [svn] CXXFLAGS fixes by Mike Frysinger (Gentoo). trunk
Sat, 26 Aug 2006 08:09:42 -0700 yaz [svn] - now xspf writes formatted xml. trunk
Fri, 25 Aug 2006 01:02:18 -0700 yaz [svn] - libguess update: workaround for that g_convert can't convert properly from UCS-2BE/LE trailing after BOM. trunk
Thu, 24 Aug 2006 23:08:22 -0700 yaz [svn] - precision in title format is regarded as character count, not byte count. trunk
Thu, 24 Aug 2006 14:55:06 -0700 chainsaw [svn] Additional (PPC?) warning squashing by Joseph Jezak from Gentoo. trunk
Thu, 24 Aug 2006 12:23:54 -0700 chainsaw [svn] Actually cast variables to glib types before feeding them into glib compare functions. Resolves another 16 signedness warnings on PPC. trunk
Thu, 24 Aug 2006 11:40:00 -0700 chainsaw [svn] Cast variable to proper type before passing it into libxml2. Include necessary header to make this possible. Resolves 35 pointer signedness warnings on PPC. trunk
Thu, 24 Aug 2006 11:11:30 -0700 chainsaw [svn] Sync with upstream. ADL is now dual licensed, and RIX has had a pitch fixup. Free warning fix included. trunk
Wed, 23 Aug 2006 23:09:05 -0700 yaz [svn] - file_path should not contain file name. trunk
Wed, 23 Aug 2006 07:46:33 -0700 yaz [svn] - modified time (mtime) has been introduced into tuple trunk
Sun, 20 Aug 2006 12:20:36 -0700 nhjm449 [svn] - Don't explode when loading http streams from xspf files. trunk
Sat, 19 Aug 2006 20:53:12 -0700 nenolod [svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API trunk
Sat, 19 Aug 2006 14:51:13 -0700 chainsaw [svn] An include a day keeps the implicit declaration at bay. trunk
Sat, 19 Aug 2006 12:28:56 -0700 yaz [svn] - xspf stores all meta data in tuples now. trunk
Fri, 18 Aug 2006 14:56:52 -0700 nenolod [svn] - freebsd compatibility trunk
Mon, 14 Aug 2006 17:55:44 -0700 nenolod [svn] - gcc 4.1.0, 4.1.1, 4.1.2 tree optimization workaround: trunk
Mon, 14 Aug 2006 17:47:24 -0700 nenolod [svn] - gcc 4.1.1 fixes trunk
Mon, 14 Aug 2006 17:13:38 -0700 nenolod [svn] - gcc 4.1.1 fix trunk
Sat, 12 Aug 2006 20:00:08 -0700 yaz [svn] - better handling for file name which can't be represented correctly in current locale encoding. trunk
Sat, 12 Aug 2006 16:46:09 -0700 nhjm449 [svn] - Show the filename if there's no track_name trunk
Fri, 11 Aug 2006 18:41:53 -0700 nenolod [svn] - installing Container plugins might help! trunk
Fri, 11 Aug 2006 05:13:11 -0700 yaz [svn] jump to file dialog now accepts multi-byte input. trunk
Fri, 11 Aug 2006 03:44:50 -0700 yaz [svn] xspf.c needs round trip encoding conversion between locale encoding and utf8. trunk
Fri, 11 Aug 2006 01:48:51 -0700 nenolod [svn] - unbork trunk
Fri, 11 Aug 2006 01:32:02 -0700 nenolod [svn] - remove unnecessary and crappy code trunk
Fri, 11 Aug 2006 01:22:15 -0700 nenolod [svn] - further cleanup trunk
Fri, 11 Aug 2006 01:17:05 -0700 nenolod [svn] - if uri == NULL, then continue looking for URIs in the XSPF playlist trunk
Fri, 11 Aug 2006 01:14:23 -0700 nenolod [svn] - wma: use posix_memalign() instead of memalign() in some more spots trunk
Thu, 10 Aug 2006 22:40:31 -0700 nenolod [svn] - Plugins/Container/xspf/xspf.c: xspf cleanups trunk
Thu, 10 Aug 2006 22:26:50 -0700 nenolod [svn] - experimental XSPF support trunk
Thu, 10 Aug 2006 21:00:59 -0700 nenolod [svn] - add missing $(CONTAINER_PLUGINS). trunk
Thu, 10 Aug 2006 20:44:47 -0700 nenolod [svn] - pls and m3u is now fully modular trunk
Thu, 10 Aug 2006 20:41:43 -0700 nenolod [svn] - remove static version trunk
Thu, 10 Aug 2006 20:39:18 -0700 nenolod [svn] - m3u and pls plugin implementation trunk
Thu, 10 Aug 2006 20:35:10 -0700 nenolod [svn] - lowlevel plugin stuff trunk
Thu, 10 Aug 2006 20:20:39 -0700 nenolod [svn] - further progress trunk
Thu, 10 Aug 2006 20:13:57 -0700 nenolod [svn] - bootstrap for ContainerPlugin dir stuff trunk
Thu, 10 Aug 2006 19:45:21 -0700 nenolod [svn] - hmm, calling plc->load() might be a good idea! trunk
Thu, 10 Aug 2006 19:35:03 -0700 nenolod [svn] - m3u works again trunk
Thu, 10 Aug 2006 19:24:55 -0700 nenolod [svn] - .pls playlists work again, now to do M3Us. trunk
Thu, 10 Aug 2006 19:21:37 -0700 nenolod [svn] - make it compile trunk
Thu, 10 Aug 2006 19:18:20 -0700 nenolod [svn] - cleanup trunk
Thu, 10 Aug 2006 19:04:17 -0700 nenolod [svn] - sanity checking for saving trunk
Thu, 10 Aug 2006 19:03:21 -0700 nenolod [svn] - some experimental shit trunk
Thu, 10 Aug 2006 18:49:44 -0700 nenolod [svn] - saving now uses PlaylistContainer class. trunk
Thu, 10 Aug 2006 18:40:52 -0700 nenolod [svn] - further integration trunk
Thu, 10 Aug 2006 18:39:05 -0700 nenolod [svn] - fix trunk
Thu, 10 Aug 2006 18:36:15 -0700 nenolod [svn] - some minimal integration trunk
Thu, 10 Aug 2006 18:24:11 -0700 nenolod [svn] - more trunk
Thu, 10 Aug 2006 18:10:25 -0700 nenolod [svn] - incomplete PlaylistContainer implementation trunk
Thu, 10 Aug 2006 13:51:08 -0700 nenolod [svn] - dependency cleanup part 2 trunk
Thu, 10 Aug 2006 13:47:58 -0700 nenolod [svn] - dependency cleanup (pass 1 of many probably) trunk
Thu, 10 Aug 2006 13:44:27 -0700 nenolod [svn] add -D_WIDGETCORE_H_ as we can use the private includes here trunk
Thu, 10 Aug 2006 13:42:55 -0700 nenolod [svn] Do not allow widgetcore private includes to be referenced directly. trunk
Thu, 10 Aug 2006 12:55:28 -0700 nenolod [svn] - add widgetcore.h (replaces directly including all of that junk) trunk
Wed, 09 Aug 2006 03:58:43 -0700 nenolod [svn] - these might be nice huh? trunk
Wed, 09 Aug 2006 02:47:22 -0700 nenolod [svn] this massive commit does the following: trunk
Wed, 09 Aug 2006 02:11:01 -0700 nenolod [svn] - use posix_memalign() instead of memalign(). trunk
Wed, 09 Aug 2006 02:04:02 -0700 nenolod [svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539. trunk
Tue, 08 Aug 2006 23:43:33 -0700 nenolod [svn] - fix geometry hinting so that it is ICCCM compliant. patch by whereami. trunk
Tue, 08 Aug 2006 22:39:42 -0700 nhjm449 [svn] - Fix misspelling of flac (bug #545) trunk
Tue, 08 Aug 2006 12:33:55 -0700 nenolod [svn] - oops trunk
Tue, 08 Aug 2006 10:06:12 -0700 giacomo [svn] - fixed default values for libnotify plugin trunk
Tue, 08 Aug 2006 09:13:41 -0700 giacomo [svn] - configure dialog for libnotify plugin trunk
Tue, 08 Aug 2006 02:20:57 -0700 nenolod [svn] - byebye XMMS configfile crap trunk
Tue, 08 Aug 2006 02:19:55 -0700 nenolod [svn] - allow configdb::pnxmms::preset to set what pn preset to load on start trunk
Mon, 07 Aug 2006 23:49:36 -0700 nenolod [svn] - ok, with this commit, loading now works =) trunk
Mon, 07 Aug 2006 23:27:43 -0700 nenolod [svn] - don't peg the CPU trunk
Mon, 07 Aug 2006 23:25:46 -0700 nenolod [svn] - remove less noise trunk
Mon, 07 Aug 2006 23:23:27 -0700 nenolod [svn] - i hate libxml2 trunk
Mon, 07 Aug 2006 23:16:21 -0700 nenolod [svn] - possible tweak to make loading work? trunk
Mon, 07 Aug 2006 23:08:59 -0700 nenolod [svn] - a minor tweak to the save function trunk
Mon, 07 Aug 2006 22:58:22 -0700 nenolod [svn] - locking the mutex on audacious data upload is unnecessary. trunk
Mon, 07 Aug 2006 21:56:22 -0700 nenolod [svn] - some cleanups trunk
Mon, 07 Aug 2006 21:47:55 -0700 nenolod [svn] - it might help if i actually ran bison on the script parser eh :) trunk
Mon, 07 Aug 2006 21:44:23 -0700 nenolod [svn] - gah trunk
Mon, 07 Aug 2006 21:41:14 -0700 nenolod [svn] - paranormal in theory works on audacious trunk
Mon, 07 Aug 2006 21:34:12 -0700 nenolod [svn] - fix an oops trunk
Mon, 07 Aug 2006 21:22:11 -0700 nenolod [svn] - oh, define an actual SDL version here. :P trunk
Mon, 07 Aug 2006 21:18:20 -0700 nenolod [svn] - hook up paranormal -- client interface code doesn't exist yet though trunk
Mon, 07 Aug 2006 17:18:08 -0700 giacomo [svn] - why wma tags were not converted to utf8? by the way, this made libnotify crash when wma tuple contained non-utf8 strings trunk
Mon, 07 Aug 2006 16:34:31 -0700 giacomo [svn] - when audacious is started and track detail on current song are requested, try to check if a decoder exists before falling back to the tuple display dialog trunk
Mon, 07 Aug 2006 04:19:43 -0700 chainsaw [svn] Endianness fix by Luca Barbato <lu_zero@gentoo.org>. trunk
Mon, 07 Aug 2006 02:26:07 -0700 nenolod [svn] - indentation cleanups trunk
Mon, 07 Aug 2006 00:39:19 -0700 yaz [svn] - to prevent SIGSEGV trunk
Sun, 06 Aug 2006 15:13:01 -0700 giacomo [svn] - refinements for the notify plugin trunk
Sun, 06 Aug 2006 06:24:06 -0700 chainsaw [svn] Remove 15 instrument magic at offset 1080 because of false positive resulting in decoder segfault. Closes bug #543. trunk
Sun, 06 Aug 2006 05:45:48 -0700 giacomo [svn] - a couple of fixes for notify plugin (removed some deprecated gtk+1 functions and ensure that the timeout is removed only if it actually exists) trunk
Sun, 06 Aug 2006 02:52:27 -0700 deitarion [svn] Added awareness of the difference between stopped and playing. trunk