Mercurial > audlegacy-plugins
graph
-
[svn] - add DEBUG_CURL to enable curl internal debugging messages trunkThu, 12 Apr 2007 14:55:59 -0700, by nenolod
-
[svn] - only create a new thread if handle->cancel is 0. trunkThu, 12 Apr 2007 14:04:26 -0700, by nenolod
-
[svn] - use a g_cond_wait() to ensure curl has started up before we try to read. trunkThu, 12 Apr 2007 13:22:28 -0700, by nenolod
-
[svn] - if handle->cancel = TRUE, immediately abort the fread operation. trunkThu, 12 Apr 2007 12:02:56 -0700, by nenolod
-
[svn] - fix curl.c:913: warning: implicit declaration of function 'strdup' trunkThu, 12 Apr 2007 11:29:07 -0700, by nenolod
-
[svn] - use unsigned char instead of gpointer for arithmetic to ensure that writes are 8-bit aligned. trunkThu, 12 Apr 2007 11:07:04 -0700, by nenolod
-
[svn] - initial import of flacng from audacious-flacng-0.012 trunkMon, 09 Apr 2007 10:55:23 -0700, by nenolod
-
[svn] - use C-style vectors instead of apple's stuff trunkMon, 09 Apr 2007 08:50:46 -0700, by nenolod
-
[svn] Spell internal & pseudorandom in a consistent way. Add missing altivec.h include in SFMT-alti.h; more work to be done as it still does not build. trunkMon, 09 Apr 2007 08:11:42 -0700, by chainsaw
-
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform. trunkSun, 08 Apr 2007 21:30:22 -0700, by yaz
-
[svn] - now wav plugin can handle remaining buffered data at the end of playing. trunkSat, 07 Apr 2007 11:06:36 -0700, by yaz
-
[svn] - statusicon: invert skip direction in mouse wheel; much better this way trunkFri, 06 Apr 2007 12:34:10 -0700, by giacomo
-
[svn] - statusicon: add an option to use mouse wheel to change playing song instead of volume trunkFri, 06 Apr 2007 11:47:07 -0700, by giacomo
-
[svn] revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it. trunkThu, 05 Apr 2007 21:12:59 -0700, by yaz
-
[svn] - statusicon: memorize player windows visibility status between sessions trunkThu, 05 Apr 2007 10:47:18 -0700, by giacomo
-
[svn] - statusicon: smarter show/hide on statusicon click (plugin will now correctly handle the situation where the player window is always hidden and the playlist window should be shown/hidden) trunkWed, 04 Apr 2007 11:49:12 -0700, by giacomo
-
[svn] - patches from upstream TTA author. see http://boards.nenolod.net/viewtopic.php?t=375 trunkWed, 04 Apr 2007 10:52:15 -0700, by nenolod
-
[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr) trunkWed, 04 Apr 2007 07:48:53 -0700, by giacomo
-
[svn] rootvis: do not call cleanup routines if the plugin was not initted trunkMon, 02 Apr 2007 13:54:59 -0700, by giacomo
-
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded trunkMon, 02 Apr 2007 04:03:06 -0700, by giacomo
-
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD trunkSat, 31 Mar 2007 17:44:23 -0700, by giacomo
-
[svn] - for security reasons, do not try all of the players (only check extension) trunkSat, 31 Mar 2007 06:40:00 -0700, by nenolod
-
[svn] - Added option to save output files to original file directory trunkFri, 30 Mar 2007 06:37:26 -0700, by mf0102
-
[svn] - flac: when bitrate update is disabled, always display VBR instead of a useless value trunkFri, 30 Mar 2007 01:52:06 -0700, by giacomo
-
[svn] Fix MOD title read by not permanently byteswapping the stream in the PSM loader. Patch by Joseph Jezak <josejx@gentoo.org>. trunkThu, 29 Mar 2007 03:14:36 -0700, by chainsaw
-
[svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869. trunkMon, 26 Mar 2007 14:44:46 -0700, by yaz
-
[svn] - add a starting point for xmms-rootvis port. giacomo will need to trunkMon, 26 Mar 2007 01:19:26 -0700, by nenolod
-
[svn] - aosd: use XMapRaised in place of XMapWindow to ensure that the osd window is raised with some window managers trunkSun, 25 Mar 2007 09:26:39 -0700, by giacomo
-
[svn] - non-utf string had been used for file name in window title of File Info window. patch by M.H. trunkSat, 24 Mar 2007 23:15:05 -0700, by yaz
-
[svn] - now wma can handle wide characters in metadata. trunkSat, 24 Mar 2007 09:29:41 -0700, by yaz
-
[svn] - aosd: added an option to enable/disable utf8 text conversion done by the plugin trunkFri, 23 Mar 2007 06:46:04 -0700, by giacomo
-
[svn] - aosd: use str_to_utf8 (I'll probably add an option to disable the utf8 conversion attempt as well) trunkWed, 21 Mar 2007 14:14:06 -0700, by giacomo