log src/console/Audacious_Driver.cxx @ 2512:1f6b5f5768e2

age author description
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