Sun, 24 Sep 2006 00:40:12 -0700 |
yaz |
[svn] - fix for gconf_value_get_string() does not accept null string.
trunk
|
Sat, 23 Sep 2006 13:53:46 -0700 |
chainsaw |
[svn] Revert botched workaround, the actual 3 NULL writes will have to be addressed.
trunk
|
Sat, 23 Sep 2006 13:50:17 -0700 |
chainsaw |
[svn] Do not try write NULL into a gconf key, convert it to "" first.
trunk
|
Fri, 22 Sep 2006 03:12:02 -0700 |
nenolod |
[svn] - version bump to 1.2.0-rc2
trunk
|
Fri, 22 Sep 2006 02:57:25 -0700 |
nenolod |
[svn] - use proper X11 hinting here to ensure that the about window isn't decorated on broken WMs (e.g. quartz-wm)
trunk
|
Thu, 21 Sep 2006 13:24:48 -0700 |
chainsaw |
[svn] Mute while seeking for playback resume, tighten the loop. We want a responsive GUI ASAP.
trunk
|
Wed, 20 Sep 2006 01:13:06 -0700 |
nenolod |
[svn] - fix a memory leak in util_run_filebrowser()
trunk
|
Wed, 20 Sep 2006 01:08:15 -0700 |
nenolod |
[svn] - properly free the path to skin.hints once we locate it
trunk
|
Tue, 19 Sep 2006 19:20:09 -0700 |
yaz |
[svn] - avoid conflict of mkdtemp() declaration between util.h and stdlib.h.
trunk
|
Mon, 18 Sep 2006 14:08:39 -0700 |
nenolod |
[svn] - soname fix
trunk
|
Mon, 18 Sep 2006 13:21:50 -0700 |
nenolod |
[svn] - version change: 1.2.0-rc1
trunk
|
Mon, 18 Sep 2006 13:06:15 -0700 |
nenolod |
[svn] - add back a test for libxml2, that way we'll still use xspf as default if available
trunk
|
Mon, 18 Sep 2006 13:03:22 -0700 |
nenolod |
[svn] - remove some plugin checks I missed
trunk
|
Mon, 18 Sep 2006 12:59:14 -0700 |
nenolod |
[svn] - add a bugs@ address for audacious
trunk
|
Mon, 18 Sep 2006 03:20:15 -0700 |
nenolod |
[svn] - add -D_AUDACIOUS_CORE here
trunk
|
Mon, 18 Sep 2006 02:51:11 -0700 |
nenolod |
[svn] - remove plugins from the core distribution
trunk
|
Mon, 18 Sep 2006 02:34:43 -0700 |
nenolod |
[svn] - add G_BEGIN_DECLS and G_END_DECLS for C++ users
trunk
|
Mon, 18 Sep 2006 02:33:52 -0700 |
nenolod |
[svn] - only include non-SDK things if _AUDACIOUS_CORE is defined.
trunk
|
Mon, 18 Sep 2006 02:30:57 -0700 |
nenolod |
[svn] - export main.h API
trunk
|
Mon, 18 Sep 2006 02:06:40 -0700 |
nenolod |
[svn] - export xentry and xconvert API
trunk
|
Mon, 18 Sep 2006 01:59:07 -0700 |
nenolod |
[svn] - C++ friendliness
trunk
|
Mon, 18 Sep 2006 01:58:20 -0700 |
nenolod |
[svn] - lets be C++ friendly
trunk
|
Mon, 18 Sep 2006 01:56:09 -0700 |
nenolod |
[svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h
trunk
|
Mon, 18 Sep 2006 01:45:08 -0700 |
nenolod |
[svn] - export the util.h as provided by audacious/
trunk
|
Mon, 18 Sep 2006 01:44:39 -0700 |
nenolod |
[svn] - merge libaudacious (public) and audacious util APIs
trunk
|
Mon, 18 Sep 2006 01:41:41 -0700 |
nenolod |
[svn] - add the PlaylistContainer API to the SDK.
trunk
|
Mon, 18 Sep 2006 01:40:53 -0700 |
nenolod |
[svn] - add the playlist API to the SDK.
trunk
|
Sat, 16 Sep 2006 22:53:47 -0700 |
nenolod |
[svn] - add missing 'test'
trunk
|
Sat, 16 Sep 2006 22:44:14 -0700 |
nenolod |
[svn] - remove redundant test
trunk
|
Sat, 16 Sep 2006 19:37:08 -0700 |
js |
[svn] Fixed unused variable and missing type conversion
trunk
|
Sat, 16 Sep 2006 19:21:06 -0700 |
js |
[svn] Add #undef FSCALE, since it's already defined on OpenBSD
trunk
|
Sat, 16 Sep 2006 19:18:59 -0700 |
js |
[svn] #undef TRUE and FALSE before inclusion of mpcdec.h since both, GTK and mpcdev, define this, which leads to a hard error on OpenBSD
trunk
|
Sat, 16 Sep 2006 19:13:26 -0700 |
js |
[svn] #undef ALIGN, since it's already defined on OpenBSD.
trunk
|
Sat, 16 Sep 2006 19:10:07 -0700 |
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
|
Sat, 16 Sep 2006 18:58:23 -0700 |
js |
[svn] nenolod's fix for the soundcard.h check was incomplete, fixed
trunk
|
Sat, 16 Sep 2006 18:56:17 -0700 |
nenolod |
[svn] - check for soundcard.h
trunk
|
Sat, 16 Sep 2006 18:46:42 -0700 |
nenolod |
[svn] - oh oops
trunk
|
Sat, 16 Sep 2006 17:53:36 -0700 |
nenolod |
[svn] - remove reference in autoconf
trunk
|
Sat, 16 Sep 2006 17:51:46 -0700 |
nenolod |
[svn] - do not generate a Makefile for libconsole
trunk
|
Sat, 16 Sep 2006 17:47:12 -0700 |
nenolod |
[svn] - remove iconv code altogether
trunk
|
Sat, 16 Sep 2006 17:17:22 -0700 |
js |
[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step
trunk
|
Sat, 16 Sep 2006 16:26:54 -0700 |
js |
[svn] Fixed a lot of warnings that only showed up on *BSD.
trunk
|
Sat, 16 Sep 2006 15:21:56 -0700 |
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
|
Sat, 16 Sep 2006 10:08:23 -0700 |
js |
[svn] Fixed 3 warnings, 2 unused variables and 1 missing include
trunk
|
Sat, 16 Sep 2006 08:34:03 -0700 |
chainsaw |
[svn] Use the VFS layer.
trunk
|
Sat, 16 Sep 2006 07:33:28 -0700 |
js |
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;).
trunk
|
Sat, 16 Sep 2006 07:18:18 -0700 |
chainsaw |
[svn] Use the VFS layer.
trunk
|
Fri, 15 Sep 2006 21:36:31 -0700 |
yaz |
[svn] - no more busy loop if a file in playlist disappears.
trunk
|
Fri, 15 Sep 2006 20:21:35 -0700 |
yaz |
[svn] improvement of filepopup:
trunk
|
Fri, 15 Sep 2006 20:10:47 -0700 |
nenolod |
[svn] - actually on second thought, i don't see the point in this
trunk
|
Fri, 15 Sep 2006 19:59:32 -0700 |
nenolod |
[svn] - change Makefile / filename
trunk
|
Fri, 15 Sep 2006 19:58:27 -0700 |
nenolod |
[svn] - branch xspf plugin for podcasting support
trunk
|
Fri, 15 Sep 2006 18:51:16 -0700 |
yaz |
[svn] - omit get_mtime from playlist_get_info_func().
trunk
|
Fri, 15 Sep 2006 18:26:57 -0700 |
nenolod |
[svn] - do not build OSS plugin unless we really can
trunk
|
Fri, 15 Sep 2006 18:24:27 -0700 |
nenolod |
[svn] - remove debugging printf()'s
trunk
|
Fri, 15 Sep 2006 16:48:51 -0700 |
nenolod |
[svn] - only build cdaudio plugin if we support DAE
trunk
|
Fri, 15 Sep 2006 16:36:30 -0700 |
nenolod |
[svn] - if a pkg-config module is unavailable, report this
trunk
|
Fri, 15 Sep 2006 16:34:23 -0700 |
nenolod |
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built
trunk
|
Fri, 15 Sep 2006 16:32:15 -0700 |
nenolod |
[svn] - build CoreAudio plugin if available
trunk
|
Fri, 15 Sep 2006 14:31:03 -0700 |
nenolod |
[svn] - remove sqlite from main makefile
trunk
|