log

age author description
Sat, 25 Feb 2006 09:36:36 -0800 chainsaw [svn] Revert debug-only cleanup system verbosity. trunk
Sat, 25 Feb 2006 09:35:27 -0800 chainsaw [svn] Remove libvisual-proxy. It is broken and hard to repair. A written-from-scratch replacement is planned but will be a while. trunk
Sat, 25 Feb 2006 01:30:30 -0800 nenolod [svn] - Ok, really revert this. trunk
Sat, 25 Feb 2006 01:25:21 -0800 nenolod [svn] - Roll back broken HTTP-based stream detection code. trunk
Sat, 25 Feb 2006 00:09:42 -0800 nenolod [svn] - Slay unused variables here. trunk
Sat, 25 Feb 2006 00:08:27 -0800 nenolod [svn] - Add a discussion about headless operation. trunk
Fri, 24 Feb 2006 23:57:41 -0800 nenolod [svn] - Slay an unused variable warning here. trunk
Fri, 24 Feb 2006 23:56:24 -0800 nenolod [svn] - Add some sanity checking to make sure we can't do X11 stuff when running headless. trunk
Fri, 24 Feb 2006 23:44:27 -0800 nenolod [svn] - Rename ALL_PLUGINS setting in Plugins/Visualization (only for reference) trunk
Fri, 24 Feb 2006 23:32:17 -0800 nenolod [svn] Squelch a stupid warning here. trunk
Fri, 24 Feb 2006 23:16:06 -0800 nenolod [svn] - Working exception handling at no extra charge. Closes bugs #408, #409. trunk
Fri, 24 Feb 2006 22:50:55 -0800 nenolod [svn] - Remove libblah.so: cruft from pre-autolink rule times. trunk
Fri, 24 Feb 2006 22:47:30 -0800 nenolod [svn] - Fix a crash relating to changing FLAC plugin settings. Closes bug #412. trunk
Fri, 24 Feb 2006 22:05:06 -0800 nenolod [svn] - Really fix preview generation for PNG/SVG based skins. trunk
Fri, 24 Feb 2006 21:25:33 -0800 nenolod [svn] - Remove pre-objective auto-linking rules for library objectives (cruft) trunk
Fri, 24 Feb 2006 12:36:42 -0800 nenolod [svn] change permissions here trunk
Fri, 24 Feb 2006 12:34:42 -0800 nenolod [svn] install HEADERS properly (oops) trunk
Thu, 23 Feb 2006 18:56:34 -0800 nenolod [svn] We had this backwards. trunk
Thu, 23 Feb 2006 17:04:36 -0800 chainsaw [svn] This came with it. No extra charge. trunk
Thu, 23 Feb 2006 17:03:03 -0800 chainsaw [svn] ESD output plugin ported to objective make by Kyoshi Aman. trunk
Thu, 23 Feb 2006 16:36:31 -0800 nenolod [svn] grr trunk
Thu, 23 Feb 2006 16:09:56 -0800 nenolod [svn] directory creation trunk
Thu, 23 Feb 2006 08:44:06 -0800 nenolod [svn] s/sharedir/datadir trunk
Wed, 22 Feb 2006 18:27:55 -0800 nenolod [svn] Install audacious.pc, audacious.1 and audacious.desktop. trunk
Wed, 22 Feb 2006 17:31:03 -0800 nenolod [svn] Link against libstdc++ because we're intermixing code. trunk
Wed, 22 Feb 2006 17:23:01 -0800 nenolod [svn] honour DESTDIR here too trunk
Wed, 22 Feb 2006 17:17:52 -0800 nenolod [svn] apparently GNU make doesn't like to use @${VAR} trunk
Wed, 22 Feb 2006 17:12:10 -0800 nenolod [svn] directory creation stuff trunk
Wed, 22 Feb 2006 17:10:11 -0800 nenolod [svn] add HEADERS for audacious/ trunk
Wed, 22 Feb 2006 17:07:25 -0800 nenolod [svn] If the makefile has a HEADERS variable, then install them to the trunk
Wed, 22 Feb 2006 17:04:47 -0800 nenolod [svn] versioning for libaudacious.so trunk
Wed, 22 Feb 2006 16:37:26 -0800 nenolod [svn] Ok, really fix this stupid bug. trunk
Wed, 22 Feb 2006 16:30:23 -0800 nenolod [svn] Fix the scrolling in the audacious mainwin, by making sure a GTK Timeout trunk
Tue, 21 Feb 2006 13:09:39 -0800 chainsaw [svn] Fix logic for shaded mode. With TIME_REMAINING and a song of unknown length, we got just the :, and not the time. trunk
Sun, 19 Feb 2006 18:20:51 -0800 nenolod [svn] - Fix mp3 detection properly. trunk
Sun, 19 Feb 2006 18:05:14 -0800 nenolod [svn] fix libvisual-proxy conditional trunk
Sun, 19 Feb 2006 15:50:50 -0800 chainsaw [svn] Kill the crossfader plugin. It insisted on exploding on amd64 systems and was a general pita to compile. Also, remove two unused vars from mpg123. trunk
Sun, 19 Feb 2006 15:35:37 -0800 chainsaw [svn] Actually use the cleanup hooks on general & visualization plugins. trunk
Sun, 19 Feb 2006 15:18:05 -0800 chainsaw [svn] Get mpg123 going. Nenolod promises to fix this properly soon. trunk
Sun, 19 Feb 2006 15:03:06 -0800 chainsaw [svn] Port inetctl plugin from XMMS. trunk
Sun, 19 Feb 2006 12:39:36 -0800 nenolod [svn] FIX trunk
Sun, 19 Feb 2006 08:36:35 -0800 chainsaw [svn] Juggle declarations around so that GCC likes the order of things. trunk
Sun, 19 Feb 2006 06:34:25 -0800 chainsaw [svn] Initialize org variable before using it. trunk
Sun, 19 Feb 2006 06:13:53 -0800 chainsaw [svn] Disabled unused void function add_instlist. trunk
Sun, 19 Feb 2006 06:00:47 -0800 chainsaw [svn] Only build what the configure system tells us to build. trunk
Sun, 19 Feb 2006 05:48:58 -0800 chainsaw [svn] Robustness fix; skinning dialog should deal with incorrect current skin setting gracefully. By external contributor Daniel Drake (Gentoo). trunk
Sat, 18 Feb 2006 16:36:33 -0800 chainsaw [svn] An explicit cast a day keeps the compiler warning at bay. trunk
Sat, 18 Feb 2006 16:15:16 -0800 chainsaw [svn] Addresses most of the warnings in the code, and uses a -W CFLAG to disable the non-null checks. From external contributor Harald van Dijk (Gentoo). trunk
Sat, 18 Feb 2006 14:02:57 -0800 chainsaw [svn] More skin-related fixups. One segfault fix by Michael Hanselmann and a fix by Daniel Drake to also display skins that lack a thumbnail. trunk
Sat, 18 Feb 2006 13:21:21 -0800 chainsaw [svn] Do not throw SIGABRT when path == NULL, g_return_val_if_fail logs a critical message and will abort. Patch courtesy of Daniel Drake from Gentoo. trunk
Sat, 18 Feb 2006 08:23:30 -0800 chainsaw [svn] Sync with upstream. Drop hardware OPL2/3 support, it throws warnings and is not used on most modern machines. Added var inits where GCC 4.0 thought it was a good idea. trunk
Thu, 16 Feb 2006 07:40:35 -0800 nenolod [svn] id3v1 tag stuffs. trunk
Sun, 12 Feb 2006 11:10:41 -0800 chainsaw [svn] Check for have_alsa to enable ALSA, and not have_oss. trunk
Sun, 12 Feb 2006 10:24:16 -0800 nenolod [svn] Conditionalize the buildsystem. trunk
Sun, 12 Feb 2006 08:59:11 -0800 chainsaw [svn] Use g_strchug instead of g_strstrip during playlist load. Trailing whitespace can be a valid occurance. Closes bug #282. trunk
Sun, 12 Feb 2006 07:12:26 -0800 chainsaw [svn] Do not show 00:00 when stopped in shaded mode, closes bug #390. trunk
Sat, 11 Feb 2006 09:10:33 -0800 chainsaw [svn] Updated japanese translation by dai, from bug #384. trunk
Sat, 11 Feb 2006 08:25:14 -0800 chainsaw [svn] Update codingstyle to be more consistent with last upstream release. Stop exploding at shutdown. trunk
Wed, 08 Feb 2006 16:08:04 -0800 chainsaw [svn] Trim the header a bit too. trunk
Wed, 08 Feb 2006 16:07:34 -0800 chainsaw [svn] Remove config dependency, font usage and misc dead code. trunk