History log of /reactos/dll/ime/msctfime/msctfime.rc (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6709cf03 28-Sep-2024 Joachim Henze <joachim.henze@reactos.org>

[MSCTFIME] msctfime.rc turkish-sort (#7401)

Addendum to 0.4.16-dev-79-g 17be785eef363b5fc12b5461d7148af498a9c83e


# 17be785e 28-Sep-2024 Ethem De Santa <oyunyumru4@gmail.com>

[MSCTFIME] Add Turkish (tr-TR) translation (#7381)


Revision tags: 0.4.16-dev, 0.4.15
# a8efa049 09-Jul-2024 Stanislav Motylkov <x86corez@gmail.com>

[MSCTFTIME] Add Russian (ru-RU) translation

Addendum to 17617221ce3. CORE-19360


# dbdd2b1a 08-Jul-2024 Jose Carlos Jesus <zecarlos1957@hotmail.com>

[MSCTFTIME] Add new Portuguese (pt-PT) translation (#7101)


# 17617221 11-Dec-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141)

## Overview
1. msctfime.ime is an IME file interface
for new-style IMEs a.k.a. "Text Input
Processors" (TIPs).
2. msctfime.ime is load

[MSCTFIME][SDK][USER32] Add msctfime.ime (stub) (#6141)

## Overview
1. msctfime.ime is an IME file interface
for new-style IMEs a.k.a. "Text Input
Processors" (TIPs).
2. msctfime.ime is loaded as old-style
IME file at ImmLoadLayout in specific
condition.
3. msctfime.ime communicates with
the current TIP (This feature is not
implemented yet).

## Proposed changes
- Add msctfime module at dll/ime/msctfime.
- The functions in this module are currently
stub.
- Move IME file interface declarations from
<imm.h> to <ddk/immdev.h>.
- Modify ImmNotifyIME, NotifyIME, and
ImeProcessKey prototypes for x64
compliance.
CORE-19360

show more ...