winex11: Add window data structure locking to the ConfigureNotify event handler.
[wine] / dlls / winex11.drv / keyboard.c
2012-08-17  Alexandre Julliardwinex11: Release the keyboard lock before sending input...
2012-08-16  Alexandre Julliardwinex11: Add a critical section to protect the keyboard...
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-06-12  Ken Thomaseswinex11: Fix correspondence between main_key_LT_B and...
2012-06-01  Ken Thomaseswinex11: Be more conservative when matching keys from...
2012-06-01  Alexandre Julliardwinex11: Use XGetKeyboardMapping instead of XKeycodeToK...
2012-05-08  Dmitry Timoshkovwinex11.drv: Use XK_KP_Decimal as a fallback if XK_KP_S...
2012-04-24  Dmitry Timoshkovwinex11.drv: Windows always generates VK_DECIMAL for...
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2012-02-02  Alexandre Julliardwinex11: Update only the key state on KeymapNotify...
2012-01-23  Aric Stewartwinex11: Strip the _L or _R from X11DRV_GetKeyNameText...
2011-12-20  Ken Thomaseswinex11: Have ToUnicodeEx null-terminate the output...
2011-10-18  Andrew Talbotwinex11.drv: Mark some fall-throughs in switch statements.
2011-09-20  Francois Gougetwinex11: Fix printing NULL strings.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-13  Ken Thomaseswinex11.drv: Map Meta keys to VK_{L, R}MENU, not just...
2011-07-13  Ken Thomaseswinex11.drv: Fix X11DRV_KeymapNotify when multiple...
2011-04-20  Dmitry Timoshkovwinex11.drv: Make sure that all relevant keyboard trace...
2011-03-03  Alexandre Julliardwinex11: Get rid of the ClipCursor and SendInput entry...
2011-03-02  Alexandre Julliarduser32: Handle input injected through SendInput entirel...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Alexandre Julliarduser32: Export a Wine-specific function to send hardwar...
2011-03-02  Alexandre Julliardwinex11: Fetch the key state from the server when adjus...
2011-03-02  Alexandre Julliardserver: Pass the original hardware input data to the...
2011-03-01  Alexandre Julliardserver: Don't pass a thread id to send_hardware_message...
2011-03-01  Alexandre Julliardwinex11: Pass a window handle for keyboard hardware...
2011-03-01  Alexandre Julliarduser32: Retrieve the current cursor position from the...
2011-02-28  Alexandre Julliarduser32: Retrieve the key state for GetAsyncKeyState...
2011-01-05  Austin Englishwinex11.drv: Use consistent formatting in a TRACE().
2010-09-22  Dmitry Timoshkovuser32: Make sure that SendInput always initializes...
2010-07-26  Dmitry Timoshkovwinex11: Remember last window that had the XIC focus...
2010-06-29  Alexandre Julliardwinex11: Set the user time property on top-level windows.
2010-05-04  Alexandre Goujonwinex11: Use XkbKeycodeToKeysym when using XKB.
2010-04-29  Jörg Höhlewinex11: Unify German keyboard mapping.
2010-03-04  Jörg Höhlewinex11: Log keycode decimal <-> hex for keysym & MS...
2010-02-15  Jörg Höhlewinex11: Add vkey codes for functions keys upto F24.
2010-02-15  Jörg Höhlewinex11: Initialize KeyPressEvent for XmbLookupString.
2010-01-19  Ilya Shpigorwinex11.drv: Produce VK_CANCEL vkey on the Ctrl+Pause...
2009-12-14  Alexandre Julliardwinex11: Make GetKeyboardLayoutName() use the same...
2009-10-27  Ken Thomaseswinex11: Allow assigning non-OEM virtual key codes...
2009-10-27  Ken Thomaseswinex11: Use a table of available OEM virtual key codes.
2009-10-27  Ken Thomaseswinex11: Assign OEM virtual key codes in a separate...
2009-10-14  Erich Hooverwinex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the...
2009-08-19  Andrew Eikumwinex11: Support KEYEVENTF_UNICODE in SendInput.
2009-06-26  Austin Englishwinex11: Make sure GetKeyNameText gets the correct...
2009-06-09  Austin Englishwinex11: Return correct length for GetKeyNameText.
2009-06-02  André Hentschelwinex11: Fix Ctrl+Shift+Tab translation.
2009-05-28  André Hentschelwinex11: Fix Ctrl+Tab translation.
2009-04-14  Hans Leidekkerwinex11.drv: Set HKCU\Keyboard Layout\Preload key.
2009-04-14  Hans Leidekkeruser32: By default, return all zeroes in the first...
2009-02-26  David Korthwinex11.drv: Map Super_L, Super_R, and Menu keys correctly.
2009-01-19  Michael Gruberwinex11.drv: Remove "German keyboard layout without...
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-23  Andrew Talbotwinex11.drv: Superfluous semicolons fix.
2008-12-18  Aric Stewartuser32: Remove the driver call for GetKeyboardLayoutLis...
2008-12-18  Aric Stewartx11drv: Allow ActivateKeyboardLayout to set the keyboar...
2008-12-18  Aric Stewartx11drv: If a keyboard layout is an IME only check the...
2008-10-27  Dmitry Timoshkovuser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes...
2008-10-27  Dmitry Timoshkovwinex11.drv: Print the characters returned by ToUnicode.
2008-10-18  Alexandre Julliardwinex11: Convert source files to utf-8.
2008-10-15  Tobias Jakobiwinex11: Remove acute/apostrophe from German keyboard...
2008-09-12  Muneyuki Noguchiwinex11: Fix a buffer overflow bug in X11DRV_KeyEvent...
2008-09-11  Dmitry Timoshkovwinex11.drv: Fix the scan codes keypad keys section...
2008-07-23  Aric Stewartwinex11: Add Japanese Mac keyboard layout as many of...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Pass the display as parameter to a few more...
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...
next