x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
[wine] / dlls / x11drv / keyboard.c
2006-02-09  Dmitry Timoshkovx11drv: Update Swiss French keyboard layout to better...
2006-02-07  Fatih Aşıcıx11drv: Fix Turkish keyboard layouts.
2006-02-01  Fatih Aşıcıx11drv: Added Turkish F keyboard layout.
2006-01-23  Dmitry Timoshkovx11drv: Update Swiss German keyboard layout to better...
2006-01-19  Dmitry Timoshkovx11drv: Add support for another Canadian French keyboar...
2005-12-26  Dmitry Timoshkovx11drv: Update Canadian keyboard layout to better match...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-11  Dmitry TimoshkovUpdate German and Hungarian keyboard layouts to better...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-05-29  Dmitry TimoshkovFix Estonian keyboard layout to better match the X11...
2005-05-07  Robert LunnonAvoid passing NULL buffer elements and status pointers to
2005-03-31  Aric CyrJapanese 106 Keyboard fix.
2005-03-29  Dmitry TimoshkovHandle control characters in VkKeyScanEx similar to...
2005-03-22  Dmitry TimoshkovAdd support for Serbian cyrillic X11 keyboard layout.
2005-03-16  Alexandre JulliardDon't force injected hardware messages to be queued...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-09  Dmitry TimoshkovAdd support for Turkish (tr) X11 keyboard layout.
2005-01-28  Oliver StieberSend a scancode through for the 5 key when numlock...
2005-01-24  Dmitry TimoshkovPut Brazilian ABNT2 keyboard layouts in line with appro...
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2005-01-03  Dmitry Timoshkov- Do not print FIXME in X11DRV_GetKeyboardLayout if...
2004-12-06  Jean-Michel DaultAdded another Canadian keyboard layout.
2004-11-08  Walt OgburnTurn ISO_Left_Tab back into a tab character if needed.
2004-10-22  Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-08  Dmitry TimoshkovDisable remaining piece of the code which auto assigns...
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-05-11  Dmitry TimoshkovFix Croatian keyboard layout to better match the XFree8...
2004-04-17  Dmitry Timoshkov- start assigning custom VK codes from VK_OEM_8 since...
2004-04-14  Dmitry TimoshkovA workaround for missing real support for keyboard...
2004-04-09  Dmitry TimoshkovConditionally compile code which uses XK_EuroSign defin...
2004-03-29  Dmitry TimoshkovFix Slovenian keyboard layout to better match the XFree...
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-10  Leonardo Quijano... Fixed Latin American keyboard.
2004-02-03  Dmitry TimoshkovIssue WARN instead of FIXME when there are mismatches...
2004-01-27  Aric StewartBack out an unintentional change that snuck in with...
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2003-12-30  Zimler AttilaFixed Hungarian keyboard layout.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Grant WilliamsonDutch keyboard support.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-11-11  Dmitry TimoshkovFix a bug in VkKeyScan.
2003-11-03  Dmitry TimoshkovAdd support for QWERTZ virtual keys mapping, fix many...
2003-10-14  Dmitry TimoshkovFix Finnish keyboard layout to better match the XFree86...
2003-10-14  Dmitry TimoshkovFix some cases when 'keysym' might be left uninitialized.
2003-10-02  SalmelaUpdated Finnish keyboard layout.
2003-09-22  Mike McCormackOnly ignore certain keyboard events if a XLookupString...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Nerijus BaliunasUpdated LT keyboard.
2003-08-18  RaulSmall Estonian keyboard fix.
2003-08-12  Dmitry TimoshkovIgnore some keyboard events. In any case we don't know...
2003-08-07  Supphachoke Suntiw... Added Thai keyboard layout.
2003-08-05  Dmitry TimoshkovRemove remnants of the old code.
2003-07-15  Huw D M DaviesMake the return buffer larger (for example EuroSign...
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-06-23  Dmitry TimoshkovAlong with AltGr state save also all possible modifier...
2003-06-13  Sylvain PetreolleAdded Euro and antiquote to the French keyboard layout.
2003-04-16  Rein KlazesFix the path of keyboard.c inside a FIXME log statement.
2003-03-23  Alexandre JulliardProperly initialize keyboard auto-repeat for all X...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-24  Leonardo Quijano... Fixed Latin American keyboard (key "?!" was reversed).
2003-01-23  Alexandre JulliardKeysym check should use 0x8000 instead of 0x800 (spotte...
2003-01-23  Alexandre JulliardAdded dead keys support using X input methods (based...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-19  Mauro Carvalho ChehabIncluded a specific ABNT-2 scan and vkey tables, and...
2002-12-05  Peter MladekAdded 2 more Czech keyboard layouts compatible with...
2002-11-13  Huw DaviesUse iso8859-15 on European keyboards.
2002-10-29  Jeff SmithCorrections to the Spanish keyboard layout.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-10  Nerijus BaliunasBetter Lithuanian keyboard layout.
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-08-27  Hleb ValoskaAdded Belarusian keyboard.
2002-08-16  Dmitry TimoshkovAdded Greek keyboard layout.
2002-06-22  Dmitry TimoshkovAdded Bulgarian keyboards.
2002-06-21  Rok MandeljcAdded Slovenian keyboard.
2002-06-10  David HammertonMapVirtualKey actually returns uppercase keys in Windows.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Shachar ShemeshAdded Israeli Hebrew keyboard, and fixed a problem...
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.