Fri, 26 Sep 2008 21:46:42 +0100 |
Tony Vroon |
g_basename is deprecated, replace with g_path_get_basename.
|
Wed, 13 Aug 2008 21:33:54 +0300 |
Matti Hamalainen |
The famed "multiple plugins in one module" feature didn't actually work,
|
Thu, 07 Aug 2008 12:17:14 +0300 |
Paula Stanciu |
Automated merge with ssh://paula@hg.atheme.org//hg/audacious
|
Thu, 07 Aug 2008 12:16:46 +0300 |
Paula Stanciu |
makeing possible to reinitialize the output plugin from outher plugins
|
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
|
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.
|