Mercurial > audlegacy
graph
-
Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus2008-05-10, by Matti Hamalainen
-
moved away some stuff from main.c2008-05-08, by mf0102
-
Fix PLUGIN_FILENAME() behaviour to not include lib on the front.2008-05-05, by William Pitcock
-
Stop playback (instead of doing endless loop) when file can't be read2008-05-02, by Tomasz Mon
-
prevent dead lock2008-04-30, by Tomasz Mon
-
Restore util_menu_main_show() for plugins - thanks go to ccr for the first2008-04-30, by mf0102
-
Temporarily revert small part of mf0102's changeset that broke API by removing2008-04-30, by 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, by Matti Hamalainen
-
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.2008-04-30, by Matti Hamalainen
-
Cleaned up some accidentally left in duplicated checks.2008-04-30, by Matti Hamalainen
-
Conditional USE_SRC was changed to USE_SAMPLERATE earlier.2008-04-30, by Matti Hamalainen
-
Doxycomment change: xmms_show_message -> util_info_dialog.2008-04-30, by Matti Hamalainen
-
save windows positions in docked_list_move(); remove ui_skinned_window_configure()2008-04-28, by Tomasz Mon
-
remove some redundant code2008-04-27, by Tomasz Mon
-
remove needless gtk_window_get_position call2008-04-27, by Tomasz Mon
-
Handling of remote DBus PlaylistAdd method was incorrect, causing a segfault. Dbus marshaller2008-04-27, by Matti Hamalainen
-
cleaned up some more2008-04-23, by mf0102
-
hookified many function calls2008-04-23, by mf0102
-
reindent the code before messing with it2008-04-23, by mf0102
-
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those2008-04-23, by mf0102
-
- indentation of ui_main.c2008-04-22, by mf0102
-
fixing a spelling mistake2008-04-22, by mf0102
-
indentation2008-04-22, by mf0102
-
very little intendation cleanup2008-04-22, by mf0102
-
deprecated drct_set_skin()2008-04-22, by mf0102
-
renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it2008-04-22, by mf0102
-
forgot to rename the functions2008-04-22, by mf0102
-
whoops, forgot to add those two files2008-04-22, by mf0102
-
- make a lot of stuff static2008-04-22, by mf0102
-
- renamed some files to reflect their UI contents2008-04-22, by mf0102
-
Updated extra.mk.in.2008-04-21, by Matti Hamalainen
-
Define EGGSM_{LIBS,CFLAGS} with =, not +=2008-04-21, by Matti Hamalainen
-
Removed ancient news items. We've rewritten so much, that pre-1.3 items2008-04-21, by Matti Hamalainen
-
Cosmetics: made the NEWS arguably more readable.2008-04-21, by Matti Hamalainen
-
IPv6 and socklen_t are not actually used in the core, remove the checks for them.2008-04-21, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-04-21, by Matti Hamalainen
-
--with-rc-path was not actually supported anymore; just remove it.2008-04-21, by Matti Hamalainen
-
Show default settings for options in --help.2008-04-21, by Matti Hamalainen
-
Officially state that we require GNU Make (which we did before, but didn't admit.)2008-04-21, by Matti Hamalainen
-
Fix the "skin path is fucked up" bug.2008-04-21, by William Pitcock
-
Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.2008-04-21, by Matti Hamalainen
-
Conditional support for SM (libeggsmclient).2008-04-21, by Matti Hamalainen
-
Set eggsm flags conditionally.2008-04-21, by Matti Hamalainen
-
Correctly check for USE_DBUS and USE_EGGSM.2008-04-21, by Matti Hamalainen
-
Regenerated extra.mk.in with Autopoop 0.56.2008-04-21, by Matti Hamalainen
-
Conditionally include needed subdirectories.2008-04-21, by Matti Hamalainen
-
Fix libeggsmclient compilation under the new configure.2008-04-21, by Matti Hamalainen
-
Test for socklen_t was accidentally reversed, and socklen_t replacement got2008-04-21, by Matti Hamalainen
-
Fix AUD_CONDITIONAL to work as expected; we need the values defined for AC_SUBST to actually substitute them.2008-04-21, by Matti Hamalainen
-
Imported and cleaned up some missing pieces of functionality from old configure.ac.2008-04-21, by Matti Hamalainen
-
USE_EGGSM is also now substituted by AUD_CONDITIONAL2008-04-21, by Matti Hamalainen
-
We don't want libsamplerate check to add -lsamplerate global LIBS, fixed.2008-04-21, by Matti Hamalainen
-
USE_CHARDET is now substituted in AUD_CONDITIONAL.2008-04-21, by Matti Hamalainen
-
Properly define DISABLE_USER_PLUGIN_DIR if needed.2008-04-21, by Matti Hamalainen
-
Perform AC_SUBST() for each AUD_CONDITIONAL().2008-04-21, by Matti Hamalainen
-
Changed samplerate_{LIBS,CFLAGS} to SAMPLERATE_*.2008-04-21, by Matti Hamalainen
-
s/BEEP_DEFINES/AUDACIOUS_DEFINES/2008-04-21, by Matti Hamalainen
-
Beginnings of a configure/builsystem cleanup (and partial refactoring).2008-04-21, by Matti Hamalainen
-
Various new helper macros added for simplifying and sanitizing configure.ac.2008-04-21, by Matti Hamalainen
-
Fix some random #includes.2008-04-21, by Matti Hamalainen