-
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.