ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.354 by root, Mon Feb 21 07:41:02 2011 UTC vs.
Revision 1.358 by sf-exg, Sat Jul 9 13:40:13 2011 UTC

241 scrollBar.destroy (); 241 scrollBar.destroy ();
242 if (gc) XFreeGC (dpy, gc); 242 if (gc) XFreeGC (dpy, gc);
243 243
244 delete drawable; 244 delete drawable;
245 // destroy all windows 245 // destroy all windows
246 if (parent[0]) 246 if (parent)
247 XDestroyWindow (dpy, parent[0]); 247 XDestroyWindow (dpy, parent);
248 248
249 for (int i = 0; i < TOTAL_COLORS; i++) 249 for (int i = 0; i < TOTAL_COLORS; i++)
250 if (ISSET_PIXCOLOR (i)) 250 if (ISSET_PIXCOLOR (i))
251 { 251 {
252 pix_colors_focused [i].free (this); 252 pix_colors_focused [i].free (this);
735 kill (-cmd_pid, SIGWINCH); 735 kill (-cmd_pid, SIGWINCH);
736#endif 736#endif
737} 737}
738 738
739/*----------------------------------------------------------------------*/ 739/*----------------------------------------------------------------------*/
740/* set_fonts () - load and set the various fonts 740/* load and set the various fonts */
741 *
742 * init = 1 - initialize
743 *
744 * fontname == FONT_UP - switch to bigger font
745 * fontname == FONT_DN - switch to smaller font
746 */
747bool 741bool
748rxvt_term::set_fonts () 742rxvt_term::set_fonts ()
749{ 743{
750 rxvt_fontset *fs = new rxvt_fontset (this); 744 rxvt_fontset *fs = new rxvt_fontset (this);
751 rxvt_fontprop prop; 745 rxvt_fontprop prop;
808#else 802#else
809 fontset[style] = fontset[0]; 803 fontset[style] = fontset[0];
810#endif 804#endif
811 } 805 }
812 806
813 if (parent[0]) 807 if (parent)
814 { 808 {
815 resize_all_windows (0, 0, 0); 809 resize_all_windows (0, 0, 0);
816 scr_remap_chars (); 810 scr_remap_chars ();
817 scr_touch (true); 811 scr_touch (true);
818 } 812 }
821} 815}
822 816
823void 817void
824rxvt_term::set_string_property (Atom prop, const char *str, int len) 818rxvt_term::set_string_property (Atom prop, const char *str, int len)
825{ 819{
826 XChangeProperty (dpy, parent[0], 820 XChangeProperty (dpy, parent,
827 prop, XA_STRING, 8, PropModeReplace, 821 prop, XA_STRING, 8, PropModeReplace,
828 (const unsigned char *)str, len >= 0 ? len : strlen (str)); 822 (const unsigned char *)str, len >= 0 ? len : strlen (str));
829} 823}
830 824
831void 825void
833{ 827{
834 XTextProperty ct; 828 XTextProperty ct;
835 829
836 if (XmbTextListToTextProperty (dpy, (char **)&str, 1, XStdICCTextStyle, &ct) >= 0) 830 if (XmbTextListToTextProperty (dpy, (char **)&str, 1, XStdICCTextStyle, &ct) >= 0)
837 { 831 {
838 XSetTextProperty (dpy, parent[0], &ct, prop); 832 XSetTextProperty (dpy, parent, &ct, prop);
839 XFree (ct.value); 833 XFree (ct.value);
840 } 834 }
841} 835}
842 836
843void 837void
844rxvt_term::set_utf8_property (Atom prop, const char *str, int len) 838rxvt_term::set_utf8_property (Atom prop, const char *str, int len)
845{ 839{
846 wchar_t *ws = rxvt_mbstowcs (str, len); 840 wchar_t *ws = rxvt_mbstowcs (str, len);
847 char *s = rxvt_wcstoutf8 (ws); 841 char *s = rxvt_wcstoutf8 (ws);
848 842
849 XChangeProperty (dpy, parent[0], 843 XChangeProperty (dpy, parent,
850 prop, xa[XA_UTF8_STRING], 8, PropModeReplace, 844 prop, xa[XA_UTF8_STRING], 8, PropModeReplace,
851 (const unsigned char *)s, strlen (s)); 845 (const unsigned char *)s, strlen (s));
852 846
853 free (s); 847 free (s);
854 free (ws); 848 free (ws);
1008 1002
1009 // to avoid races between us and the wm, we clear the incremental size hints around the xresizewindow 1003 // to avoid races between us and the wm, we clear the incremental size hints around the xresizewindow
1010 if (set_hint) 1004 if (set_hint)
1011 { 1005 {
1012 szHint.flags &= ~(PBaseSize | PResizeInc); 1006 szHint.flags &= ~(PBaseSize | PResizeInc);
1013 XSetWMNormalHints (dpy, parent[0], &szHint); 1007 XSetWMNormalHints (dpy, parent, &szHint);
1014 szHint.flags |= PBaseSize | PResizeInc; 1008 szHint.flags |= PBaseSize | PResizeInc;
1015 } 1009 }
1016 1010
1017 if (!ignoreparent) 1011 if (!ignoreparent)
1018 { 1012 {
1024 int x, y, x1, y1; 1018 int x, y, x1, y1;
1025 int dx, dy; 1019 int dx, dy;
1026 unsigned int unused_w1, unused_h1, unused_b1, unused_d1; 1020 unsigned int unused_w1, unused_h1, unused_b1, unused_d1;
1027 Window unused_cr; 1021 Window unused_cr;
1028 1022
1029 XTranslateCoordinates (dpy, parent[0], display->root, 1023 XTranslateCoordinates (dpy, parent, display->root,
1030 0, 0, &x, &y, &unused_cr); 1024 0, 0, &x, &y, &unused_cr);
1031 XGetGeometry (dpy, parent[0], &unused_cr, &x1, &y1, 1025 XGetGeometry (dpy, parent, &unused_cr, &x1, &y1,
1032 &unused_w1, &unused_h1, &unused_b1, &unused_d1); 1026 &unused_w1, &unused_h1, &unused_b1, &unused_d1);
1033 /* 1027 /*
1034 * if display->root isn't the parent window, a WM will probably have offset 1028 * if display->root isn't the parent window, a WM will probably have offset
1035 * our position for handles and decorations. Counter it 1029 * our position for handles and decorations. Counter it
1036 */ 1030 */
1053 if (y < y1) /* top half */ 1047 if (y < y1) /* top half */
1054 dy = 0; 1048 dy = 0;
1055 else if (y == y1) /* exact center */ 1049 else if (y == y1) /* exact center */
1056 dy /= 2; 1050 dy /= 2;
1057 1051
1058 XMoveResizeWindow (dpy, parent[0], x + dx, y + dy, 1052 XMoveResizeWindow (dpy, parent, x + dx, y + dy,
1059 szHint.width, szHint.height); 1053 szHint.width, szHint.height);
1060#else 1054#else
1061 XResizeWindow (dpy, parent[0], szHint.width, szHint.height); 1055 XResizeWindow (dpy, parent, szHint.width, szHint.height);
1062#endif 1056#endif
1063 } 1057 }
1064 1058
1065 if (set_hint) 1059 if (set_hint)
1066 XSetWMNormalHints (dpy, parent[0], &szHint); 1060 XSetWMNormalHints (dpy, parent, &szHint);
1067 1061
1068 fix_screen = ncol != prev_ncol || nrow != prev_nrow; 1062 fix_screen = ncol != prev_ncol || nrow != prev_nrow;
1069 1063
1070 if (fix_screen || newwidth != old_width || newheight != old_height) 1064 if (fix_screen || newwidth != old_width || newheight != old_height)
1071 { 1065 {
1084 1078
1085 if (fix_screen || old_height == 0) 1079 if (fix_screen || old_height == 0)
1086 scr_reset (); 1080 scr_reset ();
1087 1081
1088#ifdef USE_XIM 1082#ifdef USE_XIM
1089 IMSetPosition (); 1083 im_set_position ();
1090#endif 1084#endif
1091} 1085}
1092 1086
1093/* 1087/*
1094 * Set the width/height of the vt window in characters. Units are pixels. 1088 * Set the width/height of the vt window in characters. Units are pixels.
1155 status_rect.height = fheight; 1149 status_rect.height = fheight;
1156} 1150}
1157 1151
1158/* Checking whether input method is running. */ 1152/* Checking whether input method is running. */
1159bool 1153bool
1160rxvt_term::IMisRunning () 1154rxvt_term::im_is_running ()
1161{ 1155{
1162 Atom atom; 1156 Atom atom;
1163 Window win; 1157 Window win;
1164 char server[IMBUFSIZ]; 1158 char server[IMBUFSIZ];
1165 1159
1181 1175
1182 return false; 1176 return false;
1183} 1177}
1184 1178
1185void 1179void
1186rxvt_term::IMSendSpot () 1180rxvt_term::im_send_spot ()
1187{ 1181{
1188 XPoint nspot; 1182 XPoint nspot;
1189 XVaNestedList preedit_attr; 1183 XVaNestedList preedit_attr;
1190 1184
1191 if (!Input_Context 1185 if (!Input_Context
1297/* 1291/*
1298 * Try to open a XIM with the current modifiers, then see if we can 1292 * Try to open a XIM with the current modifiers, then see if we can
1299 * open a suitable preedit type 1293 * open a suitable preedit type
1300 */ 1294 */
1301bool 1295bool
1302rxvt_term::IM_get_IC (const char *modifiers) 1296rxvt_term::im_get_ic (const char *modifiers)
1303{ 1297{
1304 int i, j, found; 1298 int i, j, found;
1305 XIM xim; 1299 XIM xim;
1306 XPoint spot; 1300 XPoint spot;
1307 XRectangle rect, status_rect, needed_rect; 1301 XRectangle rect, status_rect, needed_rect;
1308 unsigned long fg, bg; 1302 unsigned long fg, bg;
1309 const char *p; 1303 const char *p;
1310 char **s; 1304 char **s;
1311 XIMStyles *xim_styles; 1305 XIMStyles *xim_styles;
1312#ifdef ENABLE_XIM_ONTHESPOT
1313 XIMCallback xcb[4];
1314#endif
1315 1306
1316 set_environ (envv); 1307 set_environ (envv);
1317 1308
1318 if (! ((p = XSetLocaleModifiers (modifiers)) && *p)) 1309 if (! ((p = XSetLocaleModifiers (modifiers)) && *p))
1319 return false; 1310 return false;
1459 NULL); 1450 NULL);
1460 } 1451 }
1461#if ENABLE_XIM_ONTHESPOT 1452#if ENABLE_XIM_ONTHESPOT
1462 else if (input_style & XIMPreeditCallbacks) 1453 else if (input_style & XIMPreeditCallbacks)
1463 { 1454 {
1455 XIMCallback xcb[4];
1456
1464 im_set_position (spot); 1457 im_set_position (spot);
1465 1458
1466 xcb[0].client_data = (XPointer)this; xcb[0].callback = (XIMProc)xim_preedit_start; 1459 xcb[0].client_data = (XPointer)this; xcb[0].callback = (XIMProc)xim_preedit_start;
1467 xcb[1].client_data = (XPointer)this; xcb[1].callback = (XIMProc)xim_preedit_done; 1460 xcb[1].client_data = (XPointer)this; xcb[1].callback = (XIMProc)xim_preedit_done;
1468 xcb[2].client_data = (XPointer)this; xcb[2].callback = (XIMProc)xim_preedit_draw; 1461 xcb[2].client_data = (XPointer)this; xcb[2].callback = (XIMProc)xim_preedit_draw;
1483#endif 1476#endif
1484 1477
1485 Input_Context = XCreateIC (xim, 1478 Input_Context = XCreateIC (xim,
1486 XNInputStyle, input_style, 1479 XNInputStyle, input_style,
1487 XNClientWindow, vt, 1480 XNClientWindow, vt,
1488 XNFocusWindow, parent[0], 1481 XNFocusWindow, parent,
1489 preedit_attr ? XNPreeditAttributes : NULL, 1482 preedit_attr ? XNPreeditAttributes : NULL,
1490 preedit_attr, 1483 preedit_attr,
1491 status_attr ? XNStatusAttributes : NULL, 1484 status_attr ? XNStatusAttributes : NULL,
1492 status_attr, NULL); 1485 status_attr, NULL);
1493 1486
1506 // unfortunately, only the focus window is used by XIM, hard to fix 1499 // unfortunately, only the focus window is used by XIM, hard to fix
1507 if (!XGetICValues (Input_Context, XNFilterEvents, &vt_emask_xim, NULL)) 1500 if (!XGetICValues (Input_Context, XNFilterEvents, &vt_emask_xim, NULL))
1508 vt_select_input (); 1501 vt_select_input ();
1509#endif 1502#endif
1510 1503
1511 IMSetPosition (); 1504 im_set_position ();
1512 1505
1513 return true; 1506 return true;
1514} 1507}
1515 1508
1516void 1509void
1544 { 1537 {
1545 if (*s[i]) 1538 if (*s[i])
1546 { 1539 {
1547 strcpy (buf, "@im="); 1540 strcpy (buf, "@im=");
1548 strncat (buf, s[i], IMBUFSIZ - 5); 1541 strncat (buf, s[i], IMBUFSIZ - 5);
1549 if (IM_get_IC (buf)) 1542 if (im_get_ic (buf))
1550 { 1543 {
1551 found = true; 1544 found = true;
1552 break; 1545 break;
1553 } 1546 }
1554 } 1547 }
1559 if (found) 1552 if (found)
1560 goto done; 1553 goto done;
1561 } 1554 }
1562 1555
1563 /* try with XMODIFIERS env. var. */ 1556 /* try with XMODIFIERS env. var. */
1564 if (IM_get_IC ("")) 1557 if (im_get_ic (""))
1565 goto done; 1558 goto done;
1566 1559
1567 /* try with no modifiers base IF the user didn't specify an IM */ 1560 /* try with no modifiers base IF the user didn't specify an IM */
1568 if (IM_get_IC ("@im=none")) 1561 if (im_get_ic ("@im=none"))
1569 goto done; 1562 goto done;
1570 1563
1571done: 1564done:
1572#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) 1565#if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE)
1573 if (rs[Rs_imLocale]) 1566 if (rs[Rs_imLocale])
1574 SET_LOCALE (locale); 1567 SET_LOCALE (locale);
1575#endif 1568#endif
1576} 1569}
1577 1570
1578void 1571void
1579rxvt_term::IMSetPosition () 1572rxvt_term::im_set_position ()
1580{ 1573{
1581 XRectangle preedit_rect, status_rect, *needed_rect; 1574 XRectangle preedit_rect, status_rect, *needed_rect;
1582 XVaNestedList preedit_attr, status_attr; 1575 XVaNestedList preedit_attr, status_attr;
1583 1576
1584 if (!Input_Context 1577 if (!Input_Context
1585 || !focus 1578 || !focus
1586 || !(input_style & (XIMPreeditArea | XIMPreeditPosition)) 1579 || !(input_style & (XIMPreeditArea | XIMPreeditPosition))
1587 || !IMisRunning ()) 1580 || !im_is_running ())
1588 return; 1581 return;
1589 1582
1590 if (input_style & XIMPreeditPosition) 1583 if (input_style & XIMPreeditPosition)
1591 { 1584 {
1592 im_set_size (preedit_rect); 1585 im_set_size (preedit_rect);
1622 1615
1623void 1616void
1624rxvt_term::get_window_origin (int &x, int &y) 1617rxvt_term::get_window_origin (int &x, int &y)
1625{ 1618{
1626 Window cr; 1619 Window cr;
1627 XTranslateCoordinates (dpy, parent[0], display->root, 0, 0, &x, &y, &cr); 1620 XTranslateCoordinates (dpy, parent, display->root, 0, 0, &x, &y, &cr);
1628} 1621}
1629 1622
1630Pixmap 1623Pixmap
1631rxvt_term::get_pixmap_property (Atom property) 1624rxvt_term::get_pixmap_property (Atom property)
1632{ 1625{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines