Wed, 20 Dec 2006 04:21:25 -0800 |
nenolod |
[svn] - fix libaudacious makefile
trunk
|
Tue, 19 Dec 2006 17:22:33 -0800 |
marvin |
[svn] - Added vis gradient to Ivory skin. With any luck Aerdan won't break my legs :)
trunk
|
Tue, 19 Dec 2006 16:28:41 -0800 |
marvin |
[svn] - Changed the visualizer colors for the Default skin to a gradient
trunk
|
Tue, 19 Dec 2006 15:13:17 -0800 |
marvin |
[svn] Keep the voiceprint inside the range for the theme.
trunk
|
Tue, 19 Dec 2006 08:26:05 -0800 |
yaz |
[svn] - key bindings for Save List and Save Default List had been changed accidentally.
trunk
|
Tue, 19 Dec 2006 07:54:26 -0800 |
nenolod |
[svn] - fix all hardcoded values
trunk
|
Tue, 19 Dec 2006 07:48:03 -0800 |
nenolod |
[svn] - somewhat fix textboxBitmapFontWidth,Height hints
trunk
|
Tue, 19 Dec 2006 07:32:23 -0800 |
nenolod |
[svn] - fix skin.hints parsing for textbox
trunk
|
Tue, 19 Dec 2006 00:41:12 -0800 |
yaz |
[svn] - Remove Selected works sanely. closes #701.
trunk
|
Mon, 18 Dec 2006 18:04:05 -0800 |
marvin |
[svn] Fixed wrong number of entries in the vis-mode submenu which caused an
trunk
|
Mon, 18 Dec 2006 17:26:47 -0800 |
marvin |
[svn] - Added 'bars' mode for analyzer in windowshade mode
trunk
|
Mon, 18 Dec 2006 16:37:47 -0800 |
marvin |
[svn] -added analyzer vis to windowshade mode
trunk
|
Mon, 18 Dec 2006 14:47:48 -0800 |
giacomo |
[svn] fixed bug #699 about playlist->queue with patch provided by bug reporter
trunk
|
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
|
Sat, 16 Dec 2006 02:52:03 -0800 |
giacomo |
[svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme
trunk
|
Sat, 16 Dec 2006 02:35:16 -0800 |
jerome |
[svn] Added playback-seek{-relative} in audtool.1 man page.
trunk
|
Sat, 16 Dec 2006 02:20:15 -0800 |
jerome |
[svn] Fixed a bug where xmms_remote_jump_to_time was called with seconds instead of milliseconds.
trunk
|
Fri, 15 Dec 2006 21:18:34 -0800 |
nenolod |
[svn] - don't use deprecated function playlist_get().
trunk
|
Fri, 15 Dec 2006 21:14:16 -0800 |
nenolod |
[svn] - log a warning if deprecated functions from <= 1.2 are used
trunk
|
Fri, 15 Dec 2006 20:33:34 -0800 |
nenolod |
[svn] - use g_object_ref() on the list store when we disassociate to make
trunk
|
Fri, 15 Dec 2006 20:20:46 -0800 |
nenolod |
[svn] - while building the jump to file list, disassociate the GtkListStore
trunk
|
Fri, 15 Dec 2006 18:11:42 -0800 |
nenolod |
[svn] - run update-po
trunk
|
Fri, 15 Dec 2006 16:04:22 -0800 |
giacomo |
[svn] regex-powered jump to file - should be considerably faster than the old one
trunk
|
Fri, 15 Dec 2006 11:22:42 -0800 |
giacomo |
[svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings
trunk
|
Fri, 15 Dec 2006 11:14:46 -0800 |
giacomo |
[svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria
trunk
|
Fri, 15 Dec 2006 10:48:13 -0800 |
nenolod |
[svn] - bail after 15 failures to find an acceptable playback candidate
trunk
|
Fri, 15 Dec 2006 08:23:51 -0800 |
nenolod |
[svn] - add playlist_select_playlist() to select a literal playlist
trunk
|
Fri, 15 Dec 2006 07:52:09 -0800 |
nenolod |
[svn] - use playlist_get_active() at the top of each thread.
trunk
|
Fri, 15 Dec 2006 07:40:18 -0800 |
nenolod |
[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
trunk
|
Fri, 15 Dec 2006 07:38:23 -0800 |
nenolod |
[svn] - add some basic code for the manipulation of temporary playlists
trunk
|
Fri, 15 Dec 2006 07:28:29 -0800 |
nenolod |
[svn] - add playlist_select_next(), playlist_select_prev()
trunk
|