log

age author description
2007-01-26 nenolod [svn] - add hooks: playback begin, playback end, playlist reached end trunk
2007-01-26 nenolod [svn] - allow for hooks to be automatically registered if they are needed trunk
2007-01-26 yaz [svn] enhancement to popup information settings trunk
2007-01-26 nenolod [svn] - hooking implementation. trunk
2007-01-25 alxorlov [svn] Update russian translation trunk
2007-01-25 mf0102 [svn] recoded gtk2 style file opener trunk
2007-01-25 dai [svn] * Update Japanese translation. trunk
2007-01-25 nenolod [svn] - make a note that hashtable collisions in the plugin matrix are not trunk
2007-01-25 yaz [svn] - should not pass null fd to input plugins. trunk
2007-01-24 nemo [svn] Strip 0xFEFF trunk
2007-01-24 nemo [svn] Strip 0xFEFF from start of file. Windows error? trunk
2007-01-24 kustodian [svn] Fixed fuzzy translations trunk
2007-01-24 giacomo [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) trunk
2007-01-24 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 trunk
2007-01-23 nenolod [svn] - skin install rules -> policy::skins trunk
2007-01-23 nenolod [svn] - missed one trunk
2007-01-23 nenolod [svn] - rework objective make _a lot_ trunk
2007-01-23 nenolod [svn] - portability fixes for solaris trunk
2007-01-23 yaz [svn] - strings.h should be installed because plugins may use str_to_utf8(). trunk
2007-01-23 nenolod [svn] - attempt to bind the audacious-plugins domain trunk
2007-01-23 nenolod [svn] - add i18n.h which wraps gettext in a way that is usable to plugins. trunk
2007-01-22 giacomo [svn] - export main.h again trunk
2007-01-22 giacomo [svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h trunk
2007-01-22 nenolod [svn] - improve upon welsh translation grammar trunk
2007-01-22 nenolod [svn] - update japanese translation from dai trunk
2007-01-22 nenolod [svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunk
2007-01-22 nenolod [svn] - changes to the nature of URI handling in the VFS subsystem, will be trunk
2007-01-21 nenolod [svn] - handle empty playlists gracefully trunk
2007-01-21 hansmi [svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunk
2007-01-21 nenolod [svn] - touch .depend after blanking it out trunk
2007-01-21 nenolod [svn] - remove .depend on make clean trunk
2007-01-21 iabervon [svn] Add a VFSFile method for getting metadata associated with the file. trunk
2007-01-21 yaz [svn] - config.h is necessary to conditional compilation of chardet. trunk
2007-01-21 nenolod [svn] - return NULL if vfs_fopen request failed trunk
2007-01-20 mf0102 [svn] made strings.h for existing strings.c, cleanups trunk
2007-01-20 nenolod [svn] - that should have been in vfs_fread trunk
2007-01-20 nenolod [svn] - possible fix for VFSBufferedFile crash trunk
2007-01-20 nenolod [svn] - turn off VFS debugging notices trunk
2007-01-20 nenolod [svn] - new headless event loop trunk
2007-01-20 nenolod [svn] - update POTFILES trunk
2007-01-19 mf0102 [svn] fix a stupid bug of mine trunk
2007-01-19 mf0102 [svn] some last good-night cleanup trunk
2007-01-19 mf0102 [svn] cleanups in many regards trunk
2007-01-18 mf0102 [svn] beautify and comment main.c trunk
2007-01-18 mf0102 [svn] reformatting and g_return_if_fail() trunk
2007-01-18 giacomo [svn] - ensure that year/tracknumber/length fields are cleared if necessary trunk
2007-01-18 nenolod [svn] - security and warning fixes from ssommer@suse trunk
2007-01-18 nenolod [svn] - Add GenericName and remove icon filename extension from .desktop file. trunk
2007-01-18 nenolod [svn] - support for libmcs (pass --enable-mcs to configure) trunk
2007-01-17 nenolod [svn] - add configdb backend based on libmcs. trunk
2007-01-17 giacomo [svn] - added progressbar with display of elapsed time for metadata tooltip trunk
2007-01-17 mf0102 [svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunk
2007-01-17 giacomo [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it trunk
2007-01-17 giacomo [svn] - removed other obsolete (and annoying) gdk_window_set_hints calls trunk
2007-01-17 giacomo [svn] - added audacious_menu_main_show(x,y,button,time) in util.h, convenience function to display the audacious main popup menu trunk
2007-01-17 nenolod [svn] - fix gconf backend trunk
2007-01-17 giacomo [svn] - simplify and optimize the metadata tooltip trigger function trunk
2007-01-16 js [svn] D'oh. I was really too tired when I wrote this. Fixed stupid bugs. trunk
2007-01-16 js [svn] Replaced intricate part. trunk
2007-01-16 giacomo [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins) trunk
2007-01-16 nenolod [svn] - fix W:input.c(422) [input_check_file]:Implicit declaration trunk
2007-01-16 mf0102 [svn] removed xmms_create_dirbrowser, small config db fixes trunk
2007-01-16 giacomo [svn] - in mainwin_real_show, do not return if a nullmask doesn't exist trunk
2007-01-16 nenolod [svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunk
2007-01-16 nenolod [svn] - compare against the uri, not the VFSConstructor class the fd comes from trunk
2007-01-16 nenolod [svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunk
2007-01-16 nenolod [svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunk
2007-01-15 giacomo [svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunk
2007-01-15 giacomo [svn] - removed a couple of useless gdk calls in mainwin_real_hide() trunk
2007-01-15 giacomo [svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunk
2007-01-15 nenolod [svn] - special case for no uri schema trunk
2007-01-15 nenolod [svn] - warning fixes trunk
2007-01-15 nenolod [svn] - g_strsplit() wraps strsplit(3), and thus has different results on trunk
2007-01-15 nenolod [svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. trunk
2007-01-15 nenolod [svn] - gettext requires mkinstalldirs trunk
2007-01-15 nenolod [svn] - warning cleanups trunk
2007-01-14 mf0102 [svn] Wiped out some error messages trunk
2007-01-14 mf0102 [svn] Added myself to the developer list trunk
2007-01-14 js [svn] Fixed make install. trunk
2007-01-14 js [svn] - Added script for migration to XDG basedir. trunk
2007-01-14 js [svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' trunk
2007-01-14 js [svn] Fixed: configdb_rcfile.c:57: warning: suggest parentheses around assignment used as truth value trunk
2007-01-13 nenolod [svn] - revert r3646 because it is not a user-friendly method of transitioning. trunk
2007-01-13 nenolod [svn] - remove leftover remnants of automake from buildsystem trunk
2007-01-13 nenolod [svn] - move manpages to subdir man/ trunk
2007-01-13 nenolod [svn] - remove audacious.spec -- we don't use it for anything, and we're not trunk
2007-01-13 nenolod [svn] - update bulgarian translation by proxy trunk
2007-01-13 nenolod [svn] - update POTFILES.in for src/ transition trunk
2007-01-13 js [svn] Fix missing s trunk
2007-01-13 js [svn] Remove old shit. trunk
2007-01-13 js [svn] Full support for XDG basedir added. The old config doesn't get automatically converted yet. trunk
2007-01-12 js [svn] Same for -pipe. trunk
2007-01-12 js [svn] Add -Wall to CFLAGS by default if the CC is gcc trunk
2007-01-12 nenolod [svn] - fix: E:configdb_rcfile.c(45) [bmp_cfg_db_open]:Autoconversion of integer to pointer is not allowed in C99 trunk
2007-01-12 nenolod [svn] - objective-make autodepend fixes trunk
2007-01-11 js [svn] Added #ifdefs around $HOME/.audacious compatibility code trunk
2007-01-10 nenolod [svn] - note that WAL (winamp "modern") skins are not supported trunk
2007-01-10 nenolod [svn] - some more updates, e.g. IRC channel/mailing list/forums trunk
2007-01-10 nenolod [svn] - update po metadata trunk
2007-01-10 nenolod [svn] - put a stub in for 1.3 news here trunk
2007-01-10 nenolod [svn] - i see no reason to keep the BMP changelogs trunk
2007-01-10 nenolod [svn] - this was out of date like whoa trunk
2007-01-10 nenolod [svn] - new e-mail address trunk
2007-01-09 js [svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog. trunk
2007-01-09 js [svn] Initial XDG basedir support. trunk
2007-01-09 kiyoshi [svn] Revert stupid commit by js, because that does not make us XDG basedir compliant. trunk
2007-01-09 js [svn] Change /home/js/.audacious to /home/js/.config/audacious trunk
2007-01-09 nenolod [svn] - remove two unused labels trunk
2007-01-08 nenolod [svn] - oops i think i forgot this \o/ trunk
2007-01-08 nenolod [svn] - new bulgarian translator: Andrew Ivanov trunk
2007-01-08 yaz [svn] libguess update: trunk
2007-01-07 nenolod [svn] - fix XML definition for missing action: "track info" -> "current track info" trunk