log

age author description
2008-06-09 mf0102 remove some old unused functions from plugin API
2008-06-09 mf0102 - don't export dock functions to plugins anymore
2008-06-08 Yoshiki Yazawa enables audacious to pick up its own libraries when prefix has been specified.
2008-06-06 Matti Hamalainen Add notes about possible cleanups into TODO.
2008-06-05 Matti Hamalainen Updated pkg.m4.
2008-06-05 Matti Hamalainen Synchronized acinlude.m4 from configure cleanup branch; Moved SIMD checks to AUD_COMMON_PROGS.
2008-06-05 Matti Hamalainen Added discovery plugin directory.
2008-06-05 Matti Hamalainen Configure option '--enable-one-plugin-dir' is unused in core, so we'll remove it.
2008-06-05 Matti Hamalainen Added a note about XMMS compat output plugin hack.
2008-06-05 Matti Hamalainen Added *.patch and *.diff to .hgignore.
2008-06-04 Matti Hamalainen Use audacious_remote_get_tuple_fields() to get available standard tuple
2008-06-04 Matti Hamalainen Add audacious_remote_get_tuple_fields() to audctrl.h.
2008-06-04 Matti Hamalainen Oops, forgot to rename one file.
2008-06-04 Matti Hamalainen Rename the audtool source files to be saner.
2008-06-04 Matti Hamalainen Cure some 'repetitive code syndromes' from audtool.
2008-06-04 Matti Hamalainen Add a new dbus / remote interface function for getting available "standard" Tuple field names.
2008-06-04 Matti Hamalainen We already require Glib >= 2.14, so these #if's for checking >= 2.12 are
2008-06-04 Matti Hamalainen Use str_assert_utf8() where it makes sense in the core.
2008-06-04 Matti Hamalainen Check that we have proper GNU libc version before enabling backtrace
2008-06-04 Matti Hamalainen Added a temporary function str_assert_utf8() for finding points in code
2008-06-04 Matti Hamalainen Remove useless str_to_utf8() conversions.
2008-06-04 Matti Hamalainen Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
2008-06-04 Matti Hamalainen Note about equalizer problems.
2008-06-04 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-04 Matti Hamalainen Fix help messages in audtool to have correct tuple field names... this
2008-06-04 Matti Hamalainen Don't escape strings in audacious_get_tuple_field_data(), because we are
2008-06-01 Matti Hamalainen Fix a autoconf warning about cached variable identifier.
2008-06-04 Tomasz Mon export create_widgets to PAPI
2008-05-31 Tomasz Mon prevent endless loop
2008-05-31 Tomasz Mon change visualization timeout; export calc_stereo_pcm, calc_mono_pcm and calc_mono_freq to PAPI
2008-05-30 Tomasz Mon NO_PLAY_BUTTON and PLAY_BUTTON defines don't quite make sense
2008-05-30 Tomasz Mon run open file dialogue on drct_eject() (Bugzilla #18)
2008-05-28 Matti Hamalainen Handle properly the situation when player is not running and files are added from commandline.
2008-05-28 Matti Hamalainen Remove useless UTF-8 conversion, the strings are already guaranteed to be UTF-8.
2008-05-28 Tomasz Mon don't free gdk_events during playlistwin_motion
2008-05-25 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-25 Matti Hamalainen Quote variable assignment.
2008-05-22 Matti Hamalainen Added a newline at end of file.
2008-05-25 Tomasz Mon remove ui_main_set_initial_volume, call volume set hook instead
2008-05-23 Tomasz Mon add equalizer changed hook
2008-05-22 Tomasz Mon branch merge
2008-05-22 Tomasz Mon Backed out changeset 25ec507c23bc
2008-05-22 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-22 Matti Hamalainen Oops, libmcs check was faulty. Thanks to Nazca for spotting it.
2008-05-21 Tomasz Mon implement event_queue_with_data_free()
2008-05-21 Tomasz Mon remove ui_main_evlistener_playback_initiate as it sounds crazy
2008-05-21 Tomasz Mon move playback_set_sample_params function call to playlist.c
2008-05-21 Tomasz Mon add audacious_drct_initiate
2008-05-21 mf0102 revert DBus removals
2008-05-21 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-21 Matti Hamalainen Fix the initialization after messing it up myself - commandline argument handling was happening twice.
2008-05-21 mf0102 uncomment last dbus functions that need UI access
2008-05-21 Tomasz Mon add audacious_drct_get_length
2008-05-21 Matti Hamalainen Removed 'Reload Plugins'-button, as it's broken and usually just causes problems.
2008-05-21 Matti Hamalainen Guess what? More work on finnish translation. :D
2008-05-21 Matti Hamalainen Added libaudutil for functionality that does not fit into plugin API, but
2008-05-21 Matti Hamalainen Updated bug tracker address.
2008-05-21 Matti Hamalainen Added myself in translator credits.
2008-05-21 Matti Hamalainen And yet some more work on Finnish translation...
2008-05-21 Matti Hamalainen Only scan "*.{c,cxx,cc}" instead of "*.c*" when updating POTFILES.in.