Fixed an entry in the keyboard translation table for Ctrl-Break.
[wine] / windows / x11drv / keyboard.c
1999-10-24  Pierre MageauFixed an entry in the keyboard translation table for...
1999-10-13  Zoltan KovacsAdded Hungarian keyboard support.
1999-10-13  Marcus MeissnerAdded german keyboard layout with "nodeadkeys" option...
1999-09-10  Stephane LussierPressing the delete key using an extended keyboard...
1999-09-03  Guy AlbertelliCompleted GetKeyNameText for non-character keys.
1999-08-04  Ivan De SaedeleerMinor fix to the French Canadian keyboard.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-24  Huw D M DaviesFixed compiler warning.
1999-07-10  Ulrich WeigandRemoved all EVENT_Synchronize( FALSE ) calls; use a...
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Philippe FroidevauxAdded Swiss french keyboard layout.
1999-05-29  Rikhardur EgilssonIcelandic keyboard support.
1999-05-13   <TTarrant@Etnotea... Added Italian keyboard support.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Guy AlbertelliCorrect logic in GetKeyNameText.
1999-04-25  Peter BortasAdded Swedish keyboard layout.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-15  Huw D M Daviesindex == 3 corresponds to Alt-Gr + Shift.
1999-04-15  Guy AlbertelliFix scancodes for NumLock and Num-/.
1999-04-11  Guy AlbertelliPartial implementation for GetKeyNameText for new keybo...
1999-04-04  José Marcos LópezAdded Spanish keyboard layout.
1999-04-03  Eric PouechUpdated French keyboard.
1999-04-03  Ove Kaaven'Realigned' the layout table a bit. Applied the non...
1999-04-01  Marcus MeissnerSplit off keysym/deadchar -> char mapping, use it in...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Pavel RoskinAdded Russian keyboard support.
1999-03-28  Pavel RoskinChanges in X11DRV_KEYBOARD_DetectLayout in order to...
1999-03-28  Jonathan NaylorAdded Swiss German keyboard layout.
1999-03-22  Kalevi J HautaniemiAdded Finnish keyboard layout.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-21  Robert PouliotOne small error corrected and the 102th key...
1999-03-19  Bertho StultiensFixed Danish keyboard layout.
1999-03-17  Bruno AfonsoAdded Portuguese keytable.
1999-03-17  Robert PouliotAdded Canadian French keyboard layout.
1999-03-17  Huw D M DaviesAdded UK keyboard layout.
1999-03-15  Ove KaavenBetter comments, and added ANSI codepages in table.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Ove KaavenFirst attempt at supporting different keyboard layouts...
1999-03-10  Ulrich WeigandBugfix: ToAscii should not generate ASCII code when...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallX11 driver changes.
1998-12-24  Rein KlazesLowest scan code seems to be 1, not zero.
1998-12-07  Brian GerstThe scancode Windows send for extended keys is the...
1998-12-07  Patrik StridvallMoved more code to the X11 driver.