log

age author description
Thu, 12 Jul 2007 12:26:18 +0200 Tomasz Mon import UiSkinnedHorizontalSlider
Thu, 12 Jul 2007 01:01:54 +0200 Giacomo Lozito added hooks: playback pause and playback unpause
Wed, 11 Jul 2007 22:33:43 +0200 Tomasz Mon little tweak to handle_special_char()
Wed, 11 Jul 2007 22:29:43 +0200 Tomasz Mon branch merge
Wed, 11 Jul 2007 22:29:04 +0200 Tomasz Mon different way for doublesize
Wed, 11 Jul 2007 05:53:25 -0500 nenolod MacOS target: build libid3tag correctly.
Wed, 11 Jul 2007 05:33:40 -0500 nenolod Automated merge from ssh://petrie/dev-src/audacious.
Wed, 11 Jul 2007 04:59:30 -0500 nenolod MacOS target: build fixes
Wed, 11 Jul 2007 12:35:49 +0200 Tomasz Mon little fix to ui_skinned_textbox_button_press()
Wed, 11 Jul 2007 12:28:11 +0200 Tomasz Mon don't keep img
Tue, 10 Jul 2007 20:16:54 +0200 Tomasz Mon branch merge
Tue, 10 Jul 2007 20:16:06 +0200 Tomasz Mon prevent from displaying mess
Tue, 10 Jul 2007 11:42:09 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
Tue, 10 Jul 2007 11:41:56 -0500 William Pitcock Fix skinbrowser preview generation.
Tue, 10 Jul 2007 17:37:37 +0200 Tomasz Mon we don't need ui_vis_clear, it only caused problem
Tue, 10 Jul 2007 17:08:38 +0200 Tomasz Mon show UiSkinnedNumber only when track is playing
Tue, 10 Jul 2007 17:00:43 +0200 Tomasz Mon use button-press-event signals
Tue, 10 Jul 2007 17:13:24 +0300 Cristi Magherusan added lastfm GUI stub
Tue, 10 Jul 2007 11:58:21 +0200 Tomasz Mon remove dead files trunk
Tue, 10 Jul 2007 11:33:37 +0200 Tomasz Mon branch merge trunk
Tue, 10 Jul 2007 11:32:54 +0200 Tomasz Mon replace old Vis with UiVis trunk
Mon, 09 Jul 2007 23:19:49 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Mon, 09 Jul 2007 23:19:35 -0500 Daniel Drake Move timer updates out of the 100hz giant loop. trunk
Mon, 09 Jul 2007 13:05:05 +0200 Tomasz Mon branch merge trunk
Mon, 09 Jul 2007 13:02:50 +0200 Tomasz Mon fix tinyplayer skin trunk
Mon, 09 Jul 2007 05:17:21 -0500 William Pitcock Handle metadata sources where there are no mimetype support yet implemented. trunk
Mon, 09 Jul 2007 05:13:50 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Mon, 09 Jul 2007 05:13:41 -0500 William Pitcock Use mimetype system to accelerate detection of network streams. trunk
Mon, 09 Jul 2007 12:08:39 +0200 Tomasz Mon branch merge trunk
Mon, 09 Jul 2007 12:07:13 +0200 Tomasz Mon don't use gtk_widget_set_uposition() trunk
Mon, 09 Jul 2007 03:18:40 -0500 William Pitcock Bump mowgli version requirement (0.3). trunk
Mon, 09 Jul 2007 03:18:00 -0500 William Pitcock Mimetype system. trunk
Mon, 09 Jul 2007 01:02:03 -0500 William Pitcock Remove dead files. trunk
Sun, 08 Jul 2007 20:36:10 +0200 Tomasz Mon oops, this shouldn't get commited trunk
Sun, 08 Jul 2007 20:33:32 +0200 Tomasz Mon use ui_skinned_set_push_button_data instead accessing values directly trunk
Sun, 08 Jul 2007 19:56:51 +0200 Tomasz Mon request GdkGC when needed rather than carry one around trunk
Sun, 08 Jul 2007 14:51:01 +0200 Tomasz Mon little cleaning trunk
Sun, 08 Jul 2007 13:48:59 +0200 Tomasz Mon show UiSkinnedNumbers after un-shading trunk
Sun, 08 Jul 2007 12:58:17 +0200 Tomasz Mon UiSkinnedNumber doesn't need redraw signal trunk
Sun, 08 Jul 2007 12:21:09 +0200 Tomasz Mon fully implement UiSkinnedNumber, number.c no longer needed trunk
Sun, 08 Jul 2007 10:23:16 +0200 Tomasz Mon don't call gtk_widget_show/hide from func that's called every now and then trunk
Sat, 07 Jul 2007 18:56:43 +0200 Tomasz Mon replace calling redraw signals with gtk_widget_queue_draw() trunk
Sat, 07 Jul 2007 17:50:31 +0200 Tomasz Mon fix expose events, thanks to giacomo trunk
Sat, 07 Jul 2007 12:17:13 +0200 Tomasz Mon correct right-clicked signal trunk
Fri, 06 Jul 2007 13:19:16 +0200 Tomasz Mon bring back UiSkinnedTextboxPrivate trunk
Fri, 06 Jul 2007 12:52:13 +0200 Tomasz Mon draw directly instead using embeded GtkImage trunk
Fri, 06 Jul 2007 01:12:17 -0500 William Pitcock playlist_dir_find_files(): Return list of URIs. trunk
Fri, 06 Jul 2007 01:08:15 -0500 William Pitcock Use vfs_file_test() where appropriate. trunk
Thu, 05 Jul 2007 12:24:30 +0200 Tomasz Mon fix not updating window trunk
Thu, 05 Jul 2007 11:03:42 +0200 Tomasz Mon ui_skinned_textbox_button_release is no longer lost trunk
Thu, 05 Jul 2007 01:41:09 -0500 William Pitcock Warning fixes. trunk
Thu, 05 Jul 2007 01:40:11 -0500 William Pitcock Add and use find_path_recursively() which search the FS without using VFS (for GTK). trunk
Thu, 05 Jul 2007 01:26:16 -0500 William Pitcock find_file_recursively(): Return a valid URI instead of a literal path. trunk
Thu, 05 Jul 2007 01:25:56 -0500 William Pitcock Log a warning if an adequate transport was not found. trunk
Thu, 05 Jul 2007 00:56:01 -0500 William Pitcock Use gtk_file_chooser_get_uris() to enforce proper VFS URIs being passed around. trunk
Thu, 05 Jul 2007 00:49:08 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Thu, 05 Jul 2007 00:48:53 -0500 William Pitcock Use vfs_file_test() instead of g_file_test() where appropriate. trunk
Wed, 04 Jul 2007 21:24:04 +0200 Tomasz Mon paint on obj instead on textbox->img while in oneway scroll mode trunk
Wed, 04 Jul 2007 17:34:05 +0200 Tomasz Mon correct gtk_fixed_put()'s trunk
Wed, 04 Jul 2007 17:22:26 +0200 Tomasz Mon oops, those shouldn't be commented trunk