shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing...
[wine] / dlls / winex11.drv / keyboard.c
2007-11-12  Dmitry Timoshkovwinex11.drv: Get rid of unused variables.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-18  Dmitry Timoshkovwinex11.drv: Use symbolic names for MapVirtualKey trans...
2007-08-29  Steven Edwardsx11drv: Remove some no longer needed wine 16bit headers.
2007-05-21  Dmitry Timoshkovwinex11.drv: Synchronize debug output between X11DRV_Ke...
2007-04-13  Dan Kegelwinex11.drv: GetAsyncKeyState must check mouse buttons...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-03-06  Dmitry Timoshkovwinex11.drv: Do not ignore the keysyms assigned to...
2007-03-01  Aric Stewartwinex11.drv: Make sure keyboard state is up to date...
2007-02-21  Dmitry Timoshkovwinex11.drv: Clients should pass only KeyPress events...
2007-01-08  Vitaliy Margolenwinex11drv: Change FIXME to WARN in X11DRV_GetKeyNameText.
2006-12-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-11-27  Kevin Koltzauwinex11.drv: Process browser and multimedia key events.
2006-11-20  Ken Thomaseswinex11.drv: Correct the count of characters matching...
2006-11-20  Ken Thomaseswinex11.drv: Enable code for picking layout-independent...
2006-11-20  Ken Thomaseswinex11.drv: Changed indenting of some dead code.
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.