log

age author description
2008-08-28 Matti Hamalainen Require Cairo 1.2.6.
2008-08-28 Matti Hamalainen Add check for 'tr' in configure.
2008-08-28 Matti Hamalainen Synchronize buildsys.
2008-08-28 Tomasz Mon MPRIS specification defines url to the media as location, not URI
2008-08-27 Tomasz Mon don't save legacy ui config options
2008-08-13 Matti Hamalainen The famed "multiple plugins in one module" feature didn't actually work,
2008-08-12 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-08-12 Matti Hamalainen Remove duplication.
2008-08-10 Yoshiki Yazawa build fix
2008-08-09 Andrew O. Shadoura branch merge
2008-08-09 Andrew O. Shadoura updated Audacious man page
2008-08-07 Andrew O. Shadoura no need in duplicating FMT_FRACBITS() here
2008-08-08 Tony Vroon Do not translate CLI options, patch by Fernando Ike de Oliveira closes bugzilla bug 54.
2008-08-07 Andrew O. Shadoura order matters.
2008-08-07 Andrew O. Shadoura add debug.h from libSAD
2008-08-07 Andrew O. Shadoura merge
2008-08-07 Andrew O. Shadoura move libSAD's DEBUG_MSG out of global scope, as it breaks timidity and possible something else
2008-08-07 Paula Stanciu Automated merge with ssh://paula@hg.atheme.org//hg/audacious
2008-08-07 Paula Stanciu makeing possible to reinitialize the output plugin from outher plugins
2008-08-07 Andrew O. Shadoura export functions to make libSAD usage in plugins more easy
2008-08-06 Andrew O. Shadoura fix libSAD linkage
2008-08-06 Andrew O. Shadoura move FMT_FRACBITS() to plugin.h
2008-08-06 Andrew O. Shadoura branch merge
2008-08-06 Andrew O. Shadoura make libSAD shared library, so plugins can use it
2008-07-30 Tony Vroon Parallel dependency resolution by Jonathan Schleifer.
2008-07-30 Matti Hamalainen Use _cv_gnu_make_command instead of cv_gnu_make_command, because some
2008-07-30 Matti Hamalainen Don't use a static buffer, but g_strdup_vprintf().
2008-07-29 Matti Hamalainen Remove useless self-indulgent (C)
2008-07-28 William Pitcock branch merge.
2008-07-28 William Pitcock Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a
2008-07-24 Tomasz Mon block value-changed signal handler before setting new range on position slider
2008-07-21 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-21 William Pitcock Apparently some people are dumber than I thought.
2008-07-21 Strahinja Kustudic Fixed some typos in sr translations.
2008-07-19 Tomasz Mon remove reduntant call
2008-07-19 Strahinja Kustudic Updated Serbian translations
2008-07-17 Matti Hamalainen Fix infinite playlist update when entry->tuple == NULL. Patch from Skotlex,
2008-07-17 mf0102 remove some code duplication
2008-07-17 Tomasz Mon set ellipsize to PANGO_ELLIPSIZE_END in title column
2008-07-17 mf0102 reset slider when we stop the song
2008-07-17 William Pitcock Make the default UI suck less by killing the utterly pointless and redundant info bar.
2008-07-17 William Pitcock Move the slider bar to the toolbar, but this is kinda ugly at the moment.
2008-07-17 William Pitcock eventqueue: Remove bogus assertions.
2008-07-17 William Pitcock minimal interface: improve sanity for playback_seek() to make seek times more accurate.
2008-07-16 William Pitcock Use GtkCellRenderer::ypad to provide a more compact playlist, similar to the list widgets in Conspire.
2008-07-16 Tomasz Mon introduce new playlist widget
2008-07-16 William Pitcock Disable visualization subsystem because it memory leaks like a sieve without the legacy UI in place.
2008-07-14 Tomasz Mon add aboutwin_show and jump_to_track_show to InterfaceOps
2008-07-13 Tomasz Mon add copyright line
2008-07-13 Tomasz Mon branch merge
2008-07-13 Tomasz Mon commit initial version of InterfaceOps
2008-07-13 Tomasz Mon remove legacy interface preferences from ui_preferences.c
2008-07-13 William Pitcock Fix compile for me.
2008-07-09 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-07 William Pitcock fix compile. :P
2008-07-09 mf0102 simplify equalizer code a bit
2008-07-09 Tomasz Mon hookify urlopener
2008-07-09 mf0102 made fileopener legacy-free
2008-07-08 mf0102 - make stop button
2008-07-08 Matti Hamalainen Move SignalHandler function pointer typedef.