Home
last modified time | relevance | path

Searched refs:active_conv (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-im/libpurple/pidgin-2.14.8/finch/
H A Dgntconv.c116 PurpleConversation *conv = ggconv->active_conv; in send_typing_notification()
147 PurpleConversation *conv = ggconv->active_conv; in entry_key_pressed()
449 PurpleConversation *conv = fc->active_conv; in toggle_logging_cb()
512 conv = fc->active_conv; in view_log_cb()
593 PurpleConversation *conv = fc->active_conv; in invite_cb()
778 ggc->active_conv = conv; in finch_create_conversation()
890 if (ggc->list && conv == ggc->active_conv) { in finch_destroy_conversation()
891 ggc->active_conv = ggc->list->data; in finch_destroy_conversation()
919 if (ggconv->active_conv != conv) { in finch_write_common()
1503 if (ggconv->active_conv == conv) in finch_conversation_set_active()
[all …]
H A Dgntconv.h55 PurpleConversation *active_conv; member
/dports/net-im/pidgin/pidgin-2.14.8/finch/
H A Dgntconv.c116 PurpleConversation *conv = ggconv->active_conv; in send_typing_notification()
147 PurpleConversation *conv = ggconv->active_conv; in entry_key_pressed()
449 PurpleConversation *conv = fc->active_conv; in toggle_logging_cb()
512 conv = fc->active_conv; in view_log_cb()
593 PurpleConversation *conv = fc->active_conv; in invite_cb()
778 ggc->active_conv = conv; in finch_create_conversation()
890 if (ggc->list && conv == ggc->active_conv) { in finch_destroy_conversation()
891 ggc->active_conv = ggc->list->data; in finch_destroy_conversation()
919 if (ggconv->active_conv != conv) { in finch_write_common()
1503 if (ggconv->active_conv == conv) in finch_conversation_set_active()
[all …]
H A Dgntconv.h55 PurpleConversation *active_conv; member
/dports/net-im/finch/pidgin-2.14.8/finch/
H A Dgntconv.c116 PurpleConversation *conv = ggconv->active_conv; in send_typing_notification()
147 PurpleConversation *conv = ggconv->active_conv; in entry_key_pressed()
449 PurpleConversation *conv = fc->active_conv; in toggle_logging_cb()
512 conv = fc->active_conv; in view_log_cb()
593 PurpleConversation *conv = fc->active_conv; in invite_cb()
778 ggc->active_conv = conv; in finch_create_conversation()
890 if (ggc->list && conv == ggc->active_conv) { in finch_destroy_conversation()
891 ggc->active_conv = ggc->list->data; in finch_destroy_conversation()
919 if (ggconv->active_conv != conv) { in finch_write_common()
1503 if (ggconv->active_conv == conv) in finch_conversation_set_active()
[all …]
H A Dgntconv.h55 PurpleConversation *active_conv; member
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/sepandtab/
H A Dsepandtab.c43 type = purple_conversation_get_type(conv->active_conv); in conv_placement_sep_ims_tab_chats()
65 type = purple_conversation_get_type(conv->active_conv); in conv_placement_sep_chats_tab_ims()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/
H A Dextplacement.c38 win = pidgin_conv_window_last_with_type(purple_conversation_get_type(conv->active_conv)); in conv_placement_by_number()
60 …idgin_conv_window_get_active_conversation(win)) != purple_conversation_get_type(conv->active_conv)) in conv_placement_by_number()
H A Dnotify.c222 PurpleConversation *active_conv = NULL; in unnotify() local
230 active_conv = pidgin_conv_window_get_active_conversation(purplewin); in unnotify()
233 purple_conversation_autoset_title(active_conv); in unnotify()
464 conversation_dragging(PurpleConversation *active_conv,
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/
H A Dextplacement.c38 win = pidgin_conv_window_last_with_type(purple_conversation_get_type(conv->active_conv)); in conv_placement_by_number()
60 …idgin_conv_window_get_active_conversation(win)) != purple_conversation_get_type(conv->active_conv)) in conv_placement_by_number()
H A Dnotify.c222 PurpleConversation *active_conv = NULL; in unnotify() local
230 active_conv = pidgin_conv_window_get_active_conversation(purplewin); in unnotify()
233 purple_conversation_autoset_title(active_conv); in unnotify()
464 conversation_dragging(PurpleConversation *active_conv,
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/
H A Dextplacement.c38 win = pidgin_conv_window_last_with_type(purple_conversation_get_type(conv->active_conv)); in conv_placement_by_number()
60 …idgin_conv_window_get_active_conversation(win)) != purple_conversation_get_type(conv->active_conv)) in conv_placement_by_number()
H A Dnotify.c222 PurpleConversation *active_conv = NULL; in unnotify() local
230 active_conv = pidgin_conv_window_get_active_conversation(purplewin); in unnotify()
233 purple_conversation_autoset_title(active_conv); in unnotify()
464 conversation_dragging(PurpleConversation *active_conv,
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkconv.c2253 gtkconv->active_conv = conv; in pidgin_conv_switch_active_conversation()
2381 conv = gtkconv->active_conv; in delete_text_cb()
2923 conv = gtkconv->active_conv; in icon_menu()
3191 conv = gtkconv->active_conv; in populate_menu_with_options()
3364 conv = gtkconv->active_conv; in regenerate_plugins_items()
3882 buds = purple_find_buddies(gtkconv->active_conv->account, gtkconv->active_conv->name); in generate_send_to_items()
4828 conv = gtkconv->active_conv; in pidgin_conv_create_tooltip()
5338 gtkconv->active_conv = conv; in private_gtkconv_new()
7480 conv = gtkconv->active_conv; in account_status_changed_cb()
7516 conv = gtkconv->active_conv; in hide_new_pref_cb()
[all …]
H A Dgtkconv.h117 PurpleConversation *active_conv; member
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkconv.c2253 gtkconv->active_conv = conv; in pidgin_conv_switch_active_conversation()
2381 conv = gtkconv->active_conv; in delete_text_cb()
2923 conv = gtkconv->active_conv; in icon_menu()
3191 conv = gtkconv->active_conv; in populate_menu_with_options()
3364 conv = gtkconv->active_conv; in regenerate_plugins_items()
3882 buds = purple_find_buddies(gtkconv->active_conv->account, gtkconv->active_conv->name); in generate_send_to_items()
4828 conv = gtkconv->active_conv; in pidgin_conv_create_tooltip()
5338 gtkconv->active_conv = conv; in private_gtkconv_new()
7480 conv = gtkconv->active_conv; in account_status_changed_cb()
7516 conv = gtkconv->active_conv; in hide_new_pref_cb()
[all …]
H A Dgtkconv.h117 PurpleConversation *active_conv; member
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkconv.c2253 gtkconv->active_conv = conv; in pidgin_conv_switch_active_conversation()
2381 conv = gtkconv->active_conv; in delete_text_cb()
2923 conv = gtkconv->active_conv; in icon_menu()
3191 conv = gtkconv->active_conv; in populate_menu_with_options()
3364 conv = gtkconv->active_conv; in regenerate_plugins_items()
3882 buds = purple_find_buddies(gtkconv->active_conv->account, gtkconv->active_conv->name); in generate_send_to_items()
4828 conv = gtkconv->active_conv; in pidgin_conv_create_tooltip()
5338 gtkconv->active_conv = conv; in private_gtkconv_new()
7480 conv = gtkconv->active_conv; in account_status_changed_cb()
7516 conv = gtkconv->active_conv; in hide_new_pref_cb()
[all …]
H A Dgtkconv.h117 PurpleConversation *active_conv; member
/dports/net-im/pidgin-manualsize/pidgin-manualsize-0.7/
H A Dmanualsize.c82 if (dt->conv->active_conv==needle) return 0; in conv_entry_compare()
104 ret->ischat = (conv->active_conv->type == PURPLE_CONV_TYPE_CHAT); in alloc_conv_entry()
246 chat = (conv->active_conv->type == PURPLE_CONV_TYPE_CHAT); in rebuild_container()
/dports/security/pidgin-encryption/pidgin-encryption-3.1/
H A Dstate_ui.c223 if (pidgin_conv_window_get_active_gtkconv(win)->active_conv != conv) {
263 if (pidgin_conv_window_get_active_gtkconv(win)->active_conv != conv) {
330 conv = gtkconv->active_conv;
347 conv = gtkconv->active_conv;
/dports/security/pidgin-otr/pidgin-otr-4.0.2/
H A Dgtk-dialog.c1237 conv = gtkconv->active_conv; in dialog_update_label_conv()
1709 if (gtkconv->active_conv != conv) { in otrg_gtk_dialog_clicked_connect()
1809 if (current_conv == gtkconv->active_conv) { in otr_refresh_otr_buttons()
2125 gtkconv->active_conv->name ); in otr_get_full_buddy_list()
2448 menu_image = otr_icon(NULL, level, active_conv); in otr_add_buddy_instances_top_menu()
2510 menu_image = otr_icon(NULL, level, active_conv); in otr_add_buddy_top_menu()
2517 if (!active_conv) { in otr_add_buddy_top_menu()
2619 gboolean active_conv = 0; in otr_add_buddy_top_menus() local
2634 active_conv = (currentConv == gtkconv->active_conv); in otr_add_buddy_top_menus()
3007 conversation_switched (gtkconv->active_conv, NULL); in otrg_gtk_dialog_new_conv()
[all …]
/dports/net-im/pidgin-window_merge/window_merge-b4811ae1807a6c124fb06a717951bb2541be19f7/
H A DBUGS19 the conversation UI doesn't have an active_conv, which some functions use.
21 - Trying to fake the active_conv would cause all sorts of other troubles that
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/irssi/
H A Dlayout.c123 PurpleConversation *conv = gtkconv->active_conv; in irssi_layout_get_setting()
161 PurpleConversation *conv = gtkconv->active_conv; in irssi_layout_save()
/dports/net-im/py-unmessage/unmessage-0.2.0/unmessage/
H A Dcli.py115 self.active_conv = None
129 return [[self.active_conv.contact.name,
130 get_auth_color(self.active_conv)],
354 self.active_conv = conv
606 if self.conversation == self.cli.active_conv:

12