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
|
Sun, 01 Jul 2007 18:51:36 +0200 |
Tomasz Mon |
don't update text if it haven't changed
trunk
|
Mon, 02 Jul 2007 01:14:57 +0900 |
Yoshiki Yazawa |
backout 2f9da2fd5f02.
trunk
|
Mon, 02 Jul 2007 00:58:06 +0900 |
Yoshiki Yazawa |
add gdk_flush() to ui_skinned_textbox_paint(). only for investigation.
trunk
|
Sun, 01 Jul 2007 16:37:52 +0200 |
Tomasz Mon |
user g_strdup_printf instead of fixed-size gchar array
trunk
|
Sun, 01 Jul 2007 08:40:46 -0500 |
William Pitcock |
Fix invalid free.
trunk
|
Sun, 01 Jul 2007 08:35:12 -0500 |
William Pitcock |
Preserve capitalization for xfont users.
trunk
|
Sun, 01 Jul 2007 08:21:26 -0500 |
William Pitcock |
Handle multibyte sequences properly when encountered.
trunk
|
Sun, 01 Jul 2007 14:56:46 +0200 |
Tomasz Mon |
gtk widgets shouldn't get associated with widgetlist
trunk
|
Sun, 01 Jul 2007 14:29:27 +0200 |
Tomasz Mon |
use g_strdup_printf instead of fixed-size gchar*
trunk
|
Sun, 01 Jul 2007 13:31:07 +0200 |
Tomasz Mon |
introduce scroll_dummy to stop scrolling when it reaches end
trunk
|
Sun, 01 Jul 2007 12:52:58 +0200 |
Tomasz Mon |
cleanup
trunk
|
Sun, 01 Jul 2007 05:06:59 -0500 |
William Pitcock |
Remove dead files.
trunk
|
Sun, 01 Jul 2007 04:48:08 -0500 |
William Pitcock |
Backed out changeset 3c66c8d03c534692d1606ed3ed79634e227f7bd2
trunk
|
Sat, 30 Jun 2007 21:20:49 +0200 |
Tomasz Mon |
make what ui_skinned_textbox_resize_relative did in a better way
trunk
|
Sat, 30 Jun 2007 19:46:21 +0200 |
Tomasz Mon |
replace Textbox in playlistwin with UiSkinnedTextbox, textbox.c no longer needed, temporary comment out g_usleep in textbox_scroll as it needs to be run as new thread
trunk
|
Sat, 30 Jun 2007 18:44:20 +0200 |
Tomasz Mon |
make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox
trunk
|
Fri, 29 Jun 2007 08:58:32 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Fri, 29 Jun 2007 08:57:43 -0500 |
William Pitcock |
Use g_ascii_strcasecmp() instead of strncmp().
trunk
|
Fri, 29 Jun 2007 08:56:07 -0500 |
William Pitcock |
Use portable g_ascii_strcasecmp().
trunk
|