Mercurial > audlegacy
graph
-
[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
-
[svn] Add a VFSFile method for getting metadata associated with the file. trunkSat, 20 Jan 2007 21:30:24 -0800, by iabervon
-
[svn] - config.h is necessary to conditional compilation of chardet. trunkSat, 20 Jan 2007 20:57:39 -0800, by yaz
-
[svn] made strings.h for existing strings.c, cleanups trunkSat, 20 Jan 2007 04:48:41 -0800, by mf0102
-
[svn] - ensure that year/tracknumber/length fields are cleared if necessary trunkThu, 18 Jan 2007 07:32:07 -0800, by giacomo
-
[svn] - security and warning fixes from ssommer@suse trunkThu, 18 Jan 2007 03:02:55 -0800, by nenolod
-
[svn] - Add GenericName and remove icon filename extension from .desktop file. trunkThu, 18 Jan 2007 01:46:30 -0800, by nenolod
-
[svn] - support for libmcs (pass --enable-mcs to configure) trunkWed, 17 Jan 2007 21:46:23 -0800, by nenolod
-
[svn] - added progressbar with display of elapsed time for metadata tooltip trunkWed, 17 Jan 2007 12:26:55 -0800, by giacomo
-
[svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunkWed, 17 Jan 2007 12:11:16 -0800, by mf0102
-
[svn] - ui_fileinfopopup.c uses gtk code, no more glade in it trunkWed, 17 Jan 2007 08:13:07 -0800, by giacomo
-
[svn] - removed other obsolete (and annoying) gdk_window_set_hints calls trunkWed, 17 Jan 2007 04:09:20 -0800, by giacomo
-
[svn] - added audacious_menu_main_show(x,y,button,time) in util.h, convenience function to display the audacious main popup menu trunkWed, 17 Jan 2007 03:11:48 -0800, by giacomo
-
[svn] - simplify and optimize the metadata tooltip trigger function trunkTue, 16 Jan 2007 16:49:21 -0800, by giacomo
-
[svn] D'oh. I was really too tired when I wrote this. Fixed stupid bugs. trunkTue, 16 Jan 2007 11:12:11 -0800, by js
-
[svn] - fix W:input.c(422) [input_check_file]:Implicit declaration trunkTue, 16 Jan 2007 05:17:18 -0800, by nenolod
-
[svn] removed xmms_create_dirbrowser, small config db fixes trunkTue, 16 Jan 2007 04:41:05 -0800, by mf0102
-
[svn] - in mainwin_real_show, do not return if a nullmask doesn't exist trunkTue, 16 Jan 2007 04:18:58 -0800, by giacomo
-
[svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunkMon, 15 Jan 2007 20:47:50 -0800, by nenolod
-
[svn] - compare against the uri, not the VFSConstructor class the fd comes from trunkMon, 15 Jan 2007 19:28:19 -0800, by nenolod
-
[svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunkMon, 15 Jan 2007 19:24:54 -0800, by nenolod