Mercurial > pidgin
annotate src/convo.h @ 2406:184a7b05fd02
[gaim-migrate @ 2419]
(09:34:45) ***warmenhoven returns
(09:35:09) black_bmc: warmenhoven at least!
(09:35:27) black_bmc: warmenhoven i need something from you -)
(09:35:44) warmenhoven: ok
(09:35:44) black_bmc: look in ru.po in gaim/po/ directory
(09:35:50) ***murley snickers, thinks warmenhoven should rewrtie gaim in java, heh
(09:35:56) warmenhoven: oh yeah.
(09:36:06) warmenhoven: because you know i love java so much.
(09:36:11) warmenhoven: and then it'd be cross-platform.
(09:36:11) black_bmc: "Content-Type: text/plain; charset=ISO-8859-5\n"
(09:36:17) black_bmc: you see that ?
(09:36:20) murley: that way we could all use a slow nasty hiddious looking program
(09:36:25) warmenhoven: yep
(09:36:39) warmenhoven: i take it that's not correct
(09:36:40) black_bmc: warmenhoven here must be "Content-Type: text/plain; charset=KOI8-R\n"
(09:37:02) warmenhoven: okie dokie
(09:37:05) warmenhoven: that the only change?
(09:37:07) murley: I'm a sysadmin, and I just found out a user installed a java tomcat webserver on my server, it was eating 400MB or ram
(09:37:09) black_bmc: yes
(09:37:26) black_bmc: warmenhoven why somebody change it to ISO ?
(09:37:38) warmenhoven: i don't know
(09:37:49) murley: Then i began to wonder why 2000 websites went to a scretching halt. :)
(09:37:56) black_bmc: warmenhoven heh. -)
(09:38:08) murley: kill -9 is my friend, the world is good now :)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 01 Oct 2001 16:39:10 +0000 |
parents | bdc74764245c |
children | 5473c8c5378d |
rev | line source |
---|---|
472 | 1 /* |
2 * gaim | |
3 * | |
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; either version 2 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * This program is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program; if not, write to the Free Software | |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 * | |
20 */ | |
21 | |
22 #ifndef _GAIMCONVO_H_ | |
23 #define _GAIMCONVO_H_ | |
24 | |
25 #include <gtk/gtk.h> | |
26 #include "gaim.h" | |
27 | |
909
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
28 #include "pixmaps/tmp_send.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
29 #include "pixmaps/gnome_remove.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
30 #include "pixmaps/gnome_add.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
31 #include "pixmaps/cancel.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
32 #include "pixmaps/warn.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
33 #include "pixmaps/tb_search.xpm" |
9f2afe5faed5
[gaim-migrate @ 919]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
907
diff
changeset
|
34 #include "pixmaps/block.xpm" |
472 | 35 |
36 /* we declare all of the global functions for chat and IM windows here, so | |
37 * that it's easy to keep them merged. */ | |
38 | |
39 /* chat first */ | |
40 extern void im_callback(GtkWidget *, struct conversation *); | |
41 extern void ignore_callback(GtkWidget *, struct conversation *); | |
42 extern void whisper_callback(GtkWidget *, struct conversation *); | |
43 extern void invite_callback(GtkWidget *, struct conversation *); | |
2385
bdc74764245c
[gaim-migrate @ 2398]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2379
diff
changeset
|
44 extern void tab_complete(struct conversation *c); |
472 | 45 |
46 /* now IM */ | |
47 extern void warn_callback(GtkWidget *, struct conversation *); | |
48 extern void block_callback(GtkWidget *, struct conversation *); | |
49 extern void add_callback(GtkWidget *, struct conversation *); | |
50 | |
51 /* now both */ | |
2379
cacaf7ace3a5
[gaim-migrate @ 2392]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
960
diff
changeset
|
52 extern int set_dispstyle (int); |
472 | 53 extern void info_callback(GtkWidget *, struct conversation *); |
54 extern void do_bold(GtkWidget *, GtkWidget *); | |
55 extern void do_italic(GtkWidget *, GtkWidget *); | |
56 extern void do_underline(GtkWidget *, GtkWidget *); | |
57 extern void do_strike(GtkWidget *, GtkWidget *); | |
58 extern void do_small(GtkWidget *, GtkWidget *); | |
59 extern void do_normal(GtkWidget *, GtkWidget *); | |
60 extern void do_big(GtkWidget *, GtkWidget *); | |
61 extern void toggle_font(GtkWidget *, struct conversation *); | |
62 extern void toggle_color(GtkWidget *, struct conversation *); | |
63 extern void toggle_loggle(GtkWidget *, struct conversation *); | |
555 | 64 extern void insert_smiley(GtkWidget *, struct conversation *); |
472 | 65 /* sound is handled by set_option */ |
66 extern gboolean keypress_callback(GtkWidget *, GdkEventKey *, struct conversation *); | |
907
08d5037c9296
[gaim-migrate @ 917]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
608
diff
changeset
|
67 extern void check_spelling( GtkEditable *, gchar *, gint, gint *, gpointer); |
08d5037c9296
[gaim-migrate @ 917]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
608
diff
changeset
|
68 extern int entry_key_pressed(GtkWidget *, GtkWidget *); |
472 | 69 |
70 extern GtkWidget *build_conv_toolbar(struct conversation *); | |
71 | |
72 extern void send_callback(GtkWidget *, struct conversation *); | |
73 extern int close_callback(GtkWidget *, struct conversation *); | |
74 | |
75 extern gboolean meify(char *); | |
76 | |
77 #endif |