Mercurial > audlegacy
graph
-
[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
-
[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
-
[svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunkMon, 15 Jan 2007 18:33:42 -0800, by nenolod
-
[svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunkMon, 15 Jan 2007 12:39:22 -0800, by giacomo
-
[svn] - removed a couple of useless gdk calls in mainwin_real_hide() trunkMon, 15 Jan 2007 09:48:56 -0800, by giacomo
-
[svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunkMon, 15 Jan 2007 09:18:27 -0800, by giacomo
-
[svn] - g_strsplit() wraps strsplit(3), and thus has different results on trunkMon, 15 Jan 2007 08:44:39 -0800, by nenolod
-
[svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. trunkMon, 15 Jan 2007 08:08:40 -0800, by nenolod
-
[svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' trunkSat, 13 Jan 2007 16:09:38 -0800, by js
-
[svn] Fixed: configdb_rcfile.c:57: warning: suggest parentheses around assignment used as truth value trunkSat, 13 Jan 2007 16:07:48 -0800, by js
-
[svn] - revert r3646 because it is not a user-friendly method of transitioning. trunkSat, 13 Jan 2007 15:04:38 -0800, by nenolod
-
[svn] - remove leftover remnants of automake from buildsystem trunkSat, 13 Jan 2007 14:49:55 -0800, by nenolod
-
[svn] - remove audacious.spec -- we don't use it for anything, and we're not trunkSat, 13 Jan 2007 14:35:56 -0800, by nenolod
-
[svn] Full support for XDG basedir added. The old config doesn't get automatically converted yet. trunkSat, 13 Jan 2007 09:19:52 -0800, by js
-
[svn] - fix: E:configdb_rcfile.c(45) [bmp_cfg_db_open]:Autoconversion of integer to pointer is not allowed in C99 trunkFri, 12 Jan 2007 11:53:37 -0800, by nenolod
-
[svn] Added #ifdefs around $HOME/.audacious compatibility code trunkThu, 11 Jan 2007 05:47:16 -0800, by js
-
[svn] - note that WAL (winamp "modern") skins are not supported trunkWed, 10 Jan 2007 05:19:46 -0800, by nenolod
-
[svn] - some more updates, e.g. IRC channel/mailing list/forums trunkWed, 10 Jan 2007 05:14:52 -0800, by nenolod
-
[svn] - i see no reason to keep the BMP changelogs trunkWed, 10 Jan 2007 04:54:30 -0800, by nenolod
-
[svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog. trunkTue, 09 Jan 2007 14:53:19 -0800, by js
-
[svn] Revert stupid commit by js, because that does not make us XDG basedir compliant. trunkTue, 09 Jan 2007 09:14:22 -0800, by kiyoshi
-
[svn] Change /home/js/.audacious to /home/js/.config/audacious trunkTue, 09 Jan 2007 07:45:01 -0800, by js