finch/libgnt/gntmain.c

Tue, 16 Oct 2007 13:06:48 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Tue, 16 Oct 2007 13:06:48 +0000
branch
next.minor
changeset 21243
287bfd29dae6
parent 21240
b78eaddaae02
child 21273
2f91b326b3f0
permissions
-rw-r--r--

Doxygen for gnt.

18114
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
1 /**
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
2 * GNT - The GLib Ncurses Toolkit
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
3 *
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
4 * GNT is the legal property of its developers, whose names are too numerous
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
5 * to list here. Please refer to the COPYRIGHT file distributed with this
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
6 * source distribution.
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
7 *
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
8 * This library is free software; you can redistribute it and/or modify
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
9 * it under the terms of the GNU General Public License as published by
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
11 * (at your option) any later version.
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
12 *
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
13 * This program is distributed in the hope that it will be useful,
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
16 * GNU General Public License for more details.
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
17 *
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
18 * You should have received a copy of the GNU General Public License
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
19 * along with this program; if not, write to the Free Software
19859
71d37b57eff2 The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 19317
diff changeset
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
18114
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
21 */
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
22
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
23 #define _GNU_SOURCE
17853
b0e5cda11253 Fix libgnt compilation on BSD and solaris. This references #516.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17355
diff changeset
24 #if defined(__APPLE__) || defined(__unix__)
14800
9fb18f4b8d1a [gaim-migrate @ 17494]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14799
diff changeset
25 #define _XOPEN_SOURCE_EXTENDED
9fb18f4b8d1a [gaim-migrate @ 17494]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14799
diff changeset
26 #endif
14487
12503b6b5268 [gaim-migrate @ 17133]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14483
diff changeset
27
14483
82b73e12ce27 [gaim-migrate @ 17129]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14477
diff changeset
28 #include "config.h"
82b73e12ce27 [gaim-migrate @ 17129]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14477
diff changeset
29
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
30 #include <gmodule.h>
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
31
15863
7411e672a88b Re-order includes to fix this compile error:
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15862
diff changeset
32 #include <sys/types.h>
7411e672a88b Re-order includes to fix this compile error:
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15862
diff changeset
33 #include <sys/wait.h>
7411e672a88b Re-order includes to fix this compile error:
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15862
diff changeset
34
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
35 #include "gnt.h"
13950
bd8d39b3a9e2 [gaim-migrate @ 16369]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13947
diff changeset
36 #include "gntbox.h"
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
37 #include "gntbutton.h"
14066
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
38 #include "gntcolors.h"
15814
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
39 #include "gntclipboard.h"
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
40 #include "gntkeys.h"
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
41 #include "gntlabel.h"
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
42 #include "gntmenu.h"
14066
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
43 #include "gntstyle.h"
13978
70d7030b7f26 [gaim-migrate @ 16418]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13973
diff changeset
44 #include "gnttree.h"
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
45 #include "gntutils.h"
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
46 #include "gntwindow.h"
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
47 #include "gntwm.h"
13950
bd8d39b3a9e2 [gaim-migrate @ 16369]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13947
diff changeset
48
14493
c47f415b7e56 [gaim-migrate @ 17145]
Mark Doliner <markdoliner@pidgin.im>
parents: 14490
diff changeset
49 #include <panel.h>
c47f415b7e56 [gaim-migrate @ 17145]
Mark Doliner <markdoliner@pidgin.im>
parents: 14490
diff changeset
50
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
51 #include <stdio.h>
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
52 #include <stdlib.h>
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
53 #include <locale.h>
13950
bd8d39b3a9e2 [gaim-migrate @ 16369]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13947
diff changeset
54 #include <unistd.h>
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
55 #include <signal.h>
13950
bd8d39b3a9e2 [gaim-migrate @ 16369]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13947
diff changeset
56 #include <string.h>
14282
4b948c7a0eb4 [gaim-migrate @ 16901]
Ethan Blanton <elb@pidgin.im>
parents: 14278
diff changeset
57 #include <ctype.h>
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
58 #include <errno.h>
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
59
14153
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
60 /**
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
61 * Notes: Interesting functions to look at:
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
62 * scr_dump, scr_init, scr_restore: for workspaces
14193
fcfd3eea2160 [gaim-migrate @ 16773]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14187
diff changeset
63 *
fcfd3eea2160 [gaim-migrate @ 16773]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14187
diff changeset
64 * Need to wattrset for colors to use with PDCurses.
14153
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
65 */
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
66
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
67 static GIOChannel *channel = NULL;
18603
99a3588da5b1 The input was causing some weird issues. This fixes it.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18599
diff changeset
68 static int channel_read_callback;
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
69
13989
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
70 static gboolean ascii_only;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
71 static gboolean mouse_enabled;
13989
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
72
15874
46df7421a1b5 Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15863
diff changeset
73 static void setup_io(void);
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
74
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
75 static gboolean refresh_screen();
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
76
18114
adb3cfadc125 Doxygen skeleton and license info for gnt files.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17853
diff changeset
77 static GntWM *wm;
15814
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
78 static GntClipboard *clipboard;
14307
bfdf8ddf6dda [gaim-migrate @ 16927]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14282
diff changeset
79
15842
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
80 #define HOLDING_ESCAPE (escape_stuff.timer != 0)
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
81
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
82 static struct {
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
83 int timer;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
84 } escape_stuff;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
85
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
86 static gboolean
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
87 escape_timeout(gpointer data)
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
88 {
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
89 gnt_wm_process_input(wm, "\033");
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
90 escape_stuff.timer = 0;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
91 return FALSE;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
92 }
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
93
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
94 /**
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
95 * Mouse support:
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
96 * - bring a window on top if you click on its taskbar
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
97 * - click on the top-bar of the active window and drag+drop to move a window
14387
c52a8625eab3 [gaim-migrate @ 17020]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14379
diff changeset
98 * - click on a window to bring it to focus
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
99 * - allow scrolling in tree/textview on wheel-scroll event
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
100 * - click to activate button or select a row in tree
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
101 * wishlist:
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
102 * - have a little [X] on the windows, and clicking it will close that window.
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
103 */
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
104 static gboolean
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
105 detect_mouse_action(const char *buffer)
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
106 {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
107 int x, y;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
108 static enum {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
109 MOUSE_NONE,
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
110 MOUSE_LEFT,
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
111 MOUSE_RIGHT,
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
112 MOUSE_MIDDLE
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
113 } button = MOUSE_NONE;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
114 static GntWidget *remember = NULL;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
115 static int offset = 0;
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
116 GntMouseEvent event;
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
117 GntWidget *widget = NULL;
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
118 PANEL *p = NULL;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
119
16519
9458657f5b99 Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents: 16356
diff changeset
120 if (!wm->cws->ordered || buffer[0] != 27)
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
121 return FALSE;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
122
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
123 buffer++;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
124 if (strlen(buffer) < 5)
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
125 return FALSE;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
126
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
127 x = buffer[3];
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
128 y = buffer[4];
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
129 if (x < 0) x += 256;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
130 if (y < 0) y += 256;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
131 x -= 33;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
132 y -= 33;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
133
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
134 while ((p = panel_below(p)) != NULL) {
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
135 const GntNode *node = panel_userptr(p);
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
136 GntWidget *wid;
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
137 if (!node)
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
138 continue;
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
139 wid = node->me;
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
140 if (x >= wid->priv.x && x < wid->priv.x + wid->priv.width) {
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
141 if (y >= wid->priv.y && y < wid->priv.y + wid->priv.height) {
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
142 widget = wid;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
143 break;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
144 }
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
145 }
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
146 }
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
147
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
148 if (strncmp(buffer, "[M ", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
149 /* left button down */
14379
d1bd558266b7 [gaim-migrate @ 17010]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14376
diff changeset
150 /* Bring the window you clicked on to front */
d1bd558266b7 [gaim-migrate @ 17010]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14376
diff changeset
151 /* If you click on the topbar, then you can drag to move the window */
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
152 event = GNT_LEFT_MOUSE_DOWN;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
153 } else if (strncmp(buffer, "[M\"", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
154 /* right button down */
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
155 event = GNT_RIGHT_MOUSE_DOWN;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
156 } else if (strncmp(buffer, "[M!", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
157 /* middle button down */
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
158 event = GNT_MIDDLE_MOUSE_DOWN;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
159 } else if (strncmp(buffer, "[M`", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
160 /* wheel up*/
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
161 event = GNT_MOUSE_SCROLL_UP;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
162 } else if (strncmp(buffer, "[Ma", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
163 /* wheel down */
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
164 event = GNT_MOUSE_SCROLL_DOWN;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
165 } else if (strncmp(buffer, "[M#", 3) == 0) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
166 /* button up */
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
167 event = GNT_MOUSE_UP;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
168 } else
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
169 return FALSE;
17093
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
170
17099
7eb7e94588dd Fix the commit from earlier today about null-widgets.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17093
diff changeset
171 if (widget && gnt_wm_process_click(wm, event, x, y, widget))
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
172 return TRUE;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
173
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
174 if (event == GNT_LEFT_MOUSE_DOWN && widget && widget != wm->_list.window &&
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
175 !GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_TRANSIENT)) {
16519
9458657f5b99 Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents: 16356
diff changeset
176 if (widget != wm->cws->ordered->data) {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
177 gnt_wm_raise_window(wm, widget);
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
178 }
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
179 if (y == widget->priv.y) {
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
180 offset = x - widget->priv.x;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
181 remember = widget;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
182 button = MOUSE_LEFT;
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
183 }
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
184 } else if (event == GNT_MOUSE_UP) {
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
185 if (button == MOUSE_NONE && y == getmaxy(stdscr) - 1) {
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
186 /* Clicked on the taskbar */
16519
9458657f5b99 Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents: 16356
diff changeset
187 int n = g_list_length(wm->cws->list);
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
188 if (n) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
189 int width = getmaxx(stdscr) / n;
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
190 gnt_bindable_perform_action_named(GNT_BINDABLE(wm), "switch-window-n", x/width, NULL);
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
191 }
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
192 } else if (button == MOUSE_LEFT && remember) {
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
193 x -= offset;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
194 if (x < 0) x = 0;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
195 if (y < 0) y = 0;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
196 gnt_screen_move_widget(remember, x, y);
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
197 }
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
198 button = MOUSE_NONE;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
199 remember = NULL;
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
200 offset = 0;
14424
8874ec350ebb [gaim-migrate @ 17068]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14405
diff changeset
201 }
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
202
17099
7eb7e94588dd Fix the commit from earlier today about null-widgets.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17093
diff changeset
203 if (widget)
7eb7e94588dd Fix the commit from earlier today about null-widgets.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17093
diff changeset
204 gnt_widget_clicked(widget, event, x, y);
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
205 return TRUE;
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
206 }
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
207
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
208 static gboolean
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
209 io_invoke_error(GIOChannel *source, GIOCondition cond, gpointer data)
14539
7d5528c864a1 [gaim-migrate @ 17195]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14493
diff changeset
210 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
211 int id = GPOINTER_TO_INT(data);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
212 g_source_remove(id);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
213 g_io_channel_unref(source);
14487
12503b6b5268 [gaim-migrate @ 17133]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14483
diff changeset
214
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
215 channel = NULL;
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
216 setup_io();
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
217 return TRUE;
14477
7252d4888bf2 [gaim-migrate @ 17123]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14467
diff changeset
218 }
7252d4888bf2 [gaim-migrate @ 17123]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14467
diff changeset
219
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
220 static gboolean
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
221 io_invoke(GIOChannel *source, GIOCondition cond, gpointer null)
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
222 {
14405
4398121ce889 [gaim-migrate @ 17044]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14397
diff changeset
223 char keys[256];
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
224 int rd;
15839
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
225 char *k;
20825
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
226 char *cvrt = NULL;
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
227
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
228 if (wm->mode == GNT_KP_MODE_WAIT_ON_CHILD)
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
229 return FALSE;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
230
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
231 rd = read(STDIN_FILENO, keys + HOLDING_ESCAPE, sizeof(keys) - 1 - HOLDING_ESCAPE);
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
232 if (rd < 0)
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
233 {
14943
ffd493362a87 [gaim-migrate @ 17650]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14938
diff changeset
234 int ch = getch(); /* This should return ERR, but let's see what it really returns */
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
235 endwin();
14742
57b62b1b4646 [gaim-migrate @ 17432]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14689
diff changeset
236 printf("ERROR: %s\n", strerror(errno));
14943
ffd493362a87 [gaim-migrate @ 17650]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14938
diff changeset
237 printf("File descriptor is: %d\n\nGIOChannel is: %p\ngetch() = %d\n", STDIN_FILENO, source, ch);
ffd493362a87 [gaim-migrate @ 17650]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14938
diff changeset
238 raise(SIGABRT);
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
239 }
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
240 else if (rd == 0)
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
241 {
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
242 endwin();
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
243 printf("EOF\n");
14943
ffd493362a87 [gaim-migrate @ 17650]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14938
diff changeset
244 raise(SIGABRT);
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
245 }
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
246
15842
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
247 rd += HOLDING_ESCAPE;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
248 if (HOLDING_ESCAPE)
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
249 keys[0] = '\033';
20825
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
250 keys[rd] = 0;
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
251 gnt_wm_set_event_stack(wm, TRUE);
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
252
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
253 cvrt = g_locale_to_utf8(keys, rd, (gsize*)&rd, NULL, NULL);
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
254 k = cvrt ? cvrt : keys;
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
255 if (mouse_enabled && detect_mouse_action(k))
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
256 goto end;
19314
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
257
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
258 #if 0
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
259 /* I am not sure what's happening here. If this actually does something,
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
260 * then this needs to go in gnt_keys_refine. */
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
261 if (*k < 0) { /* Alt not sending ESC* */
17192
5cc374345f6f Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
Eric Polino <aluink@pidgin.im>
parents: 17099
diff changeset
262 *(k + 1) = 128 - *k;
5cc374345f6f Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
Eric Polino <aluink@pidgin.im>
parents: 17099
diff changeset
263 *k = 27;
5cc374345f6f Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
Eric Polino <aluink@pidgin.im>
parents: 17099
diff changeset
264 *(k + 2) = 0;
5cc374345f6f Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
Eric Polino <aluink@pidgin.im>
parents: 17099
diff changeset
265 rd++;
5cc374345f6f Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
Eric Polino <aluink@pidgin.im>
parents: 17099
diff changeset
266 }
19314
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
267 #endif
472ad9489d68 Fix some white-space and other similar issues. Preparing for a merge.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19307
diff changeset
268
15839
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
269 while (rd) {
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
270 char back;
15842
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
271 int p;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
272
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
273 if (k[0] == '\033' && rd == 1) {
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
274 if (escape_stuff.timer) {
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
275 gnt_wm_process_input(wm, "\033\033");
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
276 g_source_remove(escape_stuff.timer);
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
277 escape_stuff.timer = 0;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
278 break;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
279 }
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
280 escape_stuff.timer = g_timeout_add(250, escape_timeout, NULL);
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
281 break;
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
282 }
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
283
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
284 gnt_keys_refine(k);
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
285 p = MAX(1, gnt_keys_find_combination(k));
15839
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
286 back = k[p];
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
287 k[p] = '\0';
15840
442102aa7b24 Some changes to the last change. People should really test this thing out.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15839
diff changeset
288 gnt_wm_process_input(wm, k); /* XXX: */
15839
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
289 k[p] = back;
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
290 rd -= p;
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
291 k += p;
e2b7b5f4f9aa Change a bit how the keystrokes are processed. When a lot of keystrokes come in at the same time, the shortest key-combination is processed first. This should make typing fast over a very slow connection work properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15814
diff changeset
292 }
16356
13cc89b3ab7c Dialogs opened resulting from a mouse-click should fain focus.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15906
diff changeset
293 end:
13cc89b3ab7c Dialogs opened resulting from a mouse-click should fain focus.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15906
diff changeset
294 gnt_wm_set_event_stack(wm, FALSE);
20825
05cbaaa0ef86 Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20121
diff changeset
295 g_free(cvrt);
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
296 return TRUE;
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
297 }
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
298
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
299 static void
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
300 setup_io()
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
301 {
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
302 int result;
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
303 channel = g_io_channel_unix_new(STDIN_FILENO);
15842
0b00e18a33f2 Do some funky stuff with the escape key.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15841
diff changeset
304 g_io_channel_set_close_on_unref(channel, TRUE);
13958
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
305
15485
07050dfe816e More closely imitate the input handling of irssi. Hopefully this will fix the excessive CPU usage bug Alver keeps getting.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15038
diff changeset
306 #if 0
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
307 g_io_channel_set_encoding(channel, NULL, NULL);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
308 g_io_channel_set_buffered(channel, FALSE);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
309 g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL );
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
310 #endif
13978
70d7030b7f26 [gaim-migrate @ 16418]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13973
diff changeset
311
18603
99a3588da5b1 The input was causing some weird issues. This fixes it.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18599
diff changeset
312 channel_read_callback = result = g_io_add_watch_full(channel, G_PRIORITY_HIGH,
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
313 (G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_PRI),
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
314 io_invoke, NULL, NULL);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
315
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
316 g_io_add_watch_full(channel, G_PRIORITY_HIGH,
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
317 (G_IO_NVAL),
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
318 io_invoke_error, GINT_TO_POINTER(result), NULL);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
319
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
320 g_io_channel_unref(channel); /* Apparently this caused crashes for some people.
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
321 But irssi does this, so I am going to assume the
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
322 crashes were caused by some other stuff. */
13992
a6bbcc09c4eb [gaim-migrate @ 16457]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13989
diff changeset
323
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
324 g_printerr("gntmain: setting up IO (%d)\n", channel_read_callback);
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
325 }
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
326
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
327 static gboolean
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
328 refresh_screen()
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
329 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
330 gnt_bindable_perform_action_named(GNT_BINDABLE(wm), "refresh-screen", NULL);
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
331 return FALSE;
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
332 }
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
333
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
334 /* Xerox */
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
335 static void
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
336 clean_pid(void)
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
337 {
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
338 int status;
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
339 pid_t pid;
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
340
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
341 do {
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
342 pid = waitpid(-1, &status, WNOHANG);
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
343 } while (pid != 0 && pid != (pid_t)-1);
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
344
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
345 if ((pid == (pid_t) - 1) && (errno != ECHILD)) {
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
346 char errmsg[BUFSIZ];
14487
12503b6b5268 [gaim-migrate @ 17133]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14483
diff changeset
347 g_snprintf(errmsg, BUFSIZ, "Warning: waitpid() returned %d", pid);
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
348 perror(errmsg);
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
349 }
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
350 }
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
351
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
352 static void
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
353 exit_confirmed(gpointer null)
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
354 {
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
355 gnt_bindable_perform_action_named(GNT_BINDABLE(wm), "wm-quit", NULL);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
356 }
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
357
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
358 static void
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
359 exit_win_close(GntWidget *w, GntWidget **win)
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
360 {
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
361 *win = NULL;
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
362 }
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
363
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
364 static void
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
365 ask_before_exit()
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
366 {
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
367 static GntWidget *win = NULL;
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
368 GntWidget *bbox, *button;
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
369
18623
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
370 if (wm->menu) {
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
371 do {
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
372 gnt_widget_hide(GNT_WIDGET(wm->menu));
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
373 if (wm->menu)
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
374 wm->menu = wm->menu->parentmenu;
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
375 } while (wm->menu);
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
376 }
244951dea82f Hide the menu when ctrl-c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18603
diff changeset
377
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
378 if (win)
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
379 goto raise;
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
380
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
381 win = gnt_vwindow_new(FALSE);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
382 gnt_box_add_widget(GNT_BOX(win), gnt_label_new("Are you sure you want to quit?"));
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
383 gnt_box_set_title(GNT_BOX(win), "Quit?");
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
384 gnt_box_set_alignment(GNT_BOX(win), GNT_ALIGN_MID);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
385 g_signal_connect(G_OBJECT(win), "destroy", G_CALLBACK(exit_win_close), &win);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
386
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
387 bbox = gnt_hbox_new(FALSE);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
388 gnt_box_add_widget(GNT_BOX(win), bbox);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
389
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
390 button = gnt_button_new("Quit");
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
391 g_signal_connect(G_OBJECT(button), "activate", G_CALLBACK(exit_confirmed), NULL);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
392 gnt_box_add_widget(GNT_BOX(bbox), button);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
393
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
394 button = gnt_button_new("Cancel");
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
395 g_signal_connect_swapped(G_OBJECT(button), "activate", G_CALLBACK(gnt_widget_destroy), win);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
396 gnt_box_add_widget(GNT_BOX(bbox), button);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
397
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
398 gnt_widget_show(win);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
399 raise:
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
400 gnt_wm_raise_window(wm, win);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
401 }
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
402
17093
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
403 #ifdef SIGWINCH
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
404 static void (*org_winch_handler)(int);
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
405 #endif
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
406
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
407 static void
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
408 sighandler(int sig)
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
409 {
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
410 switch (sig) {
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
411 #ifdef SIGWINCH
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
412 case SIGWINCH:
17355
8cb2af48afee I think this fixes #532.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17099
diff changeset
413 erase();
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
414 g_idle_add(refresh_screen, NULL);
20121
3d3e04bc28df applied changes from 388507622896337fe56945f851e3aabee3c0427f
Richard Laager <rlaager@pidgin.im>
parents: 19859
diff changeset
415 if (org_winch_handler)
3d3e04bc28df applied changes from 388507622896337fe56945f851e3aabee3c0427f
Richard Laager <rlaager@pidgin.im>
parents: 19859
diff changeset
416 org_winch_handler(sig);
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
417 signal(SIGWINCH, sighandler);
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
418 break;
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
419 #endif
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
420 case SIGCHLD:
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
421 clean_pid();
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
422 signal(SIGCHLD, sighandler);
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
423 break;
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
424 case SIGINT:
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
425 ask_before_exit();
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
426 signal(SIGINT, sighandler);
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
427 break;
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
428 }
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
429 }
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
430
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
431 static void
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
432 init_wm()
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
433 {
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
434 const char *name = gnt_style_get(GNT_STYLE_WM);
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
435 gpointer handle;
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
436
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
437 if (name && *name) {
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
438 handle = g_module_open(name, G_MODULE_BIND_LAZY);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
439 if (handle) {
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
440 gboolean (*init)(GntWM **);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
441 if (g_module_symbol(handle, "gntwm_init", (gpointer)&init)) {
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
442 init(&wm);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
443 }
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
444 }
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
445 }
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
446 if (wm == NULL)
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
447 wm = g_object_new(GNT_TYPE_WM, NULL);
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
448 }
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
449
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
450 void gnt_init()
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
451 {
14066
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
452 char *filename;
14264
f8399abdcb46 [gaim-migrate @ 16875]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14201
diff changeset
453 const char *locale;
f8399abdcb46 [gaim-migrate @ 16875]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14201
diff changeset
454
14045
12b8c2bfd3fb [gaim-migrate @ 16552]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14026
diff changeset
455 if (channel)
12b8c2bfd3fb [gaim-migrate @ 16552]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14026
diff changeset
456 return;
12b8c2bfd3fb [gaim-migrate @ 16552]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14026
diff changeset
457
15485
07050dfe816e More closely imitate the input handling of irssi. Hopefully this will fix the excessive CPU usage bug Alver keeps getting.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15038
diff changeset
458 locale = setlocale(LC_ALL, "");
14264
f8399abdcb46 [gaim-migrate @ 16875]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14201
diff changeset
459
15485
07050dfe816e More closely imitate the input handling of irssi. Hopefully this will fix the excessive CPU usage bug Alver keeps getting.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15038
diff changeset
460 setup_io();
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
461
18262
17ac69b18163 Detect wide character non-support at compile time, if possible.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18133
diff changeset
462 #ifdef NO_WIDECHAR
17ac69b18163 Detect wide character non-support at compile time, if possible.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18133
diff changeset
463 ascii_only = TRUE;
17ac69b18163 Detect wide character non-support at compile time, if possible.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18133
diff changeset
464 #else
13989
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
465 if (locale && (strstr(locale, "UTF") || strstr(locale, "utf")))
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
466 ascii_only = FALSE;
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
467 else
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
468 ascii_only = TRUE;
18262
17ac69b18163 Detect wide character non-support at compile time, if possible.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18133
diff changeset
469 #endif
13989
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
470
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
471 initscr();
14153
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
472 typeahead(-1);
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
473 noecho();
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
474 curs_set(0);
9da98052a4e1 [gaim-migrate @ 16715]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14121
diff changeset
475
15862
895c0f69faa0 Make sure unbound key-combinations are handled properly.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15842
diff changeset
476 gnt_init_keys();
14072
4e64a4f18686 [gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14066
diff changeset
477 gnt_init_styles();
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
478
14066
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
479 filename = g_build_filename(g_get_home_dir(), ".gntrc", NULL);
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
480 gnt_style_read_configure_file(filename);
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
481 g_free(filename);
3a97522e09ee [gaim-migrate @ 16589]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14045
diff changeset
482
14361
4d6014205744 [gaim-migrate @ 16989]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14354
diff changeset
483 gnt_init_colors();
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
484
21240
b78eaddaae02 Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20825
diff changeset
485 wbkgdset(stdscr, '\0' | gnt_color_pair(GNT_COLOR_NORMAL));
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
486 refresh();
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
487
14379
d1bd558266b7 [gaim-migrate @ 17010]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14376
diff changeset
488 #ifdef ALL_MOUSE_EVENTS
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
489 if ((mouse_enabled = gnt_style_get_bool(GNT_STYLE_MOUSE, FALSE)))
14379
d1bd558266b7 [gaim-migrate @ 17010]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14376
diff changeset
490 mousemask(ALL_MOUSE_EVENTS | REPORT_MOUSE_POSITION, NULL);
14376
43b7dc7d2a52 [gaim-migrate @ 17007]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14372
diff changeset
491 #endif
14372
61f53bc11687 [gaim-migrate @ 17000]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14361
diff changeset
492
21240
b78eaddaae02 Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 20825
diff changeset
493 wbkgdset(stdscr, '\0' | gnt_color_pair(GNT_COLOR_NORMAL));
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
494 werase(stdscr);
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
495 wrefresh(stdscr);
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
496
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
497 #ifdef SIGWINCH
17093
7ad0acaf60ab Do not process clicks on no widget.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16944
diff changeset
498 org_winch_handler = signal(SIGWINCH, sighandler);
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
499 #endif
14443
b7b18eddd910 [gaim-migrate @ 17087]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14424
diff changeset
500 signal(SIGCHLD, sighandler);
16944
921fc0bccf3a Ask before exiting when ctrl+c is pressed.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16837
diff changeset
501 signal(SIGINT, sighandler);
14799
4e25a23ab343 [gaim-migrate @ 17493]
Richard Nelson <wabz@pidgin.im>
parents: 14742
diff changeset
502 signal(SIGPIPE, SIG_IGN);
14335
43dec8ee3096 [gaim-migrate @ 16958]
Mark Schneider <queueram@gmail.com>
parents: 14318
diff changeset
503
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
504 g_type_init();
14397
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
505
e53755c4dcab [gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14387
diff changeset
506 init_wm();
15814
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
507
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
508 clipboard = g_object_new(GNT_TYPE_CLIPBOARD, NULL);
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
509 }
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
510
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
511 void gnt_main()
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
512 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
513 wm->loop = g_main_loop_new(NULL, FALSE);
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
514 g_main_loop_run(wm->loop);
13852
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
515 }
1d3ae9f34d42 [gaim-migrate @ 16308]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
516
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
517 /*********************************
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
518 * Stuff for 'window management' *
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
519 *********************************/
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
520
18399
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
521 void gnt_window_present(GntWidget *window)
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
522 {
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
523 if (wm->event_stack)
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
524 gnt_wm_raise_window(wm, window);
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
525 else
f4043513f791 Allow raising window only from an event-stack, otherwise set the urgent flag.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18262
diff changeset
526 gnt_widget_set_urgent(window);
18133
bc6e30a08d9a add gnt_window_present
Richard Nelson <wabz@pidgin.im>
parents: 18132
diff changeset
527 }
bc6e30a08d9a add gnt_window_present
Richard Nelson <wabz@pidgin.im>
parents: 18132
diff changeset
528
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
529 void gnt_screen_occupy(GntWidget *widget)
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
530 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
531 gnt_wm_new_window(wm, widget);
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
532 }
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
533
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
534 void gnt_screen_release(GntWidget *widget)
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
535 {
19180
a814189b2782 This fixes a few weird crashes in pygnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18778
diff changeset
536 if (wm)
a814189b2782 This fixes a few weird crashes in pygnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18778
diff changeset
537 gnt_wm_window_close(wm, widget);
13931
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
538 }
a0a91e17f899 [gaim-migrate @ 16335]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13922
diff changeset
539
13940
26ed45b11483 [gaim-migrate @ 16355]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13931
diff changeset
540 void gnt_screen_update(GntWidget *widget)
26ed45b11483 [gaim-migrate @ 16355]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13931
diff changeset
541 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
542 gnt_wm_update_window(wm, widget);
13940
26ed45b11483 [gaim-migrate @ 16355]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13931
diff changeset
543 }
26ed45b11483 [gaim-migrate @ 16355]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13931
diff changeset
544
13958
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
545 gboolean gnt_widget_has_focus(GntWidget *widget)
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
546 {
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
547 GntWidget *w;
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
548 if (!widget)
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
549 return FALSE;
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
550
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
551 if (GNT_IS_MENU(widget))
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
552 return TRUE;
13958
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
553
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
554 w = widget;
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
555
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
556 while (widget->parent)
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
557 widget = widget->parent;
13992
a6bbcc09c4eb [gaim-migrate @ 16457]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13989
diff changeset
558
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
559 if (widget == wm->_list.window)
13992
a6bbcc09c4eb [gaim-migrate @ 16457]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13989
diff changeset
560 return TRUE;
16519
9458657f5b99 Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents: 16356
diff changeset
561 if (wm->cws->ordered && wm->cws->ordered->data == widget) {
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
562 if (GNT_IS_BOX(widget) &&
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
563 (GNT_BOX(widget)->active == w || widget == w))
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
564 return TRUE;
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
565 }
13958
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
566 return FALSE;
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
567 }
bd1c3bb3f33d [gaim-migrate @ 16381]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13955
diff changeset
568
13959
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
569 void gnt_widget_set_urgent(GntWidget *widget)
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
570 {
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
571 while (widget->parent)
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
572 widget = widget->parent;
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
573
16519
9458657f5b99 Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents: 16356
diff changeset
574 if (wm->cws->ordered && wm->cws->ordered->data == widget)
13959
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
575 return;
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
576
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
577 GNT_WIDGET_SET_FLAGS(widget, GNT_WIDGET_URGENT);
14452
a21351048a3a [gaim-migrate @ 17096]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14450
diff changeset
578
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
579 gnt_wm_update_window(wm, widget);
13959
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
580 }
49d3a87c2679 [gaim-migrate @ 16382]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13958
diff changeset
581
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
582 void gnt_quit()
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
583 {
19180
a814189b2782 This fixes a few weird crashes in pygnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18778
diff changeset
584 g_object_unref(G_OBJECT(wm));
a814189b2782 This fixes a few weird crashes in pygnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18778
diff changeset
585 wm = NULL;
a814189b2782 This fixes a few weird crashes in pygnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18778
diff changeset
586
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
587 update_panels();
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
588 doupdate();
14026
ad91ce0effe2 [gaim-migrate @ 16520]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14019
diff changeset
589 gnt_uninit_colors();
14072
4e64a4f18686 [gaim-migrate @ 16602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14066
diff changeset
590 gnt_uninit_styles();
13969
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
591 endwin();
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
592 }
0541f389442e [gaim-migrate @ 16402]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13959
diff changeset
593
13989
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
594 gboolean gnt_ascii_only()
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
595 {
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
596 return ascii_only;
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
597 }
9a647311c9ac [gaim-migrate @ 16447]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13981
diff changeset
598
14005
198d1658b390 [gaim-migrate @ 16480]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13996
diff changeset
599 void gnt_screen_resize_widget(GntWidget *widget, int width, int height)
198d1658b390 [gaim-migrate @ 16480]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13996
diff changeset
600 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
601 gnt_wm_resize_window(wm, widget, width, height);
14005
198d1658b390 [gaim-migrate @ 16480]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13996
diff changeset
602 }
198d1658b390 [gaim-migrate @ 16480]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13996
diff changeset
603
14201
d54dc208efe2 [gaim-migrate @ 16781]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14193
diff changeset
604 void gnt_screen_move_widget(GntWidget *widget, int x, int y)
d54dc208efe2 [gaim-migrate @ 16781]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14193
diff changeset
605 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
606 gnt_wm_move_window(wm, widget, x, y);
14201
d54dc208efe2 [gaim-migrate @ 16781]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14193
diff changeset
607 }
d54dc208efe2 [gaim-migrate @ 16781]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14193
diff changeset
608
14450
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
609 void gnt_screen_rename_widget(GntWidget *widget, const char *text)
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
610 {
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
611 gnt_box_set_title(GNT_BOX(widget), text);
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
612 gnt_widget_draw(widget);
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
613 gnt_wm_update_window(wm, widget);
14450
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
614 }
1ac2b6e98ef8 [gaim-migrate @ 17094]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14449
diff changeset
615
14467
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
616 void gnt_register_action(const char *label, void (*callback)())
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
617 {
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
618 GntAction *action = g_new0(GntAction, 1);
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
619 action->label = g_strdup(label);
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
620 action->callback = callback;
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
621
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
622 wm->acts = g_list_append(wm->acts, action);
14467
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
623 }
359d9aad0f01 [gaim-migrate @ 17113]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14452
diff changeset
624
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
625 static void
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
626 reset_menu(GntWidget *widget, gpointer null)
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
627 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
628 wm->menu = NULL;
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
629 }
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
630
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
631 gboolean gnt_screen_menu_show(gpointer newmenu)
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
632 {
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
633 if (wm->menu) {
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
634 /* For now, if a menu is being displayed, then another menu
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
635 * can NOT take over. */
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
636 return FALSE;
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
637 }
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
638
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
639 wm->menu = newmenu;
14968
2b1ed06a4773 [gaim-migrate @ 17678]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14962
diff changeset
640 GNT_WIDGET_UNSET_FLAGS(GNT_WIDGET(wm->menu), GNT_WIDGET_INVISIBLE);
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
641 gnt_widget_draw(GNT_WIDGET(wm->menu));
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
642
14962
abfaa2e03ac7 [gaim-migrate @ 17672]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14943
diff changeset
643 g_signal_connect(G_OBJECT(wm->menu), "hide", G_CALLBACK(reset_menu), NULL);
16837
d3b8ba967fdc Fix context menu unusualness in the buddylist.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16356
diff changeset
644 g_signal_connect(G_OBJECT(wm->menu), "destroy", G_CALLBACK(reset_menu), NULL);
14675
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
645
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
646 return TRUE;
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
647 }
be8af28d1980 [gaim-migrate @ 17341]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 14606
diff changeset
648
21243
287bfd29dae6 Doxygen for gnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21240
diff changeset
649 void gnt_set_clipboard_string(const gchar *string)
15814
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
650 {
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
651 gnt_clipboard_set_string(clipboard, string);
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
652 }
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
653
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
654 GntClipboard *gnt_get_clipboard()
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
655 {
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
656 return clipboard;
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
657 }
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
658
15814
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
659 gchar *gnt_get_clipboard_string()
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
660 {
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
661 return gnt_clipboard_get_string(clipboard);
2db42c6a13fa Add a gntclipboard. You can select text in a textview with the mouse, and paste it in an entry with ctrl-v (or rebind GntEntry's clipboard-paste).
Richard Nelson <wabz@pidgin.im>
parents: 15485
diff changeset
662 }
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
663
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
664 #if GLIB_CHECK_VERSION(2,4,0)
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
665 typedef struct
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
666 {
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
667 void (*callback)(int status, gpointer data);
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
668 gpointer data;
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
669 } ChildProcess;
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
670
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
671 static void
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
672 reap_child(GPid pid, gint status, gpointer data)
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
673 {
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
674 ChildProcess *cp = data;
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
675 if (cp->callback) {
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
676 cp->callback(status, cp->data);
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
677 }
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
678 g_free(cp);
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
679 clean_pid();
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
680 wm->mode = GNT_KP_MODE_NORMAL;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
681 clear();
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
682 setup_io();
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
683 refresh_screen();
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
684 }
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
685 #endif
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
686
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
687 gboolean gnt_giveup_console(const char *wd, char **argv, char **envp,
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
688 gint *stin, gint *stout, gint *sterr,
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
689 void (*callback)(int status, gpointer data), gpointer data)
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
690 {
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
691 #if GLIB_CHECK_VERSION(2,4,0)
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
692 GPid pid = 0;
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
693 ChildProcess *cp = NULL;
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
694
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
695 if (!g_spawn_async_with_pipes(wd, argv, envp,
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
696 G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD,
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
697 (GSpawnChildSetupFunc)endwin, NULL,
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
698 &pid, stin, stout, sterr, NULL))
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
699 return FALSE;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
700
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
701 cp = g_new0(ChildProcess, 1);
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
702 cp->callback = callback;
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
703 cp->data = data;
18603
99a3588da5b1 The input was causing some weird issues. This fixes it.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18599
diff changeset
704 g_source_remove(channel_read_callback);
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
705 wm->mode = GNT_KP_MODE_WAIT_ON_CHILD;
18778
7cf5400593b8 Allow having a callback after the child process terminates. Use the callback
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18623
diff changeset
706 g_child_watch_add(pid, reap_child, cp);
18599
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
707
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
708 return TRUE;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
709 #else
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
710 return FALSE;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
711 #endif
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
712 }
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
713
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
714 gboolean gnt_is_refugee()
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
715 {
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
716 #if GLIB_CHECK_VERSION(2,4,0)
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
717 return (wm && wm->mode == GNT_KP_MODE_WAIT_ON_CHILD);
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
718 #else
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
719 return FALSE;
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
720 #endif
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
721 }
7e31405a2cbb Allow executing another application (eg. PAGER) that will use the same
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18399
diff changeset
722

mercurial