2008-06-29 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
2008-06-29 |
William Pitcock |
Add provision for Interface plugins.
|
2008-06-29 |
William Pitcock |
Install interface.h for plugins.
|
2008-06-29 |
mf0102 |
enabled interface destruction
|
2008-06-29 |
mf0102 |
make some functions static
|
2008-06-29 |
mf0102 |
don't free filenames because function is called twice
|
2008-06-29 |
mf0102 |
removed code duplication via new function handle_cmd_line_filenames()
|
2008-06-29 |
mf0102 |
clean up some parts that have been made obsolete by nenolod's great work:
|
2008-06-29 |
William Pitcock |
Fix some warnings.
|
2008-06-29 |
William Pitcock |
Split out headless specific interface code (mostly).
|
2008-06-29 |
William Pitcock |
Split out a lot of stuff in main.c to ui_legacy.c.
|
2008-06-29 |
William Pitcock |
Use new Interface API.
|
2008-06-29 |
William Pitcock |
Add preliminary Interface API.
|
2008-06-29 |
William Pitcock |
Merge translations.
|
2008-06-28 |
mf0102 |
commited initial version of new UI, which can be tested via "audacious -H"
|
2008-06-28 |
Paula Stanciu |
added the bluetooth logo image
|
2008-06-27 |
Matti Hamalainen |
Added some debugging / startup messages (visible via 'audacious -N') to make
|
2008-06-27 |
Matti Hamalainen |
Move D-Bus initialization before plugin system and playlist initialization.
|
2008-06-21 |
Matti Hamalainen |
Updated the .pot file.
|
2008-06-17 |
Matti Hamalainen |
Again synchronized acinclude.m4. Removed the debugging stuff too.
|
2008-06-17 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
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.
|