wine/dlls/imm32
Rémi Bernon e564619172 imm32: Use offsets instead of lengths to decide on sending updates.
The composition or result strings may be present, but with zero length.
In which case we still want to send the messages, to indicate any change
for instance whenever a character is deleted and strings become empty.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55055
2023-06-20 20:30:26 +02:00
..
tests imm32/tests: Test how deleting a character can behave. 2023-06-20 20:30:26 +02:00
ime.c imm32: Use offsets instead of lengths to decide on sending updates. 2023-06-20 20:30:26 +02:00
imm.c imm32: Query the new input context in ImmAssociateContextEx / IACE_DEFAULT. 2023-05-30 20:56:57 +02:00
imm32.spec imm32: Stub ImmActivateLayout. 2023-03-24 16:33:30 +01:00
imm_private.h imm32: Resize the composition string if the driver requested so. 2023-05-12 17:50:49 +02:00
Makefile.in imm32: Add a default implementation for IME functions. 2023-03-30 19:00:23 +02:00
version.rc