2006-09-17 |
js |
[svn] #undef ALIGN, since it's already defined on OpenBSD.
trunk
|
2006-09-17 |
js |
[svn] Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too.
trunk
|
2006-09-17 |
js |
[svn] nenolod's fix for the soundcard.h check was incomplete, fixed
trunk
|
2006-09-17 |
nenolod |
[svn] - check for soundcard.h
trunk
|
2006-09-17 |
nenolod |
[svn] - oh oops
trunk
|
2006-09-17 |
nenolod |
[svn] - remove reference in autoconf
trunk
|
2006-09-17 |
nenolod |
[svn] - do not generate a Makefile for libconsole
trunk
|
2006-09-17 |
nenolod |
[svn] - remove iconv code altogether
trunk
|
2006-09-17 |
js |
[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step
trunk
|
2006-09-16 |
js |
[svn] Fixed a lot of warnings that only showed up on *BSD.
trunk
|
2006-09-16 |
chainsaw |
[svn] Our code is clean enough to not need -Wno-strict-aliasing, with the exception of playlist_list.c (so set that flag for widgets dir only).
trunk
|
2006-09-16 |
js |
[svn] Fixed 3 warnings, 2 unused variables and 1 missing include
trunk
|
2006-09-16 |
chainsaw |
[svn] Use the VFS layer.
trunk
|
2006-09-16 |
js |
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;).
trunk
|
2006-09-16 |
chainsaw |
[svn] Use the VFS layer.
trunk
|
2006-09-16 |
yaz |
[svn] - no more busy loop if a file in playlist disappears.
trunk
|
2006-09-16 |
yaz |
[svn] improvement of filepopup:
trunk
|
2006-09-16 |
nenolod |
[svn] - actually on second thought, i don't see the point in this
trunk
|
2006-09-16 |
nenolod |
[svn] - change Makefile / filename
trunk
|
2006-09-16 |
nenolod |
[svn] - branch xspf plugin for podcasting support
trunk
|
2006-09-16 |
yaz |
[svn] - omit get_mtime from playlist_get_info_func().
trunk
|
2006-09-16 |
nenolod |
[svn] - do not build OSS plugin unless we really can
trunk
|
2006-09-16 |
nenolod |
[svn] - remove debugging printf()'s
trunk
|
2006-09-15 |
nenolod |
[svn] - only build cdaudio plugin if we support DAE
trunk
|
2006-09-15 |
nenolod |
[svn] - if a pkg-config module is unavailable, report this
trunk
|
2006-09-15 |
nenolod |
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built
trunk
|
2006-09-15 |
nenolod |
[svn] - build CoreAudio plugin if available
trunk
|
2006-09-15 |
nenolod |
[svn] - remove sqlite from main makefile
trunk
|
2006-09-15 |
nenolod |
[svn] - remove sqlite
trunk
|
2006-09-15 |
js |
[svn] This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD.
trunk
|
2006-09-15 |
nenolod |
[svn] - DND fixes
trunk
|
2006-09-15 |
js |
[svn] - Removed .cpp.o target since we don't have any .cpp files anymore.
trunk
|
2006-09-14 |
nenolod |
[svn] - enforce support of our file extensions through use of the .SUFFIXES target
trunk
|
2006-09-14 |
js |
[svn] * One more .cpp -> .cxx
trunk
|
2006-09-14 |
js |
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
trunk
|
2006-09-14 |
js |
[svn] .cpp -> .cxx
trunk
|
2006-09-14 |
giacomo |
[svn] - fix for issue that was fixed in r1946 and then appeared again later :)
trunk
|
2006-09-14 |
js |
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon.
trunk
|
2006-09-14 |
js |
[svn] Made the content of the password field in the AudioScrobbler plugin invisible.
trunk
|
2006-09-14 |
js |
[svn] Just saw another bug in the same line. The if was always false.
trunk
|
2006-09-14 |
js |
[svn] Fixed mk/objective.mk so that there won't be any
trunk
|
2006-09-14 |
yaz |
[svn] - Avoid trying to regenerate parse.c. Regeneration is unnecessary in usual case and requires lemon as parser generator.
trunk
|
2006-09-13 |
giacomo |
[svn] - amidi-plug uses vfs now
trunk
|
2006-09-13 |
giacomo |
[svn] - File stream API for audacious vfs; uses real getc/ungetc functions for vfs_stdio and emulated functions for vfs_gnome
trunk
|
2006-09-13 |
js |
[svn] Added BSD make to the recommended make versions since it's officially supported now.
trunk
|
2006-09-13 |
nenolod |
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops)
trunk
|
2006-09-13 |
js |
[svn] Fixed some Makefiles to make it work with BSD make.
trunk
|
2006-09-13 |
chainsaw |
[svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>.
trunk
|
2006-09-13 |
chainsaw |
[svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>.
trunk
|
2006-09-13 |
chainsaw |
[svn] Mark autogen.sh executable.
trunk
|
2006-09-13 |
chainsaw |
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>.
trunk
|
2006-09-13 |
chainsaw |
[svn] Fixes for NetBSD by Jonathan Schleifer <js@h3c.de>
trunk
|
2006-09-13 |
chainsaw |
[svn] Remove unused bmp_player.xpm; as requested by Mikachu on #audacious.
trunk
|
2006-09-13 |
nenolod |
[svn] - new DND handler
trunk
|
2006-09-13 |
nenolod |
[svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562)
trunk
|
2006-09-12 |
giacomo |
[svn] - amidi-plug 0.6 imported; among other improvements, multiple soundfont loading for fluidsynth backend and option to extract/display lyrics and comments contained in midi files
trunk
|
2006-09-11 |
chainsaw |
[svn] Use the VFS.
trunk
|
2006-09-11 |
chainsaw |
[svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins.
trunk
|
2006-09-11 |
chainsaw |
[svn] Partial sync with upstream.
trunk
|
2006-09-11 |
lu_zero |
[svn] fix a typo
trunk
|
2006-09-11 |
yaz |
[svn] - make fileinfo_recursive_get_image() breadth first search.
trunk
|
2006-09-10 |
chainsaw |
[svn] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265.
trunk
|
2006-09-10 |
chainsaw |
[svn] Have output plugins use the VFS layer too.
trunk
|
2006-09-10 |
chainsaw |
[svn] Use the VFS layer.
trunk
|
2006-09-10 |
chainsaw |
[svn] Portability fix provided by Matti Hämäläinen (ccr/TNSP).
trunk
|
2006-09-10 |
chainsaw |
[svn] Non-RTSP should compile too, ktnxbye.
trunk
|
2006-09-10 |
lu_zero |
[svn] rtsp support in mp3
trunk
|
2006-09-10 |
chainsaw |
[svn] Make the playback resume code a lot more robust.
trunk
|
2006-09-10 |
lu_zero |
[svn] avoid segfaults
trunk
|
2006-09-09 |
nenolod |
[svn] - ensure that the module symtable is consistantly unique on Mach-O bundles
trunk
|
2006-09-08 |
chainsaw |
[svn] Hook PulseAudio into the build system and clean it up a little.
trunk
|
2006-09-08 |
chainsaw |
[svn] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering.
trunk
|
2006-09-08 |
nenolod |
[svn] - remove this
trunk
|
2006-09-08 |
nenolod |
[svn] - revert back to r2216
trunk
|
2006-09-08 |
nenolod |
[svn] - more hammering
trunk
|
2006-09-08 |
nenolod |
[svn] - hammer a little more
trunk
|
2006-09-08 |
nenolod |
[svn] - stuff
trunk
|
2006-09-08 |
nenolod |
[svn] - abstractionalize a lot of stuff, build still broken, live with it
trunk
|
2006-09-08 |
nenolod |
[svn] - remove orphaned dependencies
trunk
|
2006-09-08 |
nenolod |
[svn] - remove WA2gui code
trunk
|
2006-09-08 |
nenolod |
[svn] - add Makefile
trunk
|
2006-09-08 |
nenolod |
[svn] - new InterfacePlugin API.
trunk
|
2006-09-08 |
nenolod |
[svn] - keep filepopup code in the core for now
trunk
|
2006-09-08 |
nenolod |
[svn] - copy the WA2GUI code into a Plugin shell
trunk
|
2006-09-08 |
nenolod |
[svn] - use gdk_drawable_get_size() instead
trunk
|
2006-09-08 |
nenolod |
[svn] - use smartinclude here instead of conditional-based imports
trunk
|
2006-09-08 |
nenolod |
[svn] - gtkquartz compatibility, pass 1
trunk
|
2006-09-07 |
nenolod |
[svn] - use #ifdef linux instead
trunk
|
2006-09-07 |
nenolod |
[svn] - wma.c: use av_malloc() instead of directly using posix_memalign()
trunk
|
2006-09-07 |
nenolod |
[svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink)
trunk
|
2006-09-07 |
nenolod |
[svn] - remove CoreAudio plugin, and try again :P
trunk
|
2006-09-07 |
nenolod |
[svn] - fork the OSS plugin for CoreAudio work
trunk
|
2006-09-07 |
nenolod |
[svn] - kludge for libintl borkenness
trunk
|
2006-09-07 |
nenolod |
[svn] - include time.h
trunk
|
2006-09-06 |
nenolod |
[svn] - module fixes
trunk
|
2006-09-06 |
nenolod |
[svn] - make audtool build
trunk
|
2006-09-06 |
nenolod |
[svn] - audacious now builds on OS X
trunk
|
2006-09-06 |
nenolod |
[svn] - they fucking say I'm nuts
trunk
|
2006-09-06 |
nenolod |
[svn] -Wl,-export-dynamic isn't needed here.
trunk
|
2006-09-06 |
nenolod |
[svn] - handle OS X linking command
trunk
|
2006-09-06 |
nenolod |
[svn] - AC_SUBST(PICLDFLAGS) sorry
trunk
|
2006-09-06 |
nenolod |
[svn] - use $(SHARED_SUFFIX)
trunk
|
2006-09-06 |
nenolod |
[svn] - PICFLAGS should not call -shared/-bundle as some versions of GCC will misinterpret that. Only PICLDFLAGS should.
trunk
|
2006-09-06 |
nenolod |
[svn] - add PICLDFLAGS, PICFLAGS, SHARED_SUFFIX identifiers
trunk
|
2006-09-06 |
nenolod |
[svn] - detect what $(SHARED_SUFFIX) should be.
trunk
|
2006-09-06 |
nhjm449 |
[svn] - Reapply r2161
trunk
|
2006-09-05 |
nenolod |
[svn] - don't be picky about what aclocal version we are using.
trunk
|
2006-09-05 |
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
trunk
|
2006-09-05 |
yaz |
[svn] - do not show filepopup for blank region when a playlist is shorter than the playlist window.
trunk
|
2006-09-05 |
lu_zero |
[svn] generic vfs_gets and m3u updated to use vfs
trunk
|
2006-09-05 |
nhjm449 |
[svn] - Fix audacious-arts-helper warnings.
trunk
|
2006-09-05 |
yaz |
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
trunk
|
2006-09-04 |
nhjm449 |
[svn] - If transparency fails, disable it.
trunk
|
2006-09-02 |
yaz |
[svn] - chardet patch for Russian language witten by Valentine Sinitsyn.
trunk
|
2006-08-30 |
yaz |
[svn] - revert equalizer.c and ui_playlist.c. :(
trunk
|
2006-08-30 |
yaz |
[svn] - fix for memory leak.
trunk
|
2006-08-30 |
yaz |
[svn] - same to r2149, one more window. :)
trunk
|
2006-08-30 |
yaz |
[svn] - comment out some gtk_window_set_transient_for() which hide mainwin unexpectedly.
trunk
|
2006-08-30 |
nhjm449 |
[svn] - Add ability to show/hide main player window.
trunk
|
2006-08-29 |
yaz |
[svn] - prevents input_check_file() working on loading playlist.
trunk
|
2006-08-28 |
yaz |
[svn] - playlist_container_find() must check if ext is 1, besides NULL.
trunk
|
2006-08-28 |
yaz |
[svn] - filepopup follows change of pointed song, i.e. it will hide while scrolling.
trunk
|
2006-08-27 |
chainsaw |
[svn] Fix up the warning fixes; by Torbjörn Svensson (a.k.a. Azoff on #audacious).
trunk
|
2006-08-27 |
nenolod |
[svn] - version update
trunk
|
2006-08-27 |
yaz |
[svn] - correct a typo that Joker pointed out. thanks Joker!
trunk
|
2006-08-27 |
yaz |
[svn] - clean up nhjm449's fix to eliminate warnings. thanks nhjm449!
trunk
|
2006-08-27 |
nhjm449 |
[svn] - Streamtitles are fun.
trunk
|
2006-08-27 |
nhjm449 |
[svn] - Don't save empty lengths.
trunk
|
2006-08-27 |
nhjm449 |
[svn] - Tracks with unknown lengths shouldn't be considered 0 seconds long! :P
trunk
|
2006-08-26 |
chainsaw |
[svn] CXXFLAGS fixes by Mike Frysinger (Gentoo).
trunk
|
2006-08-26 |
yaz |
[svn] - now xspf writes formatted xml.
trunk
|
2006-08-25 |
yaz |
[svn] - libguess update: workaround for that g_convert can't convert properly from UCS-2BE/LE trailing after BOM.
trunk
|
2006-08-25 |
yaz |
[svn] - precision in title format is regarded as character count, not byte count.
trunk
|
2006-08-24 |
chainsaw |
[svn] Additional (PPC?) warning squashing by Joseph Jezak from Gentoo.
trunk
|
2006-08-24 |
chainsaw |
[svn] Actually cast variables to glib types before feeding them into glib compare functions. Resolves another 16 signedness warnings on PPC.
trunk
|
2006-08-24 |
chainsaw |
[svn] Cast variable to proper type before passing it into libxml2. Include necessary header to make this possible. Resolves 35 pointer signedness warnings on PPC.
trunk
|
2006-08-24 |
chainsaw |
[svn] Sync with upstream. ADL is now dual licensed, and RIX has had a pitch fixup. Free warning fix included.
trunk
|
2006-08-24 |
yaz |
[svn] - file_path should not contain file name.
trunk
|
2006-08-23 |
yaz |
[svn] - modified time (mtime) has been introduced into tuple
trunk
|
2006-08-20 |
nhjm449 |
[svn] - Don't explode when loading http streams from xspf files.
trunk
|
2006-08-20 |
nenolod |
[svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API
trunk
|
2006-08-19 |
chainsaw |
[svn] An include a day keeps the implicit declaration at bay.
trunk
|
2006-08-19 |
yaz |
[svn] - xspf stores all meta data in tuples now.
trunk
|
2006-08-18 |
nenolod |
[svn] - freebsd compatibility
trunk
|
2006-08-15 |
nenolod |
[svn] - gcc 4.1.0, 4.1.1, 4.1.2 tree optimization workaround:
trunk
|
2006-08-15 |
nenolod |
[svn] - gcc 4.1.1 fixes
trunk
|
2006-08-15 |
nenolod |
[svn] - gcc 4.1.1 fix
trunk
|
2006-08-13 |
yaz |
[svn] - better handling for file name which can't be represented correctly in current locale encoding.
trunk
|
2006-08-12 |
nhjm449 |
[svn] - Show the filename if there's no track_name
trunk
|
2006-08-12 |
nenolod |
[svn] - installing Container plugins might help!
trunk
|
2006-08-11 |
yaz |
[svn] jump to file dialog now accepts multi-byte input.
trunk
|
2006-08-11 |
yaz |
[svn] xspf.c needs round trip encoding conversion between locale encoding and utf8.
trunk
|
2006-08-11 |
nenolod |
[svn] - unbork
trunk
|
2006-08-11 |
nenolod |
[svn] - remove unnecessary and crappy code
trunk
|
2006-08-11 |
nenolod |
[svn] - further cleanup
trunk
|
2006-08-11 |
nenolod |
[svn] - if uri == NULL, then continue looking for URIs in the XSPF playlist
trunk
|
2006-08-11 |
nenolod |
[svn] - wma: use posix_memalign() instead of memalign() in some more spots
trunk
|
2006-08-11 |
nenolod |
[svn] - Plugins/Container/xspf/xspf.c: xspf cleanups
trunk
|
2006-08-11 |
nenolod |
[svn] - experimental XSPF support
trunk
|
2006-08-11 |
nenolod |
[svn] - add missing $(CONTAINER_PLUGINS).
trunk
|
2006-08-11 |
nenolod |
[svn] - pls and m3u is now fully modular
trunk
|
2006-08-11 |
nenolod |
[svn] - remove static version
trunk
|
2006-08-11 |
nenolod |
[svn] - m3u and pls plugin implementation
trunk
|
2006-08-11 |
nenolod |
[svn] - lowlevel plugin stuff
trunk
|
2006-08-11 |
nenolod |
[svn] - further progress
trunk
|
2006-08-11 |
nenolod |
[svn] - bootstrap for ContainerPlugin dir stuff
trunk
|
2006-08-11 |
nenolod |
[svn] - hmm, calling plc->load() might be a good idea!
trunk
|
2006-08-11 |
nenolod |
[svn] - m3u works again
trunk
|
2006-08-11 |
nenolod |
[svn] - .pls playlists work again, now to do M3Us.
trunk
|
2006-08-11 |
nenolod |
[svn] - make it compile
trunk
|
2006-08-11 |
nenolod |
[svn] - cleanup
trunk
|
2006-08-11 |
nenolod |
[svn] - sanity checking for saving
trunk
|
2006-08-11 |
nenolod |
[svn] - some experimental shit
trunk
|
2006-08-11 |
nenolod |
[svn] - saving now uses PlaylistContainer class.
trunk
|
2006-08-11 |
nenolod |
[svn] - further integration
trunk
|
2006-08-11 |
nenolod |
[svn] - fix
trunk
|
2006-08-11 |
nenolod |
[svn] - some minimal integration
trunk
|
2006-08-11 |
nenolod |
[svn] - more
trunk
|
2006-08-11 |
nenolod |
[svn] - incomplete PlaylistContainer implementation
trunk
|
2006-08-10 |
nenolod |
[svn] - dependency cleanup part 2
trunk
|
2006-08-10 |
nenolod |
[svn] - dependency cleanup (pass 1 of many probably)
trunk
|
2006-08-10 |
nenolod |
[svn] add -D_WIDGETCORE_H_ as we can use the private includes here
trunk
|
2006-08-10 |
nenolod |
[svn] Do not allow widgetcore private includes to be referenced directly.
trunk
|
2006-08-10 |
nenolod |
[svn] - add widgetcore.h (replaces directly including all of that junk)
trunk
|
2006-08-09 |
nenolod |
[svn] - these might be nice huh?
trunk
|
2006-08-09 |
nenolod |
[svn] this massive commit does the following:
trunk
|
2006-08-09 |
nenolod |
[svn] - use posix_memalign() instead of memalign().
trunk
|
2006-08-09 |
nenolod |
[svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539.
trunk
|
2006-08-09 |
nenolod |
[svn] - fix geometry hinting so that it is ICCCM compliant. patch by whereami.
trunk
|
2006-08-09 |
nhjm449 |
[svn] - Fix misspelling of flac (bug #545)
trunk
|
2006-08-08 |
nenolod |
[svn] - oops
trunk
|
2006-08-08 |
giacomo |
[svn] - fixed default values for libnotify plugin
trunk
|