[Git][wine/wine][master] 5 commits: win32u: Introduce new ImeToAsciiEx user driver call.
Alexandre Julliard pushed to branch master at wine / wine Commits: 293eb436 by Marc-Aurel Zent at 2026-04-15T17:11:24+02:00 win32u: Introduce new ImeToAsciiEx user driver call. - - - - - 4f8cb7a9 by Marc-Aurel Zent at 2026-04-15T17:11:24+02:00 win32u: Move IME processing to ImeToAsciiEx. - - - - - 3171b388 by Marc-Aurel Zent at 2026-04-15T17:11:24+02:00 winemac: Implement and use macdrv_ImeToAsciiEx(). Also renames back macdrv_ime_process_key to macdrv_send_keydown_to_input_source, which is a more accurate name for the function. - - - - - f1b3fa0d by Marc-Aurel Zent at 2026-04-15T17:11:24+02:00 winemac: Move macdrv_ImeProcessKey logic to ImeProcessKey and macdrv_ImeToAsciiEx. - - - - - 9804d31d by Marc-Aurel Zent at 2026-04-15T17:11:24+02:00 win32u: Remove builtin WINE_IME_PROCESS_KEY driver call. - - - - - 10 changed files: - dlls/imm32/ime.c - dlls/win32u/driver.c - dlls/win32u/imm.c - dlls/winemac.drv/cocoa_window.m - dlls/winemac.drv/gdi.c - dlls/winemac.drv/keyboard.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/macdrv_cocoa.h - include/ntuser.h - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/355cdaf9c964078bea018e654d253d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/355cdaf9c964078bea018e654d253d... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)