winex11.drv: Move some dead code from inside a loop to just after the loop.
[wine] / dlls / winex11.drv / keyboard.c
2006-11-20  Ken Thomaseswinex11.drv: Move some dead code from inside a loop...
2006-11-20  Ken Thomaseswinex11.drv: Replace no-longer-existent VK_A, VK_Z...
2006-11-20  Ken Thomaseswinex11.drv: Track which vkeys have already been assign...
2006-11-20  Ken Thomaseswinex11.drv: Reset the keyc2vkey table to empty before...
2006-11-08  Ken Thomaseswinex11.drv: Fix off-by-one in map of non-char keysyms...
2006-11-08  Ken Thomaseswinex11.drv: Map XK_KP_Equal to VK_OEM_NEC_EQUAL.
2006-11-08  Dmitry Timoshkovwinex11.drv: Map VK codes for arrow keys to an X11...
2006-11-07  Alexandre Julliardwinex11.drv: Detect an XLookupString that returns Latin...
2006-11-07  Alexandre Julliardwinex11.drv: Added mapping for Unicode keysyms in ToUni...
2006-11-07  Alexandre Julliardwinex11.drv: Only load the keycode->keysym mapping...
2006-11-06  Mike McCormackuser32: ToUnicodeEx should return 0 for an unknown...
2006-10-24  Eric Pouechwinex11.drv: As the min keycode is always greater or...
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-09-26  Dmitry Timoshkovwinex11.drv: Use a proper protector for X11/XKBlib.h.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-07-24  Mike McCormackwinex11.drv: Avoid an uninitialized variable warning.
2006-07-05  Dmitry Timoshkovwinex11.drv: Update Lithuanian keyboard layout to bette...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.