Hi, I guess this list has been abandoned (no activity since the last release at all), still wanted to share my patch that
1. Further fixes bitblt race for 8bpp graphics on Windows during window init phase (first repaint event sent/processed too fast), locking the DC (and leaving the window white, not always but intermittently across multiple app starts);
2. Fixes LIBBCC.H decls for C++ (posted earlier);
3. Replaces an outdated header <values.h> in speedtst.c;
4. Adds processing of Shift-Tab on Windows, a very popular choice of a key for moving backwards on controls (lbgrx provided it undistinguishable from a regular Tab as returned by GrKeyRead());
5. And finally, removes optimization (-O2) in debug builds (which otherwise clobbers the source code line sequencing and makes it very difficult to use in a debugger).
Hope this helps, AL