log src/audacious/pluginenum.c @ 4754:b136f202ebfa

age author description
Thu, 07 Aug 2008 03:54:15 +0300 Andrew O. Shadoura export functions to make libSAD usage in plugins more easy
Wed, 30 Jul 2008 17:15:13 +0300 Matti Hamalainen Don't use a static buffer, but g_strdup_vprintf().
Tue, 08 Jul 2008 16:36:50 +0200 Tomasz Mon I don't think those files belong to legacy ui...
Tue, 08 Jul 2008 15:35:48 +0200 Tomasz Mon more work on seperating presets from legacy ui
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