eterm/src
Michael Jennings 607268f595 Mon Mar 6 21:11:13 PST 2000 Michael Jennings <mej@eterm.org>
Added a new option.  -0 (that's a zero) or --itrans will invoke the
	immotile optimization for transparency, so named because it works best
	on windows that don't move around much on the desktop.  It works even
	better for windows that are sticky between desktops.  So if you have
	logging windows (running tail -f and the like) that are shaded/tinted,
	you definitely want to have this.  It will even benefit ordinary Eterm
	windows, provided you don't move them around a lot.  Eterms that do
	not change desktops may be better off with the other way; Eterms that
	are not shaded or tinted at all will not behave any differently.

	Here's the technical explanation for those who are interested.  The
	old (and still the default) behavior is for Eterm to check to see if
	any color modifiers are applied to the image_bg class, and if so, to
	make a copy of the *entire* desktop image which is then shaded/tinted
	appropriately.  It then snapshots a portion of that for the actual
	background.  This way, if the Eterm window is moved, all the shading
	and tinting will have already been done, so all it has to do is grab
	another portion of the desktop and use it.  However, this involves a
	LOT of calculations (one per pixel of the desktop pixmap) on startup
	and at every desktop switch.

	The immotile optimization is intended to reverse that logic by
	optimizing for windows that do not move (hence the term "immotile").
	It takes the snapshot of the desktop pixmap and applies any shading
	or tinting *after* taking the portion it needs.  This requires much
	fewer calculations on startup and when changing desktops, but the
	entire set of calculations must be repeated whenever the window is
	moved.  This is fine for small windows or windows that don't move
	very often, but that's not always the case.  So it is to your
	advantage to pick one or the other depending on how you use each
	particular theme or window.

	Two notes.  One, keep in mind that the -0/--itrans option doesn't
	*activate* transparency; you still need -O/--trans for that.  Two,
	this does not affect Eterms with no color modifiers applied to the
	background.  In that case, Eterm still references the existing
	desktop pixmap to save memory.


SVN revision: 2191
2000-03-07 05:30:33 +00:00
..
.cvsignore Initial import of Eterm 0.8.9 sources 1999-08-17 23:01:18 +00:00
Makefile.am Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
actions.c Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
actions.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
buttons.c Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
buttons.h Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
command.c Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-02 03:31:41 +00:00
command.h Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-02 03:31:41 +00:00
debug.h Fri Mar 3 20:23:37 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 04:25:23 +00:00
draw.c Tue Jan 18 21:17:24 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-19 05:18:14 +00:00
draw.h Tue Jan 18 21:17:24 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-19 05:18:14 +00:00
e.c Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
e.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
eterm_utmp.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
events.c Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
events.h Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
feature.h Thu Feb 17 15:13:20 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-17 23:15:19 +00:00
font.c Fri Mar 3 20:23:37 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 04:25:23 +00:00
font.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
grkelot.c Fri Jan 7 20:11:48 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-07 15:51:22 +00:00
grkelot.h Initial import of Eterm 0.8.9 sources 1999-08-17 23:01:18 +00:00
icon.h Thu Nov 18 21:47:02 PST 1999 Michael Jennings <mej@eterm.org> 1999-11-19 04:05:24 +00:00
main.c Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
menus.c Thu Feb 17 21:38:23 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-18 05:39:39 +00:00
menus.h Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
misc.c Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
misc.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
netdisp.c Thu Oct 7 18:48:31 PDT 1999 Michael Jennings <mej@eterm.org> 1999-10-07 22:18:14 +00:00
options.c Mon Mar 6 21:11:13 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-07 05:30:33 +00:00
options.h Mon Mar 6 21:11:13 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-07 05:30:33 +00:00
pixmap.c Mon Mar 6 21:11:13 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-07 05:30:33 +00:00
pixmap.h Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00
profile.h Tue Jan 11 23:47:36 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-12 07:49:02 +00:00
screen.c Fri Mar 3 20:23:37 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 04:25:23 +00:00
screen.h Fri Mar 3 20:23:37 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 04:25:23 +00:00
scrollbar.c Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
scrollbar.h Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
startup.c Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
startup.h Fri Mar 3 20:23:37 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 04:25:23 +00:00
system.c Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-16 03:37:34 +00:00
system.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
term.c Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-02 03:31:41 +00:00
term.h Thu Feb 17 15:13:20 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-17 23:15:19 +00:00
timer.c Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
timer.h Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org> 2000-01-05 17:34:32 +00:00
utmp.c Wed Mar 1 18:37:18 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-02 03:31:41 +00:00
windows.c Fri Mar 3 21:05:11 PST 2000 Michael Jennings <mej@eterm.org> 2000-03-04 05:07:14 +00:00
windows.h Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 2000-02-11 00:25:07 +00:00