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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.324 by root, Mon May 28 16:40:03 2012 UTC vs.
Revision 1.342 by root, Mon Dec 15 02:04:02 2014 UTC

14 * - extensive modifications 14 * - extensive modifications
15 * Copyright (c) 2003-2008 Marc Lehmann <schmorp@schmorp.de> 15 * Copyright (c) 2003-2008 Marc Lehmann <schmorp@schmorp.de>
16 * 16 *
17 * This program is free software; you can redistribute it and/or modify 17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by 18 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 2 of the License, or 19 * the Free Software Foundation; either version 3 of the License, or
20 * (at your option) any later version. 20 * (at your option) any later version.
21 * 21 *
22 * This program is distributed in the hope that it will be useful, 22 * This program is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
519#endif 519#endif
520 COLOR_SCROLLBAR, 520 COLOR_SCROLLBAR,
521#ifdef RXVT_SCROLLBAR 521#ifdef RXVT_SCROLLBAR
522 COLOR_SCROLLTROUGH, 522 COLOR_SCROLLTROUGH,
523#endif 523#endif
524#if ENABLE_TRANSPARENCY 524#if BG_IMAGE_FROM_ROOT
525 NULL, 525 NULL,
526#endif 526#endif
527#if OFF_FOCUS_FADING 527#if OFF_FOCUS_FADING
528 "rgb:00/00/00", 528 "rgb:00/00/00",
529#endif 529#endif
588 xa = display->xa; 588 xa = display->xa;
589 589
590 set (display); 590 set (display);
591 extract_resources (); 591 extract_resources ();
592 592
593#if XFT 593#if ENABLE_FRILLS
594 if (rs[Rs_depth]) 594 if (rs[Rs_visual])
595 select_visual (strtol (rs[Rs_depth], 0, 0)); 595 select_visual (strtol (rs[Rs_visual], 0, 0));
596 else if (rs[Rs_depth])
597 select_depth (strtol (rs[Rs_depth], 0, 0));
596#endif 598#endif
597 599
598 for (int i = NUM_RESOURCES; i--; ) 600 for (int i = NUM_RESOURCES; i--; )
599 if (rs [i] == resval_undef) 601 if (rs [i] == resval_undef)
600 rs [i] = 0; 602 rs [i] = 0;
657 if (rs[Rs_pointerBlankDelay] && (i = atoi (rs[Rs_pointerBlankDelay])) >= 0) 659 if (rs[Rs_pointerBlankDelay] && (i = atoi (rs[Rs_pointerBlankDelay])) >= 0)
658 pointerBlankDelay = i; 660 pointerBlankDelay = i;
659 else 661 else
660 pointerBlankDelay = 2; 662 pointerBlankDelay = 2;
661#endif 663#endif
664
665 if (rs[Rs_multiClickTime] && (i = atoi (rs[Rs_multiClickTime])) >= 0)
666 multiClickTime = i;
667 else
668 multiClickTime = 500;
669
670 cursor_type = option (Opt_cursorUnderline) ? 1 : 0;
662 671
663 /* no point having a scrollbar without having any scrollback! */ 672 /* no point having a scrollbar without having any scrollback! */
664 if (!saveLines) 673 if (!saveLines)
665 set_option (Opt_scrollBar, 0); 674 set_option (Opt_scrollBar, 0);
666 675
739 envv->push_back (0); 748 envv->push_back (0);
740 749
741 this->argv = argv; 750 this->argv = argv;
742 this->envv = envv; 751 this->envv = envv;
743 752
753 env = new char *[this->envv->size ()];
754 for (int i = 0; i < this->envv->size (); i++)
755 env[i] = this->envv->at (i);
756
744 init2 (argv->size () - 1, argv->begin ()); 757 init2 (argv->size () - 1, argv->begin ());
745} 758}
746 759
747void 760void
748rxvt_term::init (int argc, const char *const *argv, const char *const *envv) 761rxvt_term::init (int argc, const char *const *argv, const char *const *envv)
766void 779void
767rxvt_term::init2 (int argc, const char *const *argv) 780rxvt_term::init2 (int argc, const char *const *argv)
768{ 781{
769 SET_R (this); 782 SET_R (this);
770 set_locale (""); 783 set_locale ("");
771 set_environ (envv); // a few things in X do not call setlocale :( 784 set_environ (env); // a few things in X do not call setlocale :(
772 785
773 init_vars (); 786 init_vars ();
774 787
775 const char **cmd_argv = init_resources (argc, argv); 788 const char **cmd_argv = init_resources (argc, argv);
776 789
791 if (option (Opt_scrollBar)) 804 if (option (Opt_scrollBar))
792 scrollBar.state = SB_STATE_IDLE; /* set existence for size calculations */ 805 scrollBar.state = SB_STATE_IDLE; /* set existence for size calculations */
793 806
794 pty = ptytty::create (); 807 pty = ptytty::create ();
795 808
796 // must be called before create_windows, because the latter may call set_icon
797#ifdef HAVE_PIXBUF
798 g_type_init ();
799#endif
800
801 create_windows (argc, argv); 809 create_windows (argc, argv);
802 810
803 init_xlocale (); 811 init_xlocale ();
804 812
805 scr_poweron (); // initialize screen 813 scr_poweron (); // initialize screen
808 XSynchronize (dpy, True); 816 XSynchronize (dpy, True);
809#endif 817#endif
810 818
811 if (option (Opt_scrollBar)) 819 if (option (Opt_scrollBar))
812 scrollBar.resize (); /* create and map scrollbar */ 820 scrollBar.resize (); /* create and map scrollbar */
821
813#ifdef HAVE_BG_PIXMAP 822#ifdef HAVE_BG_PIXMAP
814 {
815 bg_init (); 823 bg_init ();
816
817#ifdef ENABLE_TRANSPARENCY
818 if (option (Opt_transparent))
819 {
820 bg_set_transparent ();
821
822 if (rs [Rs_blurradius])
823 bg_set_blur (rs [Rs_blurradius]);
824
825 if (ISSET_PIXCOLOR (Color_tint))
826 bg_set_tint (pix_colors_focused [Color_tint]);
827
828 if (rs [Rs_shade])
829 bg_set_shade (rs [Rs_shade]);
830
831 bg_set_root_pixmap ();
832 XSelectInput (dpy, display->root, PropertyChangeMask);
833 rootwin_ev.start (display, display->root);
834 }
835#endif
836 }
837#endif 824#endif
838 825
839#if ENABLE_PERL 826#if ENABLE_PERL
840 rootwin_ev.start (display, display->root); 827 rootwin_ev.start (display, display->root);
841#endif 828#endif
969 956
970/*----------------------------------------------------------------------*/ 957/*----------------------------------------------------------------------*/
971void 958void
972rxvt_term::set_locale (const char *locale) 959rxvt_term::set_locale (const char *locale)
973{ 960{
974 set_environ (envv); 961 set_environ (env);
975 962
976 free (this->locale); 963 free (this->locale);
977 this->locale = setlocale (LC_CTYPE, locale); 964 this->locale = setlocale (LC_CTYPE, locale);
978 965
979 if (!this->locale) 966 if (!this->locale)
1007} 994}
1008 995
1009void 996void
1010rxvt_term::init_xlocale () 997rxvt_term::init_xlocale ()
1011{ 998{
1012 set_environ (envv); 999 set_environ (env);
1013 1000
1014#ifdef USE_XIM 1001#if USE_XIM
1015 if (!locale) 1002 if (!locale)
1016 rxvt_warn ("setting locale failed, continuing without locale support.\n"); 1003 rxvt_warn ("setting locale failed, continuing without locale support.\n");
1017 else 1004 else
1018 { 1005 {
1019 set_string_property (xa[XA_WM_LOCALE_NAME], locale); 1006 set_string_property (xa[XA_WM_LOCALE_NAME], locale);
1069 run_command (argv); 1056 run_command (argv);
1070} 1057}
1071 1058
1072/*----------------------------------------------------------------------*/ 1059/*----------------------------------------------------------------------*/
1073void 1060void
1074rxvt_term::get_colours () 1061rxvt_term::get_colors ()
1075{ 1062{
1076 int i; 1063 int i;
1077 1064
1078#ifdef OFF_FOCUS_FADING 1065#ifdef OFF_FOCUS_FADING
1079 pix_colors = pix_colors_focused; 1066 pix_colors = pix_colors_focused;
1080#endif 1067#endif
1081 1068
1082 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++) 1069 for (i = 0; i < NRS_COLORS; i++)
1083 {
1084 const char *name = rs[Rs_color + i]; 1070 if (const char *name = rs[Rs_color + i])
1085
1086 if (!name)
1087 continue;
1088
1089 rxvt_color xcol;
1090
1091 if (!set_color (xcol, name)) 1071 set_color (pix_colors [i], name);
1092 {
1093#ifndef XTERM_REVERSE_VIDEO
1094 if (i < 2 && option (Opt_reverseVideo))
1095 name = def_colorName [1 - i];
1096 else
1097#endif
1098 name = def_colorName [i];
1099
1100 if (!name)
1101 continue;
1102
1103 if (!set_color (xcol, name))
1104 {
1105 switch (i)
1106 {
1107 case Color_fg:
1108 case Color_bg:
1109 rxvt_warn ("unable to get foreground/background colour, continuing.\n");
1110 name = "";
1111 break;
1112#ifndef NO_CURSORCOLOR
1113 case Color_cursor2:
1114#endif
1115 case Color_pointer_fg:
1116 name = rs[Rs_color + Color_fg];
1117 xcol.set (this, name);
1118 break;
1119 default:
1120 name = rs[Rs_color + Color_bg];
1121 xcol.set (this, name);
1122 break;
1123 }
1124 }
1125 }
1126
1127 pix_colors[i] = xcol;
1128 rs[Rs_color + i] = name;
1129 }
1130
1131 if (depth <= 2)
1132 {
1133 if (!rs[Rs_color + Color_pointer_fg]) alias_color (Color_pointer_fg, Color_fg);
1134 if (!rs[Rs_color + Color_pointer_bg]) alias_color (Color_pointer_bg, Color_bg);
1135 if (!rs[Rs_color + Color_border] ) alias_color (Color_border, Color_fg);
1136 }
1137 1072
1138 /* 1073 /*
1139 * get scrollBar shadow colors 1074 * get scrollBar shadow colors
1140 * 1075 *
1141 * The calculations of topShadow/bottomShadow values are adapted 1076 * The calculations of topShadow/bottomShadow values are adapted
1142 * from the fvwm window manager. 1077 * from the fvwm window manager.
1143 */ 1078 */
1144#ifdef RXVT_SCROLLBAR 1079#ifdef RXVT_SCROLLBAR
1145 if (depth <= 2)
1146 {
1147 /* Monochrome */
1148 alias_color (Color_scroll, Color_fg);
1149 alias_color (Color_topShadow, Color_bg);
1150 alias_color (Color_bottomShadow, Color_bg);
1151 }
1152 else
1153 {
1154 pix_colors [Color_scroll].fade (this, 50, pix_colors [Color_bottomShadow]); 1080 pix_colors [Color_scroll].fade (this, 50, pix_colors [Color_bottomShadow]);
1155 1081
1156 rgba cscroll; 1082 rgba cscroll;
1157 pix_colors [Color_scroll].get (cscroll); 1083 pix_colors [Color_scroll].get (cscroll);
1158 1084
1159 /* topShadowColor */ 1085 /* topShadowColor */
1160 if (!pix_colors[Color_topShadow].set (this, 1086 if (!pix_colors[Color_topShadow].set (this,
1161 rgba ( 1087 rgba (
1162 min ((int)rgba::MAX_CC, max (cscroll.r / 5, cscroll.r) * 7 / 5), 1088 min ((int)rgba::MAX_CC, max (cscroll.r / 5, cscroll.r) * 7 / 5),
1163 min ((int)rgba::MAX_CC, max (cscroll.g / 5, cscroll.g) * 7 / 5), 1089 min ((int)rgba::MAX_CC, max (cscroll.g / 5, cscroll.g) * 7 / 5),
1164 min ((int)rgba::MAX_CC, max (cscroll.b / 5, cscroll.b) * 7 / 5), 1090 min ((int)rgba::MAX_CC, max (cscroll.b / 5, cscroll.b) * 7 / 5),
1165 cscroll.a) 1091 cscroll.a)
1166 )) 1092 ))
1167 alias_color (Color_topShadow, Color_White); 1093 alias_color (Color_topShadow, Color_White);
1168 }
1169#endif 1094#endif
1170 1095
1171#ifdef OFF_FOCUS_FADING 1096#ifdef OFF_FOCUS_FADING
1172 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++) 1097 for (i = 0; i < NRS_COLORS; i++)
1173 update_fade_color (i); 1098 update_fade_color (i, true);
1174#endif 1099#endif
1175} 1100}
1176 1101
1177/*----------------------------------------------------------------------*/ 1102/*----------------------------------------------------------------------*/
1178/* color aliases, fg/bg bright-bold */ 1103/* color aliases, fg/bg bright-bold */
1227 for (j = map->max_keypermod; j--; k++) 1152 for (j = map->max_keypermod; j--; k++)
1228 { 1153 {
1229 if (kc[k] == 0) 1154 if (kc[k] == 0)
1230 break; 1155 break;
1231 1156
1232 switch (XKeycodeToKeysym (dpy, kc[k], 0)) 1157 switch (rxvt_XKeycodeToKeysym (dpy, kc[k], 0))
1233 { 1158 {
1234 case XK_Num_Lock: 1159 case XK_Num_Lock:
1235 ModNumLockMask = modmasks[i - 1]; 1160 ModNumLockMask = modmasks[i - 1];
1236 continue; 1161 continue;
1237 1162
1282} 1207}
1283 1208
1284void 1209void
1285rxvt_term::set_icon (const char *file) 1210rxvt_term::set_icon (const char *file)
1286{ 1211{
1287#ifdef HAVE_PIXBUF 1212#if HAVE_PIXBUF
1288 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL); 1213 GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL);
1289 if (!pixbuf) 1214 if (!pixbuf)
1290 { 1215 {
1291 rxvt_warn ("Loading image icon failed, continuing without.\n"); 1216 rxvt_warn ("Loading image icon failed, continuing without.\n");
1292 return; 1217 return;
1357 Window top, parent; 1282 Window top, parent;
1358 1283
1359 dLocal (Display *, dpy); 1284 dLocal (Display *, dpy);
1360 1285
1361 /* grab colors before netscape does */ 1286 /* grab colors before netscape does */
1362 get_colours (); 1287 get_colors ();
1363 1288
1364 if (!set_fonts ()) 1289 if (!set_fonts ())
1365 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n"); 1290 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n");
1366 1291
1367 parent = display->root; 1292 parent = display->root;
1420 classHint.res_name = (char *)rs[Rs_name]; 1345 classHint.res_name = (char *)rs[Rs_name];
1421 classHint.res_class = (char *)RESCLASS; 1346 classHint.res_class = (char *)RESCLASS;
1422 1347
1423 wmHint.flags = InputHint | StateHint | WindowGroupHint; 1348 wmHint.flags = InputHint | StateHint | WindowGroupHint;
1424 wmHint.input = True; 1349 wmHint.input = True;
1425 wmHint.initial_state = option (Opt_iconic) ? IconicState : NormalState; 1350 wmHint.initial_state = option (Opt_iconic) ? IconicState
1351 : option (Opt_dockapp) ? WithdrawnState
1352 : NormalState;
1426 wmHint.window_group = top; 1353 wmHint.window_group = top;
1427 1354
1428 XmbSetWMProperties (dpy, top, NULL, NULL, (char **)argv, argc, 1355 XmbSetWMProperties (dpy, top, NULL, NULL, (char **)argv, argc,
1429 &szHint, &wmHint, &classHint); 1356 &szHint, &wmHint, &classHint);
1430#if ENABLE_EWMH 1357#if ENABLE_EWMH
1432 * set up icon hint 1359 * set up icon hint
1433 * rs [Rs_iconfile] is path to icon 1360 * rs [Rs_iconfile] is path to icon
1434 */ 1361 */
1435 1362
1436 if (rs [Rs_iconfile]) 1363 if (rs [Rs_iconfile])
1437 {
1438 set_icon (rs [Rs_iconfile]); 1364 set_icon (rs [Rs_iconfile]);
1439 }
1440#endif 1365#endif
1441 1366
1442#if ENABLE_FRILLS 1367#if ENABLE_FRILLS
1443 if (mwmhints.flags) 1368 if (mwmhints.flags)
1444 XChangeProperty (dpy, top, xa[XA_MOTIF_WM_HINTS], xa[XA_MOTIF_WM_HINTS], 32, 1369 XChangeProperty (dpy, top, xa[XA_MOTIF_WM_HINTS], xa[XA_MOTIF_WM_HINTS], 32,
1520 if (rs[Rs_fade]) 1445 if (rs[Rs_fade])
1521 pix_colors = pix_colors_unfocused; 1446 pix_colors = pix_colors_unfocused;
1522#endif 1447#endif
1523 1448
1524 pointer_unblank (); 1449 pointer_unblank ();
1525 scr_recolour (); 1450 scr_recolor ();
1526} 1451}
1527 1452
1528/*----------------------------------------------------------------------*/ 1453/*----------------------------------------------------------------------*/
1529/* 1454/*
1530 * Run the command in a subprocess and return a file descriptor for the 1455 * Run the command in a subprocess and return a file descriptor for the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines