History log of /reactos/dll/win32/msutb/msutb.cpp (Results 1 – 25 of 33)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 678aa63b 19-Oct-2024 Timo Kreuzer <timo.kreuzer@reactos.org>

[MSCTFIME][MSUTB][SHDOCVW] Remove __cxa_pure_virtual

Instead link to cpprt. This fixes build with GCC 13, which generates symbols that conflict with __cxa_pure_virtual, if there is a pure virtual fu

[MSCTFIME][MSUTB][SHDOCVW] Remove __cxa_pure_virtual

Instead link to cpprt. This fixes build with GCC 13, which generates symbols that conflict with __cxa_pure_virtual, if there is a pure virtual function in a vtable. Importing __cxa_pure_virtual from a library works for all versions of GCC.

show more ...


Revision tags: 0.4.16-dev, 0.4.15
# 1af0dbe3 17-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Use QISearch for QueryInterface (#6631)

Simplify code and reduce binary size.
JIRA issue: CORE-19363
- Use shlwapi!QISearch for QueryInterface
implementation.
- Add delay link to

[MSUTB][SDK] Use QISearch for QueryInterface (#6631)

Simplify code and reduce binary size.
JIRA issue: CORE-19363
- Use shlwapi!QISearch for QueryInterface
implementation.
- Add delay link to shlwapi.
- Define QITABENT macro in <shlwapi.h>.

show more ...


# 7b304b5b 12-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Implement CLangBarItemList (#6605)

Supporting the Language bar...
JIRA issue: CORE-19363
- Define LANGBARITEMSTATE structure.
- Implement CLangBarItemList class.


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


# fc3eeb61 17-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SDK:LIB] Introduce Cicero static library (#6492)

Refactoring and reduce binary size.
JIRA issue: CORE-19268
- Add cicero static library in sdk/lib/cicero folder.
- Delete sdk/include/reactos/cic

[SDK:LIB] Introduce Cicero static library (#6492)

Refactoring and reduce binary size.
JIRA issue: CORE-19268
- Add cicero static library in sdk/lib/cicero folder.
- Delete sdk/include/reactos/cicero folder.
- Adapt the dependencies to these changes.
- Make ctfmon, msutb, and msctf modules UNICODE.

show more ...


# f8cb6458 11-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CTipbarWnd Part 4 (#6478)

Supporting the Language bar...
JIRA issue: CORE-19363
- Add implementation to CTipbarWnd.
- Implement GetLibTls function.


# 23db429e 11-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTF][MSUTB][SDK] Add CTipbarItem and CTipbarThread (#6477)

Supporting the Language bar...
JIRA issue: CORE-19363
- Modify msctf.spec.
- Add CTipbarThread and
CTipbarItem classes.


# b548b05e 10-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Disable Desk Band (#6472)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add IDD_CLOSELANGBARNOBAND and
IDD_MINIMIZELANGBARNOBAND resource dialogs.
- Add IDB_BITMAP154 and IDB_BI

[MSUTB] Disable Desk Band (#6472)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add IDD_CLOSELANGBARNOBAND and
IDD_MINIMIZELANGBARNOBAND resource dialogs.
- Add IDB_BITMAP154 and IDB_BITMAP155 resource
bitmaps.
- Disable Desk Band by using g_bEnableDeskBand
global variable.

show more ...


# 152af475 10-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Implement SetRegisterLangBand (#6471)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add some helper functions.
- Implement SetRegisterLangBand
function.


# 463fec05 10-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Implement GetPopupTipbar (#6469)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add GetTipbarInternal helper function.
- Implement GetPopupTipbar function.


# a6ab8ca7 10-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Implement ClosePopupTipbar (#6468)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement ClosePopupTipbar function.


# c6ceae34 10-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Add CTipbarWnd Part 3 (#6467)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add implementation to
CTipbarWnd class.
- Add delay link to imm32.dll.


# afaa05e3 09-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CTipbarWnd Part 2 (#6466)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add implementation to
CTipbarWnd class.
- Add delay link to uxtheme.dll.


# f8b62abf 09-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CTipbarWnd (stub) (#6465)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add CTipbarWnd class (stub;
empty implementation).


# 36280416 08-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Add CShellWndThread (#6463)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CShellWndThread class.


# 5901716c 08-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Add CTipbarGripper (#6462)

Supporting Language Bar...
JIRA issue: CORE-19363
- Half-implement CTipbarGripper class.


# 7dd33088 07-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CUTBContextMenu (#6452)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add some resource strings.
- Half-implement CUTBContextMenu
class.


# c9c5b3d3 07-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CModalMenu (#6451)

Supporting Language Bar...
JIRA issue: CORE-19363
- Fix the return value type of
CUIFObject::Initialize method.
- Implement CModalMenu class.


# 0bce79a5 06-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTF][MSUTB][SDK] Add CLBarInatItem (#6447)

Supporting Language Bar...
JIRA issue: CORE-19363
- Modify msctf.spec.
- Add some helper functions.
- Half-implement CLBarInatItem class.
- Add som

[MSCTF][MSUTB][SDK] Add CLBarInatItem (#6447)

Supporting Language Bar...
JIRA issue: CORE-19363
- Modify msctf.spec.
- Add some helper functions.
- Half-implement CLBarInatItem class.
- Add some TF_... function prototypes
to "msctf.idl".

show more ...


# 8bf0854c 06-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Add CLBarItemButtonBase (#6446)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CLBarItemButtonBase class.
- Improve CLBarItemBase class.


# 8bfebdf4 06-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB] Add CUTBLBarMenu (#6445)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CUTBLBarMenu class.


# 34705d1a 06-Feb-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSUTB][SDK] Add CLBarItemBase (#6444)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CLBarItemBase class.
- Add TF_E_... flags to "msctf.idl".


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

[MSUTB][SDK] Add InitFromReg (#6425)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add many global variables
to add UTB settings.
- Add IsSkipRedrawHKL, IsBiDiLocalizedSystem,
InitSki

[MSUTB][SDK] Add InitFromReg (#6425)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add many global variables
to add UTB settings.
- Add IsSkipRedrawHKL, IsBiDiLocalizedSystem,
InitSkipRedrawHKLArray helper functions.
- Add InitFromReg helper function to
load the settings from registry.
- Add CicRegKey::EnumValue method.

show more ...


# 5e4fe2cf 31-Jan-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[MSCTF][MSUTB][SDK] Add CTrayIconWnd and CMainIconItem (#6424)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add CTrayIconWnd, CMainIconItem,
and CButtonIconItem classes.
- Modify msctf.

[MSCTF][MSUTB][SDK] Add CTrayIconWnd and CMainIconItem (#6424)

Supporting Language Bar...
JIRA issue: CORE-19363
- Add CTrayIconWnd, CMainIconItem,
and CButtonIconItem classes.
- Modify msctf.spec for TF_GetLangIcon
function.
- Add main icon IDI_MAINICON
("res/earth.ico").

show more ...


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

[MSUTB][SDK] Implement DoCloseLangbar (#6423)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement GetGlobalCompartment function.
- Implement GetGlobalCompartmentDWORD and
SetGlobalCo

[MSUTB][SDK] Implement DoCloseLangbar (#6423)

Supporting Language Bar...
JIRA issue: CORE-19363
- Implement GetGlobalCompartment function.
- Implement GetGlobalCompartmentDWORD and
SetGlobalCompartmentDWORD helper functions.
- Implement TurnOffSpeechIfItsOn and
DoCloseLangbar functions.

show more ...


12