Ken Thomases : winemac: Implement an IME that uses the OS X input methods.
Module: wine Branch: master Commit: 192b8dbf9d1dd4541aa6fc1deebd0d77866443ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=192b8dbf9d1dd4541aa6fc1dee... Author: Ken Thomases <ken(a)codeweavers.com> Date: Sun Apr 21 21:32:26 2013 -0500 winemac: Implement an IME that uses the OS X input methods. Developed with Aric Stewart. --- dlls/winemac.drv/Makefile.in | 3 +- dlls/winemac.drv/cocoa_app.h | 2 + dlls/winemac.drv/cocoa_app.m | 49 ++ dlls/winemac.drv/cocoa_event.m | 4 + dlls/winemac.drv/cocoa_window.h | 3 + dlls/winemac.drv/cocoa_window.m | 200 +++++- dlls/winemac.drv/event.c | 10 + dlls/winemac.drv/ime.c | 1511 +++++++++++++++++++++++++++++++++++++ dlls/winemac.drv/keyboard.c | 47 ++ dlls/winemac.drv/macdrv.h | 15 + dlls/winemac.drv/macdrv_cocoa.h | 14 + dlls/winemac.drv/macdrv_main.c | 1 + dlls/winemac.drv/winemac.drv.spec | 18 + 13 files changed, 1875 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=192b8dbf9d1dd4541aa6fc...
participants (1)
-
Alexandre Julliard