log

age author description
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
Wed, 04 Jul 2007 16:35:27 +0200 Tomasz Mon draw directly instead using embeded GtkImage trunk
Tue, 03 Jul 2007 21:20:09 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Tue, 03 Jul 2007 21:20:01 -0500 William Pitcock Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate. trunk
Tue, 03 Jul 2007 19:45:35 -0500 William Pitcock Remove xmms_urldecode_path(). trunk
Tue, 03 Jul 2007 19:44:41 -0500 William Pitcock Remove urldecode.c, urldecode.h, fix references accordingly. trunk
Tue, 03 Jul 2007 19:41:53 -0500 William Pitcock Remove craq. trunk
Tue, 03 Jul 2007 19:39:46 -0500 William Pitcock Rework DnD received data function to use g_filename_from_uri(). trunk
Tue, 03 Jul 2007 07:18:43 -0500 William Pitcock Use back and forth scroll by default. trunk
Tue, 03 Jul 2007 12:14:34 +0200 mf0102 Gave myself the well-earned credit :P trunk
Tue, 03 Jul 2007 12:08:25 +0200 Tomasz Mon revise padding logic trunk
Mon, 02 Jul 2007 21:43:30 +0900 Yoshiki Yazawa revise padding logic. trunk
Mon, 02 Jul 2007 21:31:56 +0900 Yoshiki Yazawa add padding characters to the scroller text for one-way scroll. trunk
Mon, 02 Jul 2007 21:02:49 +0900 Yoshiki Yazawa add support for one-way text scroll. trunk
Mon, 02 Jul 2007 12:50:26 +0200 Tomasz Mon fix scrolling when double-sized trunk
Mon, 02 Jul 2007 12:40:56 +0200 Tomasz Mon fix doublesize trunk
Mon, 02 Jul 2007 11:18:25 +0200 Tomasz Mon correct _move_relative() and _resize_relative() trunk
Mon, 02 Jul 2007 10:28:05 +0200 Tomasz Mon right click on mainwin_about brings menu trunk
Mon, 02 Jul 2007 10:11:37 +0200 Tomasz Mon fix ui_skinned_button_expose(); don't call ui_skinned_button_paint() directly trunk
Mon, 02 Jul 2007 09:35:37 +0200 Tomasz Mon don't call ui_skinned_textbox_paint() directly, use gtk_widget_queue_draw() instead; fix ui_skinned_textbox_expose() trunk
Sun, 01 Jul 2007 19:44:19 -0500 William Pitcock Use gtk_widget_queue_draw() instead of forcing a draw operation which can be an X protocol violation. trunk
Sun, 01 Jul 2007 20:14:18 +0200 Tomasz Mon don't update UiSkinnedTextbox just after ui_skinned_textbox_set_text; results in not automatically updated textboxes, but it gets rid of gui hangs trunk
Sun, 01 Jul 2007 19:11:35 +0200 Tomasz Mon remove mainwin_svis clickability when not shaded trunk
Sun, 01 Jul 2007 18:58:09 +0200 Tomasz Mon use priv->pixmap instead of src trunk