Mercurial > audlegacy
log
age | author | description |
---|---|---|
Thu, 08 May 2008 22:49:52 +0200 | mf0102 | moved away some stuff from main.c |
Mon, 05 May 2008 07:48:56 -0500 | William Pitcock | Fix PLUGIN_FILENAME() behaviour to not include lib on the front. |
Fri, 02 May 2008 10:34:07 +0200 | Tomasz Mon | Stop playback (instead of doing endless loop) when file can't be read |
Wed, 30 Apr 2008 23:53:20 +0200 | Tomasz Mon | prevent dead lock |
Wed, 30 Apr 2008 14:36:50 +0200 | mf0102 | Restore util_menu_main_show() for plugins - thanks go to ccr for the first |
Wed, 30 Apr 2008 04:42:55 +0300 | Matti Hamalainen | Temporarily revert small part of mf0102's changeset that broke API by removing |
Wed, 30 Apr 2008 04:38:01 +0300 | Matti Hamalainen | Check for NULL playlist pointer in configuration saving. This situation may occur if the process is interrupted by a signal. |
Wed, 30 Apr 2008 04:35:59 +0300 | Matti Hamalainen | Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining. |