Displaying 6 results from an estimated 6 matches for "x11drv_keyevent".
2008 Jul 03
1
Cant use deadkeys in Portuguese keyboard
...oblem , the keyboard layout is correct but deadkeys dont work.
In ubuntu they keyboard is set to Portuguese and deadkeys work fine in all applications but in wine instead of ????? i have 'a 'e 'o ~a ~o... etc
ive run a trace when i press '~' for example i get:
"
trace:key:X11DRV_KeyEvent type 2, window 4800007, state 0x0000, keycode 0x0033
trace:key:X11DRV_KeyEvent nbyte = 1, status 0x0
trace:key:X11DRV_KeyEvent KeyPress : keysym=FE53 (dead_tilde), # of chars=1 / "~"
trace:key:EVENT_event_to_vkey e->keycode = 33
trace:key:X11DRV_KeyEvent keycode 0x33 converted to vkey...
2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...odeEx 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) -> 0
trace:key:GetKeyState key (0x11) -> 0
trace:key:X11DRV_KeyEvent type 3, window 3200001, state 0x0000, keycode
0x0026
trace:key:X11DRV_KeyEvent state = 0 nbyte = 0, status 0x1
trace:key:X11DRV_KeyEvent KeyRelease : keysym=0 (No Name), # of chars=0 /
0x00 / ''
trace:key:EVENT_event_to_vkey e->keycode = 26
trace:key:X11DRV_KeyEvent keycode 0x26 conver...
2003 Jan 19
1
Applications start with title bar grayed
When I try to start notepad, it starts with a grayed title bar,
like it wasnt active. I cant enter text into the input window.
Strange thing, menus work.
To get it look like active and type text, I must select the system menu
and "About wine".
After closing the new window (that has appeared as active), i see that
notepad appears
active and I can enter text.
Has someone this issue ?
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108
CVS update run this morning
Ran the following commands
make uninstall
make clean
/tools/wineinstall
Lotus Notes RNext running OK with latest CVS (I was having problems where
buttons would not work), however if I go into User Preferences, and then
click on either the OK or Cancel button, a crash occurs producing the
following in the debugger....
WineDbg starting...
2007 Jun 01
0
Wine release 0.9.38
...ToWideChar.
widl: Fix compilation warnings in 64-bit mode.
winebuild: Fix compilation warnings in 64-bit mode.
winedump: Fix compilation warnings in 64-bit mode.
include/wine/debug.h: Fix compilation warning in 64-bit mode.
winex11.drv: Synchronize debug output between X11DRV_KeyEvent and X11DRV_ToUnicodeEx.
basetsd.h: Add a bunch of PSDK compatible macros/inline functions for 64-bit safe type conversions.
kernel32: Fix the size of ThreadAffinityMask to match PSDK.
basetsd.h: Fix a typo in the parameter name.
winternl.h: Make the fields of the PROCESS_BAS...
2008 Sep 19
0
Wine release 1.1.5
...(9):
notepad: Update Japanese translation.
appwiz.cpl: Add Japanese resources.
wininet: Update Japanese translation.
view: Add Japanese resources.
cmdlgtst: Add Japanese resources.
comdlg32: Update Japanese translation.
winex11: Fix a buffer overflow bug in X11DRV_KeyEvent() and X11DRV_ToUnicodeEx().
winex11.drv: Make X11DRV_XIMLookupChars handle a long string properly.
oleview: Add Japanese resources.
Nicolas Le Cam (2):
comctl32: Fix a failing test for some platforms.
comctl32/tests: Fix a failing test for some platforms.
Nikolay Sivov (4)...