log src/audacious/pluginenum.c @ 4703:49ea99d333e9

age author description
Mon, 07 Jul 2008 14:53:13 +0200 Tomasz Mon begin seperating equalizer preset from legacy ui
Sun, 06 Jul 2008 17:55:40 +0200 mf0102 move all files belonging to the legacy UI to legacy/
Sun, 29 Jun 2008 12:59:51 -0500 William Pitcock Add provision for Interface plugins.
Fri, 13 Jun 2008 22:32:27 +0900 Yoshiki Yazawa removed some dangling white spaces.
Tue, 10 Jun 2008 00:51:39 +0200 mf0102 remove some old unused functions from plugin API
Mon, 09 Jun 2008 20:02:30 +0200 mf0102 - don't export dock functions to plugins anymore
Wed, 04 Jun 2008 12:36:25 +0200 Tomasz Mon export create_widgets to PAPI
Sat, 31 May 2008 14:17:15 +0200 Tomasz Mon change visualization timeout; export calc_stereo_pcm, calc_mono_pcm and calc_mono_freq to PAPI
Wed, 21 May 2008 16:51:37 +0200 Tomasz Mon add audacious_drct_initiate
Wed, 21 May 2008 13:12:39 +0200 Tomasz Mon add audacious_drct_get_length
Wed, 14 May 2008 00:35:09 +0200 mf0102 - rename dock.c to ui_dock.c
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