Katayama Hirofumi MZ
|
c5e6456377
|
[MSCTFIME] Use QISearch for QueryInterface (#6630)
Simplify code and reduce binary size.
JIRA issue: CORE-19360
- Use shlwapi!QISearch for QueryInterface
implementation.
- Add delay link to shlwapi.
|
2024-03-17 12:44:03 +09:00 |
|
Katayama Hirofumi MZ
|
febb589e00
|
[MSCTFIME] Finish msctfime.cpp (#6523)
Supporting TIPs...
JIRA issue: CORE-19360
- Add some CicBridge methods (stub).
- Implement ImeProcessKey,
ImeToAsciiEx, ImeSetCompositionString,
CtfImeEscapeEx, and CtfImeIsIME
functions.
|
2024-02-23 19:58:21 +09:00 |
|
Katayama Hirofumi MZ
|
980ebf0694
|
[MSCTFIME] Implement CtfImeSetActiveContextAlways (#6522)
Supporting TIPs...
JIRA issue: CORE-19360
- Move code of functions.cpp
into misc.cpp and delete functions.cpp.
- Add implementation to
CicBridge::GetDocumentManager,
CicBridge::CreateInputContext, and
CicBridge::SetActiveContextAlways
methods.
- Implement NotifyIME,
CtfImeSetActiveContextAlways, and
CtfImeCreateInputContext functions.
|
2024-02-23 17:43:13 +09:00 |
|
Katayama Hirofumi MZ
|
353edbd3f4
|
[MSCTFIME] Add UIComposition Part 2 (#6520)
Supporting TIPs...
JIRA issue: CORE-19360
- Add implementation to
UIComposition class.
|
2024-02-23 11:18:52 +09:00 |
|
Katayama Hirofumi MZ
|
9262df661e
|
[MSCTFIME] Implement CModeBias (#6515)
Supporting TIPs...
JIRA issue: CORE-19360
- Rename compartment.cpp as
misc.cpp.
- Implement CModeBias class.
|
2024-02-22 18:43:08 +09:00 |
|