mshtml: Added IHTMLDOMNode::put_nodeValue implementation.
[wine] / dlls / winex11.drv / keyboard.c
2008-05-21  Ken Thomaseswinex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against...
2008-04-28  Vitaliy Margolenwinex11: Fix MapVirtualKeyEx to properly map left-right...
2008-04-28  Vitaliy Margolenwinex11: Use constants instead of magic numbers in...
2008-04-28  Vitaliy Margolenwinex11: Fix GetKeyNameText for Right Shift.
2008-04-24  Lei Zhangwinex11: control + enter should generate '\n' instead...
2008-04-17  ByeongSik Jeonwinex11: Add VK_HANGUL, VK_HANJA for Korean Native...
2008-04-14  Vitaliy Margolenwinex11.drv: Send scan code when adjusting modifier...
2008-04-10  Alexandre Julliardwinex11: Replace the keyboard flags bitfield by the...
2008-04-09  Alexandre Julliardwinex11: Fix KeymapNotify handler to take left/right...
2008-04-07  Vitaliy Margolenwinex11: Properly report state of the caps-lock and...
2008-04-07  Vitaliy Margolenwinex11: Get the ScrollLock mask.
2008-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2008-02-29  Alexandre Julliardwinex11: Avoid depending on win.h.
2008-02-06  Alexandre Julliardwinex11: Use the gdi display when initializing the...
2008-01-23  Dmitry Timoshkovuser32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave...
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.