log src/audacious/pluginenum.c @ 4528:2638175099e0

age author description
Wed, 30 Apr 2008 14:36:50 +0200 mf0102 Restore util_menu_main_show() for plugins - thanks go to ccr for the first
Wed, 30 Apr 2008 04:42:55 +0300 Matti Hamalainen Temporarily revert small part of mf0102's changeset that broke API by removing
Wed, 23 Apr 2008 14:36:00 +0200 mf0102 renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
Tue, 22 Apr 2008 18:27:57 +0200 mf0102 - indentation of ui_main.c
Tue, 22 Apr 2008 14:13:15 +0200 mf0102 deprecated drct_set_skin()
Mon, 31 Mar 2008 06:47:48 +0300 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
Mon, 31 Mar 2008 06:04:21 +0300 Matti Hamalainen Remove formatter functions, they are only used in song_change plugin.
Sun, 30 Mar 2008 02:42:01 +0200 Matti Hamalainen Oops, forgot to add function initializations to the vtable. Fixed.
Sat, 15 Mar 2008 19:40:36 +0200 Cristi Magherusan fixed compilation, if this is wrong please someone make it in a better way
Sat, 15 Mar 2008 00:26:49 +0100 mf0102 remove more ui_* references
Fri, 14 Mar 2008 19:27:01 +0100 mf0102 - removed some unused ui_*.h references
Thu, 13 Mar 2008 16:31:48 +0100 mf0102 removed report_error() and reimplemented some error routines
Sun, 24 Feb 2008 07:28:23 -0600 William Pitcock Drop old IIR code.
Sun, 17 Feb 2008 21:17:26 +0900 Yoshiki Yazawa add event_queue() to the vtable as aud_event_queue()
Tue, 12 Feb 2008 01:22:48 -0600 William Pitcock More xconvert removal.
Sun, 10 Feb 2008 12:31:44 +0100 stefano Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
Wed, 19 Dec 2007 00:52:56 -0600 Jussi Judin Fix memory leak in add_plugin() (Bugzilla #28)
Mon, 17 Dec 2007 21:56:17 +0900 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
Fri, 07 Dec 2007 01:11:25 +0900 Yoshiki Yazawa - modified playlist_load_ins_file() and playlist_load_ins_file_tuple(). path builder and ext_hash checker
Wed, 28 Nov 2007 18:15:04 +0100 Jonathan Schleifer Add plugin function to pull volume.
Sun, 18 Nov 2007 18:24:38 -0600 William Pitcock Add get_output_list() to PAPI for xmms-crossfade.
Sat, 17 Nov 2007 20:49:26 +0900 Yoshiki Yazawa - for input plugins which provide probe_for_tuple only, now input_do_check_file() calls probe_for_tuple regardless of cfg.use_pl_metadata.
Sat, 17 Nov 2007 17:07:46 +0900 Yoshiki Yazawa - revive on-demand metadata retrieving. in the combination with "Detect file formats on demand", now audacious can load large directory in a few seconds.
Thu, 15 Nov 2007 16:34:09 +0900 Yoshiki Yazawa when "Detect file formats on demand" is specified, filter unplayable files on loading by the hash table of all available extensions.
Mon, 15 Oct 2007 12:56:59 +0200 Christian Birchinger Export dock functions
Sun, 14 Oct 2007 22:24:41 -0500 William Pitcock forgot to export a symbol. now I am done. really.
Sun, 14 Oct 2007 21:50:36 -0500 William Pitcock link everything up.
Sun, 14 Oct 2007 21:34:45 -0500 William Pitcock export input_check_file().
Sun, 14 Oct 2007 21:11:21 -0500 William Pitcock export util_get_localdir().
Sun, 14 Oct 2007 21:07:03 -0500 William Pitcock add missing include.
Sun, 14 Oct 2007 21:04:46 -0500 William Pitcock export the fileinfopopup API.
Sun, 14 Oct 2007 19:38:49 -0500 William Pitcock export formatter and prefswin APIs
Sun, 14 Oct 2007 17:47:13 -0500 William Pitcock export AudDRCT API.
Sun, 14 Oct 2007 16:58:36 -0500 William Pitcock PluginMenu API is exported now. No changes required to plugins.
Sun, 14 Oct 2007 03:49:00 -0500 William Pitcock export xconvert API
Sun, 14 Oct 2007 03:36:21 -0500 William Pitcock export INIFile APIs
Sun, 14 Oct 2007 03:08:12 -0500 William Pitcock export hook API
Sat, 13 Oct 2007 23:43:45 -0500 William Pitcock export ip_data and cfg
Sat, 13 Oct 2007 23:01:28 -0500 William Pitcock export Playlist API, remove old crap that isn't there anymore
Sat, 13 Oct 2007 20:41:39 -0500 William Pitcock vtable get_gentitle_format().
Sat, 13 Oct 2007 20:35:58 -0500 William Pitcock export PlaylistContainer API in vtable.
Sat, 13 Oct 2007 19:58:38 -0500 William Pitcock strings API -> vtable
Sat, 13 Oct 2007 19:11:52 -0500 William Pitcock fun util dialog shit -> vtable
Sun, 07 Oct 2007 18:00:57 -0500 William Pitcock Export MIME/Custom URI APIs
Sun, 07 Oct 2007 00:32:35 -0500 William Pitcock Remove non-existant function.
Sun, 07 Oct 2007 00:16:35 -0500 William Pitcock Export tuple formatter API.
Sun, 07 Oct 2007 00:04:09 -0500 William Pitcock Export Tuple API.
Tue, 02 Oct 2007 21:41:06 -0500 William Pitcock Export ConfigDB API via vtable, adding public aliases: bmp_cfg_db_*, aud_cfg_db_*.
Mon, 01 Oct 2007 23:39:22 -0500 William Pitcock Export VfsBufferedFile functions.
Mon, 01 Oct 2007 23:32:57 -0500 William Pitcock Export VfsBuffer functions.
Mon, 01 Oct 2007 23:26:00 -0500 William Pitcock Unbreak compile.
Mon, 01 Oct 2007 23:00:46 -0500 William Pitcock Start working on exporting all public functions via a vtable. The API version will be bumped to 7 once I am done and -Wl,-export-dynamic is removed.
Tue, 25 Sep 2007 17:42:47 +0200 Jonathan Schleifer Missing NULL-pointer checks are bad, mkay?
Sat, 08 Sep 2007 02:55:28 +0300 Matti Hamalainen Check pointer to prevent NULL dereference. trunk
Fri, 07 Sep 2007 03:41:14 -0500 William Pitcock Fix an oops. trunk
Fri, 07 Sep 2007 03:20:28 -0500 William Pitcock Big plugin system changes (part 1 of who knows, it's still a big mess): trunk
Sat, 04 Aug 2007 20:54:28 -0500 William Pitcock remove old debugging notices that aren't very relevant anymore.
Fri, 03 Aug 2007 20:39:42 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 03 Aug 2007 20:39:35 -0500 William Pitcock - bump PAPI version to 4 due to DiscoveryPlugin trunk
Fri, 03 Aug 2007 07:20:58 +0300 Cristi Magherusan added Discovery plugin type trunk