1) keyboard handling: now generates NavigationKey events instead of using
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Jul 1998 22:33:24 +0000 (22:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Jul 1998 22:33:24 +0000 (22:33 +0000)
commit47cbd6da8f4e5532a8d4b503352bcdd3ba95faa4
tree0a41053996d6b4f9348c5fa8b27d96b3872c5bfe
parentc1e34828629e0cadd376b7effd31f721f8eb7026
1) keyboard handling: now generates NavigationKey events instead of using
   IsDialogMessage (which is still called if the event is not processed)
   which gets very confused in complex dialogs
2) added tracing of Windows messages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp