Mercurial > audlegacy
graph
-
[svn] - allow elements to be repositioned if they are mentioned in skin.hints trunk2006-10-04, by nenolod
-
[svn] - always zero-out stack variables, as stack memory may be dirty on x86 and friends trunk2006-10-02, by nenolod
-
[svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode. trunk2006-09-28, by yaz
-
[svn] - fix for "bmp_rcfile_write_string: assertion `value != NULL' failed" trunk2006-09-28, by yaz
-
[svn] Interpret set_string for a NULL value as a key unset action, as gconf will not store NULL values. trunk2006-09-24, by chainsaw
-
[svn] Revert botched workaround, the actual 3 NULL writes will have to be addressed. trunk2006-09-23, by chainsaw
-
[svn] - use proper X11 hinting here to ensure that the about window isn't decorated on broken WMs (e.g. quartz-wm) trunk2006-09-22, by nenolod
-
[svn] Mute while seeking for playback resume, tighten the loop. We want a responsive GUI ASAP. trunk2006-09-21, by chainsaw
-
[svn] - avoid conflict of mkdtemp() declaration between util.h and stdlib.h. trunk2006-09-20, by yaz
-
[svn] - add back a test for libxml2, that way we'll still use xspf as default if available trunk2006-09-18, by nenolod
-
[svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunk2006-09-18, by nenolod
-
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunk2006-09-16, by js
-
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunk2006-09-15, by nenolod
-
[svn] - enforce support of our file extensions through use of the .SUFFIXES target trunk2006-09-14, by nenolod
-
[svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunk2006-09-14, by giacomo
-
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunk2006-09-14, by js
-
[svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunk2006-09-14, by js
-
[svn] Added BSD make to the recommended make versions since it's officially supported now. trunk2006-09-13, by js
-
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunk2006-09-13, by nenolod
-
[svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] Remove unused bmp_player.xpm; as requested by Mikachu on #audacious. trunk2006-09-13, by chainsaw
-
[svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562) trunk2006-09-13, by nenolod
-
[svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins. trunk2006-09-11, by chainsaw
-
[svn] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265. trunk2006-09-10, by chainsaw
-
[svn] - ensure that the module symtable is consistantly unique on Mach-O bundles trunk2006-09-09, by nenolod
-
[svn] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering. trunk2006-09-08, by chainsaw
-
[svn] - abstractionalize a lot of stuff, build still broken, live with it trunk2006-09-08, by nenolod
-
[svn] - wma.c: use av_malloc() instead of directly using posix_memalign() trunk2006-09-07, by nenolod
-
[svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) trunk2006-09-07, by nenolod
-
[svn] - why is this here? it really fucks with my SVN client on OS X, so I am deleting it as it's unreferenced trunk2006-09-05, by nenolod
-
[svn] - do not show filepopup for blank region when a playlist is shorter than the playlist window. trunk2006-09-05, by yaz
-
[svn] - comment out some gtk_window_set_transient_for() which hide mainwin unexpectedly. trunk2006-08-30, by yaz
-
[svn] - filepopup follows change of pointed song, i.e. it will hide while scrolling. trunk2006-08-28, by yaz
-
[svn] Fix up the warning fixes; by Torbjörn Svensson (a.k.a. Azoff on #audacious). trunk2006-08-27, by chainsaw
-
[svn] - Tracks with unknown lengths shouldn't be considered 0 seconds long! :P trunk2006-08-27, by nhjm449
-
[svn] - precision in title format is regarded as character count, not byte count. trunk2006-08-25, by yaz
-
[svn] Additional (PPC?) warning squashing by Joseph Jezak from Gentoo. trunk2006-08-24, by chainsaw
-
[svn] Sync with upstream. ADL is now dual licensed, and RIX has had a pitch fixup. Free warning fix included. trunk2006-08-24, by chainsaw
-
[svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API trunk2006-08-20, by nenolod
-
[svn] xspf.c needs round trip encoding conversion between locale encoding and utf8. trunk2006-08-11, by yaz
-
[svn] - if uri == NULL, then continue looking for URIs in the XSPF playlist trunk2006-08-11, by nenolod
-
[svn] - wma: use posix_memalign() instead of memalign() in some more spots trunk2006-08-11, by nenolod