Mercurial > audlegacy
graph
-
[svn] - restore shortcut key (esc) to close gtk2 fileopener. trunkSun, 28 Jan 2007 01:54:28 -0800, by yaz
-
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious trunkSat, 27 Jan 2007 12:10:21 -0800, by mf0102
-
[svn] - make vfs_buffered_file_new_from_uri declaration const trunkSat, 27 Jan 2007 11:40:05 -0800, by nenolod
-
[svn] - fix an offset error in the vfs_buffered_file wraparound implementation sections trunkSat, 27 Jan 2007 11:28:14 -0800, by nenolod
-
[svn] - make sure tooltip_file != NULL otherwise filepopup may crash in strcmp(). trunkSat, 27 Jan 2007 08:22:15 -0800, by yaz
-
[svn] - revise logic of r3808 so that cdaudio works again. trunkSat, 27 Jan 2007 07:34:13 -0800, by yaz
-
[svn] - fix accidental removal of xmms_show_message trunkSat, 27 Jan 2007 04:32:08 -0800, by nenolod
-
[svn] - audacious.desktop is already installed, no need to do so here trunkFri, 26 Jan 2007 18:11:50 -0800, by nenolod
-
[svn] - fix: W:playlist_list.c(162) [get_transparency_pixmap]: possible type-punned pointer dereference trunkFri, 26 Jan 2007 18:10:18 -0800, by nenolod
-
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.* trunkFri, 26 Jan 2007 14:50:30 -0800, by mf0102
-
[svn] - back out objective-make topdir probe stuff, it doesnt work on some trunkThu, 25 Jan 2007 22:20:19 -0800, by nenolod
-
[svn] - rename some hooks so that they are more logical trunkThu, 25 Jan 2007 21:59:33 -0800, by nenolod
-
[svn] - add hooks: playback begin, playback end, playlist reached end trunkThu, 25 Jan 2007 21:29:51 -0800, by nenolod
-
[svn] - allow for hooks to be automatically registered if they are needed trunkThu, 25 Jan 2007 21:19:44 -0800, by nenolod
-
[svn] - make a note that hashtable collisions in the plugin matrix are not trunkThu, 25 Jan 2007 01:52:51 -0800, by nenolod
-
[svn] Strip 0xFEFF from start of file. Windows error? trunkWed, 24 Jan 2007 15:10:51 -0800, by nemo
-
[svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams) trunkTue, 23 Jan 2007 16:43:13 -0800, by giacomo
-
[svn] - tuple->file_name coming from input plugins have a string with filename + extension, but tuple->file_name coming from input plugins without a get_song_tuple have a string with filename without extension; fix this incongruency, always pass tuple->filename with a string containing filename + extension trunkTue, 23 Jan 2007 16:37:13 -0800, by giacomo
-
[svn] - strings.h should be installed because plugins may use str_to_utf8(). trunkTue, 23 Jan 2007 02:51:10 -0800, by yaz
-
[svn] - attempt to bind the audacious-plugins domain trunkMon, 22 Jan 2007 18:21:22 -0800, by nenolod
-
[svn] - add i18n.h which wraps gettext in a way that is usable to plugins. trunkMon, 22 Jan 2007 18:19:50 -0800, by nenolod
-
[svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h trunkMon, 22 Jan 2007 09:35:30 -0800, by giacomo
-
[svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunkMon, 22 Jan 2007 01:01:33 -0800, by nenolod
-
[svn] - changes to the nature of URI handling in the VFS subsystem, will be trunkSun, 21 Jan 2007 20:45:17 -0800, by nenolod
-
[svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunkSun, 21 Jan 2007 04:28:28 -0800, by hansmi