log

age author description
2008-06-16 Matti Hamalainen Simplify AUD_ARG_* even more.
2008-06-17 Yoshiki Yazawa removed harmful lines inside definitions.
2008-06-16 Matti Hamalainen More simplifications of the configure code.
2008-06-16 Matti Hamalainen Use AS_HELP_STRING() macro for prettifying --help output where applicable.
2008-06-16 Matti Hamalainen Use G_{BEGIN,END}_DECLS
2008-06-16 Matti Hamalainen I suppose it's time to add myself to core authors... :P
2008-06-16 Matti Hamalainen Use proper quotation.
2008-06-16 Matti Hamalainen Removed the deprecated set_eq() function from InputPlugin and other places.
2008-06-16 Matti Hamalainen Remove output plugin field from InputPlugin.
2008-06-16 Matti Hamalainen Be clearer about Oniguruma's purpose.
2008-06-16 Matti Hamalainen Change PAPI version.
2008-06-14 Matti Hamalainen Proper updating of playlist->tail was missing from some functions.
2008-06-13 Matti Hamalainen Added a separate chapter for playlist code issues and ranting about them (including my own ideas
2008-06-13 Matti Hamalainen Remove an unused variable.
2008-06-13 Matti Hamalainen Properly fix my own fucked up changes. Sorry for the inconvenience.
2008-06-13 Matti Hamalainen Backed out changeset d8e2946121d6 in order to fix it properly.
2008-06-13 Yoshiki Yazawa fixed the bug that initiating playback of a file without metadata always resulted in title <unknown> instead of its filename.
2008-06-13 Yoshiki Yazawa removed some dangling white spaces.
2008-06-13 Matti Hamalainen Sanitize pkg.m4 somewhat.
2008-06-13 Matti Hamalainen De-constify and remove an unused variable.
2008-06-13 Matti Hamalainen Remove unused variable.
2008-06-13 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-11 Matti Hamalainen Remove dead code.
2008-06-12 Yoshiki Yazawa backout 4626. there was no relevance to the bug I was chasing.
2008-06-12 Yoshiki Yazawa audtool needs AUDLDFLAGS too.
2008-06-11 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-11 Matti Hamalainen Remove code repetition by using a function.
2008-06-11 Matti Hamalainen Added few g_messages() to ease debugging of certain D-Bus-related problems.
2008-06-11 Matti Hamalainen Print a warning instead of mysterious dbus-glib assertion failures when
2008-06-11 Matti Hamalainen Remove few pointless string copies.
2008-06-11 Matti Hamalainen Cosmetics.
2008-06-11 Yoshiki Yazawa revert 4605. filename in tuple must be in "filename encoding".
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.