Mercurial > audlegacy
graph
-
[svn] - don't blindly call shade_pixmap(). pointyhat to: me, pointed out by: yaz trunkMon, 15 May 2006 07:47:01 -0700, by nenolod
-
[svn] - ok, that g_thread_join() is definately hostile trunkSun, 14 May 2006 20:48:13 -0700, by nenolod
-
[svn] - if writable == 0 then bail out of produce_audio() instead of segfault trunkSun, 14 May 2006 20:35:37 -0700, by nenolod
-
[svn] - add prototype for shade_pixmap() to be used on skin redraw (TRUE) trunkSun, 14 May 2006 16:08:07 -0700, by nenolod
-
[svn] - self-caching transparency generator (right now we have a blend constant of 60%) trunkSun, 14 May 2006 16:05:32 -0700, by nenolod
-
[svn] - initial playlist_transparent patch. (you will need to edit your audacious config manually, either by gconf or texteditor to enable) trunkSun, 14 May 2006 13:35:06 -0700, by nenolod
-
[svn] - remove X11-incompliant dock.c, dock.h (sorry) trunkSun, 14 May 2006 10:31:46 -0700, by nenolod
-
[svn] 48kHz sampling rate selection for ModPlug by Christian Birchinger (Joker) from Gentoo. trunkSun, 14 May 2006 08:38:23 -0700, by chainsaw
-
[svn] - if taglib_tag == NULL, then return instead of crash trunkSat, 13 May 2006 23:28:57 -0700, by nenolod
-
[svn] - this stuff hasn't applied since audacious 0.1.1 trunkSat, 13 May 2006 22:59:15 -0700, by nenolod
-
[svn] - add some notes to myself about getting from here to there trunkSat, 13 May 2006 22:56:35 -0700, by nenolod
-
[svn] - abort out of produce_audio if a stop has been requested trunkSat, 13 May 2006 11:20:38 -0700, by nenolod
-
[svn] Convert from deprecated configfile interace to configdb, closes bug #494. trunkSat, 13 May 2006 03:58:16 -0700, by chainsaw
-
[svn] This code assumes that char is signed by default. This is not true on PPC. Extending CFLAGS so that the assumption is met. trunkFri, 12 May 2006 14:18:48 -0700, by chainsaw
-
[svn] - hackhackhack workaround for the fact that joins will fail at times, inspired by the hackhack in WMA trunkFri, 12 May 2006 14:12:17 -0700, by nenolod
-
[svn] - fix g_thread_join() spurious call error (also effects 1.0 -- yuck!) trunkFri, 12 May 2006 13:47:25 -0700, by nenolod
-
[svn] - src/tagging_mp4.c, fileinfo.c, libmp4.c: Finish conversion to internal container code. trunkFri, 12 May 2006 06:48:55 -0700, by nenolod
-
[svn] - Use g_get_home_dir() instead of getenv ugliness here. trunkFri, 12 May 2006 06:29:11 -0700, by nenolod
-
[svn] - If GTK is going to show its own search box for the JTF treeview, at least make it search the correct column trunkThu, 11 May 2006 20:58:33 -0700, by nhjm449
-
[svn] - fix a potential crash in our read callback (for VFS) trunkWed, 10 May 2006 17:54:49 -0700, by nenolod
-
[svn] Poison the XMMS ConfigFile routines. The rationale for this decision, trunkTue, 09 May 2006 08:57:40 -0700, by nenolod
-
[svn] - fix overcompression in the modified iir routines trunkTue, 09 May 2006 08:48:01 -0700, by nenolod
-
[svn] - synchronize audacious-faad with FAAD2 CVS. trunkMon, 08 May 2006 06:56:47 -0700, by nenolod
-
[svn] - add an additional usleep to the playback resume code per Chainsaw trunkMon, 08 May 2006 06:00:19 -0700, by nenolod
-
[svn] - version bump: 1.1.0 (since we're getting close to releasing the reference package) trunkSun, 07 May 2006 22:36:14 -0700, by nenolod
-
[svn] - Make vorbisfile/vorbisinfo code threadsafe and reenterant by properly respecting vf_mutex. Patch by Johan Tavelin <d00jota -at- dtek.chalmers.se>. trunkSun, 07 May 2006 21:47:02 -0700, by nenolod
-
[svn] Add an empty tag obliterator(TM) as designed by nenolod for mpg123. trunkTue, 02 May 2006 17:04:52 -0700, by chainsaw
-
[svn] Now the world can finally hear the last few seconds of the Atomic Betty song. Rejoice! trunkTue, 02 May 2006 16:37:38 -0700, by chainsaw
-
[svn] Assign new shortcuts that no longer conflict. Patch by mokoshi, closes bug #478. trunkMon, 01 May 2006 15:33:32 -0700, by chainsaw
-
[svn] A GCC warning pointed out that the *bp++ statement did not actually do anything useful, quite certain that the author intended \(*bp\)++ or *bp += 1 here. trunkMon, 01 May 2006 15:08:28 -0700, by chainsaw
-
[svn] Add wmclass information to the playlist and equalizer. Patch by cha0smaster, closes bug #481. trunkMon, 01 May 2006 14:20:50 -0700, by chainsaw
-
[svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479. trunkMon, 01 May 2006 13:53:20 -0700, by chainsaw
-
[svn] Properly nullify the tag pointer or we could be passing a stale one. trunkMon, 01 May 2006 08:38:43 -0700, by chainsaw
-
[svn] Stop assuming that a char is signed by default. Stop trying to store negative values in an unsigned char. Remove some fragments of the Windows build system that were still present. trunkMon, 01 May 2006 07:46:17 -0700, by chainsaw