log src/console/Audacious_Driver.cxx @ 3196:0f7180e3b163

age author description
Fri, 10 Apr 2009 13:24:02 +0200 Tomasz Mon Don't use deprecated gtk functions
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Mon, 16 Jun 2008 07:15:33 +0300 Matti Hamalainen Removed the deprecated set_eq() function from InputPlugin and other places.
Mon, 16 Jun 2008 05:48:57 +0300 Matti Hamalainen Remove references to output plugin field in InputPlugins (hopefully I didn't
Tue, 10 Jun 2008 00:52:44 +0200 mf0102 adapt C++ plugins to new API
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Mon, 31 Mar 2008 14:55:14 +0300 Matti Hamalainen Include cleanups, part #2.
Sun, 18 Nov 2007 21:45:12 +0900 Yoshiki Yazawa set have_subtune
Thu, 18 Oct 2007 02:27:16 +0300 Matti Hamalainen Fix subtunes support to match the new core (possibly not working yet)
Sat, 13 Oct 2007 20:43:07 -0500 William Pitcock gentitle changes
Thu, 11 Oct 2007 15:07:45 -0500 William Pitcock playback_mutex is entirely unnecessary as there is no longer a critical section here.
Mon, 08 Oct 2007 02:02:02 -0500 William Pitcock chase last changeset in aud
Sun, 07 Oct 2007 14:19:19 -0500 William Pitcock change some places to use set_params() instead of set_info() directly
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 02 Oct 2007 02:20:03 +0300 Matti Hamalainen Removed some extraneous includes.
Tue, 02 Oct 2007 01:59:24 +0300 Matti Hamalainen Some missed #include "" to <> changes.
Mon, 01 Oct 2007 23:01:22 +0100 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
Tue, 25 Sep 2007 18:16:25 +0300 Matti Hamalainen console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Mon, 24 Sep 2007 11:13:14 -0500 William Pitcock Convert some makefiles, remove some -DHAVE_CONFIG_H.
Wed, 19 Sep 2007 02:25:05 +0200 Giacomo Lozito - updated libconsole plugin subtune code
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sat, 08 Sep 2007 06:58:08 +0300 Matti Hamalainen Branch merge.
Fri, 07 Sep 2007 12:46:01 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Sun, 09 Sep 2007 22:42:22 +0300 Matti Hamalainen xmms_show_message() changed to audacious_info_dialog()
Fri, 07 Sep 2007 15:19:39 +0200 mf0102 "about" dialog of console plugin opens now correctly
Fri, 07 Sep 2007 15:14:36 +0200 mf0102 fixed some more plugins
Fri, 07 Sep 2007 04:03:42 -0500 William Pitcock "sorry, unimplemented: non-trivial designated initializers not supported". What a crock of g++.
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Thu, 16 Aug 2007 15:52:26 +0200 mf0102 removed NSFE playlist option (which was marked TODO)
Thu, 16 Aug 2007 14:47:14 +0200 mf0102 made SPC playback reverb a configuration option till the problem can be
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
Fri, 10 Aug 2007 22:00:07 +0200 Giacomo Lozito updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
Fri, 10 Aug 2007 06:05:54 -0500 William Pitcock console: update to new tuple API
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Mon, 23 Jul 2007 17:44:21 -0500 William Pitcock console: new threading model
Sat, 16 Jun 2007 16:59:53 +0900 Yoshiki Yazawa suppress warnings. trunk
Thu, 14 Jun 2007 23:21:43 -0500 William Pitcock Possibly fix bug #850. Patch from P2E. trunk
Thu, 24 May 2007 12:19:58 -0700 nenolod [svn] - update libconsole to plugin API v2 trunk
Sun, 20 May 2007 12:05:48 -0700 yaz [svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration. trunk
Wed, 28 Feb 2007 07:32:41 -0800 nenolod [svn] - fix a stupid C++ error trunk
Wed, 28 Feb 2007 07:29:57 -0800 nenolod [svn] - only claim URLs that actually belong to us. Closes #783. trunk
Wed, 14 Feb 2007 01:43:35 -0800 nenolod [svn] - fix timing on fades trunk
Sat, 03 Feb 2007 20:06:57 -0800 nenolod [svn] - don't fill in tuple fields with "". trunk
Tue, 30 Jan 2007 11:17:25 -0800 nenolod [svn] - pass a valid InputPlayback handle to the play thread trunk
Sun, 28 Jan 2007 21:09:12 -0800 iabervon [svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output trunk
Sun, 28 Jan 2007 17:02:41 -0800 iabervon [svn] Update plugins to the new input plugin API trunk
Mon, 22 Jan 2007 18:53:19 -0800 nenolod [svn] - add config.h includes where needed trunk
Mon, 22 Jan 2007 18:41:17 -0800 nenolod [svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support trunk
Fri, 15 Dec 2006 21:24:10 -0800 nenolod [svn] - some improvements for chiptune expansion efficiency trunk
Thu, 14 Dec 2006 18:24:21 -0800 nenolod [svn] - really fix HES/other multitrack this time trunk
Thu, 14 Dec 2006 18:12:13 -0800 nenolod [svn] - avoid opening VFS FDs for track URIs where we know that the file is valid trunk
Thu, 14 Dec 2006 18:08:50 -0800 nenolod [svn] - change use of printf to g_warning() and g_critical() where appropriate. trunk
Wed, 13 Dec 2006 19:45:13 -0800 nenolod [svn] - extension assist for libconsole trunk
Mon, 11 Dec 2006 05:19:44 -0800 nenolod [svn] - fix other plugins dependant on the playlist framework trunk
Sun, 10 Dec 2006 01:53:35 -0800 kiyoshi [svn] Move supported formats to plugin info, rename plugin to 'Game console audio module decoder'. trunk
Thu, 07 Dec 2006 15:20:41 -0800 nenolod [svn] - merge in blargg's changes trunk
Tue, 05 Dec 2006 01:07:41 -0800 kiyoshi [svn] Remove old-style is_our_file() where a new-style is_our_fd() exists trunk