log pidgin/gtkconv.c @ 32822:a1253e91981e

age author description
Fri, 18 Nov 2011 18:22:50 +0000 Elliott Sales de Andrade Fix an infinite loop if there's a tag in the theme header that we
Tue, 01 Nov 2011 17:28:17 +0000 andrew victor Convert to using purple_blist_node_ accessor functions.
Mon, 31 Oct 2011 19:21:14 +0000 andrew victor Use the PurpleChat accessor functions.
Sun, 30 Oct 2011 21:46:51 +0000 andrew victor Use the PurpleBuddy accessor functions.
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Mon, 24 Oct 2011 04:48:42 +0000 Elliott Sales de Andrade Add a submenu to the 'Get Attention' item for non-default attention
Mon, 24 Oct 2011 01:15:48 +0000 Elliott Sales de Andrade Add the get_attention widget to the PidginWindow structure, instead of
Fri, 21 Oct 2011 20:39:29 +0000 andrew victor Hide struct _PurpleConvMessage.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 08 Oct 2011 07:44:40 +0000 Elliott Sales de Andrade Only update conversation features if they've actually changed. This
Sat, 08 Oct 2011 07:35:35 +0000 Elliott Sales de Andrade Try not to call purple_conversation_get_features a million times.
Sat, 08 Oct 2011 02:51:52 +0000 Elliott Sales de Andrade Update the variant in existing conversations when changed. Actually,
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 01 Oct 2011 16:48:40 +0000 andrew victor Hide struct _PurpleConversation.
Sat, 01 Oct 2011 16:21:16 +0000 andrew victor Use purple_conversation accessor methods.
Sat, 01 Oct 2011 15:50:20 +0000 andrew victor More code changed to use the accessor functions.
Sat, 01 Oct 2011 13:03:38 +0000 andrew victor Hide struct _PurpleConvChatBuddy.
Sat, 01 Oct 2011 11:29:43 +0000 andrew victor Hide struct _PurpleConvChat.
Sat, 01 Oct 2011 11:02:15 +0000 andrew victor Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 25 Sep 2011 05:47:54 +0000 Elliott Sales de Andrade Ref/unref the theme for a conversation.
Fri, 23 Sep 2011 17:50:24 +0000 Elliott Sales de Andrade Make sure our pref parents exist, or else saved variants will
Wed, 21 Sep 2011 07:39:32 +0000 Mark Doliner Mark webkit-related missing functionality with "TODO WEBKIT" instead of
Wed, 21 Sep 2011 07:01:58 +0000 Elliott Sales de Andrade Add some NULL checks. Now it should not crash even if you don't have
Wed, 21 Sep 2011 06:45:26 +0000 Elliott Sales de Andrade Apply conversation theme when opening the GTK conversation. All the
Mon, 19 Sep 2011 02:53:08 +0000 Elliott Sales de Andrade Register the conversation theme loader on gtkconv initialization.
Sun, 11 Sep 2011 04:52:21 +0000 Elliott Sales de Andrade Don't try to get a tag from a gtkwebview.
Sun, 11 Sep 2011 04:50:52 +0000 Elliott Sales de Andrade Don't attempt to add smileys to a webview by treating it as imhtml.
Fri, 09 Sep 2011 07:00:03 +0000 Elliott Sales de Andrade Fix searching in conversation windows.
Fri, 09 Sep 2011 01:52:12 +0000 Elliott Sales de Andrade Add a pidgin_create_webview utility function, which acts similarly to