Mercurial > pidgin
annotate src/gtkimhtml.c @ 8874:a2affcdf8e01
[gaim-migrate @ 9643]
"This patch fixes the Novell protocol plugin on big
endian platforms (Bug #947017). It also includes a fix
for disconnects when sending large messages." --Mike Stoddard (novell)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 05 May 2004 20:29:21 +0000 |
| parents | ab5a46dd132a |
| children | 1ab2a9c17f4a |
| rev | line source |
|---|---|
| 1428 | 1 /* |
| 2 * GtkIMHtml | |
| 3 * | |
| 8046 | 4 * Gaim is the legal property of its developers, whose names are too numerous |
| 5 * to list here. Please refer to the COPYRIGHT file distributed with this | |
| 6 * source distribution. | |
| 1428 | 7 * |
| 8 * This program is free software; you can redistribute it and/or modify | |
| 9 * under the terms of the GNU General Public License as published by | |
| 10 * the Free Software Foundation; either version 2 of the License, or | |
| 11 * (at your option) any later version. | |
| 12 * | |
| 13 * This program is distributed in the hope that it will be useful, | |
| 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 * GNU General Public License for more details. | |
| 17 * | |
| 18 * You should have received a copy of the GNU General Public License | |
| 19 * along with this program; if not, write to the Free Software | |
| 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 21 * | |
| 22 */ | |
| 23 | |
|
2541
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
24 #ifdef HAVE_CONFIG_H |
|
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
25 #include <config.h> |
|
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
26 #endif |
| 8526 | 27 #include "debug.h" |
| 8091 | 28 #include "util.h" |
| 1428 | 29 #include "gtkimhtml.h" |
| 7358 | 30 #include "gtksourceiter.h" |
| 1428 | 31 #include <gtk/gtk.h> |
| 4895 | 32 #include <glib/gerror.h> |
| 4046 | 33 #include <gdk/gdkkeysyms.h> |
| 1428 | 34 #include <string.h> |
| 35 #include <ctype.h> | |
| 36 #include <stdio.h> | |
| 4629 | 37 #include <stdlib.h> |
| 1428 | 38 #include <math.h> |
|
2541
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
39 #ifdef HAVE_LANGINFO_CODESET |
|
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
40 #include <langinfo.h> |
|
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
41 #include <locale.h> |
|
8229710b343b
[gaim-migrate @ 2554]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2365
diff
changeset
|
42 #endif |
| 8692 | 43 #ifdef _WIN32 |
| 44 #include <windows.h> | |
| 45 #endif | |
| 1428 | 46 |
| 4417 | 47 #ifdef ENABLE_NLS |
| 48 # include <libintl.h> | |
| 49 # define _(x) gettext(x) | |
| 50 # ifdef gettext_noop | |
| 51 # define N_(String) gettext_noop (String) | |
| 52 # else | |
| 53 # define N_(String) (String) | |
| 54 # endif | |
| 55 #else | |
| 56 # define N_(String) (String) | |
| 57 # define _(x) (x) | |
| 58 #endif | |
| 59 | |
| 4735 | 60 #include <pango/pango-font.h> |
| 61 | |
| 5105 | 62 /* GTK+ < 2.2.2 hack, see ui.h for details. */ |
| 63 #ifndef GTK_WRAP_WORD_CHAR | |
| 64 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD | |
| 65 #endif | |
| 66 | |
| 4735 | 67 #define TOOLTIP_TIMEOUT 500 |
| 68 | |
| 8786 | 69 /* GTK+ 2.0 hack */ |
| 70 #if (!GTK_CHECK_VERSION(2,2,0)) | |
| 71 #define gtk_widget_get_clipboard(x, y) gtk_clipboard_get(y) | |
| 72 #endif | |
| 73 | |
| 8677 | 74 static void preinsert_cb(GtkTextBuffer *buffer, GtkTextIter *iter, gchar *text, gint len, GtkIMHtml *imhtml); |
| 8061 | 75 static void insert_cb(GtkTextBuffer *buffer, GtkTextIter *iter, gchar *text, gint len, GtkIMHtml *imhtml); |
| 8505 | 76 static gboolean gtk_imhtml_is_amp_escape (const gchar *string, gchar **replace, gint *length); |
| 8698 | 77 void gtk_imhtml_close_tags(GtkIMHtml *imhtml, GtkTextIter *iter); |
| 8091 | 78 static void gtk_imhtml_link_drag_rcv_cb(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, GtkSelectionData *sd, guint info, guint t, GtkIMHtml *imhtml); |
| 8677 | 79 static void mark_set_cb(GtkTextBuffer *buffer, GtkTextIter *arg1, GtkTextMark *mark, GtkIMHtml *imhtml); |
| 8061 | 80 |
| 3922 | 81 /* POINT_SIZE converts from AIM font sizes to point sizes. It probably should be redone in such a |
| 82 * way that it base the sizes off the default font size rather than using arbitrary font sizes. */ | |
| 83 #define MAX_FONT_SIZE 7 | |
| 5367 | 84 #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZE) - 1]) |
| 8380 | 85 static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736}; |
|
2349
60c716c32c40
[gaim-migrate @ 2362]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2348
diff
changeset
|
86 |
| 8498 | 87 enum { |
| 8677 | 88 TARGET_HTML, |
| 8061 | 89 TARGET_UTF8_STRING, |
| 90 TARGET_COMPOUND_TEXT, | |
| 91 TARGET_STRING, | |
| 92 TARGET_TEXT | |
| 93 }; | |
| 94 | |
| 8091 | 95 enum { |
| 96 DRAG_URL | |
| 97 }; | |
| 98 | |
| 8420 | 99 enum { |
| 100 URL_CLICKED, | |
| 101 BUTTONS_UPDATE, | |
| 102 TOGGLE_FORMAT, | |
| 8427 | 103 CLEAR_FORMAT, |
| 8506 | 104 UPDATE_FORMAT, |
| 8420 | 105 LAST_SIGNAL |
| 106 }; | |
| 107 static guint signals [LAST_SIGNAL] = { 0 }; | |
| 108 | |
| 8061 | 109 GtkTargetEntry selection_targets[] = { |
| 8566 | 110 { "text/html", 0, TARGET_HTML }, |
| 8061 | 111 { "UTF8_STRING", 0, TARGET_UTF8_STRING }, |
| 112 { "COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT }, | |
| 113 { "STRING", 0, TARGET_STRING }, | |
| 114 { "TEXT", 0, TARGET_TEXT}}; | |
| 115 | |
| 8091 | 116 GtkTargetEntry link_drag_drop_targets[] = { |
| 117 {"x-url/ftp", 0, DRAG_URL}, | |
| 118 {"x-url/http", 0, DRAG_URL}, | |
| 119 {"text/uri-list", 0, DRAG_URL}, | |
| 120 {"_NETSCAPE_URL", 0, DRAG_URL}}; | |
| 121 | |
| 8692 | 122 #ifdef _WIN32 |
| 123 /* Win32 clipboard format value, and functions to convert back and | |
| 124 * forth between HTML and the clipboard format. | |
| 125 */ | |
| 126 static UINT win_html_fmt; | |
| 127 | |
| 128 static gchar * | |
| 129 clipboard_win32_to_html(char *clipboard) { | |
| 8693 | 130 const char *begin, *end; |
| 8692 | 131 gchar *html; |
| 132 | |
| 8693 | 133 begin = strstr(clipboard, "<!--StartFragment"); |
| 134 while(*begin++ != '>'); | |
| 8692 | 135 end = strstr(clipboard, "<!--EndFragment"); |
| 136 html = g_strstrip(g_strndup(begin, (end ? (end - begin) : strlen(begin)))); | |
| 8707 | 137 return html; |
| 8692 | 138 } |
| 139 | |
| 140 static gchar * | |
| 141 clipboard_html_to_win32(char *html) { | |
| 8693 | 142 int length; |
| 8692 | 143 gchar *ret; |
| 144 GString *clipboard; | |
| 145 | |
| 8693 | 146 if (html == NULL) |
| 147 return NULL; | |
| 8692 | 148 |
| 149 length = strlen(html); | |
| 150 clipboard = g_string_new ("Version:0.9\r\n"); | |
| 151 g_string_append(clipboard, "StartHTML:0000000105\r\n"); | |
| 152 g_string_append(clipboard, g_strdup_printf("EndHTML:%010d\r\n", 143 + length)); | |
| 153 g_string_append(clipboard, "StartFragment:0000000105\r\n"); | |
| 154 g_string_append(clipboard, g_strdup_printf("EndFragment:%010d\r\n", 143 + length)); | |
| 155 g_string_append(clipboard, "<!--StartFragment-->"); | |
| 156 g_string_append(clipboard, html); | |
| 157 g_string_append(clipboard, "<!--EndFragment-->"); | |
| 158 ret = clipboard->str; | |
| 159 g_string_free(clipboard, FALSE); | |
| 160 return ret; | |
| 161 } | |
| 162 #endif | |
| 163 | |
| 4032 | 164 static GtkSmileyTree* |
| 165 gtk_smiley_tree_new () | |
| 166 { | |
| 167 return g_new0 (GtkSmileyTree, 1); | |
| 168 } | |
| 169 | |
| 170 static void | |
| 171 gtk_smiley_tree_insert (GtkSmileyTree *tree, | |
| 4263 | 172 GtkIMHtmlSmiley *smiley) |
| 4032 | 173 { |
| 174 GtkSmileyTree *t = tree; | |
| 4263 | 175 const gchar *x = smiley->smile; |
| 4032 | 176 |
| 177 if (!strlen (x)) | |
| 178 return; | |
| 179 | |
| 180 while (*x) { | |
| 181 gchar *pos; | |
| 182 gint index; | |
| 183 | |
| 184 if (!t->values) | |
| 185 t->values = g_string_new (""); | |
| 186 | |
| 187 pos = strchr (t->values->str, *x); | |
| 188 if (!pos) { | |
| 189 t->values = g_string_append_c (t->values, *x); | |
| 190 index = t->values->len - 1; | |
| 191 t->children = g_realloc (t->children, t->values->len * sizeof (GtkSmileyTree *)); | |
| 192 t->children [index] = g_new0 (GtkSmileyTree, 1); | |
| 193 } else | |
| 7386 | 194 index = GPOINTER_TO_INT(pos) - GPOINTER_TO_INT(t->values->str); |
| 8061 | 195 |
| 4032 | 196 t = t->children [index]; |
| 8061 | 197 |
| 4032 | 198 x++; |
| 199 } | |
| 8061 | 200 |
| 4263 | 201 t->image = smiley; |
| 4032 | 202 } |
| 4041 | 203 |
| 4263 | 204 |
| 4264 | 205 void gtk_smiley_tree_destroy (GtkSmileyTree *tree) |
| 4032 | 206 { |
| 207 GSList *list = g_slist_append (NULL, tree); | |
| 208 | |
| 209 while (list) { | |
| 210 GtkSmileyTree *t = list->data; | |
| 211 gint i; | |
| 212 list = g_slist_remove(list, t); | |
| 7384 | 213 if (t && t->values) { |
| 4032 | 214 for (i = 0; i < t->values->len; i++) |
| 215 list = g_slist_append (list, t->children [i]); | |
| 216 g_string_free (t->values, TRUE); | |
| 217 g_free (t->children); | |
| 218 } | |
| 219 g_free (t); | |
| 220 } | |
| 221 } | |
| 222 | |
| 5967 | 223 static gboolean gtk_size_allocate_cb(GtkIMHtml *widget, GtkAllocation *alloc, gpointer user_data) |
| 224 { | |
| 225 GdkRectangle rect; | |
| 8726 | 226 int xminus; |
| 5967 | 227 |
| 228 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(widget), &rect); | |
| 229 if(widget->old_rect.width != rect.width || widget->old_rect.height != rect.height){ | |
| 230 GList *iter = GTK_IMHTML(widget)->scalables; | |
| 231 | |
| 8726 | 232 xminus = gtk_text_view_get_left_margin(GTK_TEXT_VIEW(widget)) + |
| 233 gtk_text_view_get_right_margin(GTK_TEXT_VIEW(widget)); | |
| 234 | |
| 5967 | 235 while(iter){ |
| 236 GtkIMHtmlScalable *scale = GTK_IMHTML_SCALABLE(iter->data); | |
| 8726 | 237 scale->scale(scale, rect.width - xminus, rect.height); |
| 5967 | 238 |
| 239 iter = iter->next; | |
| 240 } | |
| 241 } | |
| 242 | |
| 243 widget->old_rect = rect; | |
| 244 return FALSE; | |
| 245 } | |
| 246 | |
| 247 static gint | |
| 248 gtk_imhtml_tip_paint (GtkIMHtml *imhtml) | |
| 249 { | |
| 250 PangoLayout *layout; | |
| 251 | |
| 252 g_return_val_if_fail(GTK_IS_IMHTML(imhtml), FALSE); | |
| 253 | |
| 254 layout = gtk_widget_create_pango_layout(imhtml->tip_window, imhtml->tip); | |
| 255 | |
| 8061 | 256 gtk_paint_flat_box (imhtml->tip_window->style, imhtml->tip_window->window, |
| 5967 | 257 GTK_STATE_NORMAL, GTK_SHADOW_OUT, NULL, imhtml->tip_window, |
| 258 "tooltip", 0, 0, -1, -1); | |
| 259 | |
| 260 gtk_paint_layout (imhtml->tip_window->style, imhtml->tip_window->window, GTK_STATE_NORMAL, | |
| 261 FALSE, NULL, imhtml->tip_window, NULL, 4, 4, layout); | |
| 262 | |
| 263 g_object_unref(layout); | |
| 264 return FALSE; | |
| 265 } | |
| 266 | |
| 267 static gint | |
| 268 gtk_imhtml_tip (gpointer data) | |
| 269 { | |
| 270 GtkIMHtml *imhtml = data; | |
| 8526 | 271 PangoFontMetrics *font_metrics; |
| 5967 | 272 PangoLayout *layout; |
| 8526 | 273 PangoFont *font; |
| 5967 | 274 |
| 275 gint gap, x, y, h, w, scr_w, baseline_skip; | |
| 276 | |
| 277 g_return_val_if_fail(GTK_IS_IMHTML(imhtml), FALSE); | |
| 278 | |
| 279 if (!imhtml->tip || !GTK_WIDGET_DRAWABLE (GTK_WIDGET(imhtml))) { | |
| 280 imhtml->tip_timer = 0; | |
| 281 return FALSE; | |
| 282 } | |
| 8061 | 283 |
| 5967 | 284 if (imhtml->tip_window){ |
| 285 gtk_widget_destroy (imhtml->tip_window); | |
| 286 imhtml->tip_window = NULL; | |
| 287 } | |
| 288 | |
| 289 imhtml->tip_timer = 0; | |
| 290 imhtml->tip_window = gtk_window_new (GTK_WINDOW_POPUP); | |
| 291 gtk_widget_set_app_paintable (imhtml->tip_window, TRUE); | |
| 292 gtk_window_set_resizable (GTK_WINDOW (imhtml->tip_window), FALSE); | |
| 293 gtk_widget_set_name (imhtml->tip_window, "gtk-tooltips"); | |
| 294 g_signal_connect_swapped (G_OBJECT (imhtml->tip_window), "expose_event", | |
| 295 G_CALLBACK (gtk_imhtml_tip_paint), imhtml); | |
| 296 | |
| 297 gtk_widget_ensure_style (imhtml->tip_window); | |
| 298 layout = gtk_widget_create_pango_layout(imhtml->tip_window, imhtml->tip); | |
| 8526 | 299 font = pango_context_load_font(pango_layout_get_context(layout), |
| 300 imhtml->tip_window->style->font_desc); | |
| 301 | |
| 302 if (font == NULL) { | |
| 303 char *tmp = pango_font_description_to_string( | |
| 304 imhtml->tip_window->style->font_desc); | |
| 305 | |
| 306 gaim_debug(GAIM_DEBUG_ERROR, "gtk_imhtml_tip", | |
| 307 "pango_context_load_font() couldn't load font: '%s'\n", | |
| 308 tmp); | |
| 309 g_free(tmp); | |
| 310 | |
| 311 return FALSE; | |
| 312 | |
| 313 } | |
| 314 | |
| 315 font_metrics = pango_font_get_metrics(font, NULL); | |
| 8309 | 316 |
| 5967 | 317 |
| 318 pango_layout_get_pixel_size(layout, &scr_w, NULL); | |
| 8526 | 319 gap = PANGO_PIXELS((pango_font_metrics_get_ascent(font_metrics) + |
| 320 pango_font_metrics_get_descent(font_metrics))/ 4); | |
| 5967 | 321 |
| 322 if (gap < 2) | |
| 323 gap = 2; | |
| 8526 | 324 baseline_skip = PANGO_PIXELS(pango_font_metrics_get_ascent(font_metrics) + |
| 325 pango_font_metrics_get_descent(font_metrics)); | |
| 5967 | 326 w = 8 + scr_w; |
| 327 h = 8 + baseline_skip; | |
| 328 | |
| 329 gdk_window_get_pointer (NULL, &x, &y, NULL); | |
| 330 if (GTK_WIDGET_NO_WINDOW (GTK_WIDGET(imhtml))) | |
| 331 y += GTK_WIDGET(imhtml)->allocation.y; | |
| 332 | |
| 333 scr_w = gdk_screen_width(); | |
| 334 | |
| 335 x -= ((w >> 1) + 4); | |
| 336 | |
| 337 if ((x + w) > scr_w) | |
| 338 x -= (x + w) - scr_w; | |
| 339 else if (x < 0) | |
| 340 x = 0; | |
| 341 | |
| 8526 | 342 y = y + PANGO_PIXELS(pango_font_metrics_get_ascent(font_metrics) + |
| 343 pango_font_metrics_get_descent(font_metrics)); | |
| 5967 | 344 |
| 345 gtk_widget_set_size_request (imhtml->tip_window, w, h); | |
| 346 gtk_widget_show (imhtml->tip_window); | |
| 347 gtk_window_move (GTK_WINDOW(imhtml->tip_window), x, y); | |
| 348 | |
| 8526 | 349 pango_font_metrics_unref(font_metrics); |
| 5967 | 350 g_object_unref(layout); |
| 351 | |
| 352 return FALSE; | |
| 353 } | |
| 354 | |
| 355 gboolean gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) | |
| 8061 | 356 { |
| 5967 | 357 GtkTextIter iter; |
| 358 GdkWindow *win = event->window; | |
| 359 int x, y; | |
| 360 char *tip = NULL; | |
| 361 GSList *tags = NULL, *templist = NULL; | |
| 362 gdk_window_get_pointer(GTK_WIDGET(imhtml)->window, NULL, NULL, NULL); | |
| 363 gtk_text_view_window_to_buffer_coords(GTK_TEXT_VIEW(imhtml), GTK_TEXT_WINDOW_WIDGET, | |
| 364 event->x, event->y, &x, &y); | |
| 365 gtk_text_view_get_iter_at_location(GTK_TEXT_VIEW(imhtml), &iter, x, y); | |
| 366 tags = gtk_text_iter_get_tags(&iter); | |
| 367 | |
| 368 templist = tags; | |
| 369 while (templist) { | |
| 370 GtkTextTag *tag = templist->data; | |
| 371 tip = g_object_get_data(G_OBJECT(tag), "link_url"); | |
| 372 if (tip) | |
| 373 break; | |
| 374 templist = templist->next; | |
| 375 } | |
| 8061 | 376 |
| 5967 | 377 if (GTK_IMHTML(imhtml)->tip) { |
| 378 if ((tip == GTK_IMHTML(imhtml)->tip)) { | |
| 379 return FALSE; | |
| 380 } | |
| 381 /* We've left the cell. Remove the timeout and create a new one below */ | |
| 382 if (GTK_IMHTML(imhtml)->tip_window) { | |
| 383 gtk_widget_destroy(GTK_IMHTML(imhtml)->tip_window); | |
| 384 GTK_IMHTML(imhtml)->tip_window = NULL; | |
| 385 } | |
| 8061 | 386 if (GTK_IMHTML(imhtml)->editable) |
| 387 gdk_window_set_cursor(win, GTK_IMHTML(imhtml)->text_cursor); | |
| 388 else | |
| 389 gdk_window_set_cursor(win, GTK_IMHTML(imhtml)->arrow_cursor); | |
| 5967 | 390 if (GTK_IMHTML(imhtml)->tip_timer) |
| 391 g_source_remove(GTK_IMHTML(imhtml)->tip_timer); | |
| 392 GTK_IMHTML(imhtml)->tip_timer = 0; | |
| 393 } | |
| 8061 | 394 |
| 5967 | 395 if(tip){ |
| 8061 | 396 if (!GTK_IMHTML(imhtml)->editable) |
| 397 gdk_window_set_cursor(win, GTK_IMHTML(imhtml)->hand_cursor); | |
| 398 GTK_IMHTML(imhtml)->tip_timer = g_timeout_add (TOOLTIP_TIMEOUT, | |
| 5967 | 399 gtk_imhtml_tip, imhtml); |
| 400 } | |
| 8061 | 401 |
| 5967 | 402 GTK_IMHTML(imhtml)->tip = tip; |
| 403 g_slist_free(tags); | |
| 404 return FALSE; | |
| 405 } | |
| 406 | |
| 407 gboolean gtk_leave_event_notify(GtkWidget *imhtml, GdkEventCrossing *event, gpointer data) | |
| 408 { | |
| 409 /* when leaving the widget, clear any current & pending tooltips and restore the cursor */ | |
| 410 if (GTK_IMHTML(imhtml)->tip_window) { | |
| 411 gtk_widget_destroy(GTK_IMHTML(imhtml)->tip_window); | |
| 412 GTK_IMHTML(imhtml)->tip_window = NULL; | |
| 413 } | |
| 414 if (GTK_IMHTML(imhtml)->tip_timer) { | |
| 415 g_source_remove(GTK_IMHTML(imhtml)->tip_timer); | |
| 416 GTK_IMHTML(imhtml)->tip_timer = 0; | |
| 417 } | |
| 8061 | 418 if (GTK_IMHTML(imhtml)->editable) |
| 419 gdk_window_set_cursor(event->window, GTK_IMHTML(imhtml)->text_cursor); | |
| 420 else | |
| 421 gdk_window_set_cursor(event->window, GTK_IMHTML(imhtml)->arrow_cursor); | |
| 5967 | 422 |
| 8568 | 423 /* propagate the event normally */ |
| 5967 | 424 return FALSE; |
| 425 } | |
| 426 | |
| 6066 | 427 /* |
| 428 * XXX - This should be removed eventually. | |
| 429 * | |
| 8061 | 430 * This function exists to work around a gross bug in GtkTextView. |
| 431 * Basically, we short circuit ctrl+a and ctrl+end because they make | |
| 6066 | 432 * el program go boom. |
| 433 * | |
| 8061 | 434 * It's supposed to be fixed in gtk2.2. You can view the bug report at |
| 6066 | 435 * http://bugzilla.gnome.org/show_bug.cgi?id=107939 |
| 436 */ | |
| 8317 | 437 |
| 438 /* | |
| 439 * I'm adding some keyboard shortcuts too. | |
| 440 */ | |
| 441 | |
| 442 gboolean gtk_key_pressed_cb(GtkIMHtml *imhtml, GdkEventKey *event, gpointer data) | |
| 8677 | 443 { |
| 8317 | 444 char buf[7]; |
| 445 buf[0] = '\0'; | |
| 446 | |
| 6066 | 447 if (event->state & GDK_CONTROL_MASK) |
| 448 switch (event->keyval) { | |
| 8539 | 449 #if (!GTK_CHECK_VERSION(2,2,0)) |
| 8317 | 450 case 'a': |
| 451 return TRUE; | |
| 452 break; | |
| 8677 | 453 |
| 8317 | 454 case GDK_Home: |
| 455 return TRUE; | |
| 456 break; | |
| 457 | |
| 458 case GDK_End: | |
| 459 return TRUE; | |
| 460 break; | |
| 8758 | 461 #endif /* !(Gtk+ >= 2.2.0) */ |
| 8317 | 462 |
| 463 case 'b': /* ctrl-b is GDK_Left, which moves backwards. */ | |
| 464 case 'B': | |
| 8420 | 465 if (imhtml->format_functions & GTK_IMHTML_BOLD) { |
| 8456 | 466 if(imhtml->html_shortcuts) { |
| 467 gtk_imhtml_toggle_bold(imhtml); | |
| 8466 | 468 return TRUE; |
| 8456 | 469 } |
| 8420 | 470 } |
| 8466 | 471 return FALSE; |
| 8317 | 472 break; |
| 8654 | 473 |
| 474 #ifdef LAY_OFF_MY_FRIGGIN_KEYBINDINGS | |
| 8317 | 475 case 'f': |
| 476 case 'F': | |
| 477 /*set_toggle(gtkconv->toolbar.font, | |
| 478 !gtk_toggle_button_get_active( | |
| 479 GTK_TOGGLE_BUTTON(gtkconv->toolbar.font)));*/ | |
| 480 | |
| 481 return TRUE; | |
| 482 break; | |
| 8654 | 483 #endif /* this doesn't even DO anything */ |
| 8317 | 484 |
| 485 case 'i': | |
| 486 case 'I': | |
| 8481 | 487 if (imhtml->format_functions & GTK_IMHTML_ITALIC) { |
| 8466 | 488 if(imhtml->html_shortcuts) { |
| 8456 | 489 gtk_imhtml_toggle_italic(imhtml); |
| 8466 | 490 return TRUE; |
| 491 } | |
| 8481 | 492 } |
| 8466 | 493 return FALSE; |
| 8317 | 494 break; |
| 495 | |
| 496 case 'u': /* ctrl-u is GDK_Clear, which clears the line. */ | |
| 497 case 'U': | |
| 8481 | 498 if (imhtml->format_functions & GTK_IMHTML_UNDERLINE) { |
| 8466 | 499 if(imhtml->html_shortcuts) { |
| 8456 | 500 gtk_imhtml_toggle_underline(imhtml); |
| 8466 | 501 return TRUE; |
| 502 } | |
| 8481 | 503 } |
| 8466 | 504 return FALSE; |
| 8317 | 505 break; |
| 506 | |
| 507 case '-': | |
| 8420 | 508 if (imhtml->format_functions & GTK_IMHTML_SHRINK) |
| 509 gtk_imhtml_font_shrink(imhtml); | |
| 8317 | 510 return TRUE; |
| 511 break; | |
| 512 | |
| 513 case '=': | |
| 514 case '+': | |
| 8420 | 515 if (imhtml->format_functions & GTK_IMHTML_GROW) |
| 516 gtk_imhtml_font_grow(imhtml); | |
| 8317 | 517 return TRUE; |
| 518 break; | |
| 8677 | 519 |
| 8317 | 520 case '1': strcpy(buf, ":-)"); break; |
| 521 case '2': strcpy(buf, ":-("); break; | |
| 522 case '3': strcpy(buf, ";-)"); break; | |
| 523 case '4': strcpy(buf, ":-P"); break; | |
| 524 case '5': strcpy(buf, "=-O"); break; | |
| 525 case '6': strcpy(buf, ":-*"); break; | |
| 526 case '7': strcpy(buf, ">:o"); break; | |
| 527 case '8': strcpy(buf, "8-)"); break; | |
| 528 case '!': strcpy(buf, ":-$"); break; | |
| 529 case '@': strcpy(buf, ":-!"); break; | |
| 530 case '#': strcpy(buf, ":-["); break; | |
| 531 case '$': strcpy(buf, "O:-)"); break; | |
| 532 case '%': strcpy(buf, ":-/"); break; | |
| 533 case '^': strcpy(buf, ":'("); break; | |
| 534 case '&': strcpy(buf, ":-X"); break; | |
| 535 case '*': strcpy(buf, ":-D"); break; | |
| 6066 | 536 } |
| 8456 | 537 if (*buf && imhtml->smiley_shortcuts) { |
| 538 gtk_imhtml_insert_smiley(imhtml, imhtml->protocol_name, buf); | |
| 8317 | 539 return TRUE; |
| 8677 | 540 } |
| 6066 | 541 return FALSE; |
| 542 } | |
| 543 | |
| 8061 | 544 static void gtk_imhtml_clipboard_get(GtkClipboard *clipboard, GtkSelectionData *selection_data, guint info, GtkIMHtml *imhtml) { |
| 8681 | 545 char *text; |
|
8782
5a2b5e4abf3a
[gaim-migrate @ 9544]
Christian Hammond <chipx86@chipx86.com>
parents:
8758
diff
changeset
|
546 gboolean primary; |
| 8061 | 547 GtkTextIter start, end; |
| 548 GtkTextMark *sel = gtk_text_buffer_get_selection_bound(imhtml->text_buffer); | |
| 549 GtkTextMark *ins = gtk_text_buffer_get_insert(imhtml->text_buffer); | |
| 8681 | 550 |
| 8061 | 551 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &start, sel); |
| 552 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &end, ins); | |
|
8782
5a2b5e4abf3a
[gaim-migrate @ 9544]
Christian Hammond <chipx86@chipx86.com>
parents:
8758
diff
changeset
|
553 primary = gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY) == clipboard; |
| 8061 | 554 |
| 555 if (info == TARGET_HTML) { | |
| 8149 | 556 int len; |
| 8148 | 557 char *selection; |
| 8061 | 558 GString *str = g_string_new(NULL); |
| 8681 | 559 if (primary) { |
| 560 text = gtk_imhtml_get_markup_range(imhtml, &start, &end); | |
| 561 } else | |
| 562 text = imhtml->clipboard_html_string; | |
| 8061 | 563 |
| 564 /* Mozilla asks that we start our text/html with the Unicode byte order mark */ | |
| 565 str = g_string_append_unichar(str, 0xfeff); | |
| 566 str = g_string_append(str, text); | |
| 567 str = g_string_append_unichar(str, 0x0000); | |
| 8148 | 568 selection = g_convert(str->str, str->len, "UCS-2", "UTF-8", NULL, &len, NULL); |
| 8719 | 569 gtk_selection_data_set(selection_data, gdk_atom_intern("text/html", FALSE), 16, selection, len); |
| 8061 | 570 g_string_free(str, TRUE); |
| 571 g_free(selection); | |
| 572 } else { | |
| 8681 | 573 if (primary) { |
| 574 text = gtk_imhtml_get_text(imhtml, &start, &end); | |
| 575 } else | |
| 576 text = imhtml->clipboard_text_string; | |
| 8061 | 577 gtk_selection_data_set_text(selection_data, text, strlen(text)); |
| 578 } | |
| 8681 | 579 if (primary) /* This was allocated here */ |
| 580 g_free(text); | |
| 581 } | |
| 8061 | 582 |
| 583 static void gtk_imhtml_primary_clipboard_clear(GtkClipboard *clipboard, GtkIMHtml *imhtml) | |
| 7749 | 584 { |
| 8061 | 585 GtkTextIter insert; |
| 586 GtkTextIter selection_bound; | |
| 587 | |
| 588 gtk_text_buffer_get_iter_at_mark (imhtml->text_buffer, &insert, | |
| 589 gtk_text_buffer_get_mark (imhtml->text_buffer, "insert")); | |
| 590 gtk_text_buffer_get_iter_at_mark (imhtml->text_buffer, &selection_bound, | |
| 591 gtk_text_buffer_get_mark (imhtml->text_buffer, "selection_bound")); | |
| 592 | |
| 593 if (!gtk_text_iter_equal (&insert, &selection_bound)) | |
| 594 gtk_text_buffer_move_mark (imhtml->text_buffer, | |
| 595 gtk_text_buffer_get_mark (imhtml->text_buffer, "selection_bound"), | |
| 596 &insert); | |
| 7749 | 597 } |
| 7742 | 598 |
| 8677 | 599 static void copy_clipboard_cb(GtkIMHtml *imhtml, gpointer unused) |
| 7749 | 600 { |
| 8681 | 601 GtkTextIter start, end; |
| 602 GtkTextMark *sel = gtk_text_buffer_get_selection_bound(imhtml->text_buffer); | |
| 603 GtkTextMark *ins = gtk_text_buffer_get_insert(imhtml->text_buffer); | |
| 604 | |
| 605 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &start, sel); | |
| 606 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &end, ins); | |
| 607 | |
| 8061 | 608 gtk_clipboard_set_with_owner(gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_CLIPBOARD), |
| 609 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), | |
| 610 (GtkClipboardGetFunc)gtk_imhtml_clipboard_get, | |
| 611 (GtkClipboardClearFunc)NULL, G_OBJECT(imhtml)); | |
| 7346 | 612 |
| 8681 | 613 if (imhtml->clipboard_html_string) { |
| 614 g_free(imhtml->clipboard_html_string); | |
| 615 g_free(imhtml->clipboard_text_string); | |
| 616 } | |
| 617 | |
| 618 imhtml->clipboard_html_string = gtk_imhtml_get_markup_range(imhtml, &start, &end); | |
| 619 imhtml->clipboard_text_string = gtk_imhtml_get_text(imhtml, &start, &end); | |
| 620 | |
| 8692 | 621 #ifdef _WIN32 |
| 622 /* We're going to still copy plain text, but let's toss the "HTML Format" | |
| 623 we need into the windows clipboard now as well. */ | |
| 624 HGLOBAL hdata; | |
| 625 gchar *clipboard = clipboard_html_to_win32(imhtml->clipboard_html_string); | |
| 626 gchar *buffer; | |
| 627 gint length = strlen(clipboard); | |
| 628 if(clipboard != NULL) { | |
| 8693 | 629 OpenClipboard(NULL); |
| 8692 | 630 hdata = GlobalAlloc(GMEM_MOVEABLE, length); |
| 631 buffer = GlobalLock(hdata); | |
| 632 memcpy(buffer, clipboard, length); | |
| 633 GlobalUnlock(hdata); | |
| 634 SetClipboardData(win_html_fmt, hdata); | |
| 635 CloseClipboard(); | |
| 8693 | 636 g_free(clipboard); |
| 8692 | 637 } |
| 638 #endif | |
| 639 | |
| 8061 | 640 g_signal_stop_emission_by_name(imhtml, "copy-clipboard"); |
| 641 } | |
| 642 | |
| 8698 | 643 static void cut_clipboard_cb(GtkIMHtml *imhtml, gpointer unused) |
| 644 { | |
| 645 GtkTextIter start, end; | |
| 646 GtkTextMark *sel = gtk_text_buffer_get_selection_bound(imhtml->text_buffer); | |
| 647 GtkTextMark *ins = gtk_text_buffer_get_insert(imhtml->text_buffer); | |
| 648 | |
| 649 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &start, sel); | |
| 650 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &end, ins); | |
| 651 | |
| 652 gtk_clipboard_set_with_owner(gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_CLIPBOARD), | |
| 653 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), | |
| 654 (GtkClipboardGetFunc)gtk_imhtml_clipboard_get, | |
| 655 (GtkClipboardClearFunc)NULL, G_OBJECT(imhtml)); | |
| 656 | |
| 657 if (imhtml->clipboard_html_string) { | |
| 658 g_free(imhtml->clipboard_html_string); | |
| 659 g_free(imhtml->clipboard_text_string); | |
| 660 } | |
| 661 | |
| 662 imhtml->clipboard_html_string = gtk_imhtml_get_markup_range(imhtml, &start, &end); | |
| 663 imhtml->clipboard_text_string = gtk_imhtml_get_text(imhtml, &start, &end); | |
| 664 | |
| 665 #ifdef _WIN32 | |
| 666 /* We're going to still copy plain text, but let's toss the "HTML Format" | |
| 667 we need into the windows clipboard now as well. */ | |
| 668 HGLOBAL hdata; | |
| 669 gchar *clipboard = clipboard_html_to_win32(imhtml->clipboard_html_string); | |
| 670 gchar *buffer; | |
| 671 gint length = strlen(clipboard); | |
| 672 if(clipboard != NULL) { | |
| 673 OpenClipboard(NULL); | |
| 674 hdata = GlobalAlloc(GMEM_MOVEABLE, length); | |
| 675 buffer = GlobalLock(hdata); | |
| 676 memcpy(buffer, clipboard, length); | |
| 677 GlobalUnlock(hdata); | |
| 678 SetClipboardData(win_html_fmt, hdata); | |
| 679 CloseClipboard(); | |
| 680 g_free(clipboard); | |
| 681 } | |
| 682 #endif | |
| 683 | |
| 684 if (imhtml->editable) | |
| 685 gtk_text_buffer_delete_selection(imhtml->text_buffer, FALSE, FALSE); | |
| 686 g_signal_stop_emission_by_name(imhtml, "cut-clipboard"); | |
| 687 } | |
| 688 | |
| 8061 | 689 static void paste_received_cb (GtkClipboard *clipboard, GtkSelectionData *selection_data, gpointer data) |
| 690 { | |
| 691 char *text; | |
| 692 GtkIMHtml *imhtml = data; | |
| 8677 | 693 GtkTextIter iter; |
| 8698 | 694 GtkIMHtmlOptions flags = GTK_IMHTML_NO_NEWLINE; |
| 695 gboolean plaintext = FALSE; | |
| 7809 | 696 |
| 8123 | 697 if (!gtk_text_view_get_editable(GTK_TEXT_VIEW(imhtml))) |
| 8105 | 698 return; |
| 699 | |
| 8692 | 700 #ifdef _WIN32 |
| 701 /* If we're on windows, let's see if we can get data from the HTML Format | |
| 702 clipboard before we try to paste from the GTK buffer */ | |
| 703 HGLOBAL hdata; | |
| 704 DWORD err; | |
| 705 char *buffer; | |
| 706 if (IsClipboardFormatAvailable(win_html_fmt)) { | |
| 8693 | 707 OpenClipboard(NULL); |
| 8692 | 708 hdata = GetClipboardData(win_html_fmt); |
| 709 if (hdata == NULL) { | |
| 710 err = GetLastError(); | |
| 711 gaim_debug_info("html clipboard", "error number %u! See http://msdn.microsoft.com/library/en-us/debug/base/system_error_codes.asp\n", err); | |
| 712 CloseClipboard(); | |
| 713 return; | |
| 714 } | |
| 715 buffer = GlobalLock(hdata); | |
| 716 if (buffer == NULL) { | |
| 8693 | 717 err = GetLastError(); |
| 8692 | 718 gaim_debug_info("html clipboard", "error number %u! See http://msdn.microsoft.com/library/en-us/debug/base/system_error_codes.asp\n", err); |
| 719 CloseClipboard(); | |
| 720 return; | |
| 721 } | |
| 722 text = clipboard_win32_to_html(buffer); | |
| 723 GlobalUnlock(hdata); | |
| 724 CloseClipboard(); | |
| 725 } else | |
| 726 #endif | |
| 8061 | 727 if (selection_data->length < 0) { |
| 8698 | 728 char *tmp; |
| 8061 | 729 text = gtk_clipboard_wait_for_text(clipboard); |
| 8698 | 730 flags = 0; |
| 731 plaintext = TRUE; | |
|
8128
9aafd344230d
[gaim-migrate @ 8833]
Christian Hammond <chipx86@chipx86.com>
parents:
8123
diff
changeset
|
732 |
|
9aafd344230d
[gaim-migrate @ 8833]
Christian Hammond <chipx86@chipx86.com>
parents:
8123
diff
changeset
|
733 if (text == NULL) |
|
9aafd344230d
[gaim-migrate @ 8833]
Christian Hammond <chipx86@chipx86.com>
parents:
8123
diff
changeset
|
734 return; |
|
9aafd344230d
[gaim-migrate @ 8833]
Christian Hammond <chipx86@chipx86.com>
parents:
8123
diff
changeset
|
735 |
| 8698 | 736 tmp = gaim_escape_html(text); |
| 737 g_free(text); | |
| 738 text = tmp; | |
| 8061 | 739 } else { |
| 8719 | 740 #if 0 |
| 741 /* Here's some debug code, for figuring out what sent to us over the clipboard. */ | |
| 742 { | |
| 743 int i; | |
| 744 | |
| 745 gaim_debug_misc("gtkimhtml", "In paste_received_cb():\n\tformat = %d, length = %d\n\t", | |
| 746 selection_data->format, selection_data->length); | |
| 747 | |
| 748 for (i = 0; i < (/*(selection_data->format / 8) **/ selection_data->length); i++) { | |
| 749 if ((i % 70) == 0) | |
| 750 printf("\n\t"); | |
| 751 if (selection_data->data[i] == '\0') | |
| 752 printf("."); | |
| 753 else | |
| 754 printf("%c", selection_data->data[i]); | |
| 755 } | |
| 756 printf("\n"); | |
| 757 } | |
| 758 #endif | |
| 759 text = g_malloc(selection_data->length); | |
| 760 memcpy(text, selection_data->data, selection_data->length); | |
| 7766 | 761 } |
| 8061 | 762 |
| 8869 | 763 if (selection_data->length >= 2 && |
| 764 (*(guint16 *)text == 0xfeff || *(guint16 *)text == 0xfffe)) { | |
| 765 /* This is UCS-2 */ | |
| 766 char *utf8 = g_convert(text, selection_data->length, "UTF-8", "UCS-2", NULL, NULL, NULL); | |
| 8061 | 767 g_free(text); |
| 768 text = utf8; | |
| 8698 | 769 if (!text) { |
| 8869 | 770 gaim_debug_warning("gtkimhtml", "g_convert from UCS-2 failed in paste_received_cb\n"); |
| 8698 | 771 return; |
| 772 } | |
| 8061 | 773 } |
| 8698 | 774 |
| 775 if (!(*text) || !g_utf8_validate(text, -1, NULL)) { | |
| 776 gaim_debug_warning("gtkimhtml", "empty string or invalid UTF-8 in paste_received_cb\n"); | |
| 777 g_free(text); | |
| 778 return; | |
| 779 } | |
| 780 | |
| 8677 | 781 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, gtk_text_buffer_get_insert(imhtml->text_buffer)); |
| 8698 | 782 if (!imhtml->wbfo && !plaintext) |
| 783 gtk_imhtml_close_tags(imhtml, &iter); | |
| 784 gtk_imhtml_insert_html_at_iter(imhtml, text, flags, &iter); | |
| 8677 | 785 gtk_text_buffer_move_mark_by_name(imhtml->text_buffer, "insert", &iter); |
| 8698 | 786 gtk_text_view_scroll_to_mark(GTK_TEXT_VIEW(imhtml), gtk_text_buffer_get_insert(imhtml->text_buffer), |
| 787 0, FALSE, 0.0, 0.0); | |
| 8681 | 788 g_free(text); |
| 8061 | 789 } |
| 790 | |
| 791 static void paste_clipboard_cb(GtkIMHtml *imhtml, gpointer blah) | |
| 792 { | |
| 793 | |
| 794 GtkClipboard *clipboard = gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_CLIPBOARD); | |
| 795 gtk_clipboard_request_contents(clipboard, gdk_atom_intern("text/html", FALSE), | |
| 796 paste_received_cb, imhtml); | |
| 797 g_signal_stop_emission_by_name(imhtml, "paste-clipboard"); | |
| 7766 | 798 } |
| 799 | |
| 8677 | 800 static void imhtml_realized_remove_primary(GtkIMHtml *imhtml, gpointer unused) |
| 801 { | |
| 802 gtk_text_buffer_remove_selection_clipboard(GTK_IMHTML(imhtml)->text_buffer, | |
| 803 gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY)); | |
| 804 | |
| 805 } | |
| 806 | |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
807 static void imhtml_destroy_add_primary(GtkIMHtml *imhtml, gpointer unused) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
808 { |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
809 gtk_text_buffer_add_selection_clipboard(GTK_IMHTML(imhtml)->text_buffer, |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
810 gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY)); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
811 } |
| 8677 | 812 |
| 813 static void mark_set_so_update_selection_cb(GtkTextBuffer *buffer, GtkTextIter *arg1, GtkTextMark *mark, GtkIMHtml *imhtml) | |
| 814 { | |
| 815 if (gtk_text_buffer_get_selection_bounds(buffer, NULL, NULL)) { | |
| 816 gtk_clipboard_set_with_owner(gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY), | |
| 817 selection_targets, sizeof(selection_targets) / sizeof(GtkTargetEntry), | |
| 818 (GtkClipboardGetFunc)gtk_imhtml_clipboard_get, | |
| 819 (GtkClipboardClearFunc)gtk_imhtml_primary_clipboard_clear, G_OBJECT(imhtml)); | |
| 820 } | |
| 821 } | |
| 822 | |
| 823 /* does this go in the #ifdef too? I need to keep track of which functions are 2.2 only */ | |
| 824 /* adapted from gtktextview.c */ | |
| 825 static gboolean gtk_imhtml_button_press_event(GtkIMHtml *imhtml, GdkEventButton *event, gpointer unused) | |
| 7346 | 826 { |
| 8677 | 827 if (event->button == 2) { |
| 828 int x, y; | |
| 829 GtkTextIter iter; | |
| 830 GtkClipboard *clipboard = gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY); | |
| 831 | |
| 832 if (!imhtml->editable) | |
| 833 return FALSE; | |
| 834 | |
| 835 gtk_text_view_window_to_buffer_coords(GTK_TEXT_VIEW(imhtml), | |
| 836 GTK_TEXT_WINDOW_TEXT, | |
| 837 event->x, | |
| 838 event->y, | |
| 839 &x, | |
| 840 &y); | |
| 841 gtk_text_view_get_iter_at_location(GTK_TEXT_VIEW(imhtml), &iter, x, y); | |
| 842 gtk_text_buffer_place_cursor(imhtml->text_buffer, &iter); | |
| 843 | |
| 844 gtk_clipboard_request_contents(clipboard, gdk_atom_intern("text/html", FALSE), | |
| 845 paste_received_cb, imhtml); | |
| 846 | |
| 847 return TRUE; | |
| 848 } | |
| 849 | |
| 7346 | 850 return FALSE; |
| 851 } | |
| 4263 | 852 |
| 4032 | 853 static GtkTextViewClass *parent_class = NULL; |
| 854 | |
| 855 static void | |
| 856 gtk_imhtml_finalize (GObject *object) | |
| 857 { | |
| 858 GtkIMHtml *imhtml = GTK_IMHTML(object); | |
| 4895 | 859 GList *scalables; |
| 8061 | 860 |
| 4138 | 861 g_hash_table_destroy(imhtml->smiley_data); |
| 4032 | 862 gtk_smiley_tree_destroy(imhtml->default_smilies); |
| 4138 | 863 gdk_cursor_unref(imhtml->hand_cursor); |
| 864 gdk_cursor_unref(imhtml->arrow_cursor); | |
| 8061 | 865 gdk_cursor_unref(imhtml->text_cursor); |
| 8677 | 866 |
| 4735 | 867 if(imhtml->tip_window){ |
| 868 gtk_widget_destroy(imhtml->tip_window); | |
| 869 } | |
| 870 if(imhtml->tip_timer) | |
| 871 gtk_timeout_remove(imhtml->tip_timer); | |
| 872 | |
| 4895 | 873 for(scalables = imhtml->scalables; scalables; scalables = scalables->next) { |
| 874 GtkIMHtmlScalable *scale = GTK_IMHTML_SCALABLE(scalables->data); | |
| 875 scale->free(scale); | |
| 876 } | |
| 7991 | 877 |
| 8681 | 878 if (imhtml->clipboard_text_string) { |
| 879 g_free(imhtml->clipboard_text_string); | |
| 880 g_free(imhtml->clipboard_html_string); | |
| 881 } | |
| 882 | |
| 4895 | 883 g_list_free(imhtml->scalables); |
| 4032 | 884 G_OBJECT_CLASS(parent_class)->finalize (object); |
| 885 } | |
| 1428 | 886 |
| 3922 | 887 /* Boring GTK stuff */ |
| 8519 | 888 static void gtk_imhtml_class_init (GtkIMHtmlClass *klass) |
| 1428 | 889 { |
| 3922 | 890 GtkObjectClass *object_class; |
| 4032 | 891 GObjectClass *gobject_class; |
| 8519 | 892 object_class = (GtkObjectClass*) klass; |
| 893 gobject_class = (GObjectClass*) klass; | |
| 4032 | 894 parent_class = gtk_type_class(GTK_TYPE_TEXT_VIEW); |
| 4417 | 895 signals[URL_CLICKED] = g_signal_new("url_clicked", |
| 896 G_TYPE_FROM_CLASS(gobject_class), | |
| 897 G_SIGNAL_RUN_FIRST, | |
| 898 G_STRUCT_OFFSET(GtkIMHtmlClass, url_clicked), | |
| 899 NULL, | |
| 900 0, | |
| 901 g_cclosure_marshal_VOID__POINTER, | |
| 902 G_TYPE_NONE, 1, | |
| 903 G_TYPE_POINTER); | |
| 8506 | 904 signals[BUTTONS_UPDATE] = g_signal_new("format_buttons_update", |
| 8420 | 905 G_TYPE_FROM_CLASS(gobject_class), |
| 906 G_SIGNAL_RUN_FIRST, | |
| 907 G_STRUCT_OFFSET(GtkIMHtmlClass, buttons_update), | |
| 908 NULL, | |
| 909 0, | |
| 910 g_cclosure_marshal_VOID__POINTER, | |
| 911 G_TYPE_NONE, 1, | |
| 912 G_TYPE_INT); | |
| 913 signals[TOGGLE_FORMAT] = g_signal_new("format_function_toggle", | |
| 914 G_TYPE_FROM_CLASS(gobject_class), | |
| 915 G_SIGNAL_RUN_FIRST, | |
| 916 G_STRUCT_OFFSET(GtkIMHtmlClass, toggle_format), | |
| 917 NULL, | |
| 918 0, | |
| 919 g_cclosure_marshal_VOID__POINTER, | |
| 8427 | 920 G_TYPE_NONE, 1, |
| 8420 | 921 G_TYPE_INT); |
| 8427 | 922 signals[CLEAR_FORMAT] = g_signal_new("format_function_clear", |
| 923 G_TYPE_FROM_CLASS(gobject_class), | |
| 924 G_SIGNAL_RUN_FIRST, | |
| 925 G_STRUCT_OFFSET(GtkIMHtmlClass, clear_format), | |
| 926 NULL, | |
| 927 0, | |
| 8481 | 928 g_cclosure_marshal_VOID__VOID, |
| 929 G_TYPE_NONE, 0); | |
| 8506 | 930 signals[UPDATE_FORMAT] = g_signal_new("format_function_update", |
| 931 G_TYPE_FROM_CLASS(gobject_class), | |
| 932 G_SIGNAL_RUN_FIRST, | |
| 933 G_STRUCT_OFFSET(GtkIMHtmlClass, update_format), | |
| 934 NULL, | |
| 935 0, | |
| 936 g_cclosure_marshal_VOID__VOID, | |
| 937 G_TYPE_NONE, 0); | |
| 4032 | 938 gobject_class->finalize = gtk_imhtml_finalize; |
| 1428 | 939 } |
| 940 | |
| 3922 | 941 static void gtk_imhtml_init (GtkIMHtml *imhtml) |
| 1428 | 942 { |
| 3922 | 943 GtkTextIter iter; |
| 944 imhtml->text_buffer = gtk_text_buffer_new(NULL); | |
| 945 gtk_text_buffer_get_end_iter (imhtml->text_buffer, &iter); | |
| 8677 | 946 imhtml->scrollpoint = gtk_text_buffer_create_mark(imhtml->text_buffer, NULL, &iter, FALSE); |
| 3922 | 947 gtk_text_view_set_buffer(GTK_TEXT_VIEW(imhtml), imhtml->text_buffer); |
| 5105 | 948 gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(imhtml), GTK_WRAP_WORD_CHAR); |
| 3922 | 949 gtk_text_view_set_pixels_below_lines(GTK_TEXT_VIEW(imhtml), 5); |
| 8677 | 950 gtk_text_view_set_left_margin(GTK_TEXT_VIEW(imhtml), 2); |
| 951 gtk_text_view_set_right_margin(GTK_TEXT_VIEW(imhtml), 2); | |
| 8061 | 952 /*gtk_text_view_set_indent(GTK_TEXT_VIEW(imhtml), -15);*/ |
| 3922 | 953 /*gtk_text_view_set_justification(GTK_TEXT_VIEW(imhtml), GTK_JUSTIFY_FILL);*/ |
| 8061 | 954 |
| 3922 | 955 /* These tags will be used often and can be reused--we create them on init and then apply them by name |
| 8061 | 956 * other tags (color, size, face, etc.) will have to be created and applied dynamically */ |
| 3922 | 957 gtk_text_buffer_create_tag(imhtml->text_buffer, "BOLD", "weight", PANGO_WEIGHT_BOLD, NULL); |
| 958 gtk_text_buffer_create_tag(imhtml->text_buffer, "ITALICS", "style", PANGO_STYLE_ITALIC, NULL); | |
| 959 gtk_text_buffer_create_tag(imhtml->text_buffer, "UNDERLINE", "underline", PANGO_UNDERLINE_SINGLE, NULL); | |
| 960 gtk_text_buffer_create_tag(imhtml->text_buffer, "STRIKE", "strikethrough", TRUE, NULL); | |
| 961 gtk_text_buffer_create_tag(imhtml->text_buffer, "SUB", "rise", -5000, NULL); | |
| 962 gtk_text_buffer_create_tag(imhtml->text_buffer, "SUP", "rise", 5000, NULL); | |
| 963 gtk_text_buffer_create_tag(imhtml->text_buffer, "PRE", "family", "Monospace", NULL); | |
| 7295 | 964 gtk_text_buffer_create_tag(imhtml->text_buffer, "search", "background", "#22ff00", "weight", "bold", NULL); |
| 8677 | 965 |
| 3922 | 966 /* When hovering over a link, we show the hand cursor--elsewhere we show the plain ol' pointer cursor */ |
| 967 imhtml->hand_cursor = gdk_cursor_new (GDK_HAND2); | |
| 968 imhtml->arrow_cursor = gdk_cursor_new (GDK_LEFT_PTR); | |
| 8061 | 969 imhtml->text_cursor = gdk_cursor_new (GDK_XTERM); |
| 2993 | 970 |
| 4253 | 971 imhtml->show_smileys = TRUE; |
| 6124 | 972 imhtml->show_comments = TRUE; |
| 4253 | 973 |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
974 imhtml->zoom = 1.0; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
975 imhtml->original_fsize = 0; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
976 |
| 4892 | 977 imhtml->smiley_data = g_hash_table_new_full(g_str_hash, g_str_equal, |
| 4902 | 978 g_free, (GDestroyNotify)gtk_smiley_tree_destroy); |
| 4032 | 979 imhtml->default_smilies = gtk_smiley_tree_new(); |
| 4735 | 980 |
| 4944 | 981 g_signal_connect(G_OBJECT(imhtml), "size-allocate", G_CALLBACK(gtk_size_allocate_cb), NULL); |
| 4735 | 982 g_signal_connect(G_OBJECT(imhtml), "motion-notify-event", G_CALLBACK(gtk_motion_event_notify), NULL); |
| 4944 | 983 g_signal_connect(G_OBJECT(imhtml), "leave-notify-event", G_CALLBACK(gtk_leave_event_notify), NULL); |
| 6066 | 984 g_signal_connect(G_OBJECT(imhtml), "key_press_event", G_CALLBACK(gtk_key_pressed_cb), NULL); |
| 8677 | 985 g_signal_connect(G_OBJECT(imhtml), "button_press_event", G_CALLBACK(gtk_imhtml_button_press_event), NULL); |
| 986 g_signal_connect(G_OBJECT(imhtml->text_buffer), "insert-text", G_CALLBACK(preinsert_cb), imhtml); | |
| 8061 | 987 g_signal_connect_after(G_OBJECT(imhtml->text_buffer), "insert-text", G_CALLBACK(insert_cb), imhtml); |
| 8091 | 988 |
| 989 gtk_drag_dest_set(GTK_WIDGET(imhtml), 0, | |
| 990 link_drag_drop_targets, sizeof(link_drag_drop_targets) / sizeof(GtkTargetEntry), | |
| 991 GDK_ACTION_COPY); | |
| 992 g_signal_connect(G_OBJECT(imhtml), "drag_data_received", G_CALLBACK(gtk_imhtml_link_drag_rcv_cb), imhtml); | |
| 993 | |
| 7353 | 994 g_signal_connect(G_OBJECT(imhtml), "copy-clipboard", G_CALLBACK(copy_clipboard_cb), NULL); |
| 8698 | 995 g_signal_connect(G_OBJECT(imhtml), "cut-clipboard", G_CALLBACK(cut_clipboard_cb), NULL); |
| 8061 | 996 g_signal_connect(G_OBJECT(imhtml), "paste-clipboard", G_CALLBACK(paste_clipboard_cb), NULL); |
| 8677 | 997 //g_signal_connect_after(G_OBJECT(imhtml), "button-release-event", G_CALLBACK(button_release_cb), imhtml); |
| 998 g_signal_connect_after(G_OBJECT(imhtml), "realize", G_CALLBACK(imhtml_realized_remove_primary), NULL); | |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
999 g_signal_connect(G_OBJECT(imhtml), "unrealize", G_CALLBACK(imhtml_destroy_add_primary), NULL); |
| 8677 | 1000 |
| 1001 g_signal_connect_after(G_OBJECT(GTK_IMHTML(imhtml)->text_buffer), "mark-set", | |
| 1002 G_CALLBACK(mark_set_so_update_selection_cb), imhtml); | |
| 1003 | |
| 4944 | 1004 gtk_widget_add_events(GTK_WIDGET(imhtml), GDK_LEAVE_NOTIFY_MASK); |
| 4735 | 1005 |
| 8681 | 1006 imhtml->clipboard_text_string = NULL; |
| 1007 imhtml->clipboard_html_string = NULL; | |
| 1008 | |
| 4735 | 1009 imhtml->tip = NULL; |
| 1010 imhtml->tip_timer = 0; | |
| 1011 imhtml->tip_window = NULL; | |
| 4895 | 1012 |
| 8677 | 1013 imhtml->edit.bold = FALSE; |
| 1014 imhtml->edit.italic = FALSE; | |
| 1015 imhtml->edit.underline = FALSE; | |
| 8061 | 1016 imhtml->edit.forecolor = NULL; |
| 1017 imhtml->edit.backcolor = NULL; | |
| 1018 imhtml->edit.fontface = NULL; | |
| 8677 | 1019 imhtml->edit.fontsize = 0; |
| 1020 imhtml->edit.link = NULL; | |
| 1021 | |
| 8061 | 1022 |
| 4895 | 1023 imhtml->scalables = NULL; |
| 8061 | 1024 |
| 1025 gtk_imhtml_set_editable(imhtml, FALSE); | |
| 8692 | 1026 |
| 1027 #ifdef _WIN32 | |
| 1028 /* Register HTML Format as desired clipboard format */ | |
| 1029 win_html_fmt = RegisterClipboardFormat("HTML Format"); | |
| 1030 #endif | |
| 2993 | 1031 } |
| 1032 | |
| 3922 | 1033 GtkWidget *gtk_imhtml_new(void *a, void *b) |
| 1428 | 1034 { |
| 4635 | 1035 return GTK_WIDGET(g_object_new(gtk_imhtml_get_type(), NULL)); |
| 1428 | 1036 } |
| 1037 | |
| 4635 | 1038 GType gtk_imhtml_get_type() |
| 1428 | 1039 { |
| 4635 | 1040 static GType imhtml_type = 0; |
| 1428 | 1041 |
| 1042 if (!imhtml_type) { | |
| 4635 | 1043 static const GTypeInfo imhtml_info = { |
| 1044 sizeof(GtkIMHtmlClass), | |
| 1045 NULL, | |
| 1046 NULL, | |
| 1047 (GClassInitFunc) gtk_imhtml_class_init, | |
| 1048 NULL, | |
| 1049 NULL, | |
| 1428 | 1050 sizeof (GtkIMHtml), |
| 4635 | 1051 0, |
| 1052 (GInstanceInitFunc) gtk_imhtml_init | |
| 1428 | 1053 }; |
| 4635 | 1054 |
| 1055 imhtml_type = g_type_register_static(gtk_text_view_get_type(), | |
| 1056 "GtkIMHtml", &imhtml_info, 0); | |
| 1428 | 1057 } |
| 1058 | |
| 1059 return imhtml_type; | |
| 1060 } | |
| 1061 | |
| 4417 | 1062 struct url_data { |
| 1063 GObject *object; | |
| 1064 gchar *url; | |
| 1065 }; | |
| 1066 | |
| 8677 | 1067 static void url_data_destroy(gpointer mydata) |
| 1068 { | |
| 1069 struct url_data *data = mydata; | |
| 1070 g_object_unref(data->object); | |
| 1071 g_free(data->url); | |
| 1072 g_free(data); | |
| 1073 } | |
| 1074 | |
| 4417 | 1075 static void url_open(GtkWidget *w, struct url_data *data) { |
| 1076 if(!data) return; | |
| 8061 | 1077 g_signal_emit(data->object, signals[URL_CLICKED], 0, data->url); |
| 7988 | 1078 |
| 4417 | 1079 } |
| 5582 | 1080 |
| 4417 | 1081 static void url_copy(GtkWidget *w, gchar *url) { |
| 1082 GtkClipboard *clipboard; | |
| 1083 | |
|
5293
ead927e2543f
[gaim-migrate @ 5665]
Christian Hammond <chipx86@chipx86.com>
parents:
5282
diff
changeset
|
1084 clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY); |
| 4417 | 1085 gtk_clipboard_set_text(clipboard, url, -1); |
| 5582 | 1086 |
| 1087 clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD); | |
| 1088 gtk_clipboard_set_text(clipboard, url, -1); | |
| 4417 | 1089 } |
| 1090 | |
| 1091 /* The callback for an event on a link tag. */ | |
| 8677 | 1092 gboolean tag_event(GtkTextTag *tag, GObject *imhtml, GdkEvent *event, GtkTextIter *arg2, gpointer unused) { |
| 4417 | 1093 GdkEventButton *event_button = (GdkEventButton *) event; |
| 8061 | 1094 if (GTK_IMHTML(imhtml)->editable) |
| 1095 return FALSE; | |
| 3922 | 1096 if (event->type == GDK_BUTTON_RELEASE) { |
| 8061 | 1097 if (event_button->button == 1) { |
| 4417 | 1098 GtkTextIter start, end; |
| 1099 /* we shouldn't open a URL if the user has selected something: */ | |
| 8677 | 1100 if (gtk_text_buffer_get_selection_bounds( |
| 1101 gtk_text_iter_get_buffer(arg2), &start, &end)) | |
| 4417 | 1102 return FALSE; |
| 1103 | |
| 1104 /* A link was clicked--we emit the "url_clicked" signal | |
| 1105 * with the URL as the argument */ | |
| 8677 | 1106 g_object_ref(G_OBJECT(tag)); |
| 1107 g_signal_emit(imhtml, signals[URL_CLICKED], 0, g_object_get_data(G_OBJECT(tag), "link_url")); | |
| 1108 g_object_unref(G_OBJECT(tag)); | |
| 4417 | 1109 return FALSE; |
| 1110 } else if(event_button->button == 3) { | |
| 4745 | 1111 GtkWidget *img, *item, *menu; |
| 4417 | 1112 struct url_data *tempdata = g_new(struct url_data, 1); |
| 5091 | 1113 tempdata->object = g_object_ref(imhtml); |
| 8677 | 1114 tempdata->url = g_strdup(g_object_get_data(G_OBJECT(tag), "link_url")); |
| 4745 | 1115 |
| 5091 | 1116 /* Don't want the tooltip around if user right-clicked on link */ |
| 1117 if (GTK_IMHTML(imhtml)->tip_window) { | |
| 1118 gtk_widget_destroy(GTK_IMHTML(imhtml)->tip_window); | |
| 1119 GTK_IMHTML(imhtml)->tip_window = NULL; | |
| 1120 } | |
| 1121 if (GTK_IMHTML(imhtml)->tip_timer) { | |
| 1122 g_source_remove(GTK_IMHTML(imhtml)->tip_timer); | |
| 1123 GTK_IMHTML(imhtml)->tip_timer = 0; | |
| 1124 } | |
| 8061 | 1125 if (GTK_IMHTML(imhtml)->editable) |
| 1126 gdk_window_set_cursor(event_button->window, GTK_IMHTML(imhtml)->text_cursor); | |
| 1127 else | |
| 1128 gdk_window_set_cursor(event_button->window, GTK_IMHTML(imhtml)->arrow_cursor); | |
| 4417 | 1129 menu = gtk_menu_new(); |
| 8677 | 1130 g_object_set_data_full(G_OBJECT(menu), "x-imhtml-url-data", tempdata, url_data_destroy); |
| 4745 | 1131 |
| 4417 | 1132 /* buttons and such */ |
| 1133 | |
| 8677 | 1134 if (!strncmp(tempdata->url, "mailto:", 7)) |
|
7140
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1135 { |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1136 /* Copy E-Mail Address */ |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1137 img = gtk_image_new_from_stock(GTK_STOCK_COPY, |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1138 GTK_ICON_SIZE_MENU); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1139 item = gtk_image_menu_item_new_with_mnemonic( |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1140 _("_Copy E-Mail Address")); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1141 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), img); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1142 g_signal_connect(G_OBJECT(item), "activate", |
| 8677 | 1143 G_CALLBACK(url_copy), tempdata->url + 7); |
|
7140
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1144 gtk_menu_shell_append(GTK_MENU_SHELL(menu), item); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1145 } |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1146 else |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1147 { |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1148 /* Copy Link Location */ |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1149 img = gtk_image_new_from_stock(GTK_STOCK_COPY, |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1150 GTK_ICON_SIZE_MENU); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1151 item = gtk_image_menu_item_new_with_mnemonic( |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1152 _("_Copy Link Location")); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1153 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), img); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1154 g_signal_connect(G_OBJECT(item), "activate", |
| 8677 | 1155 G_CALLBACK(url_copy), tempdata->url); |
|
7140
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1156 gtk_menu_shell_append(GTK_MENU_SHELL(menu), item); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1157 |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1158 /* Open Link in Browser */ |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1159 img = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1160 GTK_ICON_SIZE_MENU); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1161 item = gtk_image_menu_item_new_with_mnemonic( |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1162 _("_Open Link in Browser")); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1163 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), img); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1164 g_signal_connect(G_OBJECT(item), "activate", |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1165 G_CALLBACK(url_open), tempdata); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1166 gtk_menu_shell_append(GTK_MENU_SHELL(menu), item); |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1167 } |
|
48cc5d5d5a6c
[gaim-migrate @ 7707]
Christian Hammond <chipx86@chipx86.com>
parents:
6982
diff
changeset
|
1168 |
| 4756 | 1169 |
| 4417 | 1170 gtk_widget_show_all(menu); |
| 4756 | 1171 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, |
| 1172 event_button->button, event_button->time); | |
| 4745 | 1173 |
| 4417 | 1174 return TRUE; |
| 1175 } | |
| 1428 | 1176 } |
| 4417 | 1177 if(event->type == GDK_BUTTON_PRESS && event_button->button == 3) |
| 1178 return TRUE; /* Clicking the right mouse button on a link shouldn't | |
| 1179 be caught by the regular GtkTextView menu */ | |
| 1180 else | |
| 1181 return FALSE; /* Let clicks go through if we didn't catch anything */ | |
| 1428 | 1182 } |
| 1183 | |
| 8091 | 1184 static void |
| 1185 gtk_imhtml_link_drag_rcv_cb(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, | |
| 1186 GtkSelectionData *sd, guint info, guint t, GtkIMHtml *imhtml) | |
| 1187 { | |
| 1188 if(gtk_imhtml_get_editable(imhtml) && sd->data){ | |
| 1189 gchar **links; | |
| 1190 gchar *link; | |
| 1191 | |
| 1192 gaim_str_strip_cr(sd->data); | |
| 1193 | |
| 1194 links = g_strsplit(sd->data, "\n", 0); | |
| 1195 while((link = *links++) != NULL){ | |
| 1196 if(gaim_str_has_prefix(link, "http://") || | |
| 1197 gaim_str_has_prefix(link, "https://") || | |
| 1198 gaim_str_has_prefix(link, "ftp://")){ | |
| 8677 | 1199 gtk_imhtml_insert_link(imhtml, gtk_text_buffer_get_insert(imhtml->text_buffer), link, link); |
| 8091 | 1200 } else if (link=='\0') { |
| 8177 | 1201 /* Ignore blank lines */ |
| 8091 | 1202 } else { |
| 8177 | 1203 /* Special reasons, aka images being put in via other tag, etc. */ |
| 8091 | 1204 } |
| 1205 } | |
| 1206 | |
| 1207 gtk_drag_finish(dc, TRUE, (dc->action == GDK_ACTION_MOVE), t); | |
| 1208 } else { | |
| 1209 gtk_drag_finish(dc, FALSE, FALSE, t); | |
| 1210 } | |
| 1211 } | |
| 1212 | |
| 4298 | 1213 /* this isn't used yet |
| 4032 | 1214 static void |
| 4263 | 1215 gtk_smiley_tree_remove (GtkSmileyTree *tree, |
| 1216 GtkIMHtmlSmiley *smiley) | |
| 4032 | 1217 { |
| 1218 GtkSmileyTree *t = tree; | |
| 4263 | 1219 const gchar *x = smiley->smile; |
| 4032 | 1220 gint len = 0; |
| 1221 | |
| 1222 while (*x) { | |
| 1223 gchar *pos; | |
| 1224 | |
| 1225 if (!t->values) | |
| 1226 return; | |
| 1227 | |
| 1228 pos = strchr (t->values->str, *x); | |
| 1229 if (pos) | |
| 1230 t = t->children [(int) pos - (int) t->values->str]; | |
| 1231 else | |
| 1232 return; | |
| 1233 | |
| 1234 x++; len++; | |
| 1235 } | |
| 1236 | |
|
4141
ccec4fde84f4
[gaim-migrate @ 4359]
Christian Hammond <chipx86@chipx86.com>
parents:
4140
diff
changeset
|
1237 if (t->image) { |
| 4032 | 1238 t->image = NULL; |
|
4141
ccec4fde84f4
[gaim-migrate @ 4359]
Christian Hammond <chipx86@chipx86.com>
parents:
4140
diff
changeset
|
1239 } |
| 4032 | 1240 } |
| 4298 | 1241 */ |
| 1242 | |
| 4032 | 1243 |
| 1244 static gint | |
| 1245 gtk_smiley_tree_lookup (GtkSmileyTree *tree, | |
| 1246 const gchar *text) | |
| 1247 { | |
| 1248 GtkSmileyTree *t = tree; | |
| 1249 const gchar *x = text; | |
| 1250 gint len = 0; | |
| 8505 | 1251 gchar *amp; |
| 1252 gint alen; | |
| 4032 | 1253 |
| 1254 while (*x) { | |
| 1255 gchar *pos; | |
| 1256 | |
| 1257 if (!t->values) | |
| 1258 break; | |
| 1259 | |
| 8505 | 1260 if(*x == '&' && gtk_imhtml_is_amp_escape(x, &, &alen)) { |
| 1261 len += alen - strlen(amp); | |
| 1262 x += alen - strlen(amp); | |
| 1263 pos = strchr (t->values->str, *amp); | |
| 1264 } | |
| 1265 else | |
| 1266 pos = strchr (t->values->str, *x); | |
| 1267 | |
| 4032 | 1268 if (pos) |
| 7371 | 1269 t = t->children [GPOINTER_TO_INT(pos) - GPOINTER_TO_INT(t->values->str)]; |
| 4032 | 1270 else |
| 1271 break; | |
| 1272 | |
| 1273 x++; len++; | |
| 1274 } | |
| 1275 | |
| 1276 if (t->image) | |
| 1277 return len; | |
| 1278 | |
| 1279 return 0; | |
| 1280 } | |
| 1281 | |
| 1282 void | |
| 4263 | 1283 gtk_imhtml_associate_smiley (GtkIMHtml *imhtml, |
| 1284 gchar *sml, | |
| 1285 GtkIMHtmlSmiley *smiley) | |
| 4032 | 1286 { |
| 1287 GtkSmileyTree *tree; | |
| 1288 g_return_if_fail (imhtml != NULL); | |
| 1289 g_return_if_fail (GTK_IS_IMHTML (imhtml)); | |
| 7371 | 1290 |
| 4032 | 1291 if (sml == NULL) |
| 1292 tree = imhtml->default_smilies; | |
| 1293 else if ((tree = g_hash_table_lookup(imhtml->smiley_data, sml))) { | |
| 1294 } else { | |
| 1295 tree = gtk_smiley_tree_new(); | |
| 4892 | 1296 g_hash_table_insert(imhtml->smiley_data, g_strdup(sml), tree); |
| 4032 | 1297 } |
| 1298 | |
| 4263 | 1299 gtk_smiley_tree_insert (tree, smiley); |
| 4032 | 1300 } |
| 1301 | |
| 1302 static gboolean | |
| 1303 gtk_imhtml_is_smiley (GtkIMHtml *imhtml, | |
| 1304 GSList *fonts, | |
| 1305 const gchar *text, | |
| 1306 gint *len) | |
| 1307 { | |
| 1308 GtkSmileyTree *tree; | |
| 5967 | 1309 GtkIMHtmlFontDetail *font; |
| 4032 | 1310 char *sml = NULL; |
| 1311 | |
| 1312 if (fonts) { | |
| 1313 font = fonts->data; | |
| 1314 sml = font->sml; | |
| 1315 } | |
| 1316 | |
| 1317 if (sml == NULL) | |
| 1318 tree = imhtml->default_smilies; | |
| 1319 else { | |
| 1320 tree = g_hash_table_lookup(imhtml->smiley_data, sml); | |
| 1321 } | |
| 1322 if (tree == NULL) | |
| 1323 return FALSE; | |
| 7371 | 1324 |
| 8505 | 1325 *len = gtk_smiley_tree_lookup (tree, text); |
| 4032 | 1326 return (*len > 0); |
| 1327 } | |
| 1328 | |
|
6814
782907a6ae65
[gaim-migrate @ 7354]
Christian Hammond <chipx86@chipx86.com>
parents:
6648
diff
changeset
|
1329 GdkPixbufAnimation * |
| 4032 | 1330 gtk_smiley_tree_image (GtkIMHtml *imhtml, |
| 1331 const gchar *sml, | |
| 1332 const gchar *text) | |
| 1333 { | |
| 1334 GtkSmileyTree *t; | |
| 1335 const gchar *x = text; | |
| 1336 if (sml == NULL) | |
| 1337 t = imhtml->default_smilies; | |
| 7371 | 1338 else |
| 4032 | 1339 t = g_hash_table_lookup(imhtml->smiley_data, sml); |
| 7371 | 1340 |
| 4032 | 1341 |
| 1342 if (t == NULL) | |
| 1343 return sml ? gtk_smiley_tree_image(imhtml, NULL, text) : NULL; | |
| 1344 | |
| 1345 while (*x) { | |
| 1346 gchar *pos; | |
| 1347 | |
| 1348 if (!t->values) { | |
| 1349 return sml ? gtk_smiley_tree_image(imhtml, NULL, text) : NULL; | |
| 1350 } | |
| 7371 | 1351 |
| 4032 | 1352 pos = strchr (t->values->str, *x); |
| 1353 if (pos) { | |
| 7371 | 1354 t = t->children [GPOINTER_TO_INT(pos) - GPOINTER_TO_INT(t->values->str)]; |
| 4032 | 1355 } else { |
| 1356 return sml ? gtk_smiley_tree_image(imhtml, NULL, text) : NULL; | |
| 1357 } | |
| 1358 x++; | |
| 1359 } | |
| 1360 | |
| 4263 | 1361 if (!t->image->icon) |
|
6814
782907a6ae65
[gaim-migrate @ 7354]
Christian Hammond <chipx86@chipx86.com>
parents:
6648
diff
changeset
|
1362 t->image->icon = gdk_pixbuf_animation_new_from_file(t->image->file, NULL); |
| 4263 | 1363 |
| 1364 return t->image->icon; | |
| 4032 | 1365 } |
| 4793 | 1366 #define VALID_TAG(x) if (!g_ascii_strncasecmp (string, x ">", strlen (x ">"))) { \ |
| 3922 | 1367 *tag = g_strndup (string, strlen (x)); \ |
| 1368 *len = strlen (x) + 1; \ | |
| 1369 return TRUE; \ | |
| 1370 } \ | |
| 1371 (*type)++ | |
| 1428 | 1372 |
| 4793 | 1373 #define VALID_OPT_TAG(x) if (!g_ascii_strncasecmp (string, x " ", strlen (x " "))) { \ |
| 3922 | 1374 const gchar *c = string + strlen (x " "); \ |
| 1375 gchar e = '"'; \ | |
| 1376 gboolean quote = FALSE; \ | |
| 1377 while (*c) { \ | |
| 1378 if (*c == '"' || *c == '\'') { \ | |
| 1379 if (quote && (*c == e)) \ | |
| 1380 quote = !quote; \ | |
| 1381 else if (!quote) { \ | |
| 1382 quote = !quote; \ | |
| 1383 e = *c; \ | |
| 1384 } \ | |
| 1385 } else if (!quote && (*c == '>')) \ | |
| 1386 break; \ | |
| 1387 c++; \ | |
| 1388 } \ | |
| 1389 if (*c) { \ | |
| 1390 *tag = g_strndup (string, c - string); \ | |
| 1391 *len = c - string + 1; \ | |
| 1392 return TRUE; \ | |
| 1393 } \ | |
| 1394 } \ | |
| 1395 (*type)++ | |
| 1428 | 1396 |
| 1397 | |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1398 static gboolean |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1399 gtk_imhtml_is_amp_escape (const gchar *string, |
| 7280 | 1400 gchar **replace, |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1401 gint *length) |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1402 { |
| 7287 | 1403 static char buf[7]; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1404 g_return_val_if_fail (string != NULL, FALSE); |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1405 g_return_val_if_fail (replace != NULL, FALSE); |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1406 g_return_val_if_fail (length != NULL, FALSE); |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1407 |
| 4793 | 1408 if (!g_ascii_strncasecmp (string, "&", 5)) { |
| 7280 | 1409 *replace = "&"; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1410 *length = 5; |
| 4793 | 1411 } else if (!g_ascii_strncasecmp (string, "<", 4)) { |
| 7280 | 1412 *replace = "<"; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1413 *length = 4; |
| 4793 | 1414 } else if (!g_ascii_strncasecmp (string, ">", 4)) { |
| 7280 | 1415 *replace = ">"; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1416 *length = 4; |
| 4793 | 1417 } else if (!g_ascii_strncasecmp (string, " ", 6)) { |
| 7280 | 1418 *replace = " "; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1419 *length = 6; |
| 4793 | 1420 } else if (!g_ascii_strncasecmp (string, "©", 6)) { |
| 7280 | 1421 *replace = "©"; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1422 *length = 6; |
| 4793 | 1423 } else if (!g_ascii_strncasecmp (string, """, 6)) { |
| 7280 | 1424 *replace = "\""; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1425 *length = 6; |
| 4793 | 1426 } else if (!g_ascii_strncasecmp (string, "®", 5)) { |
| 7280 | 1427 *replace = "®"; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1428 *length = 5; |
| 5093 | 1429 } else if (!g_ascii_strncasecmp (string, "'", 6)) { |
| 7280 | 1430 *replace = "\'"; |
| 5093 | 1431 *length = 6; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1432 } else if (*(string + 1) == '#') { |
|
2022
199ba82faacb
[gaim-migrate @ 2032]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2002
diff
changeset
|
1433 guint pound = 0; |
| 3004 | 1434 if ((sscanf (string, "&#%u;", £) == 1) && pound != 0) { |
| 7287 | 1435 int buflen; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1436 if (*(string + 3 + (gint)log10 (pound)) != ';') |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1437 return FALSE; |
| 7287 | 1438 buflen = g_unichar_to_utf8((gunichar)pound, buf); |
| 1439 buf[buflen] = '\0'; | |
| 7280 | 1440 *replace = buf; |
|
1472
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1441 *length = 2; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1442 while (isdigit ((gint) string [*length])) (*length)++; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1443 if (string [*length] == ';') (*length)++; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1444 } else { |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1445 return FALSE; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1446 } |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1447 } else { |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1448 return FALSE; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1449 } |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1450 |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1451 return TRUE; |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1452 } |
|
be620a051d6d
[gaim-migrate @ 1482]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1463
diff
changeset
|
1453 |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1454 static gboolean |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1455 gtk_imhtml_is_tag (const gchar *string, |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1456 gchar **tag, |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1457 gint *len, |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1458 gint *type) |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1459 { |
| 8061 | 1460 char *close; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1461 *type = 1; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1462 |
| 8118 | 1463 |
| 8061 | 1464 if (!(close = strchr (string, '>'))) |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1465 return FALSE; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1466 |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1467 VALID_TAG ("B"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1468 VALID_TAG ("BOLD"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1469 VALID_TAG ("/B"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1470 VALID_TAG ("/BOLD"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1471 VALID_TAG ("I"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1472 VALID_TAG ("ITALIC"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1473 VALID_TAG ("/I"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1474 VALID_TAG ("/ITALIC"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1475 VALID_TAG ("U"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1476 VALID_TAG ("UNDERLINE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1477 VALID_TAG ("/U"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1478 VALID_TAG ("/UNDERLINE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1479 VALID_TAG ("S"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1480 VALID_TAG ("STRIKE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1481 VALID_TAG ("/S"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1482 VALID_TAG ("/STRIKE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1483 VALID_TAG ("SUB"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1484 VALID_TAG ("/SUB"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1485 VALID_TAG ("SUP"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1486 VALID_TAG ("/SUP"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1487 VALID_TAG ("PRE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1488 VALID_TAG ("/PRE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1489 VALID_TAG ("TITLE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1490 VALID_TAG ("/TITLE"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1491 VALID_TAG ("BR"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1492 VALID_TAG ("HR"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1493 VALID_TAG ("/FONT"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1494 VALID_TAG ("/A"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1495 VALID_TAG ("P"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1496 VALID_TAG ("/P"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1497 VALID_TAG ("H3"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1498 VALID_TAG ("/H3"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1499 VALID_TAG ("HTML"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1500 VALID_TAG ("/HTML"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1501 VALID_TAG ("BODY"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1502 VALID_TAG ("/BODY"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1503 VALID_TAG ("FONT"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1504 VALID_TAG ("HEAD"); |
| 2993 | 1505 VALID_TAG ("/HEAD"); |
| 1506 VALID_TAG ("BINARY"); | |
| 1507 VALID_TAG ("/BINARY"); | |
| 5093 | 1508 |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1509 VALID_OPT_TAG ("HR"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1510 VALID_OPT_TAG ("FONT"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1511 VALID_OPT_TAG ("BODY"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1512 VALID_OPT_TAG ("A"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1513 VALID_OPT_TAG ("IMG"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1514 VALID_OPT_TAG ("P"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1515 VALID_OPT_TAG ("H3"); |
| 5093 | 1516 VALID_OPT_TAG ("HTML"); |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1517 |
| 5101 | 1518 VALID_TAG ("CITE"); |
| 1519 VALID_TAG ("/CITE"); | |
| 1520 VALID_TAG ("EM"); | |
| 1521 VALID_TAG ("/EM"); | |
| 1522 VALID_TAG ("STRONG"); | |
| 1523 VALID_TAG ("/STRONG"); | |
| 1524 | |
| 5104 | 1525 VALID_OPT_TAG ("SPAN"); |
| 1526 VALID_TAG ("/SPAN"); | |
| 5174 | 1527 VALID_TAG ("BR/"); /* hack until gtkimhtml handles things better */ |
| 6982 | 1528 VALID_TAG ("IMG"); |
| 8026 | 1529 VALID_TAG("SPAN"); |
| 8061 | 1530 VALID_OPT_TAG("BR"); |
| 7988 | 1531 |
| 4793 | 1532 if (!g_ascii_strncasecmp(string, "!--", strlen ("!--"))) { |
|
2954
f6c4f2187c08
[gaim-migrate @ 2967]
Christian Hammond <chipx86@chipx86.com>
parents:
2898
diff
changeset
|
1533 gchar *e = strstr (string + strlen("!--"), "-->"); |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1534 if (e) { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1535 *len = e - string + strlen ("-->"); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1536 *tag = g_strndup (string + strlen ("!--"), *len - strlen ("!---->")); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1537 return TRUE; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1538 } |
| 8118 | 1539 } |
| 1540 | |
| 8061 | 1541 *type = -1; |
| 1542 *len = close - string + 1; | |
| 1543 *tag = g_strndup(string, *len - 1); | |
| 1544 return TRUE; | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1545 } |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1546 |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1547 static gchar* |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1548 gtk_imhtml_get_html_opt (gchar *tag, |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1549 const gchar *opt) |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1550 { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1551 gchar *t = tag; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1552 gchar *e, *a; |
| 5177 | 1553 gchar *val; |
| 1554 gint len; | |
| 7280 | 1555 gchar *c; |
| 5177 | 1556 GString *ret; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1557 |
| 4793 | 1558 while (g_ascii_strncasecmp (t, opt, strlen (opt))) { |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1559 gboolean quote = FALSE; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1560 if (*t == '\0') break; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1561 while (*t && !((*t == ' ') && !quote)) { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1562 if (*t == '\"') |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1563 quote = ! quote; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1564 t++; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1565 } |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1566 while (*t && (*t == ' ')) t++; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1567 } |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1568 |
| 4793 | 1569 if (!g_ascii_strncasecmp (t, opt, strlen (opt))) { |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1570 t += strlen (opt); |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1571 } else { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1572 return NULL; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1573 } |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1574 |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1575 if ((*t == '\"') || (*t == '\'')) { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1576 e = a = ++t; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1577 while (*e && (*e != *(t - 1))) e++; |
| 2993 | 1578 if (*e == '\0') { |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1579 return NULL; |
| 5177 | 1580 } else |
| 1581 val = g_strndup(a, e - a); | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1582 } else { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1583 e = a = t; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1584 while (*e && !isspace ((gint) *e)) e++; |
| 5177 | 1585 val = g_strndup(a, e - a); |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1586 } |
| 5177 | 1587 |
| 1588 ret = g_string_new(""); | |
| 1589 e = val; | |
| 1590 while(*e) { | |
| 1591 if(gtk_imhtml_is_amp_escape(e, &c, &len)) { | |
| 7280 | 1592 ret = g_string_append(ret, c); |
| 5177 | 1593 e += len; |
| 1594 } else { | |
| 1595 ret = g_string_append_c(ret, *e); | |
| 1596 e++; | |
| 1597 } | |
| 1598 } | |
| 1599 | |
| 1600 g_free(val); | |
| 8568 | 1601 |
| 1602 return g_string_free(ret, FALSE); | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1603 } |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1604 |
| 8118 | 1605 /* Inline CSS Support - Douglas Thrift */ |
| 1606 static gchar* | |
| 1607 gtk_imhtml_get_css_opt (gchar *style, | |
| 1608 const gchar *opt) | |
| 1609 { | |
| 1610 gchar *t = style; | |
| 1611 gchar *e, *a; | |
| 1612 gchar *val; | |
| 1613 gint len; | |
| 1614 gchar *c; | |
| 1615 GString *ret; | |
| 1616 | |
| 1617 while (g_ascii_strncasecmp (t, opt, strlen (opt))) { | |
| 8177 | 1618 /* gboolean quote = FALSE; */ |
| 8118 | 1619 if (*t == '\0') break; |
| 1620 while (*t && !((*t == ' ') /*&& !quote*/)) { | |
| 1621 /* if (*t == '\"') | |
| 8177 | 1622 quote = ! quote; */ |
| 8118 | 1623 t++; |
| 1624 } | |
| 1625 while (*t && (*t == ' ')) t++; | |
| 1626 } | |
| 1627 | |
| 1628 if (!g_ascii_strncasecmp (t, opt, strlen (opt))) { | |
| 1629 t += strlen (opt); | |
| 1630 } else { | |
| 1631 return NULL; | |
| 1632 } | |
| 1633 | |
| 1634 /* if ((*t == '\"') || (*t == '\'')) { | |
| 1635 e = a = ++t; | |
| 1636 while (*e && (*e != *(t - 1))) e++; | |
| 1637 if (*e == '\0') { | |
| 1638 return NULL; | |
| 1639 } else | |
| 1640 val = g_strndup(a, e - a); | |
| 1641 } else { | |
| 1642 e = a = t; | |
| 1643 while (*e && !isspace ((gint) *e)) e++; | |
| 1644 val = g_strndup(a, e - a); | |
| 1645 }*/ | |
| 1646 | |
| 1647 e = a = t; | |
| 1648 while (*e && *e != ';') e++; | |
| 1649 val = g_strndup(a, e - a); | |
| 1650 | |
| 1651 ret = g_string_new(""); | |
| 1652 e = val; | |
| 1653 while(*e) { | |
| 1654 if(gtk_imhtml_is_amp_escape(e, &c, &len)) { | |
| 1655 ret = g_string_append(ret, c); | |
| 1656 e += len; | |
| 1657 } else { | |
| 1658 ret = g_string_append_c(ret, *e); | |
| 1659 e++; | |
| 1660 } | |
| 1661 } | |
| 1662 | |
| 1663 g_free(val); | |
| 1664 val = ret->str; | |
| 1665 g_string_free(ret, FALSE); | |
| 1666 return val; | |
| 1667 } | |
| 3922 | 1668 |
| 8334 | 1669 static const char *accepted_protocols[] = { |
| 1670 "http://", | |
| 1671 "https://", | |
| 1672 "ftp://" | |
| 1673 }; | |
| 1674 | |
| 1675 static const int accepted_protocols_size = 3; | |
| 1676 | |
| 1677 /* returns if the beginning of the text is a protocol. If it is the protocol, returns the length so | |
| 1678 the caller knows how long the protocol string is. */ | |
| 1679 int gtk_imhtml_is_protocol(const char *text) | |
| 1680 { | |
| 1681 gint i; | |
| 1682 | |
| 1683 for(i=0; i<accepted_protocols_size; i++){ | |
| 1684 if( strncasecmp(text, accepted_protocols[i], strlen(accepted_protocols[i])) == 0 ){ | |
| 1685 return strlen(accepted_protocols[i]); | |
| 1686 } | |
| 1687 } | |
| 1688 return 0; | |
| 1689 } | |
| 1690 | |
| 8677 | 1691 /* |
| 1692 <KingAnt> marv: The two IM image functions in oscar are gaim_odc_send_im and gaim_odc_incoming | |
| 1693 | |
| 1694 | |
| 1695 [19:58] <Robot101> marv: images go into the imgstore, a refcounted... well.. hash. :) | |
| 1696 [19:59] <KingAnt> marv: I think the image tag used by the core is something like <img id="#"/> | |
| 1697 [19:59] Ro0tSiEgE robert42 RobFlynn Robot101 ross22 roz | |
| 1698 [20:00] <KingAnt> marv: Where the ID is the what is returned when you add the image to the imgstore using gaim_imgstore_add | |
| 1699 [20:00] <marv> Robot101: so how does the image get passed to serv_got_im() and serv_send_im()? just as the <img id="#" and then the prpl looks it up from the store? | |
| 1700 [20:00] <KingAnt> marv: Right | |
| 1701 [20:00] <marv> alright | |
| 1702 | |
| 1703 Here's my plan with IMImages. make gtk_imhtml_[append|insert]_text_with_images instead just | |
| 1704 gtkimhtml_[append|insert]_text (hrm maybe it should be called html instead of text), add a | |
| 1705 function for gaim to register for look up images, i.e. gtk_imhtml_set_get_img_fnc, so that | |
| 1706 images can be looked up like that, instead of passing a GSList of them. | |
| 1707 */ | |
| 1708 | |
| 1709 void gtk_imhtml_append_text_with_images (GtkIMHtml *imhtml, | |
| 1710 const gchar *text, | |
| 1711 GtkIMHtmlOptions options, | |
| 1712 GSList *unused) | |
| 1428 | 1713 { |
| 8677 | 1714 GtkTextIter iter, ins, sel; |
| 1715 GdkRectangle rect; | |
| 1716 int y, height, ins_offset = 0, sel_offset = 0; | |
| 1717 gboolean fixins = FALSE, fixsel = FALSE; | |
| 1718 | |
| 1719 g_return_if_fail (imhtml != NULL); | |
| 1720 g_return_if_fail (GTK_IS_IMHTML (imhtml)); | |
| 1721 g_return_if_fail (text != NULL); | |
| 1722 | |
| 1723 | |
| 1724 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &iter); | |
| 1725 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &ins, gtk_text_buffer_get_insert(imhtml->text_buffer)); | |
| 1726 if (gtk_text_iter_equal(&iter, &ins) && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, NULL, NULL)) { | |
| 1727 fixins = TRUE; | |
| 1728 ins_offset = gtk_text_iter_get_offset(&ins); | |
| 1729 } | |
| 1730 | |
| 1731 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &sel, gtk_text_buffer_get_selection_bound(imhtml->text_buffer)); | |
| 1732 if (gtk_text_iter_equal(&iter, &sel) && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, NULL, NULL)) { | |
| 1733 fixsel = TRUE; | |
| 1734 sel_offset = gtk_text_iter_get_offset(&sel); | |
| 1735 } | |
| 1736 | |
| 1737 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); | |
| 1738 gtk_text_view_get_line_yrange(GTK_TEXT_VIEW(imhtml), &iter, &y, &height); | |
| 1739 | |
| 1740 | |
| 1741 if(((y + height) - (rect.y + rect.height)) > height | |
| 1742 && gtk_text_buffer_get_char_count(imhtml->text_buffer)){ | |
| 1743 options |= GTK_IMHTML_NO_SCROLL; | |
| 1744 } | |
| 1745 | |
| 1746 gtk_imhtml_insert_html_at_iter(imhtml, text, options, &iter); | |
| 1747 | |
| 1748 if (fixins) { | |
| 1749 gtk_text_buffer_get_iter_at_offset(imhtml->text_buffer, &ins, ins_offset); | |
| 1750 gtk_text_buffer_move_mark(imhtml->text_buffer, gtk_text_buffer_get_insert(imhtml->text_buffer), &ins); | |
| 1751 } | |
| 1752 | |
| 1753 if (fixsel) { | |
| 1754 gtk_text_buffer_get_iter_at_offset(imhtml->text_buffer, &sel, sel_offset); | |
| 1755 gtk_text_buffer_move_mark(imhtml->text_buffer, gtk_text_buffer_get_selection_bound(imhtml->text_buffer), &sel); | |
| 1756 } | |
| 1757 | |
| 1758 if (!(options & GTK_IMHTML_NO_SCROLL)) { | |
| 8729 | 1759 gtk_imhtml_scroll_to_end(imhtml); |
| 8677 | 1760 } |
| 1761 } | |
| 1762 | |
| 8729 | 1763 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml) |
| 1764 { | |
| 1765 GtkTextIter iter; | |
| 1766 /* If this seems backwards at first glance, well it's not. | |
| 1767 * It means scroll such that the mark is closest to the top, | |
| 1768 * and closest to the right as possible. Remember kids, you have | |
| 1769 * to scroll left to move a given spot closest to the right, | |
| 1770 * and scroll down to move a spot closest to the top. | |
| 1771 */ | |
| 1772 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &iter); | |
| 1773 gtk_text_iter_set_line_offset(&iter, 0); | |
| 1774 gtk_text_buffer_move_mark(imhtml->text_buffer, imhtml->scrollpoint, &iter); | |
| 1775 gtk_text_view_scroll_to_mark(GTK_TEXT_VIEW(imhtml), imhtml->scrollpoint, | |
| 1776 0, TRUE, 1.0, 0.0); | |
| 1777 } | |
| 1778 | |
| 8677 | 1779 void gtk_imhtml_insert_html_at_iter(GtkIMHtml *imhtml, |
| 1780 const gchar *text, | |
| 1781 GtkIMHtmlOptions options, | |
| 1782 GtkTextIter *iter) | |
| 1783 { | |
| 8061 | 1784 GdkRectangle rect; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1785 gint pos = 0; |
| 3922 | 1786 gchar *ws; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1787 gchar *tag; |
| 3922 | 1788 gchar *bg = NULL; |
| 6982 | 1789 gint len; |
| 4032 | 1790 gint tlen, smilelen, wpos=0; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1791 gint type; |
| 3922 | 1792 const gchar *c; |
| 7280 | 1793 gchar *amp; |
| 8334 | 1794 gint len_protocol; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1795 |
| 1428 | 1796 guint bold = 0, |
| 1797 italics = 0, | |
| 1798 underline = 0, | |
| 1799 strike = 0, | |
| 1800 sub = 0, | |
| 1801 sup = 0, | |
|
1691
d802b115800f
[gaim-migrate @ 1701]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1647
diff
changeset
|
1802 title = 0, |
| 8061 | 1803 pre = 0; |
| 1428 | 1804 |
| 3922 | 1805 GSList *fonts = NULL; |
| 8506 | 1806 GObject *object; |
| 8061 | 1807 GtkIMHtmlScalable *scalable = NULL; |
| 8677 | 1808 |
| 1809 g_return_if_fail (imhtml != NULL); | |
| 1810 g_return_if_fail (GTK_IS_IMHTML (imhtml)); | |
| 1811 g_return_if_fail (text != NULL); | |
| 3922 | 1812 c = text; |
| 6982 | 1813 len = strlen(text); |
| 3922 | 1814 ws = g_malloc(len + 1); |
| 1815 ws[0] = 0; | |
| 1428 | 1816 |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1817 while (pos < len) { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1818 if (*c == '<' && gtk_imhtml_is_tag (c + 1, &tag, &tlen, &type)) { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1819 c++; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1820 pos++; |
| 8061 | 1821 ws[wpos] = '\0'; |
| 1822 switch (type) | |
| 3922 | 1823 { |
| 1824 case 1: /* B */ | |
| 1825 case 2: /* BOLD */ | |
| 5101 | 1826 case 54: /* STRONG */ |
| 8677 | 1827 |
| 1828 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); | |
| 1829 | |
| 1830 if ((bold == 0) && (imhtml->format_functions & GTK_IMHTML_BOLD)) | |
| 8061 | 1831 gtk_imhtml_toggle_bold(imhtml); |
| 3922 | 1832 bold++; |
| 8061 | 1833 ws[0] = '\0'; wpos = 0; |
| 3922 | 1834 break; |
| 1835 case 3: /* /B */ | |
| 1836 case 4: /* /BOLD */ | |
| 5101 | 1837 case 55: /* /STRONG */ |
| 8677 | 1838 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1839 ws[0] = '\0'; wpos = 0; |
| 1840 | |
| 3922 | 1841 if (bold) |
| 1842 bold--; | |
| 8677 | 1843 if ((bold == 0) && (imhtml->format_functions & GTK_IMHTML_BOLD) && !imhtml->wbfo) |
| 8061 | 1844 gtk_imhtml_toggle_bold(imhtml); |
| 3922 | 1845 break; |
| 1846 case 5: /* I */ | |
| 1847 case 6: /* ITALIC */ | |
| 5101 | 1848 case 52: /* EM */ |
| 8677 | 1849 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1850 ws[0] = '\0'; wpos = 0; |
| 8677 | 1851 if ((italics == 0) && (imhtml->format_functions & GTK_IMHTML_ITALIC)) |
| 8061 | 1852 gtk_imhtml_toggle_italic(imhtml); |
| 3922 | 1853 italics++; |
| 1854 break; | |
| 1855 case 7: /* /I */ | |
| 1856 case 8: /* /ITALIC */ | |
| 5101 | 1857 case 53: /* /EM */ |
| 8677 | 1858 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1859 ws[0] = '\0'; wpos = 0; |
| 3922 | 1860 if (italics) |
| 1861 italics--; | |
| 8677 | 1862 if ((italics == 0) && (imhtml->format_functions & GTK_IMHTML_ITALIC) && !imhtml->wbfo) |
| 8061 | 1863 gtk_imhtml_toggle_italic(imhtml); |
| 3922 | 1864 break; |
| 1865 case 9: /* U */ | |
| 1866 case 10: /* UNDERLINE */ | |
| 8677 | 1867 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1868 ws[0] = '\0'; wpos = 0; |
| 8677 | 1869 if ((underline == 0) && (imhtml->format_functions & GTK_IMHTML_UNDERLINE)) |
| 8061 | 1870 gtk_imhtml_toggle_underline(imhtml); |
| 3922 | 1871 underline++; |
| 1872 break; | |
| 1873 case 11: /* /U */ | |
| 1874 case 12: /* /UNDERLINE */ | |
| 8677 | 1875 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1876 ws[0] = '\0'; wpos = 0; |
| 3922 | 1877 if (underline) |
| 1878 underline--; | |
| 8677 | 1879 if ((underline == 0) && (imhtml->format_functions & GTK_IMHTML_UNDERLINE) && !imhtml->wbfo) |
| 8061 | 1880 gtk_imhtml_toggle_underline(imhtml); |
| 3922 | 1881 break; |
| 1882 case 13: /* S */ | |
| 1883 case 14: /* STRIKE */ | |
| 8677 | 1884 /* FIXME: reimplement this */ |
| 3922 | 1885 strike++; |
| 1886 break; | |
| 1887 case 15: /* /S */ | |
| 1888 case 16: /* /STRIKE */ | |
| 8677 | 1889 /* FIXME: reimplement this */ |
| 3922 | 1890 if (strike) |
| 1891 strike--; | |
| 1892 break; | |
| 1893 case 17: /* SUB */ | |
| 8677 | 1894 /* FIXME: reimpliment this */ |
| 3922 | 1895 sub++; |
| 1896 break; | |
| 1897 case 18: /* /SUB */ | |
| 8677 | 1898 /* FIXME: reimpliment this */ |
| 3922 | 1899 if (sub) |
| 1900 sub--; | |
| 1901 break; | |
| 1902 case 19: /* SUP */ | |
| 8677 | 1903 /* FIXME: reimplement this */ |
| 3922 | 1904 sup++; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1905 break; |
| 3922 | 1906 case 20: /* /SUP */ |
| 8677 | 1907 /* FIXME: reimplement this */ |
| 3922 | 1908 if (sup) |
| 1909 sup--; | |
| 1910 break; | |
| 1911 case 21: /* PRE */ | |
| 8677 | 1912 /* FIXME: reimplement this */ |
| 3922 | 1913 pre++; |
| 1914 break; | |
| 1915 case 22: /* /PRE */ | |
| 8677 | 1916 /* FIXME: reimplement this */ |
| 3922 | 1917 if (pre) |
| 1918 pre--; | |
| 1919 break; | |
| 1920 case 23: /* TITLE */ | |
| 8677 | 1921 /* FIXME: what was this supposed to do anyway? */ |
| 3922 | 1922 title++; |
| 1923 break; | |
| 1924 case 24: /* /TITLE */ | |
| 8677 | 1925 /* FIXME: make this undo whatever 23 was supposed to do */ |
| 3922 | 1926 if (title) { |
| 1927 if (options & GTK_IMHTML_NO_TITLE) { | |
| 1928 wpos = 0; | |
| 1929 ws [wpos] = '\0'; | |
| 1930 } | |
| 1931 title--; | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
1932 } |
| 3922 | 1933 break; |
| 1934 case 25: /* BR */ | |
| 5174 | 1935 case 58: /* BR/ */ |
| 8061 | 1936 case 61: /* BR (opt) */ |
| 3922 | 1937 ws[wpos] = '\n'; |
| 1938 wpos++; | |
| 6982 | 1939 break; |
| 3922 | 1940 case 26: /* HR */ |
| 1941 case 42: /* HR (opt) */ | |
| 8726 | 1942 { |
| 1943 int minus; | |
| 1944 | |
| 3922 | 1945 ws[wpos++] = '\n'; |
| 8677 | 1946 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 1947 | |
| 5967 | 1948 scalable = gtk_imhtml_hr_new(); |
| 8061 | 1949 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); |
| 8677 | 1950 scalable->add_to(scalable, imhtml, iter); |
| 8726 | 1951 minus = gtk_text_view_get_left_margin(GTK_TEXT_VIEW(imhtml)) + |
| 1952 gtk_text_view_get_right_margin(GTK_TEXT_VIEW(imhtml)); | |
| 1953 scalable->scale(scalable, rect.width - minus, rect.height); | |
| 8061 | 1954 imhtml->scalables = g_list_append(imhtml->scalables, scalable); |
| 1955 ws[0] = '\0'; wpos = 0; | |
| 7942 | 1956 ws[wpos++] = '\n'; |
| 8061 | 1957 |
| 3922 | 1958 break; |
| 8726 | 1959 } |
| 3922 | 1960 case 27: /* /FONT */ |
| 8677 | 1961 if (fonts && !imhtml->wbfo) { |
| 5967 | 1962 GtkIMHtmlFontDetail *font = fonts->data; |
| 8677 | 1963 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 1964 ws[0] = '\0'; wpos = 0; |
| 8177 | 1965 /* NEW_BIT (NEW_TEXT_BIT); */ |
| 8677 | 1966 |
| 8698 | 1967 if (font->face && (imhtml->format_functions & GTK_IMHTML_FACE)) { |
| 8061 | 1968 gtk_imhtml_toggle_fontface(imhtml, NULL); |
| 3922 | 1969 g_free (font->face); |
| 8061 | 1970 } |
| 8698 | 1971 if (font->fore && (imhtml->format_functions & GTK_IMHTML_FORECOLOR)) { |
| 8061 | 1972 gtk_imhtml_toggle_forecolor(imhtml, NULL); |
| 3922 | 1973 g_free (font->fore); |
| 8061 | 1974 } |
| 8698 | 1975 if (font->back && (imhtml->format_functions & GTK_IMHTML_BACKCOLOR)) { |
| 8061 | 1976 gtk_imhtml_toggle_backcolor(imhtml, NULL); |
| 3922 | 1977 g_free (font->back); |
| 8061 | 1978 } |
| 4032 | 1979 if (font->sml) |
| 1980 g_free (font->sml); | |
| 3922 | 1981 g_free (font); |
| 8309 | 1982 |
| 8698 | 1983 if ((font->size != 3) && (imhtml->format_functions & (GTK_IMHTML_GROW|GTK_IMHTML_SHRINK))) |
| 8309 | 1984 gtk_imhtml_font_set_size(imhtml, 3); |
| 1985 | |
| 1986 fonts = fonts->next; | |
| 1987 if (fonts) { | |
| 1988 GtkIMHtmlFontDetail *font = fonts->data; | |
| 8677 | 1989 |
| 8698 | 1990 if (font->face && (imhtml->format_functions & GTK_IMHTML_FACE)) |
| 8309 | 1991 gtk_imhtml_toggle_fontface(imhtml, font->face); |
| 8698 | 1992 if (font->fore && (imhtml->format_functions & GTK_IMHTML_FORECOLOR)) |
| 8309 | 1993 gtk_imhtml_toggle_forecolor(imhtml, font->fore); |
| 8698 | 1994 if (font->back && (imhtml->format_functions & GTK_IMHTML_BACKCOLOR)) |
| 8309 | 1995 gtk_imhtml_toggle_backcolor(imhtml, font->back); |
| 8698 | 1996 if ((font->size != 3) && (imhtml->format_functions & (GTK_IMHTML_GROW|GTK_IMHTML_SHRINK))) |
| 8309 | 1997 gtk_imhtml_font_set_size(imhtml, font->size); |
| 1998 } | |
| 3922 | 1999 } |
| 8309 | 2000 break; |
| 3922 | 2001 case 28: /* /A */ |
| 8677 | 2002 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 2003 gtk_imhtml_toggle_link(imhtml, NULL); | |
| 2004 ws[0] = '\0'; wpos = 0; | |
| 8061 | 2005 break; |
| 8118 | 2006 |
| 3922 | 2007 case 29: /* P */ |
| 2008 case 30: /* /P */ | |
| 2009 case 31: /* H3 */ | |
| 2010 case 32: /* /H3 */ | |
| 2011 case 33: /* HTML */ | |
| 2012 case 34: /* /HTML */ | |
| 2013 case 35: /* BODY */ | |
| 2014 case 36: /* /BODY */ | |
| 2015 case 37: /* FONT */ | |
| 2016 case 38: /* HEAD */ | |
| 2017 case 39: /* /HEAD */ | |
| 6982 | 2018 case 40: /* BINARY */ |
| 2019 case 41: /* /BINARY */ | |
| 3922 | 2020 break; |
| 2021 case 43: /* FONT (opt) */ | |
| 2022 { | |
| 4032 | 2023 gchar *color, *back, *face, *size, *sml; |
| 5967 | 2024 GtkIMHtmlFontDetail *font, *oldfont = NULL; |
| 3922 | 2025 color = gtk_imhtml_get_html_opt (tag, "COLOR="); |
| 2026 back = gtk_imhtml_get_html_opt (tag, "BACK="); | |
| 2027 face = gtk_imhtml_get_html_opt (tag, "FACE="); | |
| 2028 size = gtk_imhtml_get_html_opt (tag, "SIZE="); | |
| 4032 | 2029 sml = gtk_imhtml_get_html_opt (tag, "SML="); |
| 2030 if (!(color || back || face || size || sml)) | |
| 3922 | 2031 break; |
| 8061 | 2032 |
| 8677 | 2033 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 2034 ws[0] = '\0'; wpos = 0; |
| 2035 | |
| 5967 | 2036 font = g_new0 (GtkIMHtmlFontDetail, 1); |
| 3922 | 2037 if (fonts) |
| 2038 oldfont = fonts->data; | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2039 |
| 8677 | 2040 if (color && !(options & GTK_IMHTML_NO_COLOURS) && (imhtml->format_functions & GTK_IMHTML_FORECOLOR)) { |
| 3922 | 2041 font->fore = color; |
| 8061 | 2042 gtk_imhtml_toggle_forecolor(imhtml, font->fore); |
| 8677 | 2043 } |
| 8309 | 2044 //else if (oldfont && oldfont->fore) |
| 2045 // font->fore = g_strdup(oldfont->fore); | |
| 8677 | 2046 |
| 2047 if (back && !(options & GTK_IMHTML_NO_COLOURS) && (imhtml->format_functions & GTK_IMHTML_BACKCOLOR)) { | |
| 3922 | 2048 font->back = back; |
| 8061 | 2049 gtk_imhtml_toggle_backcolor(imhtml, font->back); |
| 8309 | 2050 } |
| 2051 //else if (oldfont && oldfont->back) | |
| 2052 // font->back = g_strdup(oldfont->back); | |
| 8677 | 2053 |
| 2054 if (face && !(options & GTK_IMHTML_NO_FONTS) && (imhtml->format_functions & GTK_IMHTML_FACE)) { | |
| 3922 | 2055 font->face = face; |
| 8061 | 2056 gtk_imhtml_toggle_fontface(imhtml, font->face); |
| 8309 | 2057 } |
| 2058 //else if (oldfont && oldfont->face) | |
| 2059 // font->face = g_strdup(oldfont->face); | |
| 4032 | 2060 |
| 2061 if (sml) | |
| 2062 font->sml = sml; | |
| 2063 else if (oldfont && oldfont->sml) | |
| 2064 font->sml = g_strdup(oldfont->sml); | |
| 2065 | |
| 8677 | 2066 if (size && !(options & GTK_IMHTML_NO_SIZES) && (imhtml->format_functions & (GTK_IMHTML_GROW|GTK_IMHTML_SHRINK))) { |
| 3922 | 2067 if (*size == '+') { |
| 2068 sscanf (size + 1, "%hd", &font->size); | |
| 2069 font->size += 3; | |
| 2070 } else if (*size == '-') { | |
| 2071 sscanf (size + 1, "%hd", &font->size); | |
| 2072 font->size = MAX (0, 3 - font->size); | |
| 2073 } else if (isdigit (*size)) { | |
| 2074 sscanf (size, "%hd", &font->size); | |
| 8061 | 2075 } |
| 6042 | 2076 if (font->size > 100) |
| 2077 font->size = 100; | |
| 3922 | 2078 } else if (oldfont) |
| 2079 font->size = oldfont->size; | |
| 8309 | 2080 else |
| 2081 font->size = 3; | |
| 8698 | 2082 if ((imhtml->format_functions & (GTK_IMHTML_GROW|GTK_IMHTML_SHRINK))) |
| 2083 gtk_imhtml_font_set_size(imhtml, font->size); | |
| 3922 | 2084 g_free(size); |
| 2085 fonts = g_slist_prepend (fonts, font); | |
| 2086 } | |
| 2087 break; | |
| 2088 case 44: /* BODY (opt) */ | |
| 2089 if (!(options & GTK_IMHTML_NO_COLOURS)) { | |
| 2090 char *bgcolor = gtk_imhtml_get_html_opt (tag, "BGCOLOR="); | |
| 8677 | 2091 if (bgcolor && (imhtml->format_functions & GTK_IMHTML_BACKCOLOR)) { |
| 2092 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); | |
| 8061 | 2093 ws[0] = '\0'; wpos = 0; |
| 8177 | 2094 /* NEW_BIT(NEW_TEXT_BIT); */ |
| 3922 | 2095 if (bg) |
| 2096 g_free(bg); | |
| 2097 bg = bgcolor; | |
| 8061 | 2098 gtk_imhtml_toggle_backcolor(imhtml, bg); |
|
2885
f72efa29c109
[gaim-migrate @ 2898]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2871
diff
changeset
|
2099 } |
| 1428 | 2100 } |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2101 break; |
| 3922 | 2102 case 45: /* A (opt) */ |
| 2103 { | |
| 2104 gchar *href = gtk_imhtml_get_html_opt (tag, "HREF="); | |
| 8677 | 2105 if (href && (imhtml->format_functions & GTK_IMHTML_LINK)) { |
| 2106 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); | |
| 8061 | 2107 ws[0] = '\0'; wpos = 0; |
| 8677 | 2108 gtk_imhtml_toggle_link(imhtml, href); |
| 3922 | 2109 } |
| 2993 | 2110 } |
| 3922 | 2111 break; |
| 4895 | 2112 case 46: /* IMG (opt) */ |
| 6982 | 2113 case 59: /* IMG */ |
| 4895 | 2114 { |
| 8677 | 2115 #if 0 |
| 2116 /* disabling this for now, it's easy to add it back... */ | |
| 6982 | 2117 GdkPixbuf *img = NULL; |
| 2118 const gchar *filename = NULL; | |
| 4895 | 2119 |
| 8677 | 2120 if (!(imhtml->format_functions & GTK_IMHTML_IMAGE)) |
| 2121 break; | |
| 2122 | |
| 6982 | 2123 if (images && images->data) { |
| 2124 img = images->data; | |
| 2125 images = images->next; | |
| 2126 filename = g_object_get_data(G_OBJECT(img), "filename"); | |
| 2127 g_object_ref(G_OBJECT(img)); | |
| 2128 } else { | |
| 2129 img = gtk_widget_render_icon(GTK_WIDGET(imhtml), | |
| 2130 GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_BUTTON, | |
| 2131 "gtkimhtml-missing-image"); | |
| 2132 } | |
| 4895 | 2133 |
| 6982 | 2134 scalable = gtk_imhtml_image_new(img, filename); |
| 8177 | 2135 /* NEW_BIT(NEW_SCALABLE_BIT); */ |
| 8677 | 2136 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); |
| 2137 scalable->add_to(scalable, imhtml, iter); | |
| 2138 scalable->scale(scalable, rect.width, rect.height); | |
| 2139 imhtml->scalables = g_list_append(imhtml->scalables, scalable); | |
| 2140 | |
| 6982 | 2141 g_object_unref(G_OBJECT(img)); |
| 8677 | 2142 #endif |
| 4895 | 2143 } |
| 3922 | 2144 case 47: /* P (opt) */ |
| 2145 case 48: /* H3 (opt) */ | |
| 5093 | 2146 case 49: /* HTML (opt) */ |
| 5101 | 2147 case 50: /* CITE */ |
| 2148 case 51: /* /CITE */ | |
| 8026 | 2149 case 56: /* SPAN (opt) */ |
| 8118 | 2150 /* Inline CSS Support - Douglas Thrift |
| 2151 * | |
| 2152 * color | |
| 8686 | 2153 * background |
| 8118 | 2154 * font-family |
| 2155 * font-size | |
| 8686 | 2156 * text-decoration: underline |
| 8118 | 2157 */ |
| 2158 { | |
| 8686 | 2159 gchar *style, *color, *background, *family, *size; |
| 2160 gchar *textdec; | |
| 8118 | 2161 GtkIMHtmlFontDetail *font, *oldfont = NULL; |
| 2162 style = gtk_imhtml_get_html_opt (tag, "style="); | |
| 2163 | |
| 2164 if (!style) break; | |
| 2165 | |
| 2166 color = gtk_imhtml_get_css_opt (style, "color: "); | |
| 8686 | 2167 background = gtk_imhtml_get_css_opt (style, "background: "); |
| 8118 | 2168 family = gtk_imhtml_get_css_opt (style, |
| 2169 "font-family: "); | |
| 2170 size = gtk_imhtml_get_css_opt (style, "font-size: "); | |
| 8686 | 2171 textdec = gtk_imhtml_get_css_opt (style, "text-decoration: "); |
| 2172 | |
| 2173 if (!(color || family || size || background || textdec)) { | |
| 8120 | 2174 g_free(style); |
| 2175 break; | |
| 2176 } | |
| 8118 | 2177 |
| 8677 | 2178 |
| 2179 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); | |
| 8118 | 2180 ws[0] = '\0'; wpos = 0; |
| 8177 | 2181 /* NEW_BIT (NEW_TEXT_BIT); */ |
| 8118 | 2182 |
| 2183 font = g_new0 (GtkIMHtmlFontDetail, 1); | |
| 2184 if (fonts) | |
| 2185 oldfont = fonts->data; | |
| 2186 | |
| 8677 | 2187 if (color && !(options & GTK_IMHTML_NO_COLOURS) && (imhtml->format_functions & GTK_IMHTML_FORECOLOR)) |
| 8686 | 2188 { |
| 8118 | 2189 font->fore = color; |
| 8686 | 2190 gtk_imhtml_toggle_forecolor(imhtml, font->fore); |
| 2191 } | |
| 8118 | 2192 else if (oldfont && oldfont->fore) |
| 2193 font->fore = g_strdup(oldfont->fore); | |
| 2194 | |
| 8686 | 2195 if (background && !(options & GTK_IMHTML_NO_COLOURS) && (imhtml->format_functions & GTK_IMHTML_BACKCOLOR)) |
| 2196 { | |
| 2197 font->back = background; | |
| 2198 gtk_imhtml_toggle_backcolor(imhtml, font->back); | |
| 2199 } | |
| 2200 else if (oldfont && oldfont->back) | |
| 8118 | 2201 font->back = g_strdup(oldfont->back); |
| 2202 | |
| 8677 | 2203 if (family && !(options & GTK_IMHTML_NO_FONTS) && (imhtml->format_functions & GTK_IMHTML_FACE)) |
| 8686 | 2204 { |
| 8118 | 2205 font->face = family; |
| 8686 | 2206 gtk_imhtml_toggle_fontface(imhtml, font->face); |
| 2207 } | |
| 8118 | 2208 else if (oldfont && oldfont->face) |
| 2209 font->face = g_strdup(oldfont->face); | |
| 2210 if (font->face && (atoi(font->face) > 100)) { | |
| 8677 | 2211 /* WTF is this? */ |
| 8118 | 2212 g_free(font->face); |
| 2213 font->face = g_strdup("100"); | |
| 2214 } | |
| 2215 | |
| 2216 if (oldfont && oldfont->sml) | |
| 2217 font->sml = g_strdup(oldfont->sml); | |
| 2218 | |
| 8677 | 2219 if (size && !(options & GTK_IMHTML_NO_SIZES) && (imhtml->format_functions & (GTK_IMHTML_SHRINK|GTK_IMHTML_GROW))) { |
| 8686 | 2220 if (g_ascii_strcasecmp(size, "xx-small") == 0) |
| 2221 font->size = 1; | |
| 2222 else if (g_ascii_strcasecmp(size, "smaller") == 0 | |
| 2223 || g_ascii_strcasecmp(size, "x-small") == 0) | |
| 8118 | 2224 font->size = 2; |
| 8686 | 2225 else if (g_ascii_strcasecmp(size, "larger") == 0 |
| 2226 || g_ascii_strcasecmp(size, "medium") == 0) | |
| 8118 | 2227 font->size = 4; |
| 8686 | 2228 else if (g_ascii_strcasecmp(size, "large") == 0) |
| 2229 font->size = 5; | |
| 2230 else if (g_ascii_strcasecmp(size, "x-large") == 0) | |
| 2231 font->size = 6; | |
| 2232 else if (g_ascii_strcasecmp(size, "xx-large") == 0) | |
| 2233 font->size = 7; | |
| 8118 | 2234 else |
| 2235 font->size = 3; | |
| 8686 | 2236 gtk_imhtml_font_set_size(imhtml, font->size); |
| 2237 } | |
| 2238 else if (oldfont) | |
| 2239 { | |
| 2240 font->size = oldfont->size; | |
| 2241 } | |
| 2242 | |
| 2243 if (oldfont) | |
| 2244 { | |
| 2245 font->underline = oldfont->underline; | |
| 2246 } | |
| 2247 if (textdec && font->underline != 1 | |
| 8858 | 2248 && size |
| 8686 | 2249 && g_ascii_strcasecmp(size, "underline") == 0 |
| 2250 && (imhtml->format_functions & GTK_IMHTML_UNDERLINE)) | |
| 2251 { | |
| 2252 gtk_imhtml_toggle_underline(imhtml); | |
| 2253 font->underline = 1; | |
| 2254 } | |
| 8118 | 2255 |
| 2256 g_free(style); | |
| 2257 g_free(size); | |
| 2258 fonts = g_slist_prepend (fonts, font); | |
| 2259 } | |
| 2260 break; | |
| 5104 | 2261 case 57: /* /SPAN */ |
| 8118 | 2262 /* Inline CSS Support - Douglas Thrift */ |
| 8677 | 2263 if (fonts && !imhtml->wbfo) { |
| 8686 | 2264 GtkIMHtmlFontDetail *oldfont = NULL; |
| 8118 | 2265 GtkIMHtmlFontDetail *font = fonts->data; |
| 8677 | 2266 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8118 | 2267 ws[0] = '\0'; wpos = 0; |
| 8177 | 2268 /* NEW_BIT (NEW_TEXT_BIT); */ |
| 8118 | 2269 fonts = g_slist_remove (fonts, font); |
| 8692 | 2270 if (fonts) |
| 2271 oldfont = fonts->data; | |
| 2272 | |
| 2273 if (!oldfont) { | |
| 2274 gtk_imhtml_font_set_size(imhtml, 3); | |
| 2275 if (font->underline) | |
| 2276 gtk_imhtml_toggle_underline(imhtml); | |
| 2277 gtk_imhtml_toggle_fontface(imhtml, NULL); | |
| 2278 gtk_imhtml_toggle_forecolor(imhtml, NULL); | |
| 2279 gtk_imhtml_toggle_backcolor(imhtml, NULL); | |
| 8686 | 2280 } |
| 8692 | 2281 else |
| 8686 | 2282 { |
| 8692 | 2283 |
| 2284 if (font->size != oldfont->size) | |
| 2285 gtk_imhtml_font_set_size(imhtml, oldfont->size); | |
| 2286 | |
| 2287 if (font->underline != oldfont->underline) | |
| 2288 gtk_imhtml_toggle_underline(imhtml); | |
| 2289 | |
| 2290 if (!oldfont->face || strcmp(font->face, oldfont->face) != 0) | |
| 2291 gtk_imhtml_toggle_fontface(imhtml, oldfont->face); | |
| 2292 | |
| 2293 if (!oldfont->fore || strcmp(font->fore, oldfont->fore) != 0) | |
| 2294 gtk_imhtml_toggle_forecolor(imhtml, oldfont->fore); | |
| 2295 | |
| 2296 if (!oldfont->back || strcmp(font->back, oldfont->back) != 0) | |
| 2297 gtk_imhtml_toggle_backcolor(imhtml, oldfont->back); | |
| 8686 | 2298 } |
| 8692 | 2299 |
| 2300 g_free (font->face); | |
| 2301 g_free (font->fore); | |
| 2302 g_free (font->back); | |
| 2303 g_free (font->sml); | |
| 2304 | |
| 8118 | 2305 g_free (font); |
| 2306 } | |
| 2307 break; | |
| 8026 | 2308 case 60: /* SPAN */ |
| 2993 | 2309 break; |
| 8061 | 2310 case 62: /* comment */ |
| 8177 | 2311 /* NEW_BIT (NEW_TEXT_BIT); */ |
| 8317 | 2312 ws[wpos] = '\0'; |
| 8677 | 2313 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 2314 | |
| 6124 | 2315 if (imhtml->show_comments) |
| 2316 wpos = g_snprintf (ws, len, "%s", tag); | |
| 8177 | 2317 /* NEW_BIT (NEW_COMMENT_BIT); */ |
| 3922 | 2318 break; |
| 2319 default: | |
| 6882 | 2320 break; |
| 2993 | 2321 } |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2322 c += tlen; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2323 pos += tlen; |
| 4138 | 2324 if(tag) |
| 2325 g_free(tag); /* This was allocated back in VALID_TAG() */ | |
| 8473 | 2326 } else if (imhtml->show_smileys && (gtk_imhtml_is_smiley (imhtml, fonts, c, &smilelen) || gtk_imhtml_is_smiley(imhtml, NULL, c, &smilelen))) { |
| 2327 GtkIMHtmlFontDetail *fd; | |
| 2328 | |
| 2329 gchar *sml = NULL; | |
| 2330 if (fonts) { | |
| 2331 fd = fonts->data; | |
| 2332 sml = fd->sml; | |
| 2333 } | |
| 8677 | 2334 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8505 | 2335 wpos = g_snprintf (ws, smilelen + 1, "%s", c); |
| 8473 | 2336 |
| 8677 | 2337 gtk_imhtml_insert_smiley_at_iter(imhtml, sml, ws, iter); |
| 8473 | 2338 |
| 8505 | 2339 c += smilelen; |
| 2340 pos += smilelen; | |
| 8473 | 2341 wpos = 0; |
| 2342 ws[0] = 0; | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2343 } else if (*c == '&' && gtk_imhtml_is_amp_escape (c, &, &tlen)) { |
| 7280 | 2344 while(*amp) { |
| 2345 ws [wpos++] = *amp++; | |
| 2346 } | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2347 c += tlen; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2348 pos += tlen; |
| 1428 | 2349 } else if (*c == '\n') { |
| 2350 if (!(options & GTK_IMHTML_NO_NEWLINE)) { | |
| 3922 | 2351 ws[wpos] = '\n'; |
| 2352 wpos++; | |
| 8677 | 2353 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 2354 ws[0] = '\0'; |
| 2355 wpos = 0; | |
| 8177 | 2356 /* NEW_BIT (NEW_TEXT_BIT); */ |
| 1428 | 2357 } |
| 2358 c++; | |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2359 pos++; |
| 8334 | 2360 } else if ((len_protocol = gtk_imhtml_is_protocol(c)) > 0){ |
| 2361 while(len_protocol--){ | |
| 8677 | 2362 /* Skip the next len_protocol characters, but make sure they're |
| 8334 | 2363 copied into the ws array. |
| 2364 */ | |
| 2365 ws [wpos++] = *c++; | |
| 2366 pos++; | |
| 2367 } | |
| 8061 | 2368 } else if (*c) { |
| 1428 | 2369 ws [wpos++] = *c++; |
|
2856
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2370 pos++; |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2371 } else { |
|
b1e300a85678
[gaim-migrate @ 2869]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2826
diff
changeset
|
2372 break; |
| 1428 | 2373 } |
| 2374 } | |
| 8677 | 2375 gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); |
| 8061 | 2376 ws[0] = '\0'; wpos = 0; |
| 2377 | |
| 8177 | 2378 /* NEW_BIT(NEW_TEXT_BIT); */ |
| 8061 | 2379 |
| 4032 | 2380 while (fonts) { |
| 5967 | 2381 GtkIMHtmlFontDetail *font = fonts->data; |
| 4032 | 2382 fonts = g_slist_remove (fonts, font); |
| 2383 if (font->face) | |
| 2384 g_free (font->face); | |
| 2385 if (font->fore) | |
| 2386 g_free (font->fore); | |
| 2387 if (font->back) | |
| 2388 g_free (font->back); | |
| 2389 if (font->sml) | |
| 2390 g_free (font->sml); | |
| 2391 g_free (font); | |
| 8677 | 2392 //if (str) |
| 2393 // str = g_string_append (str, "</FONT>"); | |
| 4032 | 2394 } |
| 8677 | 2395 #if 0 |
| 3922 | 2396 if (str) { |
| 1428 | 2397 while (bold) { |
| 8677 | 2398 // str = g_string_append (str, "</B>"); |
| 1428 | 2399 bold--; |
| 2400 } | |
| 2401 while (italics) { | |
| 8677 | 2402 // str = g_string_append (str, "</I>"); |
| 1428 | 2403 italics--; |
| 2404 } | |
| 2405 while (underline) { | |
| 8677 | 2406 //str = g_string_append (str, "</U>"); |
| 1428 | 2407 underline--; |
| 2408 } | |
| 2409 while (strike) { | |
| 8677 | 2410 //str = g_string_append (str, "</S>"); |
| 1428 | 2411 strike--; |
| 2412 } | |
| 2413 while (sub) { | |
| 8677 | 2414 //str = g_string_append (str, "</SUB>"); |
| 1428 | 2415 sub--; |
| 2416 } | |
| 2417 while (sup) { | |
| 8677 | 2418 //str = g_string_append (str, "</SUP>"); |
| 1428 | 2419 sup--; |
| 2420 } | |
| 2421 while (title) { | |
| 8677 | 2422 //str = g_string_append (str, "</TITLE>"); |
| 1428 | 2423 title--; |
| 2424 } | |
|
1691
d802b115800f
[gaim-migrate @ 1701]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1647
diff
changeset
|
2425 while (pre) { |
| 8677 | 2426 //str = g_string_append (str, "</PRE>"); |
|
1691
d802b115800f
[gaim-migrate @ 1701]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1647
diff
changeset
|
2427 pre--; |
|
d802b115800f
[gaim-migrate @ 1701]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1647
diff
changeset
|
2428 } |
| 1428 | 2429 } |
| 8677 | 2430 #endif |
| 4032 | 2431 g_free (ws); |
| 4630 | 2432 if(bg) |
| 2433 g_free(bg); | |
| 8677 | 2434 |
| 2435 if (!imhtml->wbfo) | |
| 8698 | 2436 gtk_imhtml_close_tags(imhtml, iter); |
| 8506 | 2437 |
| 2438 object = g_object_ref(G_OBJECT(imhtml)); | |
| 2439 g_signal_emit(object, signals[UPDATE_FORMAT], 0); | |
| 2440 g_object_unref(object); | |
| 2441 | |
| 3922 | 2442 } |
| 2443 | |
| 4892 | 2444 void gtk_imhtml_remove_smileys(GtkIMHtml *imhtml) |
| 2445 { | |
| 4288 | 2446 g_hash_table_destroy(imhtml->smiley_data); |
| 2447 gtk_smiley_tree_destroy(imhtml->default_smilies); | |
| 4892 | 2448 imhtml->smiley_data = g_hash_table_new_full(g_str_hash, g_str_equal, |
| 4902 | 2449 g_free, (GDestroyNotify)gtk_smiley_tree_destroy); |
| 4288 | 2450 imhtml->default_smilies = gtk_smiley_tree_new(); |
| 2451 } | |
| 8481 | 2452 |
| 3922 | 2453 void gtk_imhtml_show_smileys (GtkIMHtml *imhtml, |
| 4253 | 2454 gboolean show) |
| 2455 { | |
| 2456 imhtml->show_smileys = show; | |
| 2457 } | |
| 3922 | 2458 |
| 2459 void gtk_imhtml_show_comments (GtkIMHtml *imhtml, | |
| 4253 | 2460 gboolean show) |
| 2461 { | |
| 6124 | 2462 imhtml->show_comments = show; |
| 4253 | 2463 } |
|
1780
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1738
diff
changeset
|
2464 |
| 8456 | 2465 void gtk_imhtml_html_shortcuts (GtkIMHtml *imhtml, |
| 2466 gboolean allow) | |
| 2467 { | |
| 2468 imhtml->html_shortcuts = allow; | |
| 2469 } | |
| 2470 | |
| 2471 void gtk_imhtml_smiley_shortcuts (GtkIMHtml *imhtml, | |
| 2472 gboolean allow) | |
| 2473 { | |
| 2474 imhtml->smiley_shortcuts = allow; | |
| 2475 } | |
| 2476 | |
| 2477 void | |
| 2478 gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, gchar *protocol_name) { | |
| 2479 imhtml->protocol_name = protocol_name; | |
| 2480 } | |
| 2481 | |
|
1780
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1738
diff
changeset
|
2482 void |
|
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1738
diff
changeset
|
2483 gtk_imhtml_clear (GtkIMHtml *imhtml) |
|
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1738
diff
changeset
|
2484 { |
| 7991 | 2485 GList *del; |
| 3922 | 2486 GtkTextIter start, end; |
| 8427 | 2487 GObject *object = g_object_ref(G_OBJECT(imhtml)); |
| 7991 | 2488 |
| 3922 | 2489 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &start); |
| 2490 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &end); | |
| 2491 gtk_text_buffer_delete(imhtml->text_buffer, &start, &end); | |
| 7991 | 2492 |
| 2493 for(del = imhtml->scalables; del; del = del->next) { | |
| 2494 GtkIMHtmlScalable *scale = del->data; | |
| 2495 scale->free(scale); | |
| 2496 } | |
| 2497 g_list_free(imhtml->scalables); | |
| 2498 imhtml->scalables = NULL; | |
| 8061 | 2499 |
| 8719 | 2500 gtk_imhtml_close_tags(imhtml, &start); |
| 8481 | 2501 |
| 8427 | 2502 g_signal_emit(object, signals[CLEAR_FORMAT], 0); |
| 2503 g_object_unref(object); | |
|
1780
d7cbedd1d651
[gaim-migrate @ 1790]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1738
diff
changeset
|
2504 } |
|
2363
08c66712364c
[gaim-migrate @ 2376]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2349
diff
changeset
|
2505 |
| 4046 | 2506 void gtk_imhtml_page_up (GtkIMHtml *imhtml) |
| 2507 { | |
| 5282 | 2508 GdkRectangle rect; |
| 2509 GtkTextIter iter; | |
| 4046 | 2510 |
| 5282 | 2511 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); |
| 2512 gtk_text_view_get_iter_at_location(GTK_TEXT_VIEW(imhtml), &iter, rect.x, | |
| 2513 rect.y - rect.height); | |
| 2514 gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(imhtml), &iter, 0, TRUE, 0, 0); | |
| 8061 | 2515 |
| 4046 | 2516 } |
| 5282 | 2517 void gtk_imhtml_page_down (GtkIMHtml *imhtml) |
| 2518 { | |
| 2519 GdkRectangle rect; | |
| 2520 GtkTextIter iter; | |
| 2521 | |
| 2522 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); | |
| 2523 gtk_text_view_get_iter_at_location(GTK_TEXT_VIEW(imhtml), &iter, rect.x, | |
| 2524 rect.y + rect.height); | |
| 2525 gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(imhtml), &iter, 0, TRUE, 0, 0); | |
| 2526 } | |
| 4735 | 2527 |
| 5967 | 2528 /* GtkIMHtmlScalable, gtk_imhtml_image, gtk_imhtml_hr */ |
| 6982 | 2529 GtkIMHtmlScalable *gtk_imhtml_image_new(GdkPixbuf *img, const gchar *filename) |
| 4735 | 2530 { |
| 5967 | 2531 GtkIMHtmlImage *im_image = g_malloc(sizeof(GtkIMHtmlImage)); |
| 5012 | 2532 GtkImage *image = GTK_IMAGE(gtk_image_new_from_pixbuf(img)); |
| 4895 | 2533 |
| 5967 | 2534 GTK_IMHTML_SCALABLE(im_image)->scale = gtk_imhtml_image_scale; |
| 2535 GTK_IMHTML_SCALABLE(im_image)->add_to = gtk_imhtml_image_add_to; | |
| 2536 GTK_IMHTML_SCALABLE(im_image)->free = gtk_imhtml_image_free; | |
| 5046 | 2537 |
| 2538 im_image->pixbuf = img; | |
| 5012 | 2539 im_image->image = image; |
| 4895 | 2540 im_image->width = gdk_pixbuf_get_width(img); |
| 2541 im_image->height = gdk_pixbuf_get_height(img); | |
| 2542 im_image->mark = NULL; | |
| 6982 | 2543 im_image->filename = filename ? g_strdup(filename) : NULL; |
| 4895 | 2544 |
| 5046 | 2545 g_object_ref(img); |
| 4895 | 2546 return GTK_IMHTML_SCALABLE(im_image); |
| 2547 } | |
| 2548 | |
| 5967 | 2549 void gtk_imhtml_image_scale(GtkIMHtmlScalable *scale, int width, int height) |
| 4895 | 2550 { |
| 5967 | 2551 GtkIMHtmlImage *image = (GtkIMHtmlImage *)scale; |
| 4895 | 2552 |
| 2553 if(image->width > width || image->height > height){ | |
| 2554 GdkPixbuf *new_image = NULL; | |
| 2555 float factor; | |
| 2556 int new_width = image->width, new_height = image->height; | |
| 2557 | |
| 8588 | 2558 if(image->width > (width - 2)){ |
| 4895 | 2559 factor = (float)(width)/image->width; |
| 2560 new_width = width; | |
| 2561 new_height = image->height * factor; | |
| 2562 } | |
| 8588 | 2563 if(new_height >= (height - 2)){ |
| 4895 | 2564 factor = (float)(height)/new_height; |
| 2565 new_height = height; | |
| 2566 new_width = new_width * factor; | |
| 2567 } | |
| 2568 | |
| 5046 | 2569 new_image = gdk_pixbuf_scale_simple(image->pixbuf, new_width, new_height, GDK_INTERP_BILINEAR); |
| 5012 | 2570 gtk_image_set_from_pixbuf(image->image, new_image); |
| 4895 | 2571 g_object_unref(G_OBJECT(new_image)); |
| 2572 } | |
| 2573 } | |
| 2574 | |
| 5012 | 2575 static void write_img_to_file(GtkWidget *w, GtkFileSelection *sel) |
| 2576 { | |
| 2577 const gchar *filename = gtk_file_selection_get_filename(sel); | |
| 5967 | 2578 gchar *dirname; |
| 2579 GtkIMHtmlImage *image = g_object_get_data(G_OBJECT(sel), "GtkIMHtmlImage"); | |
| 5012 | 2580 gchar *type = NULL; |
| 5019 | 2581 GError *error = NULL; |
| 5015 | 2582 #if GTK_CHECK_VERSION(2,2,0) |
| 5012 | 2583 GSList *formats = gdk_pixbuf_get_formats(); |
| 6162 | 2584 #else |
| 2585 char *basename = g_path_get_basename(filename); | |
| 2586 char *ext = strrchr(basename, '.'); | |
| 5959 | 2587 #endif |
| 5012 | 2588 |
| 5967 | 2589 if (g_file_test(filename, G_FILE_TEST_IS_DIR)) { |
| 2590 /* append a / if needed */ | |
| 2591 if (filename[strlen(filename) - 1] != '/') { | |
| 2592 dirname = g_strconcat(filename, "/", NULL); | |
| 2593 } else { | |
| 2594 dirname = g_strdup(filename); | |
| 2595 } | |
| 2596 gtk_file_selection_set_filename(sel, dirname); | |
| 2597 g_free(dirname); | |
| 5959 | 2598 return; |
| 5967 | 2599 } |
| 5959 | 2600 |
| 2601 #if GTK_CHECK_VERSION(2,2,0) | |
| 5012 | 2602 while(formats){ |
| 2603 GdkPixbufFormat *format = formats->data; | |
| 2604 gchar **extensions = gdk_pixbuf_format_get_extensions(format); | |
| 2605 gpointer p = extensions; | |
| 2606 | |
| 2607 while(gdk_pixbuf_format_is_writable(format) && extensions && extensions[0]){ | |
| 2608 gchar *fmt_ext = extensions[0]; | |
| 2609 const gchar* file_ext = filename + strlen(filename) - strlen(fmt_ext); | |
| 2610 | |
| 2611 if(!strcmp(fmt_ext, file_ext)){ | |
| 2612 type = gdk_pixbuf_format_get_name(format); | |
| 2613 break; | |
| 2614 } | |
| 2615 | |
| 2616 extensions++; | |
| 2617 } | |
| 2618 | |
| 2619 g_strfreev(p); | |
| 2620 | |
| 2621 if(type) | |
| 2622 break; | |
| 2623 | |
| 2624 formats = formats->next; | |
| 2625 } | |
| 2626 | |
| 5020 | 2627 g_slist_free(formats); |
| 2628 #else | |
| 2629 /* this is really ugly code, but I think it will work */ | |
| 2630 if(ext) { | |
| 2631 ext++; | |
| 2632 if(!g_ascii_strcasecmp(ext, "jpeg") || !g_ascii_strcasecmp(ext, "jpg")) | |
| 2633 type = g_strdup("jpeg"); | |
| 2634 else if(!g_ascii_strcasecmp(ext, "png")) | |
| 2635 type = g_strdup("png"); | |
| 2636 } | |
| 2637 | |
| 2638 g_free(basename); | |
| 2639 #endif | |
| 2640 | |
| 5012 | 2641 /* If I can't find a valid type, I will just tell the user about it and then assume |
| 2642 it's a png */ | |
| 2643 if(!type){ | |
| 2644 gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, | |
| 5967 | 2645 _("Unable to guess the image type based on the file extension supplied. Defaulting to PNG.")); |
| 5012 | 2646 type = g_strdup("png"); |
| 2647 } | |
| 2648 | |
| 5046 | 2649 gdk_pixbuf_save(image->pixbuf, filename, type, &error, NULL); |
| 5012 | 2650 |
| 2651 if(error){ | |
| 2652 gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, | |
| 2653 _("Error saving image: %s"), error->message); | |
| 2654 g_error_free(error); | |
| 2655 } | |
| 2656 | |
| 2657 g_free(type); | |
| 2658 } | |
| 2659 | |
| 5967 | 2660 static void gtk_imhtml_image_save(GtkWidget *w, GtkIMHtmlImage *image) |
| 5012 | 2661 { |
| 5967 | 2662 GtkWidget *sel = gtk_file_selection_new(_("Save Image")); |
| 5012 | 2663 |
| 6982 | 2664 if (image->filename) |
| 2665 gtk_file_selection_set_filename(GTK_FILE_SELECTION(sel), image->filename); | |
| 5967 | 2666 g_object_set_data(G_OBJECT(sel), "GtkIMHtmlImage", image); |
| 5012 | 2667 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(sel)->ok_button), "clicked", |
| 2668 G_CALLBACK(write_img_to_file), sel); | |
| 2669 | |
| 2670 g_signal_connect_swapped(G_OBJECT(GTK_FILE_SELECTION(sel)->ok_button), "clicked", | |
| 2671 G_CALLBACK(gtk_widget_destroy), sel); | |
| 2672 g_signal_connect_swapped(G_OBJECT(GTK_FILE_SELECTION(sel)->cancel_button), "clicked", | |
| 8061 | 2673 G_CALLBACK(gtk_widget_destroy), sel); |
| 5012 | 2674 |
| 2675 gtk_widget_show(sel); | |
| 2676 } | |
| 2677 | |
| 5967 | 2678 static gboolean gtk_imhtml_image_clicked(GtkWidget *w, GdkEvent *event, GtkIMHtmlImage *image) |
| 5012 | 2679 { |
| 2680 GdkEventButton *event_button = (GdkEventButton *) event; | |
| 2681 | |
| 2682 if (event->type == GDK_BUTTON_RELEASE) { | |
| 2683 if(event_button->button == 3) { | |
| 2684 GtkWidget *img, *item, *menu; | |
| 2685 gchar *text = g_strdup_printf(_("_Save Image...")); | |
| 2686 menu = gtk_menu_new(); | |
| 2687 | |
| 2688 /* buttons and such */ | |
| 2689 img = gtk_image_new_from_stock(GTK_STOCK_SAVE, GTK_ICON_SIZE_MENU); | |
| 2690 item = gtk_image_menu_item_new_with_mnemonic(text); | |
| 2691 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), img); | |
| 5967 | 2692 g_signal_connect(G_OBJECT(item), "activate", G_CALLBACK(gtk_imhtml_image_save), image); |
| 5012 | 2693 gtk_menu_shell_append(GTK_MENU_SHELL(menu), item); |
| 2694 | |
| 2695 gtk_widget_show_all(menu); | |
| 2696 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, | |
| 2697 event_button->button, event_button->time); | |
| 2698 | |
| 2699 g_free(text); | |
| 2700 return TRUE; | |
| 2701 } | |
| 2702 } | |
| 2703 if(event->type == GDK_BUTTON_PRESS && event_button->button == 3) | |
| 2704 return TRUE; /* Clicking the right mouse button on a link shouldn't | |
| 2705 be caught by the regular GtkTextView menu */ | |
| 2706 else | |
| 2707 return FALSE; /* Let clicks go through if we didn't catch anything */ | |
| 2708 | |
| 2709 } | |
| 5967 | 2710 void gtk_imhtml_image_free(GtkIMHtmlScalable *scale) |
| 2711 { | |
| 2712 GtkIMHtmlImage *image = (GtkIMHtmlImage *)scale; | |
| 2713 | |
| 2714 g_object_unref(image->pixbuf); | |
| 6982 | 2715 if (image->filename) |
| 2716 g_free(image->filename); | |
| 5967 | 2717 g_free(scale); |
| 2718 } | |
| 2719 | |
| 2720 void gtk_imhtml_image_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *imhtml, GtkTextIter *iter) | |
| 2721 { | |
| 2722 GtkIMHtmlImage *image = (GtkIMHtmlImage *)scale; | |
| 2723 GtkWidget *box = gtk_event_box_new(); | |
| 2724 GtkTextChildAnchor *anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter); | |
| 2725 | |
| 2726 gtk_container_add(GTK_CONTAINER(box), GTK_WIDGET(image->image)); | |
| 2727 | |
| 2728 gtk_widget_show(GTK_WIDGET(image->image)); | |
| 2729 gtk_widget_show(box); | |
| 2730 | |
| 2731 gtk_text_view_add_child_at_anchor(GTK_TEXT_VIEW(imhtml), box, anchor); | |
| 2732 g_signal_connect(G_OBJECT(box), "event", G_CALLBACK(gtk_imhtml_image_clicked), image); | |
| 2733 } | |
| 2734 | |
| 2735 GtkIMHtmlScalable *gtk_imhtml_hr_new() | |
| 2736 { | |
| 2737 GtkIMHtmlHr *hr = g_malloc(sizeof(GtkIMHtmlHr)); | |
| 2738 | |
| 2739 GTK_IMHTML_SCALABLE(hr)->scale = gtk_imhtml_hr_scale; | |
| 2740 GTK_IMHTML_SCALABLE(hr)->add_to = gtk_imhtml_hr_add_to; | |
| 2741 GTK_IMHTML_SCALABLE(hr)->free = gtk_imhtml_hr_free; | |
| 2742 | |
| 2743 hr->sep = gtk_hseparator_new(); | |
| 2744 gtk_widget_set_size_request(hr->sep, 5000, 2); | |
| 2745 gtk_widget_show(hr->sep); | |
| 2746 | |
| 2747 return GTK_IMHTML_SCALABLE(hr); | |
| 2748 } | |
| 2749 | |
| 2750 void gtk_imhtml_hr_scale(GtkIMHtmlScalable *scale, int width, int height) | |
| 2751 { | |
| 8588 | 2752 gtk_widget_set_size_request(((GtkIMHtmlHr *)scale)->sep, width - 2, 2); |
| 5967 | 2753 } |
| 2754 | |
| 2755 void gtk_imhtml_hr_add_to(GtkIMHtmlScalable *scale, GtkIMHtml *imhtml, GtkTextIter *iter) | |
| 2756 { | |
| 2757 GtkIMHtmlHr *hr = (GtkIMHtmlHr *)scale; | |
| 2758 GtkTextChildAnchor *anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter); | |
| 8698 | 2759 g_object_set_data(G_OBJECT(anchor), "gtkimhtml_htmltext", "<hr>"); |
| 2760 g_object_set_data(G_OBJECT(anchor), "gtkimhtml_plaintext", "\n---\n"); | |
| 5967 | 2761 gtk_text_view_add_child_at_anchor(GTK_TEXT_VIEW(imhtml), hr->sep, anchor); |
| 2762 } | |
| 2763 | |
| 2764 void gtk_imhtml_hr_free(GtkIMHtmlScalable *scale) | |
| 2765 { | |
| 2766 g_free(scale); | |
| 2767 } | |
| 7295 | 2768 |
| 2769 gboolean gtk_imhtml_search_find(GtkIMHtml *imhtml, const gchar *text) | |
| 2770 { | |
| 2771 GtkTextIter iter, start, end; | |
| 2772 gboolean new_search = TRUE; | |
| 2773 | |
| 2774 g_return_val_if_fail(imhtml != NULL, FALSE); | |
| 2775 g_return_val_if_fail(text != NULL, FALSE); | |
| 8061 | 2776 |
| 7295 | 2777 if (imhtml->search_string && !strcmp(text, imhtml->search_string)) |
| 2778 new_search = FALSE; | |
| 8061 | 2779 |
| 7295 | 2780 if (new_search) { |
| 2781 gtk_imhtml_search_clear(imhtml); | |
| 2782 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &iter); | |
| 2783 } else { | |
| 2784 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, | |
| 8061 | 2785 gtk_text_buffer_get_mark(imhtml->text_buffer, "search")); |
| 7295 | 2786 } |
| 2787 imhtml->search_string = g_strdup(text); | |
| 2788 | |
| 7358 | 2789 if (gtk_source_iter_forward_search(&iter, imhtml->search_string, |
| 2790 GTK_SOURCE_SEARCH_VISIBLE_ONLY | GTK_SOURCE_SEARCH_CASE_INSENSITIVE, | |
| 7295 | 2791 &start, &end, NULL)) { |
| 2792 | |
| 2793 gtk_text_view_scroll_to_iter(GTK_TEXT_VIEW(imhtml), &start, 0, TRUE, 0, 0); | |
| 2794 gtk_text_buffer_create_mark(imhtml->text_buffer, "search", &end, FALSE); | |
| 2795 if (new_search) { | |
| 2796 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "search", &iter, &end); | |
| 8061 | 2797 do |
| 7295 | 2798 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "search", &start, &end); |
| 8061 | 2799 while (gtk_source_iter_forward_search(&end, imhtml->search_string, |
| 2800 GTK_SOURCE_SEARCH_VISIBLE_ONLY | | |
| 7358 | 2801 GTK_SOURCE_SEARCH_CASE_INSENSITIVE, |
| 7295 | 2802 &start, &end, NULL)); |
| 2803 } | |
| 2804 return TRUE; | |
| 2805 } | |
| 8061 | 2806 |
| 2807 gtk_imhtml_search_clear(imhtml); | |
| 2808 | |
| 7295 | 2809 return FALSE; |
| 2810 } | |
| 2811 | |
| 2812 void gtk_imhtml_search_clear(GtkIMHtml *imhtml) | |
| 2813 { | |
| 2814 GtkTextIter start, end; | |
| 8061 | 2815 |
| 7295 | 2816 g_return_if_fail(imhtml != NULL); |
| 8061 | 2817 |
| 7295 | 2818 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &start); |
| 2819 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &end); | |
| 2820 | |
| 2821 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "search", &start, &end); | |
| 2822 if (imhtml->search_string) | |
| 2823 g_free(imhtml->search_string); | |
| 2824 imhtml->search_string = NULL; | |
| 2825 } | |
| 8061 | 2826 |
| 8677 | 2827 static GtkTextTag *find_font_forecolor_tag(GtkIMHtml *imhtml, gchar *color) |
| 2828 { | |
| 2829 gchar str[18]; | |
| 2830 GtkTextTag *tag; | |
| 2831 | |
| 2832 g_snprintf(str, sizeof(str), "FORECOLOR %s", color); | |
| 2833 | |
| 2834 tag = gtk_text_tag_table_lookup(gtk_text_buffer_get_tag_table(imhtml->text_buffer), str); | |
| 2835 if (!tag) | |
| 2836 tag = gtk_text_buffer_create_tag(imhtml->text_buffer, str, "foreground", color, NULL); | |
| 2837 | |
| 2838 return tag; | |
| 2839 } | |
| 2840 | |
| 2841 static GtkTextTag *find_font_backcolor_tag(GtkIMHtml *imhtml, gchar *color) | |
| 2842 { | |
| 2843 gchar str[18]; | |
| 2844 GtkTextTag *tag; | |
| 2845 | |
| 2846 g_snprintf(str, sizeof(str), "BACKCOLOR %s", color); | |
| 2847 | |
| 2848 tag = gtk_text_tag_table_lookup(gtk_text_buffer_get_tag_table(imhtml->text_buffer), str); | |
| 2849 if (!tag) | |
| 2850 tag = gtk_text_buffer_create_tag(imhtml->text_buffer, str, "background", color, NULL); | |
| 2851 | |
| 2852 return tag; | |
| 2853 } | |
| 2854 | |
| 2855 static GtkTextTag *find_font_face_tag(GtkIMHtml *imhtml, gchar *face) | |
| 8061 | 2856 { |
| 8677 | 2857 gchar str[256]; |
| 2858 GtkTextTag *tag; | |
| 2859 | |
| 2860 g_snprintf(str, sizeof(str), "FONT FACE %s", face); | |
| 2861 str[255] = '\0'; | |
| 2862 | |
| 2863 tag = gtk_text_tag_table_lookup(gtk_text_buffer_get_tag_table(imhtml->text_buffer), str); | |
| 2864 if (!tag) | |
| 2865 tag = gtk_text_buffer_create_tag(imhtml->text_buffer, str, "family", face, NULL); | |
| 2866 | |
| 2867 return tag; | |
| 2868 } | |
| 2869 | |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2870 static void _init_original_fsize(GtkIMHtml *imhtml) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2871 { |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2872 GtkTextAttributes *attr; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2873 attr = gtk_text_view_get_default_attributes(GTK_TEXT_VIEW(imhtml)); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2874 imhtml->original_fsize = pango_font_description_get_size(attr->font); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2875 gtk_text_attributes_unref(attr); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2876 } |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2877 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2878 static void _recalculate_font_sizes(GtkTextTag *tag, gpointer imhtml) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2879 { |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2880 if (strncmp(tag->name, "FONT SIZE ", 10) == 0) { |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2881 int size; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2882 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2883 size = strtol(tag->name + 10, NULL, 10); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2884 g_object_set(G_OBJECT(tag), "size", |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2885 (gint) (GTK_IMHTML(imhtml)->original_fsize * |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2886 ((double) _point_sizes[size-1] * GTK_IMHTML(imhtml)->zoom)), NULL); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2887 } |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2888 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2889 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2890 } |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2891 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2892 void gtk_imhtml_font_zoom(GtkIMHtml *imhtml, double zoom) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2893 { |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2894 GtkRcStyle *s; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2895 PangoFontDescription *font_desc = pango_font_description_new(); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2896 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2897 imhtml->zoom = zoom; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2898 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2899 if (!imhtml->original_fsize) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2900 _init_original_fsize(imhtml); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2901 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2902 gtk_text_tag_table_foreach(gtk_text_buffer_get_tag_table(imhtml->text_buffer), |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2903 _recalculate_font_sizes, imhtml); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2904 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2905 pango_font_description_set_size(font_desc, (gint)((double) imhtml->original_fsize * zoom)); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2906 |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2907 s = gtk_widget_get_modifier_style(GTK_WIDGET(imhtml)); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2908 s->font_desc = font_desc; |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2909 gtk_widget_modify_style(GTK_WIDGET(imhtml), s); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2910 } |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2911 |
| 8677 | 2912 static GtkTextTag *find_font_size_tag(GtkIMHtml *imhtml, int size) |
| 2913 { | |
| 2914 gchar str[24]; | |
| 2915 GtkTextTag *tag; | |
| 2916 | |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2917 if (!imhtml->original_fsize) |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2918 _init_original_fsize(imhtml); |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2919 |
| 8677 | 2920 g_snprintf(str, sizeof(str), "FONT SIZE %d", size); |
| 2921 str[23] = '\0'; | |
| 2922 | |
| 2923 tag = gtk_text_tag_table_lookup(gtk_text_buffer_get_tag_table(imhtml->text_buffer), str); | |
| 2924 if (!tag) { | |
| 2925 /* For reasons I don't understand, setting "scale" here scaled based on some default | |
| 2926 * size other than my theme's default size. Our size 4 was actually smaller than | |
| 2927 * our size 3 for me. So this works around that oddity. | |
| 2928 */ | |
| 2929 tag = gtk_text_buffer_create_tag(imhtml->text_buffer, str, "size", | |
|
8740
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2930 (gint) (imhtml->original_fsize * |
|
61a090413b93
[gaim-migrate @ 9495]
Christian Hammond <chipx86@chipx86.com>
parents:
8735
diff
changeset
|
2931 ((double) _point_sizes[size-1] * imhtml->zoom)), NULL); |
| 8061 | 2932 } |
| 2933 | |
| 8677 | 2934 return tag; |
| 2935 } | |
| 2936 | |
| 2937 static void remove_tag_by_prefix(GtkIMHtml *imhtml, const GtkTextIter *i, const GtkTextIter *e, | |
| 2938 const char *prefix, guint len, gboolean homo) | |
| 2939 { | |
| 2940 GSList *tags, *l; | |
| 2941 GtkTextIter iter; | |
| 2942 | |
| 2943 tags = gtk_text_iter_get_tags(i); | |
| 2944 | |
| 2945 for (l = tags; l; l = l->next) { | |
| 2946 GtkTextTag *tag = l->data; | |
| 2947 | |
| 2948 if (tag->name && !strncmp(tag->name, prefix, len)) | |
| 2949 gtk_text_buffer_remove_tag(imhtml->text_buffer, tag, i, e); | |
| 8061 | 2950 } |
| 2951 | |
| 8677 | 2952 g_slist_free(tags); |
| 2953 | |
| 2954 if (homo) | |
| 2955 return; | |
| 2956 | |
| 2957 iter = *i; | |
| 2958 | |
| 2959 while (gtk_text_iter_forward_char(&iter) && !gtk_text_iter_equal(&iter, e)) { | |
| 2960 if (gtk_text_iter_begins_tag(&iter, NULL)) { | |
| 2961 tags = gtk_text_iter_get_toggled_tags(&iter, TRUE); | |
| 2962 | |
| 2963 for (l = tags; l; l = l->next) { | |
| 2964 GtkTextTag *tag = l->data; | |
| 2965 | |
| 2966 if (tag->name && !strncmp(tag->name, prefix, len)) | |
| 2967 gtk_text_buffer_remove_tag(imhtml->text_buffer, tag, &iter, e); | |
| 2968 } | |
| 2969 | |
| 2970 g_slist_free(tags); | |
| 2971 } | |
| 8061 | 2972 } |
| 8677 | 2973 } |
| 2974 | |
| 2975 static void remove_font_size(GtkIMHtml *imhtml, GtkTextIter *i, GtkTextIter *e, gboolean homo) | |
| 2976 { | |
| 2977 remove_tag_by_prefix(imhtml, i, e, "FONT SIZE ", 10, homo); | |
| 2978 } | |
| 2979 | |
| 2980 static void remove_font_face(GtkIMHtml *imhtml, GtkTextIter *i, GtkTextIter *e, gboolean homo) | |
| 2981 { | |
| 2982 remove_tag_by_prefix(imhtml, i, e, "FONT FACE ", 10, homo); | |
| 2983 } | |
| 2984 | |
| 2985 static void remove_font_forecolor(GtkIMHtml *imhtml, GtkTextIter *i, GtkTextIter *e, gboolean homo) | |
| 2986 { | |
| 2987 remove_tag_by_prefix(imhtml, i, e, "FORECOLOR ", 10, homo); | |
| 2988 } | |
| 2989 | |
| 2990 static void remove_font_backcolor(GtkIMHtml *imhtml, GtkTextIter *i, GtkTextIter *e, gboolean homo) | |
| 2991 { | |
| 2992 remove_tag_by_prefix(imhtml, i, e, "BACKCOLOR ", 10, homo); | |
| 2993 } | |
| 2994 | |
| 2995 static void remove_font_link(GtkIMHtml *imhtml, GtkTextIter *i, GtkTextIter *e, gboolean homo) | |
| 2996 { | |
| 2997 remove_tag_by_prefix(imhtml, i, e, "LINK ", 5, homo); | |
| 2998 } | |
| 2999 | |
| 3000 /* Editable stuff */ | |
| 3001 static void preinsert_cb(GtkTextBuffer *buffer, GtkTextIter *iter, gchar *text, gint len, GtkIMHtml *imhtml) | |
| 3002 { | |
| 3003 imhtml->insert_offset = gtk_text_iter_get_offset(iter); | |
| 3004 } | |
| 3005 | |
| 3006 static void insert_cb(GtkTextBuffer *buffer, GtkTextIter *end, gchar *text, gint len, GtkIMHtml *imhtml) | |
| 3007 { | |
| 3008 GtkTextIter start; | |
| 3009 | |
| 3010 if (!len) | |
| 3011 return; | |
| 3012 | |
| 3013 start = *end; | |
| 3014 gtk_text_iter_set_offset(&start, imhtml->insert_offset); | |
| 3015 | |
| 3016 if (imhtml->edit.bold) | |
| 3017 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "BOLD", &start, end); | |
| 3018 else | |
| 3019 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "BOLD", &start, end); | |
| 3020 | |
| 3021 if (imhtml->edit.italic) | |
| 3022 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "ITALICS", &start, end); | |
| 3023 else | |
| 3024 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "ITALICS", &start, end); | |
| 3025 | |
| 3026 if (imhtml->edit.underline) | |
| 3027 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, end); | |
| 3028 else | |
| 3029 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, end); | |
| 3030 | |
| 3031 if (imhtml->edit.forecolor) { | |
| 3032 remove_font_forecolor(imhtml, &start, end, TRUE); | |
| 3033 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3034 find_font_forecolor_tag(imhtml, imhtml->edit.forecolor), | |
| 3035 &start, end); | |
| 8061 | 3036 } |
| 3037 | |
| 8677 | 3038 if (imhtml->edit.backcolor) { |
| 3039 remove_font_backcolor(imhtml, &start, end, TRUE); | |
| 3040 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3041 find_font_backcolor_tag(imhtml, imhtml->edit.backcolor), | |
| 3042 &start, end); | |
| 3043 } | |
| 3044 | |
| 3045 if (imhtml->edit.fontface) { | |
| 3046 remove_font_face(imhtml, &start, end, TRUE); | |
| 3047 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3048 find_font_face_tag(imhtml, imhtml->edit.fontface), | |
| 3049 &start, end); | |
| 8061 | 3050 } |
| 8677 | 3051 |
| 3052 if (imhtml->edit.fontsize) { | |
| 3053 remove_font_size(imhtml, &start, end, TRUE); | |
| 3054 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3055 find_font_size_tag(imhtml, imhtml->edit.fontsize), | |
| 3056 &start, end); | |
| 3057 } | |
| 3058 | |
| 3059 if (imhtml->edit.link) { | |
| 3060 remove_font_link(imhtml, &start, end, TRUE); | |
| 3061 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3062 imhtml->edit.link, | |
| 3063 &start, end); | |
| 3064 } | |
| 3065 | |
| 8061 | 3066 } |
| 3067 | |
| 3068 void gtk_imhtml_set_editable(GtkIMHtml *imhtml, gboolean editable) | |
| 3069 { | |
| 3070 gtk_text_view_set_editable(GTK_TEXT_VIEW(imhtml), editable); | |
| 8177 | 3071 /* |
| 3072 * We need a visible caret for accessibility, so mouseless | |
| 3073 * people can highlight stuff. | |
| 3074 */ | |
| 3075 /* gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(imhtml), editable); */ | |
| 8061 | 3076 imhtml->editable = editable; |
| 8677 | 3077 imhtml->format_functions = GTK_IMHTML_ALL; |
| 3078 | |
| 3079 if (editable) | |
| 3080 g_signal_connect_after(G_OBJECT(GTK_IMHTML(imhtml)->text_buffer), "mark-set", | |
| 3081 G_CALLBACK(mark_set_cb), imhtml); | |
| 3082 } | |
| 3083 | |
| 3084 void gtk_imhtml_set_whole_buffer_formatting_only(GtkIMHtml *imhtml, gboolean wbfo) | |
| 3085 { | |
| 3086 g_return_if_fail(imhtml != NULL); | |
| 3087 | |
| 3088 imhtml->wbfo = wbfo; | |
| 8420 | 3089 } |
| 3090 | |
| 3091 void gtk_imhtml_set_format_functions(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons) | |
| 3092 { | |
| 3093 GObject *object = g_object_ref(G_OBJECT(imhtml)); | |
| 8677 | 3094 imhtml->format_functions = buttons; |
| 8420 | 3095 g_signal_emit(object, signals[BUTTONS_UPDATE], 0, buttons); |
| 3096 g_object_unref(object); | |
| 8061 | 3097 } |
| 3098 | |
| 8788 | 3099 GtkIMHtmlButtons gtk_imhtml_get_format_functions(GtkIMHtml *imhtml) |
| 3100 { | |
| 3101 return imhtml->format_functions; | |
| 3102 } | |
| 8516 | 3103 |
| 3104 void gtk_imhtml_get_current_format(GtkIMHtml *imhtml, gboolean *bold, | |
| 3105 gboolean *italic, gboolean *underline) | |
| 8481 | 3106 { |
| 8677 | 3107 if (imhtml->edit.bold) |
| 3108 (*bold) = TRUE; | |
| 3109 if (imhtml->edit.italic) | |
| 3110 (*italic) = TRUE; | |
| 3111 if (imhtml->edit.underline) | |
| 3112 (*underline) = TRUE; | |
| 8481 | 3113 } |
| 3114 | |
| 8061 | 3115 gboolean gtk_imhtml_get_editable(GtkIMHtml *imhtml) |
| 3116 { | |
| 3117 return imhtml->editable; | |
| 3118 } | |
| 3119 | |
| 8677 | 3120 /* |
| 3121 * I had this crazy idea about changing the text cursor color to reflex the foreground color | |
| 3122 * of the text about to be entered. This is the place you'd do it, along with the place where | |
| 3123 * we actually set a new foreground color. | |
| 3124 * I may not do this, because people will bitch about Gaim overriding their gtk theme's cursor | |
| 3125 * colors. | |
| 3126 * | |
| 3127 * Just in case I do do this, I asked about what to set the secondary text cursor to. | |
| 3128 * | |
| 8719 | 3129 * (12:45:27) ?? ???: secondary_cursor_color = (rgb(background) + rgb(primary_cursor_color) ) / 2 |
| 3130 * (12:45:55) ?? ???: understand? | |
| 8677 | 3131 * (12:46:14) Tim: yeah. i didn't know there was an exact formula |
|
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8729
diff
changeset
|
3132 * (12:46:56) ?? ???: u might need to extract separate each color from RGB |
| 8677 | 3133 */ |
| 3134 | |
| 3135 static void mark_set_cb(GtkTextBuffer *buffer, GtkTextIter *arg1, GtkTextMark *mark, | |
| 3136 GtkIMHtml *imhtml) | |
| 3137 { | |
| 3138 GSList *tags, *l; | |
| 3139 GtkTextIter iter; | |
| 3140 | |
| 3141 if (mark != gtk_text_buffer_get_insert(buffer)) | |
| 3142 return; | |
| 3143 | |
| 3144 if (!gtk_text_buffer_get_char_count(buffer)) | |
| 3145 return; | |
| 3146 | |
| 3147 imhtml->edit.bold = imhtml->edit.italic = imhtml->edit.underline = FALSE; | |
| 3148 if (imhtml->edit.forecolor) | |
| 3149 g_free(imhtml->edit.forecolor); | |
| 3150 imhtml->edit.forecolor = NULL; | |
| 3151 if (imhtml->edit.backcolor) | |
| 3152 g_free(imhtml->edit.backcolor); | |
| 3153 imhtml->edit.backcolor = NULL; | |
| 3154 if (imhtml->edit.fontface) | |
| 3155 g_free(imhtml->edit.fontface); | |
| 3156 imhtml->edit.fontface = NULL; | |
| 3157 imhtml->edit.fontsize = 0; | |
| 3158 imhtml->edit.link = NULL; | |
| 3159 | |
| 3160 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, mark); | |
| 3161 | |
| 3162 | |
| 3163 if (gtk_text_iter_is_end(&iter)) | |
| 3164 tags = gtk_text_iter_get_toggled_tags(&iter, FALSE); | |
| 3165 else | |
| 3166 tags = gtk_text_iter_get_tags(&iter); | |
| 3167 | |
| 3168 for (l = tags; l != NULL; l = l->next) { | |
| 3169 GtkTextTag *tag = GTK_TEXT_TAG(l->data); | |
| 3170 | |
| 3171 if (tag->name) { | |
| 3172 if (strcmp(tag->name, "BOLD") == 0) | |
| 3173 imhtml->edit.bold = TRUE; | |
| 3174 if (strcmp(tag->name, "ITALICS") == 0) | |
| 3175 imhtml->edit.italic = TRUE; | |
| 3176 if (strcmp(tag->name, "UNDERLINE") == 0) | |
| 3177 imhtml->edit.underline = TRUE; | |
| 3178 if (strncmp(tag->name, "FORECOLOR ", 10) == 0) | |
| 3179 imhtml->edit.forecolor = g_strdup(&(tag->name)[10]); | |
| 3180 if (strncmp(tag->name, "BACKCOLOR ", 10) == 0) | |
| 3181 imhtml->edit.backcolor = g_strdup(&(tag->name)[10]); | |
| 3182 if (strncmp(tag->name, "FONT FACE ", 10) == 0) | |
| 3183 imhtml->edit.fontface = g_strdup(&(tag->name)[10]); | |
| 3184 if (strncmp(tag->name, "FONT SIZE ", 10) == 0) | |
| 3185 imhtml->edit.fontsize = strtol(&(tag->name)[10], NULL, 10); | |
| 8719 | 3186 if ((strncmp(tag->name, "LINK ", 5) == 0) && !gtk_text_iter_is_end(&iter)) |
| 8677 | 3187 imhtml->edit.link = tag; |
| 3188 } | |
| 3189 } | |
| 3190 | |
| 3191 g_slist_free(tags); | |
| 3192 } | |
| 3193 | |
| 8061 | 3194 gboolean gtk_imhtml_toggle_bold(GtkIMHtml *imhtml) |
| 3195 { | |
| 8481 | 3196 GObject *object; |
| 8677 | 3197 GtkTextIter start, end; |
| 3198 | |
| 3199 imhtml->edit.bold = !imhtml->edit.bold; | |
| 3200 | |
| 3201 if (imhtml->wbfo) { | |
| 3202 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3203 if (imhtml->edit.bold) | |
| 3204 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "BOLD", &start, &end); | |
| 3205 else | |
| 3206 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "BOLD", &start, &end); | |
| 3207 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3208 if (imhtml->edit.bold) | |
| 3209 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "BOLD", &start, &end); | |
| 3210 else | |
| 3211 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "BOLD", &start, &end); | |
| 3212 | |
| 8061 | 3213 } |
| 8481 | 3214 object = g_object_ref(G_OBJECT(imhtml)); |
| 3215 g_signal_emit(object, signals[TOGGLE_FORMAT], 0, GTK_IMHTML_BOLD); | |
| 3216 g_object_unref(object); | |
| 3217 | |
| 8677 | 3218 return (imhtml->edit.bold != FALSE); |
| 8061 | 3219 } |
| 3220 | |
| 3221 gboolean gtk_imhtml_toggle_italic(GtkIMHtml *imhtml) | |
| 3222 { | |
| 8481 | 3223 GObject *object; |
| 8677 | 3224 GtkTextIter start, end; |
| 3225 | |
| 3226 imhtml->edit.italic = !imhtml->edit.italic; | |
| 3227 | |
| 3228 if (imhtml->wbfo) { | |
| 3229 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3230 if (imhtml->edit.italic) | |
| 3231 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "ITALICS", &start, &end); | |
| 3232 else | |
| 3233 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "ITALICS", &start, &end); | |
| 3234 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3235 if (imhtml->edit.italic) | |
| 3236 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "ITALICS", &start, &end); | |
| 3237 else | |
| 3238 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "ITALICS", &start, &end); | |
| 8061 | 3239 } |
| 8481 | 3240 object = g_object_ref(G_OBJECT(imhtml)); |
| 3241 g_signal_emit(object, signals[TOGGLE_FORMAT], 0, GTK_IMHTML_ITALIC); | |
| 3242 g_object_unref(object); | |
| 3243 | |
| 8677 | 3244 return imhtml->edit.italic != FALSE; |
| 8061 | 3245 } |
| 3246 | |
| 3247 gboolean gtk_imhtml_toggle_underline(GtkIMHtml *imhtml) | |
| 3248 { | |
| 8481 | 3249 GObject *object; |
| 8677 | 3250 GtkTextIter start, end; |
| 3251 | |
| 3252 imhtml->edit.underline = !imhtml->edit.underline; | |
| 3253 | |
| 3254 if (imhtml->wbfo) { | |
| 3255 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3256 if (imhtml->edit.underline) | |
| 3257 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, &end); | |
| 3258 else | |
| 3259 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, &end); | |
| 3260 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3261 if (imhtml->edit.underline) | |
| 3262 gtk_text_buffer_apply_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, &end); | |
| 3263 else | |
| 3264 gtk_text_buffer_remove_tag_by_name(imhtml->text_buffer, "UNDERLINE", &start, &end); | |
| 8061 | 3265 } |
| 8481 | 3266 object = g_object_ref(G_OBJECT(imhtml)); |
| 3267 g_signal_emit(object, signals[TOGGLE_FORMAT], 0, GTK_IMHTML_UNDERLINE); | |
| 3268 g_object_unref(object); | |
| 3269 | |
| 8677 | 3270 return imhtml->edit.underline != FALSE; |
| 8061 | 3271 } |
| 3272 | |
| 3273 void gtk_imhtml_font_set_size(GtkIMHtml *imhtml, gint size) | |
| 3274 { | |
| 8677 | 3275 GtkTextIter start, end; |
| 8061 | 3276 |
| 3277 imhtml->edit.fontsize = size; | |
| 3278 | |
| 8677 | 3279 |
| 3280 if (imhtml->wbfo) { | |
| 3281 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3282 remove_font_size(imhtml, &start, &end, TRUE); | |
| 3283 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3284 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 3285 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3286 remove_font_size(imhtml, &start, &end, FALSE); | |
| 3287 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3288 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 8061 | 3289 } |
| 8677 | 3290 |
| 8061 | 3291 } |
| 3292 | |
| 3293 void gtk_imhtml_font_shrink(GtkIMHtml *imhtml) | |
| 3294 { | |
| 8677 | 3295 GtkTextIter start, end; |
| 3296 | |
| 8061 | 3297 if (imhtml->edit.fontsize == 1) |
| 3298 return; | |
| 3299 | |
| 8677 | 3300 if (!imhtml->edit.fontsize) |
| 3301 imhtml->edit.fontsize = 2; | |
| 3302 else | |
| 3303 imhtml->edit.fontsize--; | |
| 3304 | |
| 3305 if (imhtml->wbfo) { | |
| 3306 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3307 remove_font_size(imhtml, &start, &end, TRUE); | |
| 3308 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3309 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 3310 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3311 remove_font_size(imhtml, &start, &end, FALSE); | |
| 3312 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3313 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 8061 | 3314 } |
| 3315 } | |
| 3316 | |
| 3317 void gtk_imhtml_font_grow(GtkIMHtml *imhtml) | |
| 3318 { | |
| 8677 | 3319 GtkTextIter start, end; |
| 3320 | |
| 8061 | 3321 if (imhtml->edit.fontsize == MAX_FONT_SIZE) |
| 3322 return; | |
| 3323 | |
| 8677 | 3324 if (!imhtml->edit.fontsize) |
| 3325 imhtml->edit.fontsize = 4; | |
| 3326 else | |
| 3327 imhtml->edit.fontsize++; | |
| 3328 | |
| 3329 if (imhtml->wbfo) { | |
| 3330 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3331 remove_font_size(imhtml, &start, &end, TRUE); | |
| 3332 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3333 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 3334 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3335 remove_font_size(imhtml, &start, &end, FALSE); | |
| 3336 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3337 find_font_size_tag(imhtml, imhtml->edit.fontsize), &start, &end); | |
| 8061 | 3338 } |
| 3339 } | |
| 3340 | |
| 3341 gboolean gtk_imhtml_toggle_forecolor(GtkIMHtml *imhtml, const char *color) | |
| 3342 { | |
| 8677 | 3343 GtkTextIter start, end; |
| 3344 | |
| 3345 if (imhtml->edit.forecolor != NULL) | |
| 3346 g_free(imhtml->edit.forecolor); | |
| 3347 | |
| 8429 | 3348 if (color) { |
| 8677 | 3349 imhtml->edit.forecolor = g_strdup(color); |
| 3350 if (imhtml->wbfo) { | |
| 3351 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3352 remove_font_forecolor(imhtml, &start, &end, TRUE); | |
| 3353 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3354 find_font_forecolor_tag(imhtml, imhtml->edit.forecolor), &start, &end); | |
| 3355 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3356 remove_font_forecolor(imhtml, &start, &end, FALSE); | |
| 3357 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3358 find_font_forecolor_tag(imhtml, imhtml->edit.forecolor), | |
| 3359 &start, &end); | |
| 3360 } | |
| 8061 | 3361 } else { |
| 3362 imhtml->edit.forecolor = NULL; | |
| 3363 } | |
| 3364 | |
| 3365 return imhtml->edit.forecolor != NULL; | |
| 3366 } | |
| 3367 | |
| 3368 gboolean gtk_imhtml_toggle_backcolor(GtkIMHtml *imhtml, const char *color) | |
| 3369 { | |
| 8677 | 3370 GtkTextIter start, end; |
| 3371 | |
| 3372 if (imhtml->edit.backcolor != NULL) | |
| 3373 g_free(imhtml->edit.backcolor); | |
| 3374 | |
| 8429 | 3375 if (color) { |
| 8677 | 3376 imhtml->edit.backcolor = g_strdup(color); |
| 3377 | |
| 3378 if (imhtml->wbfo) { | |
| 3379 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3380 remove_font_backcolor(imhtml, &start, &end, TRUE); | |
| 3381 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3382 find_font_backcolor_tag(imhtml, imhtml->edit.backcolor), &start, &end); | |
| 3383 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3384 remove_font_backcolor(imhtml, &start, &end, FALSE); | |
| 3385 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3386 find_font_backcolor_tag(imhtml, | |
| 3387 imhtml->edit.backcolor), &start, &end); | |
| 3388 } | |
| 8061 | 3389 } else { |
| 3390 imhtml->edit.backcolor = NULL; | |
| 3391 } | |
| 8677 | 3392 |
| 8061 | 3393 return imhtml->edit.backcolor != NULL; |
| 3394 } | |
| 3395 | |
| 3396 gboolean gtk_imhtml_toggle_fontface(GtkIMHtml *imhtml, const char *face) | |
| 3397 { | |
| 8677 | 3398 GtkTextIter start, end; |
| 3399 | |
| 3400 if (imhtml->edit.fontface != NULL) | |
| 3401 g_free(imhtml->edit.fontface); | |
| 3402 | |
| 8429 | 3403 if (face) { |
| 8677 | 3404 imhtml->edit.fontface = g_strdup(face); |
| 3405 | |
| 3406 if (imhtml->wbfo) { | |
| 3407 gtk_text_buffer_get_bounds(imhtml->text_buffer, &start, &end); | |
| 3408 remove_font_face(imhtml, &start, &end, TRUE); | |
| 3409 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3410 find_font_face_tag(imhtml, imhtml->edit.fontface), &start, &end); | |
| 3411 } else if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3412 remove_font_face(imhtml, &start, &end, FALSE); | |
| 3413 gtk_text_buffer_apply_tag(imhtml->text_buffer, | |
| 3414 find_font_face_tag(imhtml, imhtml->edit.fontface), | |
| 3415 &start, &end); | |
| 3416 } | |
| 8061 | 3417 } else { |
| 3418 imhtml->edit.fontface = NULL; | |
| 3419 } | |
| 8677 | 3420 |
| 8061 | 3421 return imhtml->edit.fontface != NULL; |
| 3422 } | |
| 3423 | |
| 8677 | 3424 void gtk_imhtml_toggle_link(GtkIMHtml *imhtml, const char *url) |
| 8061 | 3425 { |
| 8677 | 3426 GtkTextIter start, end; |
| 3427 GtkTextTag *linktag; | |
| 3428 static guint linkno = 0; | |
| 3429 gchar str[48]; | |
| 3430 | |
| 3431 imhtml->edit.link = NULL; | |
| 3432 | |
| 3433 | |
| 3434 | |
| 3435 if (url) { | |
| 3436 g_snprintf(str, sizeof(str), "LINK %d", linkno++); | |
| 3437 str[47] = '\0'; | |
| 3438 | |
| 3439 imhtml->edit.link = linktag = gtk_text_buffer_create_tag(imhtml->text_buffer, str, "foreground", "blue", "underline", PANGO_UNDERLINE_SINGLE, NULL); | |
| 3440 g_object_set_data_full(G_OBJECT(linktag), "link_url", g_strdup(url), g_free); | |
| 3441 g_signal_connect(G_OBJECT(linktag), "event", G_CALLBACK(tag_event), NULL); | |
| 3442 | |
| 3443 if (imhtml->editable && gtk_text_buffer_get_selection_bounds(imhtml->text_buffer, &start, &end)) { | |
| 3444 remove_font_link(imhtml, &start, &end, FALSE); | |
| 3445 gtk_text_buffer_apply_tag(imhtml->text_buffer, linktag, &start, &end); | |
| 3446 } | |
| 3447 } | |
| 3448 } | |
| 3449 | |
| 3450 void gtk_imhtml_insert_link(GtkIMHtml *imhtml, GtkTextMark *mark, const char *url, const char *text) | |
| 3451 { | |
| 8061 | 3452 GtkTextIter iter; |
| 8677 | 3453 |
| 3454 gtk_imhtml_toggle_link(imhtml, url); | |
| 8061 | 3455 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, mark); |
| 8677 | 3456 gtk_text_buffer_insert(imhtml->text_buffer, &iter, text, -1); |
| 3457 gtk_imhtml_toggle_link(imhtml, NULL); | |
| 8061 | 3458 } |
| 3459 | |
| 3460 void gtk_imhtml_insert_smiley(GtkIMHtml *imhtml, const char *sml, char *smiley) | |
| 3461 { | |
| 8677 | 3462 GtkTextMark *mark; |
| 8061 | 3463 GtkTextIter iter; |
| 8677 | 3464 |
| 3465 mark = gtk_text_buffer_get_insert(imhtml->text_buffer); | |
| 3466 | |
| 3467 gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &iter, mark); | |
| 3468 gtk_imhtml_insert_smiley_at_iter(imhtml, sml, smiley, &iter); | |
| 3469 } | |
| 3470 | |
| 3471 void gtk_imhtml_insert_smiley_at_iter(GtkIMHtml *imhtml, const char *sml, char *smiley, GtkTextIter *iter) | |
| 3472 { | |
| 8061 | 3473 GdkPixbuf *pixbuf = NULL; |
| 3474 GdkPixbufAnimation *annipixbuf = NULL; | |
| 3475 GtkWidget *icon = NULL; | |
| 3476 GtkTextChildAnchor *anchor; | |
| 8505 | 3477 char *unescaped = gaim_unescape_html(smiley); |
| 8061 | 3478 |
| 8515 | 3479 if (!imhtml->show_smileys) { |
| 8677 | 3480 gtk_text_buffer_insert(imhtml->text_buffer, iter, smiley, strlen(smiley)); |
| 8515 | 3481 return; |
| 3482 } | |
| 3483 | |
| 8677 | 3484 anchor = gtk_text_buffer_create_child_anchor(imhtml->text_buffer, iter); |
| 8698 | 3485 g_object_set_data_full(G_OBJECT(anchor), "gtkimhtml_plaintext", unescaped, g_free); |
| 3486 g_object_set_data_full(G_OBJECT(anchor), "gtkimhtml_htmltext", g_strdup(smiley), g_free); | |
| 8505 | 3487 |
| 3488 annipixbuf = gtk_smiley_tree_image(imhtml, sml, unescaped); | |
| 8061 | 3489 if(annipixbuf) { |
| 3490 if(gdk_pixbuf_animation_is_static_image(annipixbuf)) { | |
| 3491 pixbuf = gdk_pixbuf_animation_get_static_image(annipixbuf); | |
| 3492 if(pixbuf) | |
| 3493 icon = gtk_image_new_from_pixbuf(pixbuf); | |
| 3494 } else { | |
| 3495 icon = gtk_image_new_from_animation(annipixbuf); | |
| 3496 } | |
| 3497 } | |
| 3498 | |
| 3499 if (icon) { | |
| 3500 gtk_widget_show(icon); | |
| 3501 gtk_text_view_add_child_at_anchor(GTK_TEXT_VIEW(imhtml), icon, anchor); | |
| 3502 } | |
| 3503 } | |
| 3504 | |
| 8677 | 3505 static const gchar *tag_to_html_start(GtkTextTag *tag) |
| 8061 | 3506 { |
| 8677 | 3507 const gchar *name; |
| 3508 static gchar buf[1024]; | |
| 3509 | |
| 3510 name = tag->name; | |
| 3511 g_return_val_if_fail(name != NULL, ""); | |
| 3512 | |
| 3513 if (strcmp(name, "BOLD") == 0) { | |
| 3514 return "<b>"; | |
| 3515 } else if (strcmp(name, "ITALICS") == 0) { | |
| 3516 return "<i>"; | |
| 3517 } else if (strcmp(name, "UNDERLINE") == 0) { | |
| 3518 return "<u>"; | |
| 3519 } else if (strncmp(name, "LINK ", 5) == 0) { | |
| 3520 char *tmp = g_object_get_data(G_OBJECT(tag), "link_url"); | |
| 3521 if (tmp) { | |
| 3522 g_snprintf(buf, sizeof(buf), "<a href=\"%s\">", tmp); | |
| 3523 buf[sizeof(buf)-1] = '\0'; | |
| 3524 return buf; | |
| 3525 } else { | |
| 3526 return ""; | |
| 3527 } | |
| 3528 } else if (strncmp(name, "FORECOLOR ", 10) == 0) { | |
| 3529 g_snprintf(buf, sizeof(buf), "<font color=\"%s\">", &name[10]); | |
| 3530 return buf; | |
| 3531 } else if (strncmp(name, "BACKCOLOR ", 10) == 0) { | |
| 3532 g_snprintf(buf, sizeof(buf), "<font back=\"%s\">", &name[10]); | |
| 3533 return buf; | |
| 3534 } else if (strncmp(name, "FONT FACE ", 10) == 0) { | |
| 3535 g_snprintf(buf, sizeof(buf), "<font face=\"%s\">", &name[10]); | |
| 3536 return buf; | |
| 3537 } else if (strncmp(name, "FONT SIZE ", 10) == 0) { | |
| 3538 g_snprintf(buf, sizeof(buf), "<font size=\"%s\">", &name[10]); | |
| 3539 return buf; | |
| 3540 } else { | |
| 3541 return ""; | |
| 3542 } | |
| 8061 | 3543 } |
| 3544 | |
| 8677 | 3545 static const gchar *tag_to_html_end(GtkTextTag *tag) |
| 8061 | 3546 { |
| 8677 | 3547 const gchar *name; |
| 3548 | |
| 3549 name = tag->name; | |
| 3550 g_return_val_if_fail(name != NULL, ""); | |
| 3551 | |
| 3552 if (strcmp(name, "BOLD") == 0) { | |
| 3553 return "</b>"; | |
| 3554 } else if (strcmp(name, "ITALICS") == 0) { | |
| 3555 return "</i>"; | |
| 3556 } else if (strcmp(name, "UNDERLINE") == 0) { | |
| 3557 return "</u>"; | |
| 3558 } else if (strncmp(name, "LINK ", 5) == 0) { | |
| 3559 return "</a>"; | |
| 3560 } else if (strncmp(name, "FORECOLOR ", 10) == 0) { | |
| 3561 return "</font>"; | |
| 3562 } else if (strncmp(name, "BACKCOLOR ", 10) == 0) { | |
| 3563 return "</font>"; | |
| 3564 } else if (strncmp(name, "FONT FACE ", 10) == 0) { | |
| 3565 return "</font>"; | |
| 3566 } else if (strncmp(name, "FONT SIZE ", 10) == 0) { | |
| 3567 return "</font>"; | |
| 3568 } else { | |
| 3569 return ""; | |
| 3570 } | |
| 3571 } | |
| 3572 | |
| 3573 static gboolean tag_ends_here(GtkTextTag *tag, GtkTextIter *iter, GtkTextIter *niter) | |
| 3574 { | |
| 3575 return ((gtk_text_iter_has_tag(iter, GTK_TEXT_TAG(tag)) && | |
| 3576 !gtk_text_iter_has_tag(niter, GTK_TEXT_TAG(tag))) || | |
| 3577 gtk_text_iter_is_end(niter)); | |
| 8061 | 3578 } |
| 3579 | |
| 3580 /* Basic notion here: traverse through the text buffer one-by-one, non-character elements, such | |
| 3581 * as smileys and IM images are represented by the Unicode "unknown" character. Handle them. Else | |
| 8677 | 3582 * check for tags that are toggled on, insert their html form, and push them on the queue. Then insert |
| 3583 * the actual text. Then check for tags that are toggled off and insert them, after checking the queue. | |
|
8735
92cbf9713795
[gaim-migrate @ 9490]
Christian Hammond <chipx86@chipx86.com>
parents:
8729
diff
changeset
|
3584 * Finally, replace <, >, &, and " with their HTML equivalent. |
| 8677 | 3585 */ |
| 8061 | 3586 char *gtk_imhtml_get_markup_range(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *end) |
| 3587 { | |
| 3588 gunichar c; | |
| 8677 | 3589 GtkTextIter iter, nextiter; |
| 8061 | 3590 GString *str = g_string_new(""); |
| 8677 | 3591 GSList *tags, *sl; |
| 3592 GQueue *q, *r; | |
| 3593 GtkTextTag *tag; | |
| 3594 | |
| 3595 q = g_queue_new(); | |
| 3596 r = g_queue_new(); | |
| 3597 | |
| 8061 | 3598 |
| 3599 gtk_text_iter_order(start, end); | |
| 8677 | 3600 nextiter = iter = *start; |
| 3601 gtk_text_iter_forward_char(&nextiter); | |
| 3602 | |
| 3603 /* First add the tags that are already in progress */ | |
| 3604 tags = gtk_text_iter_get_tags(start); | |
| 3605 | |
| 3606 for (sl = tags; sl; sl = sl->next) { | |
| 3607 tag = sl->data; | |
| 3608 if (!gtk_text_iter_toggles_tag(start, GTK_TEXT_TAG(tag))) { | |
| 3609 g_string_append(str, tag_to_html_start(GTK_TEXT_TAG(tag))); | |
| 3610 g_queue_push_tail(q, tag); | |
| 8061 | 3611 } |
| 3612 } | |
| 8677 | 3613 g_slist_free(tags); |
| 8061 | 3614 |
| 3615 while ((c = gtk_text_iter_get_char(&iter)) != 0 && !gtk_text_iter_equal(&iter, end)) { | |
| 8677 | 3616 |
| 3617 tags = gtk_text_iter_get_tags(&iter); | |
| 3618 | |
| 3619 for (sl = tags; sl; sl = sl->next) { | |
| 3620 tag = sl->data; | |
| 3621 if (gtk_text_iter_begins_tag(&iter, GTK_TEXT_TAG(tag))) { | |
| 3622 g_string_append(str, tag_to_html_start(GTK_TEXT_TAG(tag))); | |
| 3623 g_queue_push_tail(q, tag); | |
| 3624 } | |
| 3625 } | |
| 3626 | |
| 3627 | |
| 8061 | 3628 if (c == 0xFFFC) { |
| 3629 GtkTextChildAnchor* anchor = gtk_text_iter_get_child_anchor(&iter); | |
| 8698 | 3630 char *text = NULL; |
| 3631 if (anchor) | |
| 3632 text = g_object_get_data(G_OBJECT(anchor), "gtkimhtml_htmltext"); | |
| 3633 if (text) | |
| 3634 str = g_string_append(str, text); | |
| 8677 | 3635 } else if (c == '<') { |
| 3636 str = g_string_append(str, "<"); | |
| 3637 } else if (c == '>') { | |
| 3638 str = g_string_append(str, ">"); | |
| 3639 } else if (c == '&') { | |
| 3640 str = g_string_append(str, "&"); | |
| 3641 } else if (c == '"') { | |
| 3642 str = g_string_append(str, """); | |
| 3643 } else if (c == '\n') { | |
| 3644 str = g_string_append(str, "<br>"); | |
| 8061 | 3645 } else { |
| 8677 | 3646 str = g_string_append_unichar(str, c); |
| 3647 } | |
| 3648 | |
| 3649 tags = g_slist_reverse(tags); | |
| 3650 for (sl = tags; sl; sl = sl->next) { | |
| 3651 tag = sl->data; | |
| 3652 if (tag_ends_here(tag, &iter, &nextiter)) { | |
| 3653 | |
| 3654 GtkTextTag *tmp; | |
| 3655 | |
| 3656 while ((tmp = g_queue_pop_tail(q)) != tag) { | |
| 3657 if (tmp == NULL) | |
| 3658 break; | |
| 3659 | |
| 3660 if (!tag_ends_here(tmp, &iter, &nextiter)) | |
| 3661 g_queue_push_tail(r, tmp); | |
| 3662 g_string_append(str, tag_to_html_end(GTK_TEXT_TAG(tmp))); | |
| 3663 } | |
| 3664 | |
| 3665 if (tmp == NULL) | |
| 3666 gaim_debug_warning("gtkimhtml", "empty queue, more closing tags than open tags!\n"); | |
| 3667 else | |
| 3668 g_string_append(str, tag_to_html_end(GTK_TEXT_TAG(tag))); | |
| 3669 | |
| 3670 while ((tmp = g_queue_pop_head(r))) { | |
| 3671 g_string_append(str, tag_to_html_start(GTK_TEXT_TAG(tmp))); | |
| 3672 g_queue_push_tail(q, tmp); | |
| 8061 | 3673 } |
| 3674 } | |
| 3675 } | |
| 8677 | 3676 |
| 3677 g_slist_free(tags); | |
| 8061 | 3678 gtk_text_iter_forward_char(&iter); |
| 8677 | 3679 gtk_text_iter_forward_char(&nextiter); |
| 8061 | 3680 } |
| 8677 | 3681 |
| 3682 while ((tag = g_queue_pop_tail(q))) | |
| 3683 g_string_append(str, tag_to_html_end(GTK_TEXT_TAG(tag))); | |
| 3684 | |
| 3685 g_queue_free(q); | |
| 3686 g_queue_free(r); | |
| 8061 | 3687 return g_string_free(str, FALSE); |
| 3688 } | |
| 3689 | |
| 8698 | 3690 void gtk_imhtml_close_tags(GtkIMHtml *imhtml, GtkTextIter *iter) |
| 8061 | 3691 { |
| 3692 if (imhtml->edit.bold) | |
| 3693 gtk_imhtml_toggle_bold(imhtml); | |
| 3694 | |
| 3695 if (imhtml->edit.italic) | |
| 3696 gtk_imhtml_toggle_italic(imhtml); | |
| 3697 | |
| 3698 if (imhtml->edit.underline) | |
| 3699 gtk_imhtml_toggle_underline(imhtml); | |
| 3700 | |
| 3701 if (imhtml->edit.forecolor) | |
| 3702 gtk_imhtml_toggle_forecolor(imhtml, NULL); | |
| 3703 | |
| 3704 if (imhtml->edit.backcolor) | |
| 3705 gtk_imhtml_toggle_backcolor(imhtml, NULL); | |
| 3706 | |
| 3707 if (imhtml->edit.fontface) | |
| 3708 gtk_imhtml_toggle_fontface(imhtml, NULL); | |
| 3709 | |
| 8677 | 3710 imhtml->edit.fontsize = 0; |
| 3711 | |
| 8719 | 3712 if (imhtml->edit.link) |
| 3713 gtk_imhtml_toggle_link(imhtml, NULL); | |
| 3714 | |
| 8698 | 3715 gtk_text_buffer_remove_all_tags(imhtml->text_buffer, iter, iter); |
| 8061 | 3716 |
| 3717 } | |
| 3718 | |
| 3719 char *gtk_imhtml_get_markup(GtkIMHtml *imhtml) | |
| 3720 { | |
| 3721 GtkTextIter start, end; | |
| 3722 | |
| 3723 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &start); | |
| 3724 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &end); | |
| 3725 return gtk_imhtml_get_markup_range(imhtml, &start, &end); | |
| 3726 } | |
| 3727 | |
| 8677 | 3728 char **gtk_imhtml_get_markup_lines(GtkIMHtml *imhtml) |
| 3729 { | |
| 3730 int i, j, lines; | |
| 3731 GtkTextIter start, end; | |
| 3732 char **ret; | |
| 3733 | |
| 3734 lines = gtk_text_buffer_get_line_count(imhtml->text_buffer); | |
| 3735 ret = g_new0(char *, lines + 1); | |
| 3736 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &start); | |
| 3737 end = start; | |
| 3738 gtk_text_iter_forward_to_line_end(&end); | |
| 3739 | |
| 3740 for (i = 0, j = 0; i < lines; i++) { | |
| 3741 ret[j] = gtk_imhtml_get_markup_range(imhtml, &start, &end); | |
| 3742 if (ret[j] != NULL) | |
| 3743 j++; | |
| 3744 gtk_text_iter_forward_line(&start); | |
| 3745 end = start; | |
| 3746 gtk_text_iter_forward_to_line_end(&end); | |
| 3747 } | |
| 3748 | |
| 3749 return ret; | |
| 3750 } | |
| 3751 | |
| 3752 char *gtk_imhtml_get_text(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *stop) | |
| 8061 | 3753 { |
| 8519 | 3754 GString *str = g_string_new(""); |
| 3755 GtkTextIter iter, end; | |
| 3756 gunichar c; | |
| 3757 | |
| 8677 | 3758 if (start == NULL) |
| 3759 gtk_text_buffer_get_start_iter(imhtml->text_buffer, &iter); | |
| 3760 else | |
| 3761 iter = *start; | |
| 3762 | |
| 3763 if (stop == NULL) | |
| 3764 gtk_text_buffer_get_end_iter(imhtml->text_buffer, &end); | |
| 3765 else | |
| 3766 end = *stop; | |
| 3767 | |
| 3768 gtk_text_iter_order(&iter, &end); | |
| 8519 | 3769 |
| 3770 while ((c = gtk_text_iter_get_char(&iter)) != 0 && !gtk_text_iter_equal(&iter, &end)) { | |
| 3771 if (c == 0xFFFC) { | |
| 8677 | 3772 GtkTextChildAnchor* anchor; |
| 3773 char *text = NULL; | |
| 3774 | |
| 3775 anchor = gtk_text_iter_get_child_anchor(&iter); | |
| 3776 if (anchor) | |
| 8698 | 3777 text = g_object_get_data(G_OBJECT(anchor), "gtkimhtml_plaintext"); |
| 8677 | 3778 if (text) |
| 3779 str = g_string_append(str, text); | |
| 8519 | 3780 } else { |
| 3781 g_string_append_unichar(str, c); | |
| 3782 } | |
| 3783 gtk_text_iter_forward_char(&iter); | |
| 3784 } | |
| 3785 | |
| 3786 return g_string_free(str, FALSE); | |
| 8061 | 3787 } |
