fblin32alpha.c/fblin32.c:
	fix SRC_OVER in applyOp
	check alpha offset in passed pixmap alpha channel
	add MWROP_* compositing handling (currently only SRC_OVER alpha blend)
	check whether alpha != 0 check needed
	determine whether both fblin32alpha.c and fblin32.c needed
		fblin32alpha.c always draws alpha in drawpixel, drawh, drawv
		#define ALPHABLEND, what does it do now?
	update stretchblitex in fblin32.c for SRC_OVER
	check fblin24.c, fblin16.c against fblin32.c/a
	check MWPIXELVAL has alpha in drawpixel etc routines, possibly remove for 24bpp?
	check MWPF_ values in case statements in GdDrawImage for 12/18bpp cases, use default
	look at code generated for = vs += muldiv255, and fblin32alpha longword calcs
add MWPF_TRUECOLORBGRA to static fb_var_screeninfo to select BGRA linear32alpha subdriver
change image id's to pixmaps (win32 and nano-X)
fix add INVERT2BPP to config, combine with INVERT4BPP or reverse palette, INVERT() macro
add X11 keyboard and mouse support to fbe
init_alpha_lookup needs reinit if palette changed

add GdGetFontList for FT2 and others
add BGRA and big endian to fbe
investigate image vs truecolor ARGB naming schemes, detail support for each
remove freetype_init from mwin/winfont.c
investigate endian problem of ever reading color data as DWORD
add ximage X11 debug statements
enhance x11 driver to use fast blit from savebits
leftBearing < 0 not handled in PCF loader nor MWCFONT structs, add l/r bearing returns?
T1LIB appears to never discard font memory!
check STANDALONE options

moving window on bin/malpha waits until second buttondown
add PSF_HAVEOP_ALPHACOL, FT2 driver downgrades to non-antialias when needed
MWROP_BLENDCONSTANT needs alpha passed (not 150)
PSDOP_ALPHAMAP needs gc->misc
add .fnt/.fnt.gz or .pcf/.pcf.gz to FNT and PCF file spec
DEPRECATE FT1, FONTMAPPER, !DYNAMICREGIONS
fix config files to update new font info
look at auto Antialias in GdCreateFont, handle for T1, FT2
handle width=0 with aspect ratio of device
test speed gen16_drawtext to use GdConvertBlit rather than GdBitmap

fix bin/mwdvetest crash on closebox after static dialog
fix bin/mwdvetest crash on ESC exit from main dialog
look at MessageBoxTimeout, newlistbox.c. remove OLD_DRAWTEXT

add SUBDRIVER entry into SCREENDEVICE
last char drawn wrong on fontdemo2.sh portrait modes
write rotation blits for portrait modes in drawarea drivers
add restrict pointers for better optimization to fb drivers
fix pcfdemo to allow drawing of undefined chars using jiskan24.pcf.gz crash
add timer support to PSP port (nano-X and win32)
fix GdDrawImage to not have to swap bytes on endianness or image byte order for speed
check GdDrawImage switch code on MWPF_TRUECOLORxxx values for speed
move GdDrawImage switch out of inner loop for speed
test GdDrawImage alpha blending support, not tested for big endian 565/555
test alpha 0xFFRRGGBB in X11 and fblin32 non-alpha screen drivers
test alpha channel draw on alpha screen drivers
test ABGR pixel type (PSP port)
	test ABGR w/freetype and t1lib alphablend
	test ABGR and 8888 w/palette images and GETPALLETE
	test ABGR w/snap_jpg and snap_ppm
test MWIMAGE_BGR format images and add test .bmp and other files
png decoder may fail on 8bpp grayscale images w/alpha, needs testing
nanowm: change cursor on corner resize, static procnames or rename
	nxclock doesn't update when LINK_APP_INTO_SERVER/NANOWM and mouse motion
