Le Dimmer
Lionel Lemarie <ledimmer@hikey.org>

============================================================

"Le Dimmer" is a small win32 application that "dims" the
inactive windows, leaving the active window nice and bright
in the foreground.

============================================================
Usage
============================================================
LeDimmer.exe [alpha] [bitmap]
alpha:   Number between 0 and 255 that sets the dim factor.
         The higher, the dimmer. Default is 150.
bitmap:  BMP file to display on the dim window.
         Works better with dark images. Supports tiling.

Use the system tray menu or use the ctrl-shift-q hotkey to
quit.

============================================================
Change history
============================================================
1.0.0.4
Added command line parameters and usage dialog.
By default dims the desktop even when focused and uses a
single window to cover the screen.

1.0.0.3
Creating a number of 512x512 windows instead of a single
fullscreen window. Looks visually the same, but it works
better on large displays and multi-monitors.

1.0.0.2
Added bitmap tiling.
Detects change of resolution.
Kills existing instance when started a second time.

1.0.0.1
Multi-monitor support.
Added BMP support.
Undims screen when desktop is selected.
Works in WinXP and Vista, in 16bit and 32bit display modes.
Works over Remote Desktop.
Added system tray icon and menu.

1.0.0.0
First working version.
Display a black transparent fullscreen window under the
foreground window.
Ctrl-shift-q to quit.

