*** empty log message ***
authorroot <root>
Sat, 13 Jan 2007 15:06:54 +0000 (15:06 +0000)
committerroot <root>
Sat, 13 Jan 2007 15:06:54 +0000 (15:06 +0000)
Changes
doc/rxvt.1.pod
src/command.C
src/xdefaults.C

diff --git a/Changes b/Changes
index f692d58b807904f27a05b76503fa0671a7f04146..697e61b245cbc8e3652d3e6ecd26ebfc13590d2a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -36,6 +36,8 @@ TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct,
           (patch by Moshe Kamensky).
         - use perl:matcher on a keysym to open most recently displayed URL.
         - with matcher, when multiple patterns match, last wins, not first.
+        - exg suggested commenting out a call to check_our_parents, speeding
+          up tint-style pseudo transparency a lot.
 
 8.1  Thu Dec  7 22:27:25 CET 2006
         - ケリスマスプレゼント - zomg!!1, it's too early!!!
index 00921990c6760b7bce5ca6fdb3de0dab27648a92..a1bcfb7cce020d5ac551e6e0eb14faacb8ca7b57 100644 (file)
@@ -146,7 +146,7 @@ I<tintColor>. Example:
 
 I<number> Darken (0 .. 100) or lighten (-1 .. -100) the transparent
 background image in addition to tinting it (i.e. B<-tint> must be
-specified, too, e.g. C<-tint white>).
+specified, too, e.g. C<-tint white>); resource I<shading>.
 
 =item B<-bg> I<colour>
 
@@ -622,8 +622,8 @@ B<-tint>.
 
 =item B<shading:> I<number>
 
-Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
-image in addition to tinting it.
+Darken (0 .. 100) or lighten (-1 .. -100) the transparent background image
+in addition to tinting it; option B<-sh>.
 
 =item B<scrollColor:> I<colour>
 
index 384d3e721eca56ca278520b8abff9e675c5e9f88..3673d75936319e368ebe42ee005a240c7002eb95 100644 (file)
@@ -1484,8 +1484,10 @@ rxvt_term::x_cb (XEvent &ev)
             HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
 
 #ifdef TRANSPARENT             /* XXX: maybe not needed - leave in for now */
+#if 0
             if (OPTION (Opt_transparent))
               check_our_parents ();
+#endif
 #endif
           }
         break;
index b728b2115df070f1caa4e22ef75617d5ca146a7d..ff1fe4cdc7d8a5dcfb55f2fc134662cca88b4b06 100644 (file)
@@ -119,7 +119,7 @@ optList[] = {
               STRG (Rs_color + Color_fade, "fadeColor", "fadecolor", "color", "target color for off-focus fading"),
 #endif
 #if TINTING
-              STRG (Rs_shade, "shading", "sh", "%", "shade background by x% when tinting."),
+              STRG (Rs_shade, "shading", "sh", "%", "shade background by x % when tinting."),
 #endif
               BOOL (Rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, "utmp inhibit"),
 #ifndef NO_BELL