pidgin/gtkimhtmltoolbar.c

Wed, 16 Sep 2009 09:41:52 +0000

author
Björn Voigt <bjoern@cs.tu-berlin.de>
date
Wed, 16 Sep 2009 09:41:52 +0000
changeset 28547
39f45fd83caa
parent 28258
ec6dd456b74c
child 28573
c890e9052237
child 28933
3396f96d77cd
child 29514
7b39d4c94f2e
child 32366
0472bc614998
permissions
-rw-r--r--

I can't see why dots should be usefull here:
- "Conference error."
- "Error with your microphone."
- "Error with your microphone"

8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1 /*
10297
b36800725b7a [gaim-migrate @ 11480]
Evan Schoenberg <evands@pidgin.im>
parents: 10138
diff changeset
2 * @file gtkimhtmltoolbar.c GTK+ IMHtml Toolbar
16254
eeb2bba4dc94 Rename the Doxygen group from gtkui to pidgin.
Richard Laager <rlaager@pidgin.im>
parents: 15931
diff changeset
3 * @ingroup pidgin
20330
650a7af9c238 remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@pidgin.im>
parents: 20328
diff changeset
4 */
650a7af9c238 remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@pidgin.im>
parents: 20328
diff changeset
5
650a7af9c238 remove gpl boilerplate from doxygen docs
Sean Egan <seanegan@pidgin.im>
parents: 20328
diff changeset
6 /* pidgin
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
7 *
15931
716b5fac1895 Re-sed the copyright notices so they don't all talk about Purple.
Richard Laager <rlaager@pidgin.im>
parents: 15884
diff changeset
8 * Pidgin is the legal property of its developers, whose names are too numerous
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
9 * to list here. Please refer to the COPYRIGHT file distributed with this
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
10 * source distribution.
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
11 *
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
12 * This program is free software; you can redistribute it and/or modify
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
13 * under the terms of the GNU General Public License as published by
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
14 * the Free Software Foundation; either version 2 of the License, or
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
15 * (at your option) any later version.
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
16 *
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
17 * This program is distributed in the hope that it will be useful,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
20 * GNU General Public License for more details.
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
21 *
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
22 * You should have received a copy of the GNU General Public License
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
23 * along with this program; if not, write to the Free Software
19859
71d37b57eff2 The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 19761
diff changeset
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
25 *
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
26 */
9791
f5c5bda0b96b [gaim-migrate @ 10659]
Gary Kramlich <grim@pidgin.im>
parents: 9730
diff changeset
27 #include "internal.h"
15577
b8129373f65e More pidgin changes
Sean Egan <seanegan@pidgin.im>
parents: 15571
diff changeset
28 #include "pidgin.h"
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
29
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
30 #include "imgstore.h"
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
31 #include "notify.h"
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
32 #include "prefs.h"
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
33 #include "request.h"
15883
969b74a3e27a According to etags, pidgin/ should be completely clean of references to 'gaim' as a client
Sean Egan <seanegan@pidgin.im>
parents: 15847
diff changeset
34 #include "pidginstock.h"
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
35 #include "util.h"
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
36
9730
e59812364b8b [gaim-migrate @ 10591]
Mark Doliner <markdoliner@pidgin.im>
parents: 9709
diff changeset
37 #include "gtkdialogs.h"
e59812364b8b [gaim-migrate @ 10591]
Mark Doliner <markdoliner@pidgin.im>
parents: 9709
diff changeset
38 #include "gtkimhtmltoolbar.h"
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
39 #include "gtksmiley.h"
11525
1d06283bdcc9 [gaim-migrate @ 13773]
Francesco Fracassi <ffracassi@users.sourceforge.net>
parents: 11314
diff changeset
40 #include "gtkthemes.h"
9730
e59812364b8b [gaim-migrate @ 10591]
Mark Doliner <markdoliner@pidgin.im>
parents: 9709
diff changeset
41 #include "gtkutils.h"
e59812364b8b [gaim-migrate @ 10591]
Mark Doliner <markdoliner@pidgin.im>
parents: 9709
diff changeset
42
17394
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
43 #include <gdk/gdkkeysyms.h>
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
44
10080
d562573fff16 [gaim-migrate @ 11062]
Sean Egan <seanegan@pidgin.im>
parents: 9971
diff changeset
45 static GtkHBoxClass *parent_class = NULL;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
46
11275
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
47 static void toggle_button_set_active_block(GtkToggleButton *button,
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
48 gboolean is_active,
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
49 GtkIMHtmlToolbar *toolbar);
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
50
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
51
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
52 static void do_bold(GtkWidget *bold, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
53 {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
54 g_return_if_fail(toolbar != NULL);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
55 gtk_imhtml_toggle_bold(GTK_IMHTML(toolbar->imhtml));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
56 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
57 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
58
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
59 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
60 do_italic(GtkWidget *italic, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
61 {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
62 g_return_if_fail(toolbar != NULL);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
63 gtk_imhtml_toggle_italic(GTK_IMHTML(toolbar->imhtml));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
64 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
65 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
66
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
67 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
68 do_underline(GtkWidget *underline, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
69 {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
70 g_return_if_fail(toolbar != NULL);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
71 gtk_imhtml_toggle_underline(GTK_IMHTML(toolbar->imhtml));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
72 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
73 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
74
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
75 static void
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
76 do_strikethrough(GtkWidget *strikethrough, GtkIMHtmlToolbar *toolbar)
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
77 {
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
78 g_return_if_fail(toolbar != NULL);
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
79 gtk_imhtml_toggle_strike(GTK_IMHTML(toolbar->imhtml));
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
80 gtk_widget_grab_focus(toolbar->imhtml);
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
81 }
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
82
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
83 static void
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
84 do_small(GtkWidget *smalltb, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
85 {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
86 g_return_if_fail(toolbar != NULL);
17403
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
87 /* Only shrink the font on activation, not deactivation as well */
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
88 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(smalltb)))
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
89 gtk_imhtml_font_shrink(GTK_IMHTML(toolbar->imhtml));
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
90 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
91 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
92
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
93 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
94 do_big(GtkWidget *large, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
95 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
96 g_return_if_fail(toolbar);
17403
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
97 /* Only grow the font on activation, not deactivation as well */
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
98 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(large)))
b0e8707193b5 Only change the size when the imhtmltoolbar button has been activated,
Kevin Stange <kstange@pidgin.im>
parents: 17303
diff changeset
99 gtk_imhtml_font_grow(GTK_IMHTML(toolbar->imhtml));
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
100 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
101 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
102
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
103 static gboolean
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
104 destroy_toolbar_font(GtkWidget *widget, GdkEvent *event,
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
105 GtkIMHtmlToolbar *toolbar)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
106 {
10135
760803be53d2 [gaim-migrate @ 11202]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10134
diff changeset
107 if (widget != NULL)
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
108 gtk_imhtml_toggle_fontface(GTK_IMHTML(toolbar->imhtml), "");
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
109
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
110 if (toolbar->font_dialog != NULL)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
111 {
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
112 gtk_widget_destroy(toolbar->font_dialog);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
113 toolbar->font_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
114 }
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
115 return FALSE;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
116 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
117
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
118 static void
10125
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
119 realize_toolbar_font(GtkWidget *widget, GtkIMHtmlToolbar *toolbar)
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
120 {
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
121 GtkFontSelection *sel;
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
122
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
123 sel = GTK_FONT_SELECTION(GTK_FONT_SELECTION_DIALOG(toolbar->font_dialog)->fontsel);
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
124 gtk_widget_hide_all(gtk_widget_get_parent(sel->size_entry));
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
125 gtk_widget_show_all(sel->family_list);
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
126 gtk_widget_show(gtk_widget_get_parent(sel->family_list));
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
127 gtk_widget_show(gtk_widget_get_parent(gtk_widget_get_parent(sel->family_list)));
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
128 }
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
129
dc406c15aceb [gaim-migrate @ 11162]
Tim Ringenbach <marv@pidgin.im>
parents: 10085
diff changeset
130 static void
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
131 cancel_toolbar_font(GtkWidget *widget, GtkIMHtmlToolbar *toolbar)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
132 {
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
133 destroy_toolbar_font(widget, NULL, toolbar);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
134 }
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
135
28257
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
136 static void
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
137 apply_font(GtkWidget *widget, GtkFontSelectionDialog *fontsel)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
138 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
139 /* this could be expanded to include font size, weight, etc.
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
140 but for now only works with font face */
28257
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
141 gchar *fontname = gtk_font_selection_dialog_get_font_name(fontsel);
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
142 GtkIMHtmlToolbar *toolbar = g_object_get_data(G_OBJECT(fontsel),
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
143 "purple_toolbar");
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
144
28257
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
145 if (fontname) {
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
146 const gchar *family_name = NULL;
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
147 PangoFontDescription *desc = NULL;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
148
28257
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
149 desc = pango_font_description_from_string(fontname);
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
150 family_name = pango_font_description_get_family(desc);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
151
28257
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
152 if (family_name) {
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
153 gtk_imhtml_toggle_fontface(GTK_IMHTML(toolbar->imhtml),
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
154 family_name);
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
155 }
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
156
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
157 pango_font_description_free(desc);
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
158 g_free(fontname);
60cee5b2d42e Fix apply_font to use a PangoFontDescription to get the requested font family
Etan Reisner <deryni@pidgin.im>
parents: 26828
diff changeset
159 }
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
160
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
161 cancel_toolbar_font(NULL, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
162 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
163
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
164 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
165 toggle_font(GtkWidget *font, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
166 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
167 g_return_if_fail(toolbar);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
168
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
169 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(font))) {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
170 char *fontname = gtk_imhtml_get_current_fontface(GTK_IMHTML(toolbar->imhtml));
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
171
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
172 if (!toolbar->font_dialog) {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
173 toolbar->font_dialog = gtk_font_selection_dialog_new(_("Select Font"));
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
174
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
175 g_object_set_data(G_OBJECT(toolbar->font_dialog), "purple_toolbar", toolbar);
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
176
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
177 if(fontname) {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
178 char *fonttif = g_strdup_printf("%s 12", fontname);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
179 g_free(fontname);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
180 gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(toolbar->font_dialog),
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
181 fonttif);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
182 g_free(fonttif);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
183 } else {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
184 gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(toolbar->font_dialog),
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
185 DEFAULT_FONT_FACE);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
186 }
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
187
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
188 g_signal_connect(G_OBJECT(toolbar->font_dialog), "delete_event",
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
189 G_CALLBACK(destroy_toolbar_font), toolbar);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
190 g_signal_connect(G_OBJECT(GTK_FONT_SELECTION_DIALOG(toolbar->font_dialog)->ok_button), "clicked",
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
191 G_CALLBACK(apply_font), toolbar->font_dialog);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
192 g_signal_connect(G_OBJECT(GTK_FONT_SELECTION_DIALOG(toolbar->font_dialog)->cancel_button), "clicked",
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
193 G_CALLBACK(cancel_toolbar_font), toolbar);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
194 g_signal_connect_after(G_OBJECT(toolbar->font_dialog), "realize",
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
195 G_CALLBACK(realize_toolbar_font), toolbar);
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
196 }
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
197 gtk_window_present(GTK_WINDOW(toolbar->font_dialog));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
198 } else {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
199 cancel_toolbar_font(font, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
200 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
201 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
202 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
203
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
204 static gboolean
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
205 destroy_toolbar_fgcolor(GtkWidget *widget, GdkEvent *event,
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
206 GtkIMHtmlToolbar *toolbar)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
207 {
10135
760803be53d2 [gaim-migrate @ 11202]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10134
diff changeset
208 if (widget != NULL)
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
209 gtk_imhtml_toggle_forecolor(GTK_IMHTML(toolbar->imhtml), "");
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
210
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
211 if (toolbar->fgcolor_dialog != NULL)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
212 {
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
213 gtk_widget_destroy(toolbar->fgcolor_dialog);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
214 toolbar->fgcolor_dialog = NULL;
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
215 }
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
216 return FALSE;
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
217 }
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
218
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
219 static void cancel_toolbar_fgcolor(GtkWidget *widget,
8321
477316d4d8a3 [gaim-migrate @ 9045]
Christian Hammond <chipx86@chipx86.com>
parents: 8320
diff changeset
220 GtkIMHtmlToolbar *toolbar)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
221 {
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
222 destroy_toolbar_fgcolor(widget, NULL, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
223 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
224
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
225 static void do_fgcolor(GtkWidget *widget, GtkColorSelection *colorsel)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
226 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
227 GdkColor text_color;
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
228 GtkIMHtmlToolbar *toolbar = g_object_get_data(G_OBJECT(colorsel), "purple_toolbar");
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
229 char *open_tag;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
230
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
231 open_tag = g_malloc(30);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
232 gtk_color_selection_get_current_color(colorsel, &text_color);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
233 g_snprintf(open_tag, 23, "#%02X%02X%02X",
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
234 text_color.red / 256,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
235 text_color.green / 256,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
236 text_color.blue / 256);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
237 gtk_imhtml_toggle_forecolor(GTK_IMHTML(toolbar->imhtml), open_tag);
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
238 g_free(open_tag);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
239
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
240 cancel_toolbar_fgcolor(NULL, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
241 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
242
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
243 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
244 toggle_fg_color(GtkWidget *color, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
245 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
246 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(color))) {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
247 GtkWidget *colorsel;
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
248 GdkColor fgcolor;
10504
eae130eefbfe [gaim-migrate @ 11796]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10297
diff changeset
249 char *color = gtk_imhtml_get_current_forecolor(GTK_IMHTML(toolbar->imhtml));
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
250
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
251 if (!toolbar->fgcolor_dialog) {
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
252
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
253 toolbar->fgcolor_dialog = gtk_color_selection_dialog_new(_("Select Text Color"));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
254 colorsel = GTK_COLOR_SELECTION_DIALOG(toolbar->fgcolor_dialog)->colorsel;
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
255 if (color) {
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
256 gdk_color_parse(color, &fgcolor);
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
257 gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(colorsel), &fgcolor);
10504
eae130eefbfe [gaim-migrate @ 11796]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10297
diff changeset
258 g_free(color);
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
259 }
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
260
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
261 g_object_set_data(G_OBJECT(colorsel), "purple_toolbar", toolbar);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
262
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
263 g_signal_connect(G_OBJECT(toolbar->fgcolor_dialog), "delete_event",
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
264 G_CALLBACK(destroy_toolbar_fgcolor), toolbar);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
265 g_signal_connect(G_OBJECT(GTK_COLOR_SELECTION_DIALOG(toolbar->fgcolor_dialog)->ok_button), "clicked",
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
266 G_CALLBACK(do_fgcolor), colorsel);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
267 g_signal_connect(G_OBJECT (GTK_COLOR_SELECTION_DIALOG(toolbar->fgcolor_dialog)->cancel_button), "clicked",
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
268 G_CALLBACK(cancel_toolbar_fgcolor), toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
269 }
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
270 gtk_window_present(GTK_WINDOW(toolbar->fgcolor_dialog));
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
271 } else {
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
272 cancel_toolbar_fgcolor(color, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
273 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
274 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
275 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
276
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
277 static gboolean
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
278 destroy_toolbar_bgcolor(GtkWidget *widget, GdkEvent *event,
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
279 GtkIMHtmlToolbar *toolbar)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
280 {
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
281 if (widget != NULL) {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
282 if (gtk_text_buffer_get_selection_bounds(GTK_IMHTML(toolbar->imhtml)->text_buffer, NULL, NULL))
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
283 gtk_imhtml_toggle_backcolor(GTK_IMHTML(toolbar->imhtml), "");
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
284 else
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
285 gtk_imhtml_toggle_background(GTK_IMHTML(toolbar->imhtml), "");
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
286 }
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
287
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
288 if (toolbar->bgcolor_dialog != NULL)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
289 {
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
290 gtk_widget_destroy(toolbar->bgcolor_dialog);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
291 toolbar->bgcolor_dialog = NULL;
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
292 }
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
293 return FALSE;
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
294 }
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
295
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
296 static void
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
297 cancel_toolbar_bgcolor(GtkWidget *widget, GtkIMHtmlToolbar *toolbar)
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
298 {
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
299 destroy_toolbar_bgcolor(widget, NULL, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
300 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
301
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
302 static void do_bgcolor(GtkWidget *widget, GtkColorSelection *colorsel)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
303 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
304 GdkColor text_color;
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
305 GtkIMHtmlToolbar *toolbar = g_object_get_data(G_OBJECT(colorsel), "purple_toolbar");
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
306 char *open_tag;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
307
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
308 open_tag = g_malloc(30);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
309 gtk_color_selection_get_current_color(colorsel, &text_color);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
310 g_snprintf(open_tag, 23, "#%02X%02X%02X",
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
311 text_color.red / 256,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
312 text_color.green / 256,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
313 text_color.blue / 256);
10777
5a9df3199615 [gaim-migrate @ 12392]
Sean Egan <seanegan@pidgin.im>
parents: 10732
diff changeset
314 if (gtk_text_buffer_get_selection_bounds(GTK_IMHTML(toolbar->imhtml)->text_buffer, NULL, NULL))
5a9df3199615 [gaim-migrate @ 12392]
Sean Egan <seanegan@pidgin.im>
parents: 10732
diff changeset
315 gtk_imhtml_toggle_backcolor(GTK_IMHTML(toolbar->imhtml), open_tag);
5a9df3199615 [gaim-migrate @ 12392]
Sean Egan <seanegan@pidgin.im>
parents: 10732
diff changeset
316 else
5a9df3199615 [gaim-migrate @ 12392]
Sean Egan <seanegan@pidgin.im>
parents: 10732
diff changeset
317 gtk_imhtml_toggle_background(GTK_IMHTML(toolbar->imhtml), open_tag);
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
318 g_free(open_tag);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
319
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
320 cancel_toolbar_bgcolor(NULL, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
321 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
322
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
323 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
324 toggle_bg_color(GtkWidget *color, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
325 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
326 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(color))) {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
327 GtkWidget *colorsel;
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
328 GdkColor bgcolor;
10504
eae130eefbfe [gaim-migrate @ 11796]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10297
diff changeset
329 char *color = gtk_imhtml_get_current_backcolor(GTK_IMHTML(toolbar->imhtml));
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
330
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
331 if (!toolbar->bgcolor_dialog) {
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
332
8359
3c62ea91eba8 [gaim-migrate @ 9083]
Mark Doliner <markdoliner@pidgin.im>
parents: 8325
diff changeset
333 toolbar->bgcolor_dialog = gtk_color_selection_dialog_new(_("Select Background Color"));
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
334 colorsel = GTK_COLOR_SELECTION_DIALOG(toolbar->bgcolor_dialog)->colorsel;
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
335 if (color) {
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
336 gdk_color_parse(color, &bgcolor);
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
337 gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(colorsel), &bgcolor);
10504
eae130eefbfe [gaim-migrate @ 11796]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10297
diff changeset
338 g_free(color);
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
339 }
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 8962
diff changeset
340
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
341 g_object_set_data(G_OBJECT(colorsel), "purple_toolbar", toolbar);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
342
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
343 g_signal_connect(G_OBJECT(toolbar->bgcolor_dialog), "delete_event",
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
344 G_CALLBACK(destroy_toolbar_bgcolor), toolbar);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
345 g_signal_connect(G_OBJECT(GTK_COLOR_SELECTION_DIALOG(toolbar->bgcolor_dialog)->ok_button), "clicked",
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
346 G_CALLBACK(do_bgcolor), colorsel);
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
347 g_signal_connect(G_OBJECT(GTK_COLOR_SELECTION_DIALOG(toolbar->bgcolor_dialog)->cancel_button), "clicked",
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
348 G_CALLBACK(cancel_toolbar_bgcolor), toolbar);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
349
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
350 }
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
351 gtk_window_present(GTK_WINDOW(toolbar->bgcolor_dialog));
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
352 } else {
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
353 cancel_toolbar_bgcolor(color, toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
354 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
355 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
356 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
357
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
358 static void
11271
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
359 clear_formatting_cb(GtkWidget *clear, GtkIMHtmlToolbar *toolbar)
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
360 {
11275
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
361 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->clear), FALSE, toolbar);
11271
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
362 gtk_imhtml_clear_formatting(GTK_IMHTML(toolbar->imhtml));
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
363 }
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
364
939be1fdbf7a [gaim-migrate @ 13454]
Richard Laager <rlaager@pidgin.im>
parents: 11267
diff changeset
365 static void
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
366 cancel_link_cb(GtkIMHtmlToolbar *toolbar, PurpleRequestFields *fields)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
367 {
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
368 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->link), FALSE);
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
369
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
370 toolbar->link_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
371 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
372
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
373 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
374 close_link_dialog(GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
375 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
376 if (toolbar->link_dialog != NULL)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
377 {
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
378 purple_request_close(PURPLE_REQUEST_FIELDS, toolbar->link_dialog);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
379 toolbar->link_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
380 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
381 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
382
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
383 static void
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
384 do_insert_link_cb(GtkIMHtmlToolbar *toolbar, PurpleRequestFields *fields)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
385 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
386 const char *url, *description;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
387
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
388 url = purple_request_fields_get_string(fields, "url");
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
389 if (GTK_IMHTML(toolbar->imhtml)->format_functions & GTK_IMHTML_LINKDESC)
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
390 description = purple_request_fields_get_string(fields, "description");
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
391 else
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
392 description = NULL;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
393
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
394 if (description == NULL)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
395 description = url;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
396
8677
18b494207322 [gaim-migrate @ 9430]
Tim Ringenbach <marv@pidgin.im>
parents: 8516
diff changeset
397 gtk_imhtml_insert_link(GTK_IMHTML(toolbar->imhtml),
18b494207322 [gaim-migrate @ 9430]
Tim Ringenbach <marv@pidgin.im>
parents: 8516
diff changeset
398 gtk_text_buffer_get_insert(GTK_IMHTML(toolbar->imhtml)->text_buffer),
18b494207322 [gaim-migrate @ 9430]
Tim Ringenbach <marv@pidgin.im>
parents: 8516
diff changeset
399 url, description);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
400
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
401 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->link), FALSE);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
402
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
403 toolbar->link_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
404 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
405
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
406 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
407 insert_link_cb(GtkWidget *w, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
408 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
409 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->link))) {
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
410 PurpleRequestFields *fields;
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
411 PurpleRequestFieldGroup *group;
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
412 PurpleRequestField *field;
9599
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
413 GtkTextIter start, end;
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
414 char *msg;
9599
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
415 char *desc = NULL;
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
416
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
417 fields = purple_request_fields_new();
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
418
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
419 group = purple_request_field_group_new(NULL);
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
420 purple_request_fields_add_group(fields, group);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
421
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
422 field = purple_request_field_string_new("url", _("_URL"), NULL, FALSE);
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
423 purple_request_field_set_required(field, TRUE);
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
424 purple_request_field_group_add_field(group, field);
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
425
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
426 if(GTK_IMHTML(toolbar->imhtml)->format_functions & GTK_IMHTML_LINKDESC) {
9599
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
427 if (gtk_text_buffer_get_selection_bounds(GTK_IMHTML(toolbar->imhtml)->text_buffer, &start, &end)) {
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
428 desc = gtk_imhtml_get_text(GTK_IMHTML(toolbar->imhtml), &start, &end);
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
429 }
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
430 field = purple_request_field_string_new("description", _("_Description"),
9599
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
431 desc, FALSE);
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
432 purple_request_field_group_add_field(group, field);
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
433 msg = g_strdup(_("Please enter the URL and description of the "
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
434 "link that you want to insert. The description "
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
435 "is optional."));
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
436 } else {
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
437 msg = g_strdup(_("Please enter the URL of the "
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
438 "link that you want to insert."));
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
439 }
8319
6c18762beceb [gaim-migrate @ 9043]
Christian Hammond <chipx86@chipx86.com>
parents: 8317
diff changeset
440
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
441 toolbar->link_dialog =
21653
621c47778132 merge of '73ae9aeda3c58fbf8437421da68d19d06f93e686'
Evan Schoenberg <evands@pidgin.im>
parents: 21233
diff changeset
442 purple_request_fields(toolbar, _("Insert Link"),
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
443 NULL,
21653
621c47778132 merge of '73ae9aeda3c58fbf8437421da68d19d06f93e686'
Evan Schoenberg <evands@pidgin.im>
parents: 21233
diff changeset
444 msg,
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
445 fields,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
446 _("_Insert"), G_CALLBACK(do_insert_link_cb),
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
447 _("Cancel"), G_CALLBACK(cancel_link_cb),
21653
621c47778132 merge of '73ae9aeda3c58fbf8437421da68d19d06f93e686'
Evan Schoenberg <evands@pidgin.im>
parents: 21233
diff changeset
448 NULL, NULL, NULL,
621c47778132 merge of '73ae9aeda3c58fbf8437421da68d19d06f93e686'
Evan Schoenberg <evands@pidgin.im>
parents: 21233
diff changeset
449 toolbar);
9041
cbded2eb14d7 [gaim-migrate @ 9817]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9027
diff changeset
450 g_free(msg);
9599
1089c73e0586 [gaim-migrate @ 10442]
Tim Ringenbach <marv@pidgin.im>
parents: 9522
diff changeset
451 g_free(desc);
8322
9bae68fd2612 [gaim-migrate @ 9046]
Christian Hammond <chipx86@chipx86.com>
parents: 8321
diff changeset
452 } else {
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
453 close_link_dialog(toolbar);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
454 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
455 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
456 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
457
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
458 static void insert_hr_cb(GtkWidget *widget, GtkIMHtmlToolbar *toolbar)
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
459 {
26482
72d16a73cf12 Get rid of the rest of the extraneous changes.
Michael Ruprecht <maiku@pidgin.im>
parents: 26337
diff changeset
460 GtkTextIter iter;
72d16a73cf12 Get rid of the rest of the extraneous changes.
Michael Ruprecht <maiku@pidgin.im>
parents: 26337
diff changeset
461 GtkTextMark *ins;
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
462 GtkIMHtmlScalable *hr;
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
463
26482
72d16a73cf12 Get rid of the rest of the extraneous changes.
Michael Ruprecht <maiku@pidgin.im>
parents: 26337
diff changeset
464 ins = gtk_text_buffer_get_insert(gtk_text_view_get_buffer(GTK_TEXT_VIEW(toolbar->imhtml)));
72d16a73cf12 Get rid of the rest of the extraneous changes.
Michael Ruprecht <maiku@pidgin.im>
parents: 26337
diff changeset
465 gtk_text_buffer_get_iter_at_mark(gtk_text_view_get_buffer(GTK_TEXT_VIEW(toolbar->imhtml)), &iter, ins);
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
466 hr = gtk_imhtml_hr_new();
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
467 gtk_imhtml_hr_add_to(hr, GTK_IMHTML(toolbar->imhtml), &iter);
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
468 }
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
469
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
470 static void
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
471 do_insert_image_cb(GtkWidget *widget, int response, GtkIMHtmlToolbar *toolbar)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
472 {
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
473 gchar *filename, *name, *buf;
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
474 char *filedata;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
475 size_t size;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
476 GError *error = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
477 int id;
8962
5cd12e525d95 [gaim-migrate @ 9736]
Tim Ringenbach <marv@pidgin.im>
parents: 8892
diff changeset
478 GtkTextIter iter;
5cd12e525d95 [gaim-migrate @ 9736]
Tim Ringenbach <marv@pidgin.im>
parents: 8892
diff changeset
479 GtkTextMark *ins;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
480
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
481 #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */
21985
bf0e936998e4 Move some curly braces around so static analysis tools can properly detect
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21954
diff changeset
482 if (response != GTK_RESPONSE_ACCEPT)
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
483 #else /* FILECHOOSER */
21985
bf0e936998e4 Move some curly braces around so static analysis tools can properly detect
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21954
diff changeset
484 if (response != GTK_RESPONSE_OK)
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
485 #endif /* FILECHOOSER */
21985
bf0e936998e4 Move some curly braces around so static analysis tools can properly detect
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21954
diff changeset
486 {
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
487 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
488 return;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
489 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
490
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
491 #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
492 filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(widget));
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
493 #else /* FILECHOOSER */
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
494 filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(widget)));
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
495 #endif /* FILECHOOSER */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
496
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
497 if (filename == NULL) {
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
498 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
499 return;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
500 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
501
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
502 #if !GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */
15562
8c8249fe5e3c gaim_gtk to pidgin. I hope
Sean Egan <seanegan@pidgin.im>
parents: 15435
diff changeset
503 if (pidgin_check_if_dir(filename, GTK_FILE_SELECTION(widget))) {
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
504 g_free(filename);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
505 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
506 return;
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
507 }
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
508 #endif /* FILECHOOSER */
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
509
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
510 /* The following triggers a callback that closes the widget */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
511 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
512
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
513 if (!g_file_get_contents(filename, &filedata, &size, &error)) {
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
514 purple_notify_error(NULL, NULL, error->message, NULL);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
515
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
516 g_error_free(error);
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
517 g_free(filename);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
518
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
519 return;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
520 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
521
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
522 name = strrchr(filename, G_DIR_SEPARATOR) + 1;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
523
16437
7ff7c3405ea2 Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@pidgin.im>
parents: 16263
diff changeset
524 id = purple_imgstore_add_with_id(filedata, size, name);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
525
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
526 if (id == 0) {
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
527 buf = g_strdup_printf(_("Failed to store image: %s\n"), filename);
15884
4de1981757fc sed -ie 's/gaim/purple/g'
Sean Egan <seanegan@pidgin.im>
parents: 15883
diff changeset
528 purple_notify_error(NULL, NULL, buf, NULL);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
529
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
530 g_free(buf);
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
531 g_free(filename);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
532
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
533 return;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
534 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
535
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
536 g_free(filename);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
537
8962
5cd12e525d95 [gaim-migrate @ 9736]
Tim Ringenbach <marv@pidgin.im>
parents: 8892
diff changeset
538 ins = gtk_text_buffer_get_insert(gtk_text_view_get_buffer(GTK_TEXT_VIEW(toolbar->imhtml)));
5cd12e525d95 [gaim-migrate @ 9736]
Tim Ringenbach <marv@pidgin.im>
parents: 8892
diff changeset
539 gtk_text_buffer_get_iter_at_mark(gtk_text_view_get_buffer(GTK_TEXT_VIEW(toolbar->imhtml)),
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
540 &iter, ins);
8962
5cd12e525d95 [gaim-migrate @ 9736]
Tim Ringenbach <marv@pidgin.im>
parents: 8892
diff changeset
541 gtk_imhtml_insert_image_at_iter(GTK_IMHTML(toolbar->imhtml), id, &iter);
16437
7ff7c3405ea2 Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Richard Laager <rlaager@pidgin.im>
parents: 16263
diff changeset
542 purple_imgstore_unref_by_id(id);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
543 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
544
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
545
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
546 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
547 insert_image_cb(GtkWidget *save, GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
548 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
549 GtkWidget *window;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
550
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
551 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->image))) {
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
552 #if GTK_CHECK_VERSION(2,4,0) /* FILECHOOSER */
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
553 window = gtk_file_chooser_dialog_new(_("Insert Image"),
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
554 NULL,
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
555 GTK_FILE_CHOOSER_ACTION_OPEN,
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
556 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
557 GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
558 NULL);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
559 gtk_dialog_set_default_response(GTK_DIALOG(window), GTK_RESPONSE_ACCEPT);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
560 g_signal_connect(G_OBJECT(GTK_FILE_CHOOSER(window)),
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
561 "response", G_CALLBACK(do_insert_image_cb), toolbar);
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
562 #else /* FILECHOOSER */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
563 window = gtk_file_selection_new(_("Insert Image"));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
564 gtk_dialog_set_default_response(GTK_DIALOG(window), GTK_RESPONSE_OK);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
565 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(window)),
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
566 "response", G_CALLBACK(do_insert_image_cb), toolbar);
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
567 #endif /* FILECHOOSER */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
568
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
569 gtk_widget_show(window);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
570 toolbar->image_dialog = window;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
571 } else {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
572 gtk_widget_destroy(toolbar->image_dialog);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
573 toolbar->image_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
574 }
9522
e38381bd8c05 [gaim-migrate @ 10349]
Mark Doliner <markdoliner@pidgin.im>
parents: 9287
diff changeset
575
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
576 gtk_widget_grab_focus(toolbar->imhtml);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
577 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
578
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
579
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
580 static void
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
581 destroy_smiley_dialog(GtkIMHtmlToolbar *toolbar)
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
582 {
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
583 if (toolbar->smiley_dialog != NULL)
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
584 {
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
585 gtk_widget_destroy(toolbar->smiley_dialog);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
586 toolbar->smiley_dialog = NULL;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
587 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
588 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
589
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
590 static gboolean
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
591 close_smiley_dialog(GtkIMHtmlToolbar *toolbar)
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
592 {
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
593 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->smiley), FALSE);
22032
8136dd5eeda3 Make some more event handlers return appropriate gboolean values. This turns
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21985
diff changeset
594 return FALSE;
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
595 }
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
596
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
597
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
598 static void
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
599 insert_smiley_text(GtkWidget *widget, GtkIMHtmlToolbar *toolbar)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
600 {
9027
d4e9c928e913 [gaim-migrate @ 9803]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9025
diff changeset
601 char *smiley_text, *escaped_smiley;
d4e9c928e913 [gaim-migrate @ 9803]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9025
diff changeset
602
d4e9c928e913 [gaim-migrate @ 9803]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9025
diff changeset
603 smiley_text = g_object_get_data(G_OBJECT(widget), "smiley_text");
10732
5e314ab498bf [gaim-migrate @ 12334]
Richard Laager <rlaager@pidgin.im>
parents: 10504
diff changeset
604 escaped_smiley = g_markup_escape_text(smiley_text, -1);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
605
8456
63fcac86a8fd [gaim-migrate @ 9186]
Gary Kramlich <grim@pidgin.im>
parents: 8447
diff changeset
606 gtk_imhtml_insert_smiley(GTK_IMHTML(toolbar->imhtml),
63fcac86a8fd [gaim-migrate @ 9186]
Gary Kramlich <grim@pidgin.im>
parents: 8447
diff changeset
607 GTK_IMHTML(toolbar->imhtml)->protocol_name,
9027
d4e9c928e913 [gaim-migrate @ 9803]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9025
diff changeset
608 escaped_smiley);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
609
9027
d4e9c928e913 [gaim-migrate @ 9803]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9025
diff changeset
610 g_free(escaped_smiley);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
611
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
612 close_smiley_dialog(toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
613 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
614
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
615 /* smiley buttons list */
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
616 struct smiley_button_list {
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
617 int width, height;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
618 GtkWidget *button;
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
619 const GtkIMHtmlSmiley *smiley;
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
620 struct smiley_button_list *next;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
621 };
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
622
11862
5d4bc6d54688 [gaim-migrate @ 14153]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 11849
diff changeset
623 static struct smiley_button_list *
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
624 sort_smileys(struct smiley_button_list *ls, GtkIMHtmlToolbar *toolbar,
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
625 int *width, const GtkIMHtmlSmiley *smiley)
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
626 {
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
627 GtkWidget *image;
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
628 GtkWidget *button;
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
629 GtkRequisition size;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
630 struct smiley_button_list *cur;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
631 struct smiley_button_list *it, *it_last;
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
632 const gchar *filename = smiley->file;
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
633 gchar *face = smiley->smile;
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
634 PurpleSmiley *psmiley = NULL;
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
635 gboolean supports_custom = (gtk_imhtml_get_format_functions(GTK_IMHTML(toolbar->imhtml)) & GTK_IMHTML_CUSTOM_SMILEY);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
636
23003
aaab954eed6b Plug a small memory leak in the smiley dialog, and use g_new0/g_free
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
637 cur = g_new0(struct smiley_button_list, 1);
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
638 it = ls;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
639 it_last = ls; /* list iterators*/
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
640 image = gtk_image_new_from_file(filename);
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
641
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
642 gtk_widget_size_request(image, &size);
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
643
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
644 if (size.width > 24 &&
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
645 smiley->flags & GTK_IMHTML_SMILEY_CUSTOM) { /* This is a custom smiley, let's scale it */
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
646 GdkPixbuf *pixbuf = NULL;
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
647 GtkImageType type;
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
648
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
649 type = gtk_image_get_storage_type(GTK_IMAGE(image));
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
650
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
651 if (type == GTK_IMAGE_PIXBUF) {
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
652 pixbuf = gtk_image_get_pixbuf(GTK_IMAGE(image));
23009
0bac25fdc9aa Unref some gdkpixbufs to plug some memory leaks. References #1187.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23008
diff changeset
653 } else if (type == GTK_IMAGE_ANIMATION) {
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
654 GdkPixbufAnimation *animation;
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
655
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
656 animation = gtk_image_get_animation(GTK_IMAGE(image));
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
657
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
658 pixbuf = gdk_pixbuf_animation_get_static_image(animation);
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
659 }
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
660
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
661 if (pixbuf != NULL) {
23009
0bac25fdc9aa Unref some gdkpixbufs to plug some memory leaks. References #1187.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23008
diff changeset
662 GdkPixbuf *resized;
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
663 resized = gdk_pixbuf_scale_simple(pixbuf, 24, 24,
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
664 GDK_INTERP_HYPER);
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
665
23011
33ff8a373a92 A leak fix from malu. Thanks!
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23010
diff changeset
666 gtk_image_set_from_pixbuf(GTK_IMAGE(image), resized); /* This unrefs pixbuf */
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
667 gtk_widget_size_request(image, &size);
23009
0bac25fdc9aa Unref some gdkpixbufs to plug some memory leaks. References #1187.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23008
diff changeset
668 g_object_unref(G_OBJECT(resized));
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
669 }
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
670 }
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
671
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
672 (*width) += size.width;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
673
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
674 button = gtk_button_new();
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
675 gtk_container_add(GTK_CONTAINER(button), image);
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
676
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
677 g_object_set_data(G_OBJECT(button), "smiley_text", face);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
678 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(insert_smiley_text), toolbar);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
679
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
680 gtk_tooltips_set_tip(toolbar->tooltips, button, face, NULL);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
681
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
682 /* these look really weird with borders */
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
683 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
684
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
685 psmiley = purple_smileys_find_by_shortcut(smiley->smile);
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
686 /* If this is a "non-custom" smiley, check to see if its shortcut is
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
687 "shadowed" by any custom smiley. This can only happen if the connection
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
688 is custom smiley-enabled */
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
689 if (supports_custom && psmiley && !(smiley->flags & GTK_IMHTML_SMILEY_CUSTOM)) {
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
690 gchar tip[128];
25888
d0fdd378a635 Remove trailing whitespace
Mark Doliner <markdoliner@pidgin.im>
parents: 24275
diff changeset
691 g_snprintf(tip, sizeof(tip),
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
692 _("This smiley is disabled because a custom smiley exists for this shortcut:\n %s"),
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
693 face);
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
694 gtk_tooltips_set_tip(toolbar->tooltips, button, tip, NULL);
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
695 gtk_widget_set_sensitive(button, FALSE);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
696 } else if (psmiley) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
697 /* Remove the button if the smiley is destroyed */
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
698 g_signal_connect_object(G_OBJECT(psmiley), "destroy", G_CALLBACK(gtk_widget_destroy),
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
699 button, G_CONNECT_SWAPPED);
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
700 }
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
701
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
702 /* set current element to add */
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
703 cur->height = size.height;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
704 cur->width = size.width;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
705 cur->button = button;
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
706 cur->smiley = smiley;
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
707 cur->next = ls;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
708
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
709 /* check where to insert by height */
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
710 if (ls == NULL)
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
711 return cur;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
712 while (it != NULL) {
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
713 it_last = it;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
714 it = it->next;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
715 }
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
716 cur->next = it;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
717 it_last->next = cur;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
718 return ls;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
719 }
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
720
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
721 static gboolean
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
722 smiley_is_unique(GSList *list, GtkIMHtmlSmiley *smiley)
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
723 {
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
724 while (list) {
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
725 GtkIMHtmlSmiley *cur = (GtkIMHtmlSmiley *) list->data;
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
726 if (!strcmp(cur->file, smiley->file))
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
727 return FALSE;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
728 list = list->next;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
729 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
730 return TRUE;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
731 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
732
17394
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
733 static gboolean
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
734 smiley_dialog_input_cb(GtkWidget *dialog, GdkEvent *event, GtkIMHtmlToolbar *toolbar)
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
735 {
18546
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
736 if ((event->type == GDK_KEY_PRESS && event->key.keyval == GDK_Escape) ||
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
737 (event->type == GDK_BUTTON_PRESS && event->button.button == 1))
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
738 {
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
739 close_smiley_dialog(toolbar);
18546
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
740 return TRUE;
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
741 }
17394
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
742
18546
3515b5b454e9 Rework the logic to be (IMHO) easy to read.
Richard Laager <rlaager@pidgin.im>
parents: 18545
diff changeset
743 return FALSE;
17394
ebe5e0e583da Close smiley dialog on GDK_Escape or button 1 press.
Gabriel Schulhof <nix@go-nix.ca>
parents: 17303
diff changeset
744 }
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
745
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
746 static void
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
747 add_smiley_list(GtkWidget *container, struct smiley_button_list *list,
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
748 int max_width, gboolean custom)
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
749 {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
750 GtkWidget *line;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
751 int line_width = 0;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
752
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
753 if (!list)
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
754 return;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
755
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
756 line = gtk_hbox_new(FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
757 gtk_box_pack_start(GTK_BOX(container), line, FALSE, FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
758 for (; list; list = list->next) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
759 if (custom != !!(list->smiley->flags & GTK_IMHTML_SMILEY_CUSTOM))
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
760 continue;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
761 gtk_box_pack_start(GTK_BOX(line), list->button, FALSE, FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
762 gtk_widget_show(list->button);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
763 line_width += list->width;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
764 if (line_width >= max_width) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
765 if (list->next) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
766 line = gtk_hbox_new(FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
767 gtk_box_pack_start(GTK_BOX(container), line, FALSE, FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
768 }
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
769 line_width = 0;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
770 }
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
771 }
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
772 }
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
773
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
774 static void
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
775 insert_smiley_cb(GtkWidget *smiley, GtkIMHtmlToolbar *toolbar)
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
776 {
23296
7f870792ce29 Put the 'manage' button outside the scrolling area.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23289
diff changeset
777 GtkWidget *dialog, *vbox;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
778 GtkWidget *smiley_table = NULL;
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
779 GSList *smileys, *unique_smileys = NULL;
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
780 const GSList *custom_smileys = NULL;
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
781 gboolean supports_custom = FALSE;
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
782 GtkRequisition req;
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
783 GtkWidget *scrolled, *viewport;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
784
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
785 if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(smiley))) {
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
786 destroy_smiley_dialog(toolbar);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
787 gtk_widget_grab_focus(toolbar->imhtml);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
788 return;
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
789 }
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
790
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
791 if (toolbar->sml)
16263
27e0ef0f38e6 Word on the street is that we don't want things named pidginfoo_bar(), but
Richard Laager <rlaager@pidgin.im>
parents: 16254
diff changeset
792 smileys = pidgin_themes_get_proto_smileys(toolbar->sml);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
793 else
16263
27e0ef0f38e6 Word on the street is that we don't want things named pidginfoo_bar(), but
Richard Laager <rlaager@pidgin.im>
parents: 16254
diff changeset
794 smileys = pidgin_themes_get_proto_smileys(NULL);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
795
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
796 /* Note: prepend smileys to list to avoid O(n^2) overhead when there is
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
797 a large number of smileys... need to revers the list after for the dialog
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
798 work... */
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
799 while(smileys) {
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
800 GtkIMHtmlSmiley *smiley = (GtkIMHtmlSmiley *) smileys->data;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
801 if(!smiley->hidden) {
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
802 if(smiley_is_unique(unique_smileys, smiley)) {
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
803 unique_smileys = g_slist_prepend(unique_smileys, smiley);
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
804 }
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
805 }
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
806 smileys = smileys->next;
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
807 }
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
808 supports_custom = (gtk_imhtml_get_format_functions(GTK_IMHTML(toolbar->imhtml)) & GTK_IMHTML_CUSTOM_SMILEY);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
809 if (toolbar->imhtml && supports_custom) {
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
810 const GSList *iterator = NULL;
23010
6230fac29cee Show the custom smileys only on accounts that support it. References
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23009
diff changeset
811 custom_smileys = pidgin_smileys_get_all();
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
812
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
813 for (iterator = custom_smileys ; iterator ;
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
814 iterator = g_slist_next(iterator)) {
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
815 GtkIMHtmlSmiley *smiley = (GtkIMHtmlSmiley *) iterator->data;
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
816 unique_smileys = g_slist_prepend(unique_smileys, smiley);
23010
6230fac29cee Show the custom smileys only on accounts that support it. References
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23009
diff changeset
817 }
22443
7b8772af6bb7 Apply the custom smiley patches from #1187, from Jorge VillaseƱo (Masca) and
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
818 }
25888
d0fdd378a635 Remove trailing whitespace
Mark Doliner <markdoliner@pidgin.im>
parents: 24275
diff changeset
819
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
820 /* we need to reverse the list to get the smileys in the correct order */
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
821 unique_smileys = g_slist_reverse(unique_smileys);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
822
22099
8e70e3ba6096 Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22032
diff changeset
823 dialog = pidgin_create_dialog(_("Smile!"), 0, "smiley_dialog", FALSE);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
824 gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE);
23296
7f870792ce29 Put the 'manage' button outside the scrolling area.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23289
diff changeset
825 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(dialog), FALSE, 0);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
826
15847
da522f9a7743 Don't use g_list_length() and g_slist_length() when all you want to
Mark Doliner <markdoliner@pidgin.im>
parents: 15623
diff changeset
827 if (unique_smileys != NULL) {
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
828 struct smiley_button_list *ls;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
829 int max_line_width, num_lines, button_width = 0;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
830
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
831 /* We use hboxes packed in a vbox */
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
832 ls = NULL;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
833 max_line_width = 0;
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
834 num_lines = floor(sqrt(g_slist_length(unique_smileys)));
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
835 smiley_table = gtk_vbox_new(FALSE, 0);
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
836
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
837 if (supports_custom) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
838 GtkWidget *manage = gtk_button_new_with_mnemonic(_("_Manage custom smileys"));
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
839 GtkRequisition req;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
840 g_signal_connect(G_OBJECT(manage), "clicked",
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
841 G_CALLBACK(pidgin_smiley_manager_show), NULL);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
842 g_signal_connect_swapped(G_OBJECT(manage), "clicked",
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
843 G_CALLBACK(gtk_widget_destroy), dialog);
23296
7f870792ce29 Put the 'manage' button outside the scrolling area.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23289
diff changeset
844 gtk_box_pack_end(GTK_BOX(vbox), manage, FALSE, TRUE, 0);
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
845 gtk_widget_size_request(manage, &req);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
846 button_width = req.width;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
847 }
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
848
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
849 /* create list of smileys sorted by height */
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
850 while (unique_smileys) {
23014
d406337e359a Patch from malu (mlundblad) to disable a regular smiley in the smiley
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23011
diff changeset
851 GtkIMHtmlSmiley *smiley = (GtkIMHtmlSmiley *) unique_smileys->data;
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
852 if (!smiley->hidden) {
23484
8ee3e86bfdca Do not disable default smileys with dupliate shortcuts if custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 23368
diff changeset
853 ls = sort_smileys(ls, toolbar, &max_line_width, smiley);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
854 }
23003
aaab954eed6b Plug a small memory leak in the smiley dialog, and use g_new0/g_free
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22218
diff changeset
855 unique_smileys = g_slist_delete_link(unique_smileys, unique_smileys);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
856 }
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
857 /* The window will be at least as wide as the 'Manage ..' button */
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
858 max_line_width = MAX(button_width, max_line_width / num_lines);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
859
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
860 /* pack buttons of the list */
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
861 add_smiley_list(smiley_table, ls, max_line_width, FALSE);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
862 if (supports_custom) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
863 gtk_box_pack_start(GTK_BOX(smiley_table), gtk_hseparator_new(), TRUE, FALSE, 0);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
864 add_smiley_list(smiley_table, ls, max_line_width, TRUE);
10894
b75b237a1212 [gaim-migrate @ 12608]
Benjamin Canou <bookeldor@gmail.com>
parents: 10814
diff changeset
865 }
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
866 while (ls) {
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
867 struct smiley_button_list *tmp = ls->next;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
868 g_free(ls);
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
869 ls = tmp;
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
870 }
18547
cb6e8c0a08ca Rework the smiley dialog close logic: Escape will always close the window.
Richard Laager <rlaager@pidgin.im>
parents: 18546
diff changeset
871
cb6e8c0a08ca Rework the smiley dialog close logic: Escape will always close the window.
Richard Laager <rlaager@pidgin.im>
parents: 18546
diff changeset
872 gtk_widget_add_events(dialog, GDK_KEY_PRESS_MASK);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
873 }
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
874 else {
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
875 smiley_table = gtk_label_new(_("This theme has no available smileys."));
18547
cb6e8c0a08ca Rework the smiley dialog close logic: Escape will always close the window.
Richard Laager <rlaager@pidgin.im>
parents: 18546
diff changeset
876 gtk_widget_add_events(dialog, GDK_KEY_PRESS_MASK | GDK_BUTTON_PRESS_MASK);
cb6e8c0a08ca Rework the smiley dialog close logic: Escape will always close the window.
Richard Laager <rlaager@pidgin.im>
parents: 18546
diff changeset
877 g_signal_connect(G_OBJECT(dialog), "button-press-event", (GCallback)smiley_dialog_input_cb, toolbar);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
878 }
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
879
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
880 scrolled = gtk_scrolled_window_new (NULL, NULL);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
881 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW (scrolled), GTK_SHADOW_NONE);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
882 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW (scrolled),
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
883 GTK_POLICY_NEVER, GTK_POLICY_NEVER);
23296
7f870792ce29 Put the 'manage' button outside the scrolling area.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23289
diff changeset
884 gtk_box_pack_start(GTK_BOX(vbox), scrolled, TRUE, TRUE, 0);
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
885 gtk_widget_show(scrolled);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
886
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
887 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrolled), smiley_table);
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
888 gtk_widget_show(smiley_table);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
889
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
890 viewport = gtk_widget_get_parent(smiley_table);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
891 gtk_viewport_set_shadow_type(GTK_VIEWPORT(viewport), GTK_SHADOW_NONE);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
892
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
893 /* connect signals */
23016
6cdca784716b Separate the custom smileys from the regular smileys, and add a 'Manage'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23015
diff changeset
894 g_signal_connect_swapped(G_OBJECT(dialog), "destroy", G_CALLBACK(close_smiley_dialog), toolbar);
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
895 g_signal_connect(G_OBJECT(dialog), "key-press-event", G_CALLBACK(smiley_dialog_input_cb), toolbar);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
896
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
897 gtk_window_set_transient_for(GTK_WINDOW(dialog),
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
898 GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(toolbar))));
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
899
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
900 /* show everything */
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
901 gtk_widget_show_all(dialog);
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
902
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
903 gtk_widget_size_request(viewport, &req);
23296
7f870792ce29 Put the 'manage' button outside the scrolling area.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23289
diff changeset
904 gtk_widget_set_size_request(scrolled, MIN(300, req.width), MIN(290, req.height));
23019
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
905
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
906 /* The window has to be made resizable, and the scrollbars in the scrolled window
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
907 * enabled only after setting the desired size of the window. If we do either of
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
908 * these tasks before now, GTK+ miscalculates the required size, and erronously
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
909 * makes one or both scrollbars visible (sometimes).
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
910 * I too think this hack is gross. But I couldn't find a better way -- sadrul */
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
911 gtk_window_set_resizable(GTK_WINDOW(dialog), TRUE);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
912 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW (scrolled),
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
913 GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
427ce09896f8 Patch from Giulio 'Twain28' Pascali to make the smiley window scrollable.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23016
diff changeset
914
20719
ce876ae5fb7d Prevent the smiley window appearing outside of the working area on win32. Fixes #3261.
Daniel Atallah <datallah@pidgin.im>
parents: 20387
diff changeset
915 #ifdef _WIN32
ce876ae5fb7d Prevent the smiley window appearing outside of the working area on win32. Fixes #3261.
Daniel Atallah <datallah@pidgin.im>
parents: 20387
diff changeset
916 winpidgin_ensure_onscreen(dialog);
ce876ae5fb7d Prevent the smiley window appearing outside of the working area on win32. Fixes #3261.
Daniel Atallah <datallah@pidgin.im>
parents: 20387
diff changeset
917 #endif
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
918
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
919 toolbar->smiley_dialog = dialog;
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
920
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
921 gtk_widget_grab_focus(toolbar->imhtml);
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
922 }
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
923
8420
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
924 static void update_buttons_cb(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, GtkIMHtmlToolbar *toolbar)
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
925 {
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
926 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->bold), buttons & GTK_IMHTML_BOLD);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
927 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->italic), buttons & GTK_IMHTML_ITALIC);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
928 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->underline), buttons & GTK_IMHTML_UNDERLINE);
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
929 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->strikethrough), buttons & GTK_IMHTML_STRIKE);
8420
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
930
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
931 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->larger_size), buttons & GTK_IMHTML_GROW);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
932 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->smaller_size), buttons & GTK_IMHTML_SHRINK);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
933
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
934 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->font), buttons & GTK_IMHTML_FACE);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
935 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->fgcolor), buttons & GTK_IMHTML_FORECOLOR);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
936 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->bgcolor), buttons & GTK_IMHTML_BACKCOLOR);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
937
11314
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
938 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->clear),
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
939 (buttons & GTK_IMHTML_BOLD ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
940 buttons & GTK_IMHTML_ITALIC ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
941 buttons & GTK_IMHTML_UNDERLINE ||
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
942 buttons & GTK_IMHTML_STRIKE ||
11314
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
943 buttons & GTK_IMHTML_GROW ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
944 buttons & GTK_IMHTML_SHRINK ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
945 buttons & GTK_IMHTML_FACE ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
946 buttons & GTK_IMHTML_FORECOLOR ||
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
947 buttons & GTK_IMHTML_BACKCOLOR));
50888518c108 [gaim-migrate @ 13516]
Luke Schierer <lschiere@pidgin.im>
parents: 11313
diff changeset
948
8420
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
949 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->image), buttons & GTK_IMHTML_IMAGE);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
950 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->link), buttons & GTK_IMHTML_LINK);
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
951 gtk_widget_set_sensitive(GTK_WIDGET(toolbar->smiley), buttons & GTK_IMHTML_SMILEY);
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
952 }
8420
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
953
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
954 /* we call this when we want to _set_active the toggle button, it'll
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
955 * block the callback thats connected to the button so we don't have to
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
956 * do the double toggling hack
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
957 */
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
958 static void toggle_button_set_active_block(GtkToggleButton *button,
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
959 gboolean is_active,
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
960 GtkIMHtmlToolbar *toolbar)
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
961 {
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
962 GObject *object;
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
963 g_return_if_fail(toolbar);
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
964
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
965 object = g_object_ref(button);
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
966 g_signal_handlers_block_matched(object, G_SIGNAL_MATCH_DATA,
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
967 0, 0, NULL, NULL, toolbar);
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
968 gtk_toggle_button_set_active(button, is_active);
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
969 g_signal_handlers_unblock_matched(object, G_SIGNAL_MATCH_DATA,
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
970 0, 0, NULL, NULL, toolbar);
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
971 g_object_unref(object);
8420
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
972 }
71d59c4e2beb [gaim-migrate @ 9150]
Sean Egan <seanegan@pidgin.im>
parents: 8391
diff changeset
973
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
974 static void update_buttons(GtkIMHtmlToolbar *toolbar)
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
975 {
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
976 gboolean bold, italic, underline, strike;
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
977 char *tmp;
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
978 char *tmp2;
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
979 GtkLabel *label = g_object_get_data(G_OBJECT(toolbar), "font_label");
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
980
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
981 gtk_label_set_label(label, _("_Font"));
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
982
8516
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
983 gtk_imhtml_get_current_format(GTK_IMHTML(toolbar->imhtml),
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
984 &bold, &italic, &underline);
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
985 strike = GTK_IMHTML(toolbar->imhtml)->edit.strike;
8506
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
986
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
987 if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->bold)) != bold)
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
988 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->bold), bold,
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
989 toolbar);
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
990 if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->italic)) != italic)
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
991 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->italic), italic,
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
992 toolbar);
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
993 if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->underline)) != underline)
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
994 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->underline),
8677
18b494207322 [gaim-migrate @ 9430]
Tim Ringenbach <marv@pidgin.im>
parents: 8516
diff changeset
995 underline, toolbar);
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
996 if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(toolbar->strikethrough)) != strike)
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
997 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->strikethrough),
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
998 strike, toolbar);
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
999
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1000 /* These buttons aren't ever "active". */
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1001 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->smaller_size), FALSE);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1002 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->larger_size), FALSE);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1003
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1004 if (bold) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1005 gchar *markup = g_strdup_printf("<b>%s</b>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1006 gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1007 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1008 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1009 }
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1010 if (italic) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1011 gchar *markup = g_strdup_printf("<i>%s</i>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1012 gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1013 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1014 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1015 }
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1016 if (underline) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1017 gchar *markup = g_strdup_printf("<u>%s</u>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1018 gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1019 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1020 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1021 }
19719
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1022 if (strike) {
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1023 gchar *markup = g_strdup_printf("<s>%s</s>",
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1024 gtk_label_get_label(label));
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1025 gtk_label_set_markup_with_mnemonic(label, markup);
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1026 g_free(markup);
446e97aca498 Update the strikethrough state and the buttons as appropriate. Fixes #2884.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19647
diff changeset
1027 }
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1028
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1029 tmp = gtk_imhtml_get_current_fontface(GTK_IMHTML(toolbar->imhtml));
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1030 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->font),
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1031 (tmp != NULL), toolbar);
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1032 if (tmp != NULL) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1033 gchar *markup = g_strdup_printf("<span font_desc=\"%s\">%s</span>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1034 tmp, gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1035 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1036 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1037 }
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1038 g_free(tmp);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1039
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1040 tmp = gtk_imhtml_get_current_forecolor(GTK_IMHTML(toolbar->imhtml));
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1041 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->fgcolor),
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1042 (tmp != NULL), toolbar);
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1043 if (tmp != NULL) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1044 gchar *markup = g_strdup_printf("<span foreground=\"%s\">%s</span>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1045 tmp, gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1046 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1047 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1048 }
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1049 g_free(tmp);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1050
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1051 tmp = gtk_imhtml_get_current_backcolor(GTK_IMHTML(toolbar->imhtml));
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1052 tmp2 = gtk_imhtml_get_current_background(GTK_IMHTML(toolbar->imhtml));
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1053 toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->bgcolor),
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1054 (tmp != NULL || tmp2 != NULL), toolbar);
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1055 if (tmp != NULL) {
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1056 gchar *markup = g_strdup_printf("<span background=\"%s\">%s</span>",
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1057 tmp, gtk_label_get_label(label));
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1058 gtk_label_set_markup_with_mnemonic(label, markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1059 g_free(markup);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1060 }
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1061 g_free(tmp);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1062 g_free(tmp2);
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1063 }
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1064
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1065 static void toggle_button_cb(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, GtkIMHtmlToolbar *toolbar)
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1066 {
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1067 update_buttons(toolbar);
8506
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
1068 }
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
1069
8516
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1070 static void update_format_cb(GtkIMHtml *imhtml, GtkIMHtmlToolbar *toolbar) {
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1071 update_buttons(toolbar);
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1072 }
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
1073
8516
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1074 static void mark_set_cb(GtkTextBuffer *buffer, GtkTextIter *location,
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1075 GtkTextMark *mark, GtkIMHtmlToolbar *toolbar)
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1076 {
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1077 if(mark != gtk_text_buffer_get_insert(buffer))
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1078 return;
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1079
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1080 update_buttons(toolbar);
8427
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1081 }
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1082
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1083
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1084 /* This comes from gtkmenutoolbutton.c from gtk+
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1085 * Copyright (C) 2003 Ricardo Fernandez Pascual
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1086 * Copyright (C) 2004 Paolo Borelli
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1087 */
17523
d26a1a21ea72 Fix a compile error and kill a bucket full of compile warnings
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17498
diff changeset
1088 static void
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1089 menu_position_func (GtkMenu *menu,
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1090 int *x,
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1091 int *y,
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1092 gboolean *push_in,
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1093 gpointer data)
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1094 {
18238
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1095 GtkWidget *widget = GTK_WIDGET(data);
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1096 GtkRequisition menu_req;
18238
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1097 gint ythickness = widget->style->ythickness;
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1098 int savy;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1099
18238
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1100 gtk_widget_size_request(GTK_WIDGET (menu), &menu_req);
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1101 gdk_window_get_origin(widget->window, x, y);
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1102 *x += widget->allocation.x;
18238
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1103 *y += widget->allocation.y + widget->allocation.height;
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1104 savy = *y;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1105
18238
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1106 pidgin_menu_position_func_helper(menu, x, y, push_in, data);
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1107
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1108 if (savy > *y + ythickness + 1)
b38c33d2d71e Reduce code duplication and keep gtk 2.0 compatibility by making
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18185
diff changeset
1109 *y -= widget->allocation.height;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1110 }
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1111
19213
e273393f4b75 The hotkeys should popup the menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19199
diff changeset
1112 static void pidgin_menu_clicked(GtkWidget *button, GtkMenu *menu)
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1113 {
19104
35cd69038e67 show toolbar menu on button press, rather than button release. Fixes #2352
Sean Egan <seanegan@pidgin.im>
parents: 19089
diff changeset
1114 gtk_widget_show_all(GTK_WIDGET(menu));
35cd69038e67 show toolbar menu on button press, rather than button release. Fixes #2352
Sean Egan <seanegan@pidgin.im>
parents: 19089
diff changeset
1115 gtk_menu_popup(menu, NULL, NULL, menu_position_func, button, 0, gtk_get_current_event_time());
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1116 }
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1117
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1118 static void pidgin_menu_deactivate(GtkWidget *menu, GtkToggleButton *button)
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1119 {
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1120 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), FALSE);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1121 }
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1122
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1123 enum {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1124 LAST_SIGNAL
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1125 };
9863
323e4fe28791 [gaim-migrate @ 10742]
Mark Doliner <markdoliner@pidgin.im>
parents: 9791
diff changeset
1126 /* static guint signals [LAST_SIGNAL] = { 0 }; */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1127
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1128 static void
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1129 gtk_imhtmltoolbar_finalize (GObject *object)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1130 {
8391
ed3b9c27d002 [gaim-migrate @ 9120]
Mark Doliner <markdoliner@pidgin.im>
parents: 8380
diff changeset
1131 GtkIMHtmlToolbar *toolbar = GTK_IMHTMLTOOLBAR(object);
19073
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1132 GtkWidget *menu;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1133
8685
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1134 if (toolbar->image_dialog != NULL)
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1135 {
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1136 gtk_widget_destroy(toolbar->image_dialog);
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1137 toolbar->image_dialog = NULL;
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1138 }
aea52455a3ba [gaim-migrate @ 9438]
Kevin Stange <kstange@pidgin.im>
parents: 8677
diff changeset
1139
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1140 destroy_toolbar_font(NULL, NULL, toolbar);
23368
76fd0254bae3 Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.
Daniel Atallah <datallah@pidgin.im>
parents: 23296
diff changeset
1141 if (toolbar->smiley_dialog != NULL) {
76fd0254bae3 Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.
Daniel Atallah <datallah@pidgin.im>
parents: 23296
diff changeset
1142 g_signal_handlers_disconnect_by_func(G_OBJECT(toolbar->smiley_dialog), close_smiley_dialog, toolbar);
76fd0254bae3 Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.
Daniel Atallah <datallah@pidgin.im>
parents: 23296
diff changeset
1143 destroy_smiley_dialog(toolbar);
76fd0254bae3 Prevent a crash when the imhtmltoolbar is disposed and the smiley dialog is open.
Daniel Atallah <datallah@pidgin.im>
parents: 23296
diff changeset
1144 }
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1145 destroy_toolbar_bgcolor(NULL, NULL, toolbar);
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1146 destroy_toolbar_fgcolor(NULL, NULL, toolbar);
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1147 close_link_dialog(toolbar);
12904
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1148 if (toolbar->imhtml) {
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1149 g_signal_handlers_disconnect_matched(toolbar->imhtml,
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1150 G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL,
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1151 toolbar);
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1152 g_signal_handlers_disconnect_matched(GTK_IMHTML(toolbar->imhtml)->text_buffer,
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1153 G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL,
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1154 toolbar);
f01835b6bcac [gaim-migrate @ 15257]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 12900
diff changeset
1155 }
8784
71c51aa52be4 [gaim-migrate @ 9546]
Kevin Stange <kstange@pidgin.im>
parents: 8756
diff changeset
1156
24275
37fca4e63b69 Use the correct free() function.
Daniel Atallah <datallah@pidgin.im>
parents: 23532
diff changeset
1157 g_free(toolbar->sml);
8391
ed3b9c27d002 [gaim-migrate @ 9120]
Mark Doliner <markdoliner@pidgin.im>
parents: 8380
diff changeset
1158 gtk_object_sink(GTK_OBJECT(toolbar->tooltips));
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1159
19073
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1160 menu = g_object_get_data(object, "font_menu");
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1161 if (menu)
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1162 gtk_widget_destroy(menu);
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1163 menu = g_object_get_data(object, "insert_menu");
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1164 if (menu)
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1165 gtk_widget_destroy(menu);
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1166
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1167 purple_prefs_disconnect_by_handle(object);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1168
8391
ed3b9c27d002 [gaim-migrate @ 9120]
Mark Doliner <markdoliner@pidgin.im>
parents: 8380
diff changeset
1169 G_OBJECT_CLASS(parent_class)->finalize (object);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1170 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1171
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1172 static void
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1173 switch_toolbar_view(GtkWidget *item, GtkIMHtmlToolbar *toolbar)
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1174 {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1175 purple_prefs_set_bool(PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1176 !purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/toolbar/wide"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1177 }
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1178
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1179 static gboolean
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1180 gtk_imhtmltoolbar_popup_menu(GtkWidget *widget, GdkEventButton *event, GtkIMHtmlToolbar *toolbar)
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1181 {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1182 GtkWidget *menu;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1183 GtkWidget *item;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1184 gboolean wide;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1185
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1186 if (event->button != 3)
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1187 return FALSE;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1188
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1189 wide = GTK_WIDGET_VISIBLE(toolbar->bold);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1190
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1191 menu = gtk_menu_new();
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1192 item = gtk_menu_item_new_with_mnemonic(wide ? _("Group Items") : _("Ungroup Items"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1193 g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(switch_toolbar_view), toolbar);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1194 gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1195 gtk_widget_show(item);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1196
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1197 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, pidgin_menu_position_func_helper,
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1198 widget, event->button, event->time);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1199 return TRUE;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1200 }
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1201
10814
7e17cb56b019 [gaim-migrate @ 12468]
Luke Schierer <lschiere@pidgin.im>
parents: 10777
diff changeset
1202 /* Boring GTK+ stuff */
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1203 static void gtk_imhtmltoolbar_class_init (GtkIMHtmlToolbarClass *class)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1204 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1205 GtkObjectClass *object_class;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1206 GObjectClass *gobject_class;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1207 object_class = (GtkObjectClass*) class;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1208 gobject_class = (GObjectClass*) class;
26828
ca76e7ad0d4b Oops, I must have been tired. I only replaced the first occurrence of these
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26482
diff changeset
1209 parent_class = g_type_class_ref(GTK_TYPE_HBOX);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1210 gobject_class->finalize = gtk_imhtmltoolbar_finalize;
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1211
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1212 purple_prefs_add_none(PIDGIN_PREFS_ROOT "/conversations/toolbar");
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1213 purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/toolbar/wide", FALSE);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1214 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1215
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1216 static void gtk_imhtmltoolbar_create_old_buttons(GtkIMHtmlToolbar *toolbar)
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1217 {
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1218 GtkWidget *hbox;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1219 GtkWidget *button;
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1220 struct {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1221 char *stock;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1222 gpointer callback;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1223 GtkWidget **button;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1224 const char *tooltip;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1225 } buttons[] = {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1226 {GTK_STOCK_BOLD, G_CALLBACK(do_bold), &toolbar->bold, _("Bold")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1227 {GTK_STOCK_ITALIC, do_italic, &toolbar->italic, _("Italic")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1228 {GTK_STOCK_UNDERLINE, do_underline, &toolbar->underline, _("Underline")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1229 {GTK_STOCK_STRIKETHROUGH, do_strikethrough, &toolbar->strikethrough, _("Strikethrough")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1230 {"", NULL, NULL, NULL},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1231 {PIDGIN_STOCK_TOOLBAR_TEXT_LARGER, do_big, &toolbar->larger_size, _("Increase Font Size")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1232 {PIDGIN_STOCK_TOOLBAR_TEXT_SMALLER, do_small, &toolbar->smaller_size, _("Decrease Font Size")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1233 {"", NULL, NULL, NULL},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1234 {PIDGIN_STOCK_TOOLBAR_FONT_FACE, toggle_font, &toolbar->font, _("Font Face")},
28258
ec6dd456b74c Re-order the ungrouped formatting toolbar buttons to match the order of the
Etan Reisner <deryni@pidgin.im>
parents: 28257
diff changeset
1235 {PIDGIN_STOCK_TOOLBAR_FGCOLOR, toggle_fg_color, &toolbar->fgcolor, _("Foreground Color")},
21954
ffb38ad2e4d6 Patch from DHowett to fix the transposition of background and forebround colors
Sean Egan <seanegan@pidgin.im>
parents: 21888
diff changeset
1236 {PIDGIN_STOCK_TOOLBAR_BGCOLOR, toggle_bg_color, &toolbar->bgcolor, _("Background Color")},
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1237 {"", NULL, NULL, NULL},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1238 {PIDGIN_STOCK_CLEAR, clear_formatting_cb, &toolbar->clear, _("Reset Formatting")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1239 {"", NULL, NULL, NULL},
28258
ec6dd456b74c Re-order the ungrouped formatting toolbar buttons to match the order of the
Etan Reisner <deryni@pidgin.im>
parents: 28257
diff changeset
1240 {PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE, insert_image_cb, &toolbar->image, _("Insert IM Image")},
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1241 {PIDGIN_STOCK_TOOLBAR_INSERT_LINK, insert_link_cb, &toolbar->link, _("Insert Link")},
28258
ec6dd456b74c Re-order the ungrouped formatting toolbar buttons to match the order of the
Etan Reisner <deryni@pidgin.im>
parents: 28257
diff changeset
1242 {"", NULL, NULL, NULL},
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1243 {PIDGIN_STOCK_TOOLBAR_SMILEY, insert_smiley_cb, &toolbar->smiley, _("Insert Smiley")},
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1244 {NULL, NULL, NULL, NULL}
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1245 };
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1246 int iter;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1247
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1248 hbox = gtk_hbox_new(FALSE, 0);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1249
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1250 for (iter = 0; buttons[iter].stock; iter++) {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1251 if (buttons[iter].stock[0]) {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1252 button = pidgin_pixbuf_toolbar_button_from_stock(buttons[iter].stock);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1253 g_signal_connect(G_OBJECT(button), "clicked",
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1254 G_CALLBACK(buttons[iter].callback), toolbar);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1255 *(buttons[iter].button) = button;
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1256 gtk_tooltips_set_tip(toolbar->tooltips, button, buttons[iter].tooltip, NULL);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1257 } else
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1258 button = gtk_vseparator_new();
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1259 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1260 }
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1261
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1262 gtk_box_pack_start(GTK_BOX(toolbar), hbox, FALSE, FALSE, 0);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1263 g_object_set_data(G_OBJECT(toolbar), "wide-view", hbox);
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1264 }
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1265
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1266 static void
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1267 button_sensitiveness_changed(GtkWidget *button, gpointer dontcare, GtkWidget *item)
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1268 {
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1269 gtk_widget_set_sensitive(item, GTK_WIDGET_IS_SENSITIVE(button));
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1270 }
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1271
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1272 static void
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1273 update_menuitem(GtkToggleButton *button, GtkCheckMenuItem *item)
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1274 {
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1275 g_signal_handlers_block_by_func(G_OBJECT(item), G_CALLBACK(gtk_button_clicked), button);
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1276 gtk_check_menu_item_set_active(item, gtk_toggle_button_get_active(button));
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1277 g_signal_handlers_unblock_by_func(G_OBJECT(item), G_CALLBACK(gtk_button_clicked), button);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1278 }
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1279
19199
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1280 static void
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1281 enable_markup(GtkWidget *widget, gpointer null)
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1282 {
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1283 if (GTK_IS_LABEL(widget))
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1284 g_object_set(G_OBJECT(widget), "use-markup", TRUE, NULL);
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1285 }
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1286
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1287 static void
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1288 imhtmltoolbar_view_pref_changed(const char *name, PurplePrefType type,
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1289 gconstpointer value, gpointer toolbar)
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1290 {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1291 if (value) {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1292 gtk_widget_hide_all(g_object_get_data(G_OBJECT(toolbar), "lean-view"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1293 gtk_widget_show_all(g_object_get_data(G_OBJECT(toolbar), "wide-view"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1294 } else {
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1295 gtk_widget_hide_all(g_object_get_data(G_OBJECT(toolbar), "wide-view"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1296 gtk_widget_show_all(g_object_get_data(G_OBJECT(toolbar), "lean-view"));
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1297 }
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1298 }
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1299
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1300 static void gtk_imhtmltoolbar_init (GtkIMHtmlToolbar *toolbar)
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1301 {
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1302 GtkWidget *hbox = GTK_WIDGET(toolbar), *event = gtk_event_box_new();
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1303 GtkWidget *bbox, *box = gtk_hbox_new(FALSE, 0);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1304 GtkWidget *image;
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1305 GtkWidget *label;
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1306 GtkWidget *insert_button;
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1307 GtkWidget *font_button;
20328
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1308 GtkWidget *smiley_button;
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1309 GtkWidget *font_menu;
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1310 GtkWidget *insert_menu;
18240
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1311 GtkWidget *menuitem;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1312 GtkWidget *sep;
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1313 int i;
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1314 struct {
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1315 const char *label;
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1316 GtkWidget **button;
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1317 gboolean check;
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1318 } buttons[] = {
19199
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1319 {_("<b>_Bold</b>"), &toolbar->bold, TRUE},
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1320 {_("<i>_Italic</i>"), &toolbar->italic, TRUE},
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1321 {_("<u>_Underline</u>"), &toolbar->underline, TRUE},
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
1322 {_("<span strikethrough='true'>Strikethrough</span>"), &toolbar->strikethrough, TRUE},
19199
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1323 {_("<span size='larger'>_Larger</span>"), &toolbar->larger_size, TRUE},
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1324 #if 0
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1325 {_("_Normal"), &toolbar->normal_size, TRUE},
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1326 #endif
19199
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1327 {_("<span size='smaller'>_Smaller</span>"), &toolbar->smaller_size, TRUE},
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1328 /* If we want to show the formatting for the following items, we would
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1329 * need to update them when formatting changes. The above items don't need
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1330 * no updating nor nothin' */
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1331 {_("_Font face"), &toolbar->font, TRUE},
19083
14edbc247c42 I thought I fixed this already...
Kevin Stange <kstange@pidgin.im>
parents: 19076
diff changeset
1332 {_("Foreground _color"), &toolbar->fgcolor, TRUE},
19084
15f91e441bfb Another mnemonic conflict
Kevin Stange <kstange@pidgin.im>
parents: 19083
diff changeset
1333 {_("Bac_kground color"), &toolbar->bgcolor, TRUE},
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1334 {_("_Reset formatting"), &toolbar->clear, FALSE},
19088
8eb73fcef3ad Get rid of two minor compile warnings:
Mark Doliner <markdoliner@pidgin.im>
parents: 19076
diff changeset
1335 {NULL, NULL, FALSE}
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1336 };
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1337
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1338 toolbar->imhtml = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1339 toolbar->font_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1340 toolbar->fgcolor_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1341 toolbar->bgcolor_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1342 toolbar->link_dialog = NULL;
10138
b72c5fdc98b3 [gaim-migrate @ 11208]
Mark Doliner <markdoliner@pidgin.im>
parents: 10135
diff changeset
1343 toolbar->smiley_dialog = NULL;
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1344 toolbar->image_dialog = NULL;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1345
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1346 toolbar->tooltips = gtk_tooltips_new();
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1347
17303
138cbb17e5cd disapproval of revision '6e8f285962e77199bf88dfc8d2a08386beb02634'
Sean Egan <seanegan@pidgin.im>
parents: 17300
diff changeset
1348 gtk_box_set_spacing(GTK_BOX(toolbar), 3);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1349
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1350 gtk_imhtmltoolbar_create_old_buttons(toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1351
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1352 /* Fonts */
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1353 font_button = gtk_toggle_button_new();
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1354 gtk_button_set_relief(GTK_BUTTON(font_button), GTK_RELIEF_NONE);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1355 bbox = gtk_hbox_new(FALSE, 3);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1356 gtk_container_add(GTK_CONTAINER(font_button), bbox);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1357 image = gtk_image_new_from_stock(GTK_STOCK_BOLD, gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL));
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1358 gtk_box_pack_start(GTK_BOX(bbox), image, FALSE, FALSE, 0);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1359 label = gtk_label_new_with_mnemonic(_("_Font"));
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1360 gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19061
diff changeset
1361 g_object_set_data(G_OBJECT(hbox), "font_label", label);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1362 gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0);
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1363 gtk_box_pack_start(GTK_BOX(box), font_button, FALSE, FALSE, 0);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1364 gtk_widget_show_all(font_button);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1365
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1366 font_menu = gtk_menu_new();
19073
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1367 g_object_set_data(G_OBJECT(toolbar), "font_menu", font_menu);
17879
3e3f85138f1a merge of '87854ccfae544467c988edbac854c1ae2018eed4'
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17620 17594
diff changeset
1368
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1369 for (i = 0; buttons[i].label; i++) {
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1370 GtkWidget *old = *buttons[i].button;
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1371 if (buttons[i].check) {
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1372 menuitem = gtk_check_menu_item_new_with_mnemonic(buttons[i].label);
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1373 g_signal_connect_after(G_OBJECT(old), "toggled",
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1374 G_CALLBACK(update_menuitem), menuitem);
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1375 } else {
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1376 menuitem = gtk_menu_item_new_with_mnemonic(buttons[i].label);
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1377 }
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1378 g_signal_connect_swapped(G_OBJECT(menuitem), "activate",
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1379 G_CALLBACK(gtk_button_clicked), old);
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1380 gtk_menu_shell_append(GTK_MENU_SHELL(font_menu), menuitem);
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1381 g_signal_connect(G_OBJECT(old), "notify::sensitive",
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1382 G_CALLBACK(button_sensitiveness_changed), menuitem);
19199
f06d090eedab Show formatting in the font dropdown menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19104
diff changeset
1383 gtk_container_foreach(GTK_CONTAINER(menuitem), (GtkCallback)enable_markup, NULL);
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1384 }
19076
84216ea8ddbf Move 'Reset formatting' to Font dropdown
Sean Egan <seanegan@pidgin.im>
parents: 19073
diff changeset
1385
19213
e273393f4b75 The hotkeys should popup the menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19199
diff changeset
1386 g_signal_connect_swapped(G_OBJECT(font_button), "button-press-event", G_CALLBACK(gtk_widget_activate), font_button);
e273393f4b75 The hotkeys should popup the menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19199
diff changeset
1387 g_signal_connect(G_OBJECT(font_button), "activate", G_CALLBACK(pidgin_menu_clicked), font_menu);
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1388 g_signal_connect(G_OBJECT(font_menu), "deactivate", G_CALLBACK(pidgin_menu_deactivate), font_button);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1389
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1390 /* Sep */
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1391 sep = gtk_vseparator_new();
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1392 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 0);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1393 gtk_widget_show_all(sep);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1394
17594
837c8e6dbef7 Fix some stuff of bugs in the new toolbar.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17523
diff changeset
1395 /* Insert */
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1396 insert_button = gtk_toggle_button_new();
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1397 gtk_button_set_relief(GTK_BUTTON(insert_button), GTK_RELIEF_NONE);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1398 bbox = gtk_hbox_new(FALSE, 3);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1399 gtk_container_add(GTK_CONTAINER(insert_button), bbox);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1400 image = gtk_image_new_from_stock(PIDGIN_STOCK_TOOLBAR_INSERT, gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL));
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1401 gtk_box_pack_start(GTK_BOX(bbox), image, FALSE, FALSE, 0);
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1402 label = gtk_label_new_with_mnemonic(_("_Insert"));
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1403 gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0);
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1404 gtk_box_pack_start(GTK_BOX(box), insert_button, FALSE, FALSE, 0);
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1405 gtk_widget_show_all(insert_button);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1406
17498
9e21b4e8a98d Re-did the toolbar layout to take up less room. This is what we generally agreed to on devel@. I managed to do this, amazingly, not only without breaking Pidgin plugin API compatibility, but it doesn't even add any API. This is still totally raw; I'm comitting it mostly so I can continue it easily from hmoe
Sean Egan <seanegan@pidgin.im>
parents: 17403
diff changeset
1407 insert_menu = gtk_menu_new();
19073
e2da82ea455b Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Daniel Atallah <datallah@pidgin.im>
parents: 19068
diff changeset
1408 g_object_set_data(G_OBJECT(toolbar), "insert_menu", insert_menu);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1409
18240
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1410 menuitem = gtk_menu_item_new_with_mnemonic(_("_Image"));
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1411 g_signal_connect_swapped(G_OBJECT(menuitem), "activate", G_CALLBACK(gtk_button_clicked), toolbar->image);
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1412 gtk_menu_shell_append(GTK_MENU_SHELL(insert_menu), menuitem);
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1413 g_signal_connect(G_OBJECT(toolbar->image), "notify::sensitive",
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1414 G_CALLBACK(button_sensitiveness_changed), menuitem);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1415
18240
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1416 menuitem = gtk_menu_item_new_with_mnemonic(_("_Link"));
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1417 g_signal_connect_swapped(G_OBJECT(menuitem), "activate", G_CALLBACK(gtk_button_clicked), toolbar->link);
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1418 gtk_menu_shell_append(GTK_MENU_SHELL(insert_menu), menuitem);
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1419 g_signal_connect(G_OBJECT(toolbar->link), "notify::sensitive",
0a7d2fde749b Fix setting the sensitivity of the toolbar items in a number of places
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 18238
diff changeset
1420 G_CALLBACK(button_sensitiveness_changed), menuitem);
17499
246d166626f3 disapproval of revision '9e21b4e8a98d7acd373a16a8b5d9c42ccc0f4a3d'
Sean Egan <seanegan@pidgin.im>
parents: 17498
diff changeset
1421
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
1422 menuitem = gtk_menu_item_new_with_mnemonic(_("_Horizontal rule"));
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
1423 g_signal_connect(G_OBJECT(menuitem), "activate" , G_CALLBACK(insert_hr_cb), toolbar);
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
1424 gtk_menu_shell_append(GTK_MENU_SHELL(insert_menu), menuitem);
25888
d0fdd378a635 Remove trailing whitespace
Mark Doliner <markdoliner@pidgin.im>
parents: 24275
diff changeset
1425 toolbar->insert_hr = menuitem;
19647
5d8cf24e5ce9 Add horizontal rules and strikethroughs to the toolbar
Sean Egan <seanegan@pidgin.im>
parents: 19213
diff changeset
1426
19213
e273393f4b75 The hotkeys should popup the menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19199
diff changeset
1427 g_signal_connect_swapped(G_OBJECT(insert_button), "button-press-event", G_CALLBACK(gtk_widget_activate), insert_button);
e273393f4b75 The hotkeys should popup the menu.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19199
diff changeset
1428 g_signal_connect(G_OBJECT(insert_button), "activate", G_CALLBACK(pidgin_menu_clicked), insert_menu);
17523
d26a1a21ea72 Fix a compile error and kill a bucket full of compile warnings
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17498
diff changeset
1429 g_signal_connect(G_OBJECT(insert_menu), "deactivate", G_CALLBACK(pidgin_menu_deactivate), insert_button);
8427
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1430 toolbar->sml = NULL;
25888
d0fdd378a635 Remove trailing whitespace
Mark Doliner <markdoliner@pidgin.im>
parents: 24275
diff changeset
1431
20328
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1432 /* Sep */
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1433 sep = gtk_vseparator_new();
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1434 gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 0);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1435 gtk_widget_show_all(sep);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1436
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1437 /* Smiley */
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1438 smiley_button = gtk_button_new();
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1439 gtk_button_set_relief(GTK_BUTTON(smiley_button), GTK_RELIEF_NONE);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1440 bbox = gtk_hbox_new(FALSE, 3);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1441 gtk_container_add(GTK_CONTAINER(smiley_button), bbox);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1442 image = gtk_image_new_from_stock(PIDGIN_STOCK_TOOLBAR_SMILEY, gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL));
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1443 gtk_box_pack_start(GTK_BOX(bbox), image, FALSE, FALSE, 0);
20387
9e612e1fbc03 Exclaim
Sean Egan <seanegan@pidgin.im>
parents: 20330
diff changeset
1444 label = gtk_label_new_with_mnemonic(_("_Smile!"));
20328
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1445 gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1446 gtk_box_pack_start(GTK_BOX(box), smiley_button, FALSE, FALSE, 0);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1447 g_signal_connect_swapped(G_OBJECT(smiley_button), "clicked", G_CALLBACK(gtk_button_clicked), toolbar->smiley);
ebb754aae698 special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
Sean Egan <seanegan@pidgin.im>
parents: 20075
diff changeset
1448 gtk_widget_show_all(smiley_button);
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1449
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1450 gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, FALSE, 0);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1451 g_object_set_data(G_OBJECT(hbox), "lean-view", box);
22218
32ffd628be85 Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22099
diff changeset
1452 gtk_widget_show(box);
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1453
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1454 purple_prefs_connect_callback(toolbar, PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1455 imhtmltoolbar_view_pref_changed, toolbar);
21888
c59f2fb04c7c Show either the grouped xor the ungrouped items.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21764
diff changeset
1456 g_signal_connect_data(G_OBJECT(toolbar), "realize",
c59f2fb04c7c Show either the grouped xor the ungrouped items.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21764
diff changeset
1457 G_CALLBACK(purple_prefs_trigger_callback), PIDGIN_PREFS_ROOT "/conversations/toolbar/wide",
c59f2fb04c7c Show either the grouped xor the ungrouped items.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21764
diff changeset
1458 NULL, G_CONNECT_AFTER | G_CONNECT_SWAPPED);
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1459
19978
3761c1b17eb9 Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).
Daniel Atallah <datallah@pidgin.im>
parents: 19859
diff changeset
1460 #if GTK_CHECK_VERSION(2,4,0)
3761c1b17eb9 Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).
Daniel Atallah <datallah@pidgin.im>
parents: 19859
diff changeset
1461 gtk_event_box_set_visible_window(GTK_EVENT_BOX(event), FALSE);
3761c1b17eb9 Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).
Daniel Atallah <datallah@pidgin.im>
parents: 19859
diff changeset
1462 #endif
3761c1b17eb9 Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).
Daniel Atallah <datallah@pidgin.im>
parents: 19859
diff changeset
1463
19761
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1464 gtk_widget_add_events(event, GDK_BUTTON_PRESS_MASK);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1465 gtk_box_pack_start(GTK_BOX(hbox), event, TRUE, TRUE, 0);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1466 g_signal_connect(G_OBJECT(event), "button-press-event", G_CALLBACK(gtk_imhtmltoolbar_popup_menu), toolbar);
a9f07315cf37 Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19719
diff changeset
1467 gtk_widget_show(event);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1468 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1469
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1470 GtkWidget *gtk_imhtmltoolbar_new()
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1471 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1472 return GTK_WIDGET(g_object_new(gtk_imhtmltoolbar_get_type(), NULL));
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1473 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1474
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1475 GType gtk_imhtmltoolbar_get_type()
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1476 {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1477 static GType imhtmltoolbar_type = 0;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1478
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1479 if (!imhtmltoolbar_type) {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1480 static const GTypeInfo imhtmltoolbar_info = {
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1481 sizeof(GtkIMHtmlToolbarClass),
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1482 NULL,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1483 NULL,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1484 (GClassInitFunc) gtk_imhtmltoolbar_class_init,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1485 NULL,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1486 NULL,
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1487 sizeof (GtkIMHtmlToolbar),
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1488 0,
12600
7ecd4441fdc7 [gaim-migrate @ 14934]
Richard Laager <rlaager@pidgin.im>
parents: 11862
diff changeset
1489 (GInstanceInitFunc) gtk_imhtmltoolbar_init,
7ecd4441fdc7 [gaim-migrate @ 14934]
Richard Laager <rlaager@pidgin.im>
parents: 11862
diff changeset
1490 NULL
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1491 };
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1492
10080
d562573fff16 [gaim-migrate @ 11062]
Sean Egan <seanegan@pidgin.im>
parents: 9971
diff changeset
1493 imhtmltoolbar_type = g_type_register_static(GTK_TYPE_HBOX,
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1494 "GtkIMHtmlToolbar", &imhtmltoolbar_info, 0);
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1495 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1496
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1497 return imhtmltoolbar_type;
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1498 }
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1499
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1500
8324
3bb4ba19837d [gaim-migrate @ 9048]
Christian Hammond <chipx86@chipx86.com>
parents: 8322
diff changeset
1501 void gtk_imhtmltoolbar_attach(GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml)
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1502 {
8788
a13634443a38 [gaim-migrate @ 9550]
Mark Doliner <markdoliner@pidgin.im>
parents: 8785
diff changeset
1503 GtkIMHtmlButtons buttons;
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
1504 gboolean bold, italic, underline;
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
1505
8325
bb6ed75fcec2 [gaim-migrate @ 9049]
Christian Hammond <chipx86@chipx86.com>
parents: 8324
diff changeset
1506 g_return_if_fail(toolbar != NULL);
bb6ed75fcec2 [gaim-migrate @ 9049]
Christian Hammond <chipx86@chipx86.com>
parents: 8324
diff changeset
1507 g_return_if_fail(GTK_IS_IMHTMLTOOLBAR(toolbar));
bb6ed75fcec2 [gaim-migrate @ 9049]
Christian Hammond <chipx86@chipx86.com>
parents: 8324
diff changeset
1508 g_return_if_fail(imhtml != NULL);
bb6ed75fcec2 [gaim-migrate @ 9049]
Christian Hammond <chipx86@chipx86.com>
parents: 8324
diff changeset
1509 g_return_if_fail(GTK_IS_IMHTML(imhtml));
bb6ed75fcec2 [gaim-migrate @ 9049]
Christian Hammond <chipx86@chipx86.com>
parents: 8324
diff changeset
1510
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1511 toolbar->imhtml = imhtml;
8506
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
1512 g_signal_connect(G_OBJECT(imhtml), "format_buttons_update", G_CALLBACK(update_buttons_cb), toolbar);
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1513 g_signal_connect_after(G_OBJECT(imhtml), "format_function_toggle", G_CALLBACK(toggle_button_cb), toolbar);
11275
cdcc651d7ecd [gaim-migrate @ 13461]
Richard Laager <rlaager@pidgin.im>
parents: 11271
diff changeset
1514 g_signal_connect_after(G_OBJECT(imhtml), "format_function_clear", G_CALLBACK(update_format_cb), toolbar);
8506
76ce3a78b130 [gaim-migrate @ 9242]
Gary Kramlich <grim@pidgin.im>
parents: 8481
diff changeset
1515 g_signal_connect(G_OBJECT(imhtml), "format_function_update", G_CALLBACK(update_format_cb), toolbar);
8516
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1516 g_signal_connect_after(G_OBJECT(GTK_IMHTML(imhtml)->text_buffer), "mark-set", G_CALLBACK(mark_set_cb), toolbar);
8481
7a9eb76e8eee [gaim-migrate @ 9214]
Gary Kramlich <grim@pidgin.im>
parents: 8456
diff changeset
1517
8788
a13634443a38 [gaim-migrate @ 9550]
Mark Doliner <markdoliner@pidgin.im>
parents: 8785
diff changeset
1518 buttons = gtk_imhtml_get_format_functions(GTK_IMHTML(imhtml));
8807
128d3dae0196 [gaim-migrate @ 9569]
Jon Oberheide
parents: 8788
diff changeset
1519 update_buttons_cb(GTK_IMHTML(imhtml), buttons, toolbar);
8788
a13634443a38 [gaim-migrate @ 9550]
Mark Doliner <markdoliner@pidgin.im>
parents: 8785
diff changeset
1520
8516
a29b503cdfa0 [gaim-migrate @ 9254]
Gary Kramlich <grim@pidgin.im>
parents: 8506
diff changeset
1521 gtk_imhtml_get_current_format(GTK_IMHTML(imhtml), &bold, &italic, &underline);
10134
ecbf96117857 [gaim-migrate @ 11198]
Nathan Fredrickson <nathan@silverorange.com>
parents: 10125
diff changeset
1522
11267
78f1eb5b3d6e [gaim-migrate @ 13449]
Richard Laager <rlaager@pidgin.im>
parents: 11243
diff changeset
1523 update_buttons(toolbar);
8317
fd4cf67705df [gaim-migrate @ 9041]
Sean Egan <seanegan@pidgin.im>
parents:
diff changeset
1524 }
8427
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1525
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1526 void gtk_imhtmltoolbar_associate_smileys(GtkIMHtmlToolbar *toolbar, const char *proto_id)
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1527 {
14097
0c340861ab79 [gaim-migrate @ 16638]
Mark Doliner <markdoliner@pidgin.im>
parents: 13539
diff changeset
1528 g_free(toolbar->sml);
8427
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1529 toolbar->sml = g_strdup(proto_id);
b99f5085af0a [gaim-migrate @ 9157]
Sean Egan <seanegan@pidgin.im>
parents: 8420
diff changeset
1530 }

mercurial