Francois Gouget
|
87f223a879
|
Assorted spelling and case fixes.
|
2004-03-02 20:55:57 +00:00 |
Leonardo Quijano Vincenzi
|
9d956b2395
|
Fixed Latin American keyboard.
|
2004-02-10 01:35:57 +00:00 |
Dmitry Timoshkov
|
ee2608d5aa
|
Issue WARN instead of FIXME when there are mismatches between hard
coded and real keyboard layouts.
|
2004-02-03 21:28:39 +00:00 |
Aric Stewart
|
fad2971151
|
Back out an unintentional change that snuck in with the XIM change.
|
2004-01-27 03:55:37 +00:00 |
Aric Stewart
|
9672b791ee
|
Use X11 XIM callbacks to enable full IME support.
Correct some timing issues with XIM input.
Start to provide the framework for the MSIME messages.
|
2004-01-21 02:22:26 +00:00 |
Zimler Attila
|
14f7446f70
|
Fixed Hungarian keyboard layout.
|
2003-12-30 19:14:59 +00:00 |
Alexandre Julliard
|
64c0e2ac96
|
Removed the remaining TSX calls.
|
2003-11-21 21:48:36 +00:00 |
Alexandre Julliard
|
2496c08b76
|
Get rid of a bunch of TSX functions.
|
2003-11-21 00:17:33 +00:00 |
Grant Williamson
|
2a825b9e3b
|
Dutch keyboard support.
|
2003-11-20 04:14:30 +00:00 |
Dmitry Timoshkov
|
b0c2e54a03
|
Add preliminary support for keyboard layout APIs.
|
2003-11-14 03:32:43 +00:00 |
Dmitry Timoshkov
|
4f21b3cd64
|
Fix a bug in VkKeyScan.
|
2003-11-11 21:57:52 +00:00 |
Dmitry Timoshkov
|
262b93caa3
|
Add support for QWERTZ virtual keys mapping, fix many keyboard layouts
to conform to the XFree86 ones, add support for Russian cp1251 and
phonetic keyboard layouts, Israelian phonetic and Saharon keyboard
layouts.
|
2003-11-03 22:13:48 +00:00 |
Dmitry Timoshkov
|
b27c09b25f
|
Fix Finnish keyboard layout to better match the XFree86 one.
|
2003-10-14 20:07:03 +00:00 |
Dmitry Timoshkov
|
9bd1dbd0b4
|
Fix some cases when 'keysym' might be left uninitialized.
|
2003-10-14 01:17:37 +00:00 |
Salmela
|
2d7cc858d7
|
Updated Finnish keyboard layout.
|
2003-10-02 04:28:57 +00:00 |
Mike McCormack
|
9360660259
|
Only ignore certain keyboard events if a XLookupString returned a
value (detected by Valgrind).
|
2003-09-22 19:30:51 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Nerijus Baliunas
|
f89f3df1a2
|
Updated LT keyboard.
|
2003-08-20 03:40:47 +00:00 |
Raul
|
11e844db58
|
Small Estonian keyboard fix.
|
2003-08-18 19:51:13 +00:00 |
Dmitry Timoshkov
|
b5bd66e86f
|
Ignore some keyboard events. In any case we don't know how to handle
them.
|
2003-08-12 18:54:50 +00:00 |
Supphachoke Suntiwichaya
|
e7fe5bc1d3
|
Added Thai keyboard layout.
|
2003-08-07 20:11:02 +00:00 |
Dmitry Timoshkov
|
28f8cf29fb
|
Remove remnants of the old code.
|
2003-08-05 18:25:47 +00:00 |
Huw D M Davies
|
a9bb2a550e
|
Make the return buffer larger (for example EuroSign in uft8 is 3+1
bytes long).
|
2003-07-15 20:47:39 +00:00 |
Dmitry Timoshkov
|
8a8d1b93ca
|
Added support for CP_UNIXCP.
|
2003-07-09 04:22:57 +00:00 |
Dmitry Timoshkov
|
965cbd2a96
|
Along with AltGr state save also all possible modifier states.
|
2003-06-23 19:57:59 +00:00 |
Sylvain Petreolle
|
656dc7a8f2
|
Added Euro and antiquote to the French keyboard layout.
|
2003-06-13 18:54:00 +00:00 |
Rein Klazes
|
82b0a13cab
|
Fix the path of keyboard.c inside a FIXME log statement.
|
2003-04-16 23:10:21 +00:00 |
Alexandre Julliard
|
8d361bd41c
|
Properly initialize keyboard auto-repeat for all X connections.
|
2003-03-23 20:07:55 +00:00 |
Tony Lambregts
|
2e24a148bf
|
Replace DPRINTF with TRACE.
|
2003-03-15 00:12:42 +00:00 |
Leonardo Quijano Vincenzi
|
0207855e1d
|
Fixed Latin American keyboard (key "?!" was reversed).
|
2003-01-24 00:47:08 +00:00 |
Alexandre Julliard
|
a52b2777b2
|
Keysym check should use 0x8000 instead of 0x800 (spotted by Dmitry
Timoshkov).
|
2003-01-23 21:35:14 +00:00 |
Alexandre Julliard
|
e5fb975a6e
|
Added dead keys support using X input methods (based on a patch by
Dmitry Timoshkov).
|
2003-01-23 01:29:58 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Mauro Carvalho Chehab
|
9a1c52e6f6
|
Included a specific ABNT-2 scan and vkey tables, and an ABNT-2
keyboard with <ALT><GR> key codes.
|
2002-12-19 21:14:47 +00:00 |
Peter Mladek
|
5dc7f13380
|
Added 2 more Czech keyboard layouts compatible with XFree86 4.1.
|
2002-12-05 19:55:04 +00:00 |
Huw Davies
|
80ffa243d8
|
Use iso8859-15 on European keyboards.
|
2002-11-13 19:46:08 +00:00 |
Jeff Smith
|
6f31013f7b
|
Corrections to the Spanish keyboard layout.
|
2002-10-29 21:28:12 +00:00 |
Andreas Mohr
|
6e256c72fe
|
- fix some pselling
- enhance some TRACEs
|
2002-10-25 19:09:02 +00:00 |
Nerijus Baliunas
|
9f47e97818
|
Better Lithuanian keyboard layout.
|
2002-10-10 23:30:13 +00:00 |
Alexandre Julliard
|
e9119c198d
|
Removed some more TSX11 functions and files.
|
2002-09-24 18:36:51 +00:00 |
Alexandre Julliard
|
df8e6eeb0f
|
Removed a bunch of no longer used TSX wrappers.
|
2002-09-24 03:17:31 +00:00 |
Hleb Valoska
|
8df5fc96ce
|
Added Belarusian keyboard.
|
2002-08-27 18:16:06 +00:00 |
Dmitry Timoshkov
|
b6e3f49854
|
Added Greek keyboard layout.
Updated Brazilian ABNT-2 keyboard layout.
|
2002-08-16 23:28:38 +00:00 |
Dmitry Timoshkov
|
09b4c500c2
|
Added Bulgarian keyboards.
|
2002-06-22 01:10:37 +00:00 |
Rok Mandeljc
|
52bb643edb
|
Added Slovenian keyboard.
|
2002-06-21 20:14:15 +00:00 |
David Hammerton
|
50e8768f62
|
MapVirtualKey actually returns uppercase keys in Windows.
|
2002-06-10 23:02:41 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Shachar Shemesh
|
4b050944fe
|
Added Israeli Hebrew keyboard, and fixed a problem in the matching of
characters against dead keys.
|
2002-05-31 18:21:33 +00:00 |
Alexandre Julliard
|
d0893548e6
|
Moved remaining files in windows/x11drv to dlls/x11drv.
|
2002-04-30 21:16:39 +00:00 |