2008-05-10 |
Matti Hamalainen |
Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus
|
2008-05-08 |
mf0102 |
moved away some stuff from main.c
|
2008-05-05 |
William Pitcock |
Fix PLUGIN_FILENAME() behaviour to not include lib on the front.
|
2008-05-02 |
Tomasz Mon |
Stop playback (instead of doing endless loop) when file can't be read
|
2008-04-30 |
Tomasz Mon |
prevent dead lock
|
2008-04-30 |
mf0102 |
Restore util_menu_main_show() for plugins - thanks go to ccr for the first
|
2008-04-30 |
Matti Hamalainen |
Temporarily revert small part of mf0102's changeset that broke API by removing
|
2008-04-30 |
Matti Hamalainen |
Check for NULL playlist pointer in configuration saving. This situation may occur if the process is interrupted by a signal.
|
2008-04-30 |
Matti Hamalainen |
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.
|
2008-04-30 |
Matti Hamalainen |
Cleaned up some accidentally left in duplicated checks.
|
2008-04-30 |
Matti Hamalainen |
Conditional USE_SRC was changed to USE_SAMPLERATE earlier.
|
2008-04-30 |
Matti Hamalainen |
Doxycomment change: xmms_show_message -> util_info_dialog.
|
2008-04-28 |
Tomasz Mon |
save windows positions in docked_list_move(); remove ui_skinned_window_configure()
|
2008-04-27 |
Tomasz Mon |
remove some redundant code
|
2008-04-27 |
Tomasz Mon |
remove needless gtk_window_get_position call
|
2008-04-27 |
Matti Hamalainen |
Handling of remote DBus PlaylistAdd method was incorrect, causing a segfault. Dbus marshaller
|
2008-04-23 |
mf0102 |
cleaned up some more
|
2008-04-23 |
mf0102 |
hookified many function calls
|
2008-04-23 |
mf0102 |
reindent the code before messing with it
|
2008-04-23 |
mf0102 |
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
|
2008-04-22 |
mf0102 |
- indentation of ui_main.c
|
2008-04-22 |
mf0102 |
fixing a spelling mistake
|
2008-04-22 |
mf0102 |
indentation
|
2008-04-22 |
mf0102 |
very little intendation cleanup
|
2008-04-22 |
mf0102 |
deprecated drct_set_skin()
|
2008-04-22 |
mf0102 |
renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
|
2008-04-22 |
mf0102 |
forgot to rename the functions
|
2008-04-22 |
mf0102 |
whoops, forgot to add those two files
|
2008-04-22 |
mf0102 |
- make a lot of stuff static
|
2008-04-22 |
mf0102 |
- renamed some files to reflect their UI contents
|
2008-04-21 |
Matti Hamalainen |
Updated extra.mk.in.
|
2008-04-21 |
Matti Hamalainen |
Define EGGSM_{LIBS,CFLAGS} with =, not +=
|
2008-04-21 |
Matti Hamalainen |
Removed ancient news items. We've rewritten so much, that pre-1.3 items
|
2008-04-21 |
Matti Hamalainen |
Cosmetics: made the NEWS arguably more readable.
|
2008-04-21 |
Matti Hamalainen |
IPv6 and socklen_t are not actually used in the core, remove the checks for them.
|
2008-04-21 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
2008-04-21 |
Matti Hamalainen |
--with-rc-path was not actually supported anymore; just remove it.
|
2008-04-21 |
Matti Hamalainen |
Show default settings for options in --help.
|
2008-04-21 |
Matti Hamalainen |
Officially state that we require GNU Make (which we did before, but didn't admit.)
|
2008-04-21 |
William Pitcock |
Fix the "skin path is fucked up" bug.
|
2008-04-21 |
Matti Hamalainen |
Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.
|
2008-04-21 |
Matti Hamalainen |
Conditional support for SM (libeggsmclient).
|
2008-04-21 |
Matti Hamalainen |
Set eggsm flags conditionally.
|
2008-04-21 |
Matti Hamalainen |
Correctly check for USE_DBUS and USE_EGGSM.
|
2008-04-21 |
Matti Hamalainen |
Regenerated extra.mk.in with Autopoop 0.56.
|
2008-04-21 |
Matti Hamalainen |
Conditionally include needed subdirectories.
|
2008-04-21 |
Matti Hamalainen |
Fix libeggsmclient compilation under the new configure.
|
2008-04-21 |
Matti Hamalainen |
Test for socklen_t was accidentally reversed, and socklen_t replacement got
|