Mercurial > audlegacy
graph
-
Use mimetype system to accelerate detection of network streams. trunkMon, 09 Jul 2007 05:13:41 -0500, by William Pitcock
-
use ui_skinned_set_push_button_data instead accessing values directly trunkSun, 08 Jul 2007 20:33:32 +0200, by Tomasz Mon
-
request GdkGC when needed rather than carry one around trunkSun, 08 Jul 2007 19:56:51 +0200, by Tomasz Mon
-
fully implement UiSkinnedNumber, number.c no longer needed trunkSun, 08 Jul 2007 12:21:09 +0200, by Tomasz Mon
-
don't call gtk_widget_show/hide from func that's called every now and then trunkSun, 08 Jul 2007 10:23:16 +0200, by Tomasz Mon
-
replace calling redraw signals with gtk_widget_queue_draw() trunkSat, 07 Jul 2007 18:56:43 +0200, by Tomasz Mon
-
playlist_dir_find_files(): Return list of URIs. trunkFri, 06 Jul 2007 01:12:17 -0500, by William Pitcock
-
ui_skinned_textbox_button_release is no longer lost trunkThu, 05 Jul 2007 11:03:42 +0200, by Tomasz Mon
-
Add and use find_path_recursively() which search the FS without using VFS (for GTK). trunkThu, 05 Jul 2007 01:40:11 -0500, by William Pitcock
-
find_file_recursively(): Return a valid URI instead of a literal path. trunkThu, 05 Jul 2007 01:26:16 -0500, by William Pitcock
-
Log a warning if an adequate transport was not found. trunkThu, 05 Jul 2007 01:25:56 -0500, by William Pitcock
-
Use gtk_file_chooser_get_uris() to enforce proper VFS URIs being passed around. trunkThu, 05 Jul 2007 00:56:01 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 05 Jul 2007 00:49:08 -0500, by William Pitcock
-
Use vfs_file_test() instead of g_file_test() where appropriate. trunkThu, 05 Jul 2007 00:48:53 -0500, by William Pitcock
-
paint on obj instead on textbox->img while in oneway scroll mode trunkWed, 04 Jul 2007 21:24:04 +0200, by Tomasz Mon
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkTue, 03 Jul 2007 21:20:09 -0500, by William Pitcock
-
Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate. trunkTue, 03 Jul 2007 21:20:01 -0500, by William Pitcock
-
Remove urldecode.c, urldecode.h, fix references accordingly. trunkTue, 03 Jul 2007 19:44:41 -0500, by William Pitcock
-
Rework DnD received data function to use g_filename_from_uri(). trunkTue, 03 Jul 2007 19:39:46 -0500, by William Pitcock
-
add padding characters to the scroller text for one-way scroll. trunkMon, 02 Jul 2007 21:31:56 +0900, by Yoshiki Yazawa
-
correct _move_relative() and _resize_relative() trunkMon, 02 Jul 2007 11:18:25 +0200, by Tomasz Mon
-
fix ui_skinned_button_expose(); don't call ui_skinned_button_paint() directly trunkMon, 02 Jul 2007 10:11:37 +0200, by Tomasz Mon
-
don't call ui_skinned_textbox_paint() directly, use gtk_widget_queue_draw() instead; fix ui_skinned_textbox_expose() trunkMon, 02 Jul 2007 09:35:37 +0200, by Tomasz Mon
-
Use gtk_widget_queue_draw() instead of forcing a draw operation which can be an X protocol violation. trunkSun, 01 Jul 2007 19:44:19 -0500, by William Pitcock
-
don't update UiSkinnedTextbox just after ui_skinned_textbox_set_text; results in not automatically updated textboxes, but it gets rid of gui hangs trunkSun, 01 Jul 2007 20:14:18 +0200, by Tomasz Mon
-
remove mainwin_svis clickability when not shaded trunkSun, 01 Jul 2007 19:11:35 +0200, by Tomasz Mon
-
add gdk_flush() to ui_skinned_textbox_paint(). only for investigation. trunkMon, 02 Jul 2007 00:58:06 +0900, by Yoshiki Yazawa
-
user g_strdup_printf instead of fixed-size gchar array trunkSun, 01 Jul 2007 16:37:52 +0200, by Tomasz Mon