winemac: Implement an IME that uses the OS X input methods.

Ken Thomases ken at codeweavers.com
Sun Apr 21 21:32:26 CDT 2013


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(-)
create mode 100644 dlls/winemac.drv/ime.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winemac-Implement-an-IME-that-uses-the-OS-X-input-me.patch
Type: text/x-patch
Size: 71450 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130421/20f95646/attachment-0001.bin>


More information about the wine-patches mailing list