correct space char width=1 for FNT, CORE and FT fonts
add Cyerbit.ttf fonts outside tree for testing
fix srandom/srand in various apps (rtems/ecos)
check rtems timer patch, dont require fp for it
bin/mterm: closing terminal window causes hang rather than server exit
MSVC: need attribute for #pragma pack in PACKEDDATA in device.h
GdCaptureScreen() only works with framebuffer /dev/fb0 present
add drawarea_copy* functions from fblin16 to fblin24/fblin32 driver
combine GdArea, GdBlit, GdAreaInternal for speed; build conversion library
	for when fast driver blit can't be used.  Pass usebg, alpha blend
	etc directly to low level driver, don't use gr_xxx globals
	GrArea needs to allow src offsets
	GrReadArea needs to allow hw pixel format return
old GdArc doesn't draw 2nd point on circle, see grdemo.sh/arcdemo
replace old GdArc routine w/new version based on GdArcAngle
ft2: no underline or background drawn when rotated
ft2: must use forced slow rotation code when cache off
mwdvetest demo segfaults when dialog moved or credits closed
remove 2nd thislen parm in GrSendClientData
italic wrap bug - lubI24.bdf 'r', 'M'
fix fast gray palette handling for jpegs
check incorrect jpeg decode when !FASTJPEG
add 32bpp BMP support?
remove GR_GRAB_EXCLUSIVE_MOUSE?, check HOTKEY event
fixup GsDeliverRawMouseEvent, remove internal button handling
fonts/*/Makefile removed: *.o created with config.dbcs
MWCOORD_MAX possibly incorrect, int vs uint16 for MWCOORD in nxproto.h
	check LARGE_COORDINATES in devrgn2.c
remove psd from GdDuplicateFont, GdCreateFontFromBuffer?
fix kluge rotate filters
nanocal doesn't work on fb
remove GsDeliverRawMouseEvent
rewrite GrGrabKey implementation
add MWTF_ encoding flags in DrawTextA, MwDrawText, MwExtTextOut
	fix USE_BIG5 in mwin/winlib/*.c
PCF font indexing (MWTF_XCHAR2B) in t1demo.c needs looking into
add PORTRAIT_HACK to config file
optimize GdBitmap
remove StretchBlit, old engine stretchblitex
add GdGetTextSizeEx, add entry points for GdGetFontList, GdFreeFontList
add release new fonts tar file
***GrCopyArea gcp->exposure flag needs checking into
	look at GrSetGCExposures, needs to send different type exposure
***still have mapping bug: xfreecell vs grabscreen, srvutil.c::GsRealizeWindow...
	parenting issue with UPDATE_MAP events...
***	change OLDWAY

should fixup and test win32 CreateFont for auto .ttf search/load
copy regions in GrSetGCRegion like GrSetWindowRegion
	use MWCLIPREGION *, instead of id
must copy regions in GrSetGCRegion for X11 lib to work...
	look into region copy on xoff/yoff != 0 in GsPrepareDrawing

notifyactivate in nanowm should check all child windows (qt bug)

change stipple/tile unsigned short to MWIMAGEBITS, use GdBitmap
seperate out dashed and stipple in config file and devdraw.c

change to GrChangeGC instead of new GrSetXXX routines?
***typedef CheckEvent in nanox/client.c
GetTypedEventPred - typedef CheckEvent, remove params??
***GrCopyGC broken for stipple allocs, etc
add 1bpp pixmap flag??

tcc: engine/devfont.c:://#error ... \
tcc: tuxchess can't compile due to CRLF source

need korean, japanese font test program

remove demo6, etc?
add nanocal, oneshot, periodic, pressure, ipcclient, ipcserver demos
add speed demo

add UPDATE_TEMPMAP?
check unrealize/realize ok in move, resize, reborder routines
test fontmapping?

cache nanowm title draw font creation

think about GrReadArea return value based on MWPF_ pixel format

add EVENT_CHILD_REDIRECT

try ecos compile,  add ACCESS_THREAD_DATA to new routines


fix nanowm: can't let two copies run at once...
