Mercurial > audlegacy
graph
-
Add and use find_path_recursively() which search the FS without using VFS (for GTK). trunk2007-07-05, by William Pitcock
-
find_file_recursively(): Return a valid URI instead of a literal path. trunk2007-07-05, by William Pitcock
-
Use gtk_file_chooser_get_uris() to enforce proper VFS URIs being passed around. trunk2007-07-05, by William Pitcock
-
Use vfs_file_test() instead of g_file_test() where appropriate. trunk2007-07-05, by William Pitcock
-
Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate. trunk2007-07-04, by William Pitcock
-
Rework DnD received data function to use g_filename_from_uri(). trunk2007-07-04, by William Pitcock
-
fix ui_skinned_button_expose(); don't call ui_skinned_button_paint() directly trunk2007-07-02, by Tomasz Mon
-
don't call ui_skinned_textbox_paint() directly, use gtk_widget_queue_draw() instead; fix ui_skinned_textbox_expose() trunk2007-07-02, by Tomasz Mon
-
Use gtk_widget_queue_draw() instead of forcing a draw operation which can be an X protocol violation. trunk2007-07-02, by William Pitcock
-
add gdk_flush() to ui_skinned_textbox_paint(). only for investigation. trunk2007-07-01, by Yoshiki Yazawa
-
make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox trunk2007-06-30, by Tomasz Mon