History log of /reactos/base/applications/ctfmon/ctfmon.cpp (Results 1 – 8 of 8)
Revision Date Author Comments
# 6bc40d36 20-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CTFMON][MSCTFIME][MSCTF][MSUTB][CICERO] Fix TFUninitLib (#6504)

Supporting the Language bar...
JIRA issue: CORE-19363
- Delete TFInitLib and TFUninitLib
calls from ctfmon.exe.
- Delete TFUnin

[CTFMON][MSCTFIME][MSCTF][MSUTB][CICERO] Fix TFUninitLib (#6504)

Supporting the Language bar...
JIRA issue: CORE-19363
- Delete TFInitLib and TFUninitLib
calls from ctfmon.exe.
- Delete TFUninitLib from Cicero
library.
- Implement InitDisplayAttrbuteLib
in msctfime.ime.
- Improve CIC_LIBTHREAD structure.

show more ...


# b48e77e1 03-Jan-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CTFMON][MSCTFIME][SDK] Define new(cicNoThrow) and use it (#6286)

Use new(cicNoThrow) instead of plain operator new.
JIRA issue: CORE-19360
- Define CicNoThrow structure and
cicNoThrow macro in

[CTFMON][MSCTFIME][SDK] Define new(cicNoThrow) and use it (#6286)

Use new(cicNoThrow) instead of plain operator new.
JIRA issue: CORE-19360
- Define CicNoThrow structure and
cicNoThrow macro in <cicero/cicbase.h>.
- Use new(cicNoThrow) instead of
plain operator new.

show more ...


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

[CTFMON][MSCTFIME][MSCTF][MSUTB][SDK] Cicero is ANSI, not Unicode (#6230)

Cicero interface is not Unicode (W)
but ANSI (A).
- ctfmon.exe is ANSI, not Unicode.
- msutb.dll is ANSI, not Unicode.
-

[CTFMON][MSCTFIME][MSCTF][MSUTB][SDK] Cicero is ANSI, not Unicode (#6230)

Cicero interface is not Unicode (W)
but ANSI (A).
- ctfmon.exe is ANSI, not Unicode.
- msutb.dll is ANSI, not Unicode.
- Apply generic text mapping to the
cicero headers.
- Include <tchar.h> to use generic
text mapping.
CORE-19361, CORE-19362, CORE-19363

show more ...


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

[CTFMON][MSCTF][MSUTB][SDK] Add msutb.dll (stub) (#6222)

msutb.dll is the GUI back-end
of Language Bar (Tipbar).
- Add msutb.dll module at
dll/win32/msutb/.
- The implementation of
msutb.dl

[CTFMON][MSCTF][MSUTB][SDK] Add msutb.dll (stub) (#6222)

msutb.dll is the GUI back-end
of Language Bar (Tipbar).
- Add msutb.dll module at
dll/win32/msutb/.
- The implementation of
msutb.dll is currently stub.
- Modify msctf.spec and msctf.idl.
- Add <cicero/cicutb.h>.
- Adapt ctfmon.exe to these changes.
CORE-19362, CORE-19363

show more ...


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

[CTFMON][MSCTFIME][SDK] Refactoring on Cicero design

CORE-19362


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

[CTFMON][MSCTFIME][SDK] Improve cicGetOSInfo

and s/OSINFO_/CIC_OSINFO/.
Adapt ctfmon and msctfime to these changes.
CORE-19360


# 7d6fc57e 21-Dec-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CTFMON][MSCTFIME][SDK] Renaming for Cicero (#6216)

Keep consistency with Cicero naming rule.
- s/CModulePath/CicSystemModulePath/.
- s/GetOSInfo/cicGetOSInfo/.
- s/IsWow64/cicIsWow64/.
- s/GetS

[CTFMON][MSCTFIME][SDK] Renaming for Cicero (#6216)

Keep consistency with Cicero naming rule.
- s/CModulePath/CicSystemModulePath/.
- s/GetOSInfo/cicGetOSInfo/.
- s/IsWow64/cicIsWow64/.
- s/GetSystemModuleHandle/cicGetSystemModuleHandle/.
- s/LoadSystemLibrary/cicLoadSystemLibrary/.
- Move cicGetOSInfo and cicIsWow64
to <cicero/cicbase.h>.
- Delete some Cicero headers.
- Adapt ctfmon and msctfime to
these changes.
CORE-19360

show more ...


# 079b3654 13-Dec-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[CTFMON][SDK] Add ctfmon.exe (#6149)

ctfmon.exe will be a replacement of our
kbswitch.exe in the future. That is the
front-end of Language Bar. It is needed
to support TIPs.
- Add ctfmon.exe at

[CTFMON][SDK] Add ctfmon.exe (#6149)

ctfmon.exe will be a replacement of our
kbswitch.exe in the future. That is the
front-end of Language Bar. It is needed
to support TIPs.
- Add ctfmon.exe at base/applications/ctfmon.
- Add <cicero/cicbase.h>,
<cicero/CModulePath.h>, and
<cicero/osinfo.h> headers and use them.
CORE-19362

show more ...