added JAWS support; help files for Vista; bugfixes for winboard.c
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Jul 2009 05:08:15 +0000 (22:08 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 10 Jul 2009 05:08:15 +0000 (22:08 -0700)
commit9370698c82696695f0bcd0327a8b5c3703d3eea7
treebdb4f232e20fb00679b9626866b58192d556e77a
parent5c635c780111b73638ba3a160b347ede6e117357
added JAWS support; help files for Vista; bugfixes for winboard.c

* JAWS support
* help files should now work under Vista (the user has to have either a program to view old windows help files or to view html-files installed)
* I fixed the tabbing between all windows that were added according to Tim's sugestions.
* I added typing in of a move number in the move type-in dialog as a shortcut to going to that position by use of the < and > buttons. Mainly intended to ease life for the blind, but I think it can be generally useful. (Although the move-history dialog provides that functionality too, this is quicker if you don't happen to have it open.)
* I added typing of a FEN in the move type-in dialog in Edit Position mode. (Which could not be used without mouse at all, and is defective in crazyhouse even with mouse, as there was no way to populate holdings.)
winboard/help.c [new file with mode: 0644]
winboard/jaws.c [new file with mode: 0644]
winboard/jaws.h [new file with mode: 0644]
winboard/jaws.rc [new file with mode: 0644]
winboard/winboard.c