Displaying 11 results from an estimated 11 matches for "tounicod".
Did you mean:
tounicode
2001 Jun 22
3
X11: Oracle Forms runs fine locally, but not remotely
There is some difference in the keyboard defs, though not much. The
most interesting is this line, from the remote machine, with +keyboard:
trace:keyboard:X11DRV_ToUnicode Found keycode 13 (0x D)
trace:keyboard:X11DRV_MapVirtualKey MapVirtualKey wCode=0x43 wMapType=2 ...
trace:keyboard:X11DRV_MapVirtualKey Found keycode 13 (0x D)
trace:keyboard:X11DRV_MapVirtualKey returning 0x63.
This is not found in the output of the local X server.
I'm still looking at the...
2008 Jul 03
1
Cant use deadkeys in Portuguese keyboard
..._vkey e->keycode = 33
trace:key:X11DRV_KeyEvent keycode 0x33 converted to vkey 0xdc
trace:key:X11DRV_KeyEvent bScan = 0x2b.
trace:key:X11DRV_send_keyboard_input wParam=00dc, lParam=002b0001, InputKeyState=0
trace:key:TranslateMessage Translating key VK_OEM_5 (00dc), scancode 2b
trace:key:X11DRV_ToUnicodeEx (00DC, 002B) : faked state = 0x0000
trace:key:EVENT_event_to_vkey e->keycode = 33
trace:key:X11DRV_ToUnicodeEx type 2, window 4800007, state 0x0000, keycode 0x0033
trace:key:X11DRV_ToUnicodeEx nbyte = 1, status 0x0
trace:key:X11DRV_ToUnicodeEx KeyPress : keysym=FE53 (dead_tilde), # of chars=1...
2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...DetectLayout mismatch for keysym 0x0000, keycode
17, got 8*
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode
18, got 9(
trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keysym 0x0000, keycode
19, got 0)
etc. etc.
then on keypress it gives me this:
trace:key:X11DRV_ToUnicodeEx Translating char 0x61 to unicode
trace:key:X11DRV_ToUnicodeEx ToUnicode about to return 1 with char 61
trace:key:TranslateMessage 1 -> PostMessageW(0x10024,WM_CHAR,0061,001e0001)
trace:key:GetKeyState key (0x12) -> 0
trace:key:GetKeyState key (0x10) -> 0
trace:key:GetKeyState key (0x11)...
2008 Nov 07
0
Wine release 1.1.8
....
Detlef Riekenberg (3):
user32/tests: Avoid crash on win9x.
shdocvw/tests: Use the correct size for memset.
user32/tests: Fix crash on win9x in the dde test.
Dmitry Timoshkov (9):
gdi32: Search the child font list first.
winex11.drv: Print the characters returned by ToUnicode.
user32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes match PSDK.
wineconsole: Don't ignore extended keys.
kernel32: Don't ignore extended keys.
gdi32: Move DC mapping APIs to the 'dc' debug channel.
user32: Handle all kinds of values returned by WIN_...
2016 Nov 25
0
Wine release 1.9.24
...ragment shaders over ones that support only either.
Hugh McMaster (2):
reg/tests: Add more tests for 'reg import'.
regedit/tests: Test if the final line is imported if it doesn't end in a newline.
Huw D. M. Davies (7):
user32/tests: Don't perform character lookup ToUnicode() tests on non-US keyboards.
kernel32/tests: Add some GetLastError() values for Windows 8 and 10.
kernel32/tests: On failure don't test the returned count - it contains random data on Windows 8 and 10.
kernel32/tests: VerifyConsoleIoHandle() always returns FALSE on Windows 8...
2010 Oct 08
0
Wine release 1.2.1
...n translation update.
wineboot: Italian translation update.
Detlef Riekenberg (2):
winhelp.exe16: Add missing separator after command name.
wineps: Use winspool.drv for job management.
Dmitry Timoshkov (6):
winex11: Remember last window that had the XIC focus and use it in ToUnicode() to make dead keys work more reliably.
gdi32: Make sure that all the glyph metrics are transformed before caching them.
user32: Protect from setting as a window owner one of its successors.
user32: Properly pack the WM_WINE_SETWINDOWPOS internal message.
winex11.drv: Avoid...
2013 Feb 15
0
Wine release 1.5.24
...ndows.
winemac: Build a map from Mac virtual key codes to Win32 vkeys and scan codes based on Mac keyboard layout.
winemac: Rebuild key map when Mac keyboard layout changes.
winemac: Generate KEY_PRESS/RELEASE events from Cocoa key events.
user32: In TranslateMessage, handle ToUnicode returning 2 or more chars.
winemac: Implement ToUnicodeEx().
winemac: Ignore Cocoa's window frame adjustments for off-screen windows.
winemac: Implement Beep().
winemac: Implement MapVirtualKeyEx().
winemac: Implement VkKeyScanEx().
winemac: Implement GetKey...
2011 Dec 30
0
Wine release 1.3.36
...rt implementation.
J?rg H?hle (3):
mmdevapi: Enforce limits on period and duration.
winealsa.drv: Request ALSA period time to match MMDevAPI period time.
winealsa: Use an ALSA buffer of 4 periods to limit prefill.
Ken Thomases (3):
comdlg32: Fix a leak.
winex11: Have ToUnicodeEx null-terminate the output buffer, if there's room.
user32/tests: Test that ToUnicode null-terminates the buffer if it's big enough.
Kusanagi Kouichi (6):
gdi32: Add a helper function to convert a string from A to W.
gdi32: Use find_family_from_name and LIST_FOR_EACH in...
2006 Nov 10
0
Wine release 0.9.25
...configure: Added missing DiskArbitration/DiskArbitration.h check.
winex11.drv: Fixed build without OpenGL headers.
winex11.drv: Only load the keycode->keysym mapping once in DetectLayout, instead of once per supported layout.
winex11.drv: Added mapping for Unicode keysyms in ToUnicodeEx.
winex11.drv: Detect an XLookupString that returns Latin-1 and avoid codepage mapping in that case.
kernel32: Better workaround for the lack of locale environment variables on MacOS.
gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation.
winex11.drv:...
2008 Aug 22
0
Wine release 1.1.3
...mshtml: Implement IDispatch for IHTMLElement.
mshtml: Implement IDispatch for IHTMLElement2.
mshtml: Implement IDispatch for IHTMLAnchorElement.
ole32: Stop crash under w2k8.
Andre Wisplinghoff (2):
user32: Make dde test use skip function.
user32: Add a test for ToUnicode.
Andrew Talbot (18):
advapi32: Remove unused variable.
browseui: Sign-compare warning fix.
appwiz.cpl: Sign-compare warning fix.
dmband: Sign-compare warning fix.
dmcompos: Sign-compare warning fix.
dmime: Sign-compare warning fix.
dmloader: Sign-compare...
2010 Jul 30
0
Wine release 1.3.0
...api/tests: Add tests for StrStrIA.
shlwapi/tests: Add tests for StrStrIW.
shlwapi: Implement StrStrNW.
shlwapi: Implement StrStrNIW.
shlwapi/tests: Rename a string variable for clarity.
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
propsys: Implement PSStringFromPropertyKey.
propsys...