log

age author description
Fri, 13 Jun 2008 05:27:51 +0300 Matti Hamalainen Fix some AC_DEFINEs.
Fri, 13 Jun 2008 05:17:23 +0300 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Fri, 13 Jun 2008 05:02:07 +0300 Matti Hamalainen Synchronize SID-plugin configure glue from XMMS-SID.
Tue, 10 Jun 2008 10:25:46 +0300 Cristi Magherusan killed the alac warning on amd64 too
Tue, 10 Jun 2008 00:52:44 +0200 mf0102 adapt C++ plugins to new API
Mon, 09 Jun 2008 17:53:09 +0200 Tomasz Mon I don't think redraw signal is needed anymore
Sun, 08 Jun 2008 11:47:10 +0900 Yoshiki Yazawa AUDLDFLAGS is required to pick libaudutil.so up when prefix has been specified.
Fri, 06 Jun 2008 15:30:41 +0300 Matti Hamalainen Remove legacy audio format conversion from OSS plugin. Core aka libSAD
Fri, 06 Jun 2008 15:02:21 +0300 Matti Hamalainen Perform same cleanups as in "old" OSS plugin.
Fri, 06 Jun 2008 15:01:35 +0300 Matti Hamalainen Staticize.
Fri, 06 Jun 2008 14:52:25 +0300 Matti Hamalainen Use g_free().
Fri, 06 Jun 2008 14:51:38 +0300 Matti Hamalainen Use g_free() as it should be used.
Fri, 06 Jun 2008 14:41:31 +0300 Matti Hamalainen Combine about.c and init.c to OSS.c
Fri, 06 Jun 2008 12:52:49 +0200 Tomasz Mon more work on skins plugin settings
Fri, 06 Jun 2008 13:41:12 +0300 Matti Hamalainen Add a NULL check to avoid an idiotic crash. (This bug also revealed a
Fri, 06 Jun 2008 13:40:13 +0300 Matti Hamalainen A completely rewritten approach for probing MPEG Audio files, using a
Fri, 06 Jun 2008 06:41:10 +0300 Matti Hamalainen Remove the obsolete is_our_file() function.
Thu, 05 Jun 2008 16:04:52 +0300 Matti Hamalainen Updated pkg.m4.
Thu, 05 Jun 2008 15:45:12 +0300 Matti Hamalainen Use a bit bigger buffer.
Thu, 05 Jun 2008 11:12:17 +0300 Matti Hamalainen Synchronized acinclude.m4.
Thu, 05 Jun 2008 05:56:32 +0300 Matti Hamalainen Synchronized acinclude.m4 from core.
Thu, 05 Jun 2008 04:16:47 +0300 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Thu, 05 Jun 2008 04:16:37 +0300 Matti Hamalainen Added .hgignore.
Wed, 04 Jun 2008 14:27:05 +0200 Tomasz Mon add basic configuration gui
Sun, 01 Jun 2008 17:12:08 +0200 Tomasz Mon make setting random skin on play working
Sun, 01 Jun 2008 17:01:47 +0200 Tomasz Mon oops
Sun, 01 Jun 2008 16:44:03 +0200 Tomasz Mon make skin_load_viscolor working
Sun, 01 Jun 2008 16:28:51 +0200 Tomasz Mon clean some more stuff at skins_cleanup()
Sun, 01 Jun 2008 15:57:12 +0200 Tomasz Mon add ui_skinselector
Sun, 01 Jun 2008 01:02:11 +0300 Matti Hamalainen Fixed js's commit, and few other things.
Sat, 31 May 2008 23:59:24 +0200 Jonathan Schleifer Remind me to not commit when I'm too tired¡Ä
Sat, 31 May 2008 23:58:08 +0200 Jonathan Schleifer Sorry, I forgot a [], so NEON_LIBS was at the wrong place.
Sat, 31 May 2008 23:50:56 +0200 Jonathan Schleifer Include NEON_LIBS when checking for ne_set_connect_timeout.
Sat, 31 May 2008 23:45:02 +0200 Jonathan Schleifer Don't check for neon 0.27, but for ne_set_connect_timeout.
Sat, 31 May 2008 14:17:37 +0200 Tomasz Mon make vis working
Fri, 30 May 2008 21:02:12 +0200 Tomasz Mon introduce ui_skinned_button_set_inside
Fri, 30 May 2008 06:09:16 +0300 Matti Hamalainen Experimental changes in MADPlug's probing function to lessen chance of misdetection
Fri, 30 May 2008 05:17:45 +0300 Matti Hamalainen "Fix" demac plugin not to arbitrarily determine that all files belong to it...
Thu, 29 May 2008 02:35:19 +0300 Matti Hamalainen A tentative fix for adding XSPF playlists with relative file/pathnames.
Wed, 28 May 2008 22:21:54 +0300 Matti Hamalainen Add and use a neon_strcmp() function to simplify string comparisions.
Wed, 28 May 2008 21:19:42 +0300 Matti Hamalainen General code cleanups.
Wed, 28 May 2008 21:17:51 +0300 Matti Hamalainen Check for libneon >= 0.27 and conditionally compile with ne_set_connect_timeout().
Wed, 28 May 2008 20:56:05 +0300 Matti Hamalainen Backed out changeset c1258ae018ee
Wed, 28 May 2008 20:51:52 +0300 Matti Hamalainen Possibly fix some cases where certain X11 keysyms are not found.
Wed, 28 May 2008 20:31:51 +0300 Matti Hamalainen A global and unlocked ne_uri structure was being used for some reason.
Wed, 28 May 2008 15:41:52 +0200 Tomasz Mon don't free gdk_events during playlistwin_motion
Wed, 28 May 2008 15:25:09 +0200 Tomasz Mon little fix
Wed, 28 May 2008 16:13:43 +0300 Matti Hamalainen Use g_strlcpy instead of strncpy.
Wed, 28 May 2008 16:12:03 +0300 Matti Hamalainen Use Glib memory allocation and free() consistently -- libc malloc and free
Wed, 28 May 2008 15:55:59 +0300 Matti Hamalainen Use PACKAGE_VERSION in the user agent string.
Wed, 28 May 2008 15:55:18 +0300 Matti Hamalainen Use Glib types.
Wed, 28 May 2008 15:48:02 +0300 Matti Hamalainen Possible fix for IceCast stream titles getting cut at first single quote.
Wed, 28 May 2008 14:32:59 +0300 Matti Hamalainen Include audacious/plugin.h to fix a undefined symbol.
Tue, 27 May 2008 15:04:24 +0300 Matti Hamalainen Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Sun, 25 May 2008 23:04:33 +0300 Paula Stanciu fixed crash when prefs window was closed while scanning
Sun, 25 May 2008 21:44:27 +0300 Paula Stanciu added the marshal files
Sun, 25 May 2008 21:29:48 +0300 Paula Stanciu branch merge
Sun, 25 May 2008 21:29:07 +0300 Paula Stanciu added device discovery in the plugin's prefs window
Wed, 21 May 2008 16:04:24 +0300 Paula Stanciu merge
Sat, 17 May 2008 21:22:49 +0300 Paula Stanciu add bluetooth plugin