2006-02-25 |
nenolod |
[svn] Don't install util.h
trunk
|
2006-02-25 |
nenolod |
[svn] - Change client id from XMMS-Scrobbler to Audacious (we now have our own ID)
trunk
|
2006-02-25 |
nenolod |
[svn] Attach a SONAME to all .so's.
trunk
|
2006-02-25 |
nenolod |
[svn] - add scrobbler support
trunk
|
2006-02-25 |
chainsaw |
[svn] Revert debug-only cleanup system verbosity.
trunk
|
2006-02-25 |
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
|
2006-02-25 |
nenolod |
[svn] - Ok, really revert this.
trunk
|
2006-02-25 |
nenolod |
[svn] - Roll back broken HTTP-based stream detection code.
trunk
|
2006-02-25 |
nenolod |
[svn] - Slay unused variables here.
trunk
|
2006-02-25 |
nenolod |
[svn] - Add a discussion about headless operation.
trunk
|
2006-02-25 |
nenolod |
[svn] - Slay an unused variable warning here.
trunk
|
2006-02-25 |
nenolod |
[svn] - Add some sanity checking to make sure we can't do X11 stuff when running headless.
trunk
|
2006-02-25 |
nenolod |
[svn] - Rename ALL_PLUGINS setting in Plugins/Visualization (only for reference)
trunk
|
2006-02-25 |
nenolod |
[svn] Squelch a stupid warning here.
trunk
|
2006-02-25 |
nenolod |
[svn] - Working exception handling at no extra charge. Closes bugs #408, #409.
trunk
|
2006-02-25 |
nenolod |
[svn] - Remove libblah.so: cruft from pre-autolink rule times.
trunk
|
2006-02-25 |
nenolod |
[svn] - Fix a crash relating to changing FLAC plugin settings. Closes bug #412.
trunk
|
2006-02-25 |
nenolod |
[svn] - Really fix preview generation for PNG/SVG based skins.
trunk
|
2006-02-25 |
nenolod |
[svn] - Remove pre-objective auto-linking rules for library objectives (cruft)
trunk
|
2006-02-24 |
nenolod |
[svn] change permissions here
trunk
|
2006-02-24 |
nenolod |
[svn] install HEADERS properly (oops)
trunk
|
2006-02-24 |
nenolod |
[svn] We had this backwards.
trunk
|
2006-02-24 |
chainsaw |
[svn] This came with it. No extra charge.
trunk
|
2006-02-24 |
chainsaw |
[svn] ESD output plugin ported to objective make by Kyoshi Aman.
trunk
|
2006-02-24 |
nenolod |
[svn] grr
trunk
|
2006-02-24 |
nenolod |
[svn] directory creation
trunk
|
2006-02-23 |
nenolod |
[svn] s/sharedir/datadir
trunk
|
2006-02-23 |
nenolod |
[svn] Install audacious.pc, audacious.1 and audacious.desktop.
trunk
|
2006-02-23 |
nenolod |
[svn] Link against libstdc++ because we're intermixing code.
trunk
|
2006-02-23 |
nenolod |
[svn] honour DESTDIR here too
trunk
|
2006-02-23 |
nenolod |
[svn] apparently GNU make doesn't like to use @${VAR}
trunk
|
2006-02-23 |
nenolod |
[svn] directory creation stuff
trunk
|
2006-02-23 |
nenolod |
[svn] add HEADERS for audacious/
trunk
|
2006-02-23 |
nenolod |
[svn] If the makefile has a HEADERS variable, then install them to the
trunk
|
2006-02-23 |
nenolod |
[svn] versioning for libaudacious.so
trunk
|
2006-02-23 |
nenolod |
[svn] Ok, really fix this stupid bug.
trunk
|
2006-02-23 |
nenolod |
[svn] Fix the scrolling in the audacious mainwin, by making sure a GTK Timeout
trunk
|
2006-02-21 |
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
|
2006-02-20 |
nenolod |
[svn] - Fix mp3 detection properly.
trunk
|
2006-02-20 |
nenolod |
[svn] fix libvisual-proxy conditional
trunk
|
2006-02-19 |
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
|
2006-02-19 |
chainsaw |
[svn] Actually use the cleanup hooks on general & visualization plugins.
trunk
|
2006-02-19 |
chainsaw |
[svn] Get mpg123 going. Nenolod promises to fix this properly soon.
trunk
|
2006-02-19 |
chainsaw |
[svn] Port inetctl plugin from XMMS.
trunk
|
2006-02-19 |
nenolod |
[svn] FIX
trunk
|
2006-02-19 |
chainsaw |
[svn] Juggle declarations around so that GCC likes the order of things.
trunk
|
2006-02-19 |
chainsaw |
[svn] Initialize org variable before using it.
trunk
|
2006-02-19 |
chainsaw |
[svn] Disabled unused void function add_instlist.
trunk
|
2006-02-19 |
chainsaw |
[svn] Only build what the configure system tells us to build.
trunk
|
2006-02-19 |
chainsaw |
[svn] Robustness fix; skinning dialog should deal with incorrect current skin setting gracefully. By external contributor Daniel Drake (Gentoo).
trunk
|
2006-02-19 |
chainsaw |
[svn] An explicit cast a day keeps the compiler warning at bay.
trunk
|
2006-02-19 |
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
|
2006-02-18 |
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
|
2006-02-18 |
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
|
2006-02-18 |
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
|
2006-02-16 |
nenolod |
[svn] id3v1 tag stuffs.
trunk
|
2006-02-12 |
chainsaw |
[svn] Check for have_alsa to enable ALSA, and not have_oss.
trunk
|
2006-02-12 |
nenolod |
[svn] Conditionalize the buildsystem.
trunk
|
2006-02-12 |
chainsaw |
[svn] Use g_strchug instead of g_strstrip during playlist load. Trailing whitespace can be a valid occurance. Closes bug #282.
trunk
|
2006-02-12 |
chainsaw |
[svn] Do not show 00:00 when stopped in shaded mode, closes bug #390.
trunk
|