wine/dlls x11drv/x11drv_main.c x11drv/x11drv.s ...

Alexandre Julliard julliard at winehq.org
Tue Jan 20 20:22:27 CST 2004


ChangeSet ID:	10809
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/01/20 20:22:27

Modified files:
	dlls/x11drv    : x11drv_main.c x11drv.spec x11drv.h window.c 
	                 keyboard.c event.c Makefile.in 
	dlls/imm32     : imm32.spec imm.c Makefile.in 
Added files:
	dlls/x11drv    : xim.c 

Log message:
	Aric Stewart <aric at codeweavers.com>
	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.

Patch: http://cvs.winehq.com/patch.py?id=10809

Old revision  New revision  Changes     Path
 1.85          1.86          +12 -8      wine/dlls/x11drv/x11drv_main.c
 1.52          1.53          +3 -0       wine/dlls/x11drv/x11drv.spec
 1.19          1.20          +5 -0       wine/dlls/x11drv/x11drv.h
 1.68          1.69          +6 -11      wine/dlls/x11drv/window.c
 1.44          1.45          +13 -4      wine/dlls/x11drv/keyboard.c
 1.31          1.32          +4 -0       wine/dlls/x11drv/event.c
 1.39          1.40          +1 -0       wine/dlls/x11drv/Makefile.in
 1.15          1.16          +7 -6       wine/dlls/imm32/imm32.spec
 1.27          1.28          +739 -170   wine/dlls/imm32/imm.c
 1.21          1.22          +1 -1       wine/dlls/imm32/Makefile.in
 Added         1.1           +0 -0       wine/dlls/x11drv/xim.c




More information about the wine-cvs mailing list