log

age author description
Mon, 18 Dec 2006 14:01:29 -0800 marvin [svn] Added subsampling and nonlinear transfer function to the voiceprint trunk
Mon, 18 Dec 2006 13:11:23 -0800 giacomo [svn] - allow user to choose a regex library between gnu (default), oniguruma, pcre (experimental); oniguruma and pcre support utf-8 encoding trunk
Mon, 18 Dec 2006 11:59:00 -0800 nenolod [svn] - run update-po trunk
Mon, 18 Dec 2006 10:57:11 -0800 nenolod [svn] - voiceprint fixes from Troels Bang Jensen. trunk
Mon, 18 Dec 2006 10:09:07 -0800 nenolod [svn] - gtk_timeout_add -> g_timeout_add trunk
Mon, 18 Dec 2006 10:04:29 -0800 nenolod [svn] - fix the positioning of an assertion to a place where it would actually trunk
Mon, 18 Dec 2006 09:56:52 -0800 nenolod [svn] - gdk_image_destroy -> g_object_unref trunk
Mon, 18 Dec 2006 09:43:42 -0800 nenolod [svn] - remove deprecated symbol warnings for gdk_draw_pixmap trunk
Mon, 18 Dec 2006 08:44:33 -0800 nenolod [svn] - patch to add a scrolling voiceprint to the mini visualizer. trunk
Mon, 18 Dec 2006 07:31:51 -0800 yaz [svn] - suppress noise on transition from pause to stop. trunk
Mon, 18 Dec 2006 06:53:52 -0800 yaz [svn] - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit. trunk
Mon, 18 Dec 2006 04:15:09 -0800 nenolod [svn] - damn SVN reverted this to some old version trunk
Mon, 18 Dec 2006 04:13:20 -0800 nenolod [svn] - fix XML description of the playlist editor (unbreak menus) trunk
Mon, 18 Dec 2006 03:59:55 -0800 nenolod [svn] - new signal handling which does not block (based on concept from BMP 0.9.8 that never got released) trunk
Mon, 18 Dec 2006 03:34:52 -0800 yaz [svn] - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused. trunk
Mon, 18 Dec 2006 03:34:11 -0800 nenolod [svn] - add proper XML header trunk
Mon, 18 Dec 2006 03:25:13 -0800 nenolod [svn] - port playlist editor to XML interface description trunk
Sun, 17 Dec 2006 11:48:12 -0800 giacomo [svn] - jump to file: use G_TYPE_UINT to store the song number in the model trunk
Sun, 17 Dec 2006 10:35:49 -0800 nenolod [svn] - ui/Makefile was missing. trunk
Sun, 17 Dec 2006 10:35:32 -0800 nenolod [svn] - add XML interface declaration for the playlist editor trunk
Sun, 17 Dec 2006 10:10:21 -0800 giacomo [svn] - jump to file: detach model from treeview before updating its rows, then reattach it trunk
Sun, 17 Dec 2006 09:22:48 -0800 nenolod [svn] - fix widgets/skin.c references. trunk
Sun, 17 Dec 2006 09:12:56 -0800 nenolod [svn] - fix trunk
Sun, 17 Dec 2006 08:52:31 -0800 nenolod [svn] - move vfs from libaudacious to main audacious trunk
Sat, 16 Dec 2006 11:20:00 -0800 giacomo [svn] added enter keypress shortcut for search-in-playlist dialog trunk
Sat, 16 Dec 2006 10:44:25 -0800 giacomo [svn] - added auto-enqueue option for search-in-playlist trunk
Sat, 16 Dec 2006 07:56:32 -0800 giacomo [svn] - changed playlist_shuffle_list to pick a playlist as parameter instead of calling playlist_get_active trunk
Sat, 16 Dec 2006 05:41:27 -0800 giacomo [svn] - clear and free a playlist passed to playlist_remove_playlist trunk
Sat, 16 Dec 2006 05:18:19 -0800 giacomo [svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well trunk
Sat, 16 Dec 2006 04:49:16 -0800 giacomo [svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too trunk