log src/audacious/ui_skinned_textbox.c @ 4561:cc6255f8b568

age author description
Mon, 19 May 2008 18:11:41 +0200 Tomasz Mon Suffix all type names in core with _
Tue, 22 Apr 2008 13:27:32 +0200 mf0102 renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
Mon, 31 Mar 2008 06:47:48 +0300 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
Mon, 28 Jan 2008 01:27:43 +0200 Cristi Magherusan fixed the textboxes
Sun, 27 Jan 2008 21:24:28 +0200 Cristi Magherusan some more progress, but still broken
Tue, 22 Jan 2008 22:40:48 +0100 Tomasz Mon introduce ui_skinned_widget_draw
Sat, 19 Jan 2008 06:03:03 +0100 Tomasz Mon beggining of GdkPixbuf transition
Sun, 30 Dec 2007 22:16:49 +0100 Tomasz Mon the less calls to gdk_window_get_pointer the better
Tue, 25 Dec 2007 16:42:10 +0100 Tomasz Mon oops, fix previous commit
Tue, 25 Dec 2007 16:28:34 +0100 Tomasz Mon prevent BadAlloc's
Fri, 16 Nov 2007 15:20:07 +0100 Tomasz Mon every other menu shows on button press..
Fri, 16 Nov 2007 13:28:52 +0100 Tomasz Mon fix possible glitch which could be triggered by switching skin while textbox was scrolling
Thu, 15 Nov 2007 12:38:47 +0100 Tomasz Mon we don't need to store GtkFixed pointer, do we?
Wed, 14 Nov 2007 17:32:02 +0100 Tomasz Mon beggining of better dealing with substandard winamp skins - if it doesn't break anything, why not commit this?
Wed, 24 Oct 2007 19:01:17 +0200 Tomasz Mon Add my name in few places
Thu, 16 Aug 2007 19:20:11 +0200 Tomasz Mon right click on textboxes without connected handler should bring up audacious menu trunk
Thu, 09 Aug 2007 19:47:34 +0200 Tomasz Mon when using bitmap font display ชอ as N trunk
Sun, 05 Aug 2007 16:43:53 +0200 Tomasz Mon goodbye widgets directory
Sun, 05 Aug 2007 12:17:07 +0200 Tomasz Mon solve always broken ui_skinned_textbox_resize_relative
Fri, 03 Aug 2007 22:51:04 +0200 Tomasz Mon fix unshading playlistwin when doubleclicking on textbox trunk
Thu, 02 Aug 2007 17:26:12 +0200 Tomasz Mon I hope it'll work now trunk
Thu, 02 Aug 2007 16:10:32 +0200 Tomasz Mon I hope textbox_resize_relative is now working propertly trunk
Sat, 21 Jul 2007 20:25:56 +0200 Tomasz Mon one mutex is enough for resizing trunk
Fri, 20 Jul 2007 09:09:58 -0500 William Pitcock Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR1
Fri, 20 Jul 2007 08:59:47 -0500 William Pitcock GPL3 relicensing. trunk
Thu, 19 Jul 2007 16:21:31 +0200 Tomasz Mon cleaning audacious-1.4.0-dr1
Thu, 19 Jul 2007 13:37:23 +0200 Tomasz Mon we don't need create_dblsize_image() anymore
Sat, 14 Jul 2007 12:45:03 +0200 Tomasz Mon use GdkPixmaps for doublesizing
Wed, 11 Jul 2007 22:33:43 +0200 Tomasz Mon little tweak to handle_special_char()
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
Mon, 09 Jul 2007 12:07:13 +0200 Tomasz Mon don't use gtk_widget_set_uposition() trunk
Sun, 08 Jul 2007 19:56:51 +0200 Tomasz Mon request GdkGC when needed rather than carry one around 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
Thu, 05 Jul 2007 11:03:42 +0200 Tomasz Mon ui_skinned_textbox_button_release is no longer lost 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 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 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 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 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: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