Katayama Hirofumi MZ
0ac79d7c45
[MSUTB] Improve English ( #6473 )
...
Follow-up to #6472 . Improve UI/UX.
JIRA issue: CORE-19363
- Improve English text in resource.
- Reduce earth.ico icon file size.
2024-02-12 17:40:57 +09:00
Andrei Miloiu
a7ef18303a
[COMDLG32] Update Romanian (ro-RO) translation ( #6485 )
2024-02-11 23:30:42 +01:00
Andrei Miloiu
b4217c1db4
[BROWSEUI] Update Romanian (ro-RO) translation ( #6480 )
2024-02-11 23:20:29 +01:00
Andrei Miloiu
0a4ed87751
[SYSSETUP] Update Romanian (ro-RO) translation ( #6475 )
2024-02-11 23:15:44 +01:00
Andrei Miloiu
07ec501d69
[NEWDEV] Update Romanian (ro-RO) translation ( #6457 )
2024-02-11 23:12:49 +01:00
Andrei Miloiu
2f1c6c02c1
[INTL] Update Romanian (ro-RO) translation ( #6455 )
2024-02-11 23:12:31 +01:00
Andrei Miloiu
9caa57b81c
[MAIN] Update Romanian (ro-RO) translation ( #6454 )
2024-02-11 23:12:02 +01:00
Andrei Miloiu
f65bb1fbf2
[ZIPFLDR] Update Romanian (ro-RO) translation ( #6453 )
2024-02-11 23:11:26 +01:00
Andrei Miloiu
753f812477
[MYDOCS] Update Romanian (ro-RO) translation ( #6442 )
2024-02-11 23:10:23 +01:00
Andrei Miloiu
feabd323a2
[SHELL32] Update Romanian (ro-RO) translation ( #6441 )
2024-02-11 23:09:32 +01:00
Andrei Miloiu
ac72fa9d0d
[OLEACC] Update Romanian (ro-RO) translation ( #6438 )
2024-02-11 22:59:02 +01:00
Andrei Miloiu
c33cbb2d51
[CONSOLE] Update Romanian (ro-RO) translation ( #6437 )
2024-02-11 22:57:49 +01:00
Joachim Henze
874b5a4e00
[NETSHELL] Trivial tweaks ( #6484 )
...
Some trivial tweaks that I saw while backporting other stuff:
- es-ES.rc/pt-PT.rc: undesired spaces at the end of groupboxes, which were used as a historic workaround ~ 10 years ago
- zh-TW.rc: wrong indentation (tabs instead of spaces)
- shfldr_netconnect.cpp: superfluous GPL duplication, unneeded exclamation-marks in dbg-prints, undesired double-space formatting
saves a few bytes
2024-02-11 22:51:54 +01:00
Andrei Miloiu
edf3cc7a7a
[MSI] Update Romanian (ro-RO) translation ( #6429 )
2024-02-11 22:51:15 +01:00
Katayama Hirofumi MZ
f8cb6458e4
[MSUTB][SDK] Add CTipbarWnd Part 4 ( #6478 )
...
Supporting the Language bar...
JIRA issue: CORE-19363
- Add implementation to CTipbarWnd.
- Implement GetLibTls function.
2024-02-11 17:21:14 +09:00
Katayama Hirofumi MZ
23db429e42
[MSCTF][MSUTB][SDK] Add CTipbarItem and CTipbarThread ( #6477 )
...
Supporting the Language bar...
JIRA issue: CORE-19363
- Modify msctf.spec.
- Add CTipbarThread and
CTipbarItem classes.
2024-02-11 13:24:41 +09:00
Katayama Hirofumi MZ
b548b05e89
[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.
2024-02-10 18:12:45 +09:00
Katayama Hirofumi MZ
152af475b1
[MSUTB][SDK] Implement SetRegisterLangBand ( #6471 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add some helper functions.
- Implement SetRegisterLangBand
function.
2024-02-10 16:04:33 +09:00
Katayama Hirofumi MZ
463fec0503
[MSUTB] Implement GetPopupTipbar ( #6469 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add GetTipbarInternal helper function.
- Implement GetPopupTipbar function.
2024-02-10 15:14:21 +09:00
Katayama Hirofumi MZ
a6ab8ca780
[MSUTB] Implement ClosePopupTipbar ( #6468 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement ClosePopupTipbar function.
2024-02-10 14:25:12 +09:00
Katayama Hirofumi MZ
c6ceae3440
[MSUTB] Add CTipbarWnd Part 3 ( #6467 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add implementation to
CTipbarWnd class.
- Add delay link to imm32.dll.
2024-02-10 13:04:37 +09:00
Katayama Hirofumi MZ
afaa05e366
[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.
2024-02-09 18:28:24 +09:00
Katayama Hirofumi MZ
f8b62abf16
[MSUTB][SDK] Add CTipbarWnd (stub) ( #6465 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add CTipbarWnd class (stub;
empty implementation).
2024-02-09 15:04:45 +09:00
Katayama Hirofumi MZ
362804169d
[MSUTB] Add CShellWndThread ( #6463 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CShellWndThread class.
2024-02-08 22:13:44 +09:00
Katayama Hirofumi MZ
5901716c07
[MSUTB] Add CTipbarGripper ( #6462 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Half-implement CTipbarGripper class.
2024-02-08 20:31:01 +09:00
Katayama Hirofumi MZ
7dd3308828
[MSUTB][SDK] Add CUTBContextMenu ( #6452 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add some resource strings.
- Half-implement CUTBContextMenu
class.
2024-02-07 16:47:10 +09:00
Katayama Hirofumi MZ
c9c5b3d3ae
[MSUTB][SDK] Add CModalMenu ( #6451 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Fix the return value type of
CUIFObject::Initialize method.
- Implement CModalMenu class.
2024-02-07 14:11:21 +09:00
Doug Lyons
2bc44bf95c
[MSI] Don't write past end of string when selecting parent directory ( #6335 )
...
Import Wine commit: bbce5d014d
Since there's not really something sensible to do in the
"path contains no backslashes" case (adding a backslash seems pointless),
move PathAddBackslashW call inside the if condition to avoid the crash.
Fix suggested by Thomas Faber.
This fixes heap assert in msi/dialog.c when installing Tortoise GIT.
CORE-16693
Co-authored-by: Thomas Faber <thomas.faber@reactos.org>
Co-authored-by: Fabian Maurer <dark.shadow4@web.de>
2024-02-06 23:20:57 +03:00
Katayama Hirofumi MZ
0bce79a50b
[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".
2024-02-06 21:39:32 +09:00
Katayama Hirofumi MZ
8bf0854c8e
[MSUTB] Add CLBarItemButtonBase ( #6446 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CLBarItemButtonBase class.
- Improve CLBarItemBase class.
2024-02-06 15:58:16 +09:00
Katayama Hirofumi MZ
8bfebdf444
[MSUTB] Add CUTBLBarMenu ( #6445 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CUTBLBarMenu class.
2024-02-06 13:34:34 +09:00
Katayama Hirofumi MZ
34705d1a5d
[MSUTB][SDK] Add CLBarItemBase ( #6444 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CLBarItemBase class.
- Add TF_E_... flags to "msctf.idl".
2024-02-06 12:21:46 +09:00
Katayama Hirofumi MZ
c858429fb1
[COMCTL32] ToolTips: Don't set text on default LPSTR_TEXTCALLBACK ( #6412 )
...
Based on KRosUser's tooltip_fix.patch.
JIRA issue: CORE-19309
Don't set text on default processing
of LPSTR_TEXTCALLBACK.
2024-02-05 08:08:33 +09:00
Oleg Dubinskiy
290221ef5b
[SHELL32] Sync HCR_RegGetIconW() function to Wine 9.1 ( #6418 )
...
Import the following fixes:
- Use the number of bytes instead of the number of characters in the length
passed to RegQueryValueExW. Calculate this by multiplying the number of
characters on the size of one wide character in bytes, since only length
of characters is passed to the function. This fixes ERROR_MORE_DATA
returned from RegQueryValueExW, because the passed number of bytes was
less than the actual length of the output buffer, since it was calculated
incorrectly, so the function failed even when it received the correct
number of wide characters.
This partially imports Wine commit:
32584bb521
.
- Limit the number of characters in registry icon index buffer from 7 to 5,
as it done in ANSI version of this function, since registry index number
can contain up to 4 digits + space for the null-terminator.
This fixes problems when loading custom (user-defined) icons from registry,
like icons defined by the current user or for all users, instead of just
default icons from the root classes.
CORE-14758
Co-authored-by: Zhiyi Zhang <zzhang@codeweavers.com>
2024-02-02 18:10:36 +03:00
Hervé Poussineau
385ac5d4d2
[DEVMGR] Fix diagnostic message when device is failing with CM_PROB_FAILED_ADD
...
In this specific case, we don't have more information to show.
This prevents using "FIXME" string as a placeholder for device details.
CORE-18309
2024-02-01 09:57:02 +01:00
Katayama Hirofumi MZ
c1dfd580ab
[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.
2024-01-31 20:32:21 +09:00
Katayama Hirofumi MZ
5e4fe2cf40
[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").
2024-01-31 16:52:02 +09:00
Katayama Hirofumi MZ
1311537435
[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.
2024-01-31 12:21:09 +09:00
Katayama Hirofumi MZ
934cd46df5
[MSUTB][SDK] Add Language Bar dialogs ( #6422 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Add IDD_CLOSELANGBAR and
IDD_MINIMIZELANGBAR
resource dialogs.
- Implement CUTBLangBarDlg class.
- Implement CUTBCloseLangBarDlg
and CUTBMinimizeLangBarDlg
classes.
2024-01-30 15:38:53 +09:00
Katayama Hirofumi MZ
1001b59a06
[MSUTB][SDK] Add CUTBMenuWnd and CUTBMenuItem ( #6420 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CUTBMenuWnd and
CUTBMenuItem classes.
- Add IDS_MENUWND and
IDS_LEFTCLICK resource strings.
2024-01-29 18:38:59 +09:00
Katayama Hirofumi MZ
c0020b6821
[MSUTB] Add CTipbarAccessible ( #6417 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CTipbarAccessible class.
- Add delay link to oleacc.dll.
2024-01-28 11:35:44 +09:00
Stanislav Motylkov
b50dfbcee4
[DESK][SHELL32] Improve French (fr-FR) translation
...
Make "My Network Places" translation consistent.
Fix suggested by Hermès Bélusca-Maïto.
2024-01-27 15:06:12 +03:00
Katayama Hirofumi MZ
883863fa50
[MSUTB] Add CTipbarAccItem ( #6415 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
Half-implement CTipbarAccItem class.
2024-01-27 19:25:17 +09:00
Katayama Hirofumi MZ
d6caac3056
[MSUTB] Add CCicLibMenu and CCicLibMenuItem ( #6414 )
...
Supporting Language Bar...
JIRA issue: CORE-19363
- Implement CCicLibMenu and
CCicLibMenuItem classes.
2024-01-27 14:06:25 +09:00
Andrei Miloiu
62f645b753
[SYSSETUP] Update Romanian (ro-RO) translation ( #6344 )
2024-01-21 22:44:42 +01:00
Andrei Miloiu
92a36b3613
[INF] Update Romanian (ro-RO) translation ( #6359 )
2024-01-21 22:25:00 +01:00
Andrei Miloiu
9e03f07a71
[WINMM] Update Romanian (ro-RO) translation ( #6376 )
2024-01-21 22:11:26 +01:00
Andrei Miloiu
0b22bf25fc
[BROWSEUI] Update Romanian translation ( #6378 )
2024-01-21 22:10:39 +01:00
Andrei Miloiu
bff61ed75f
[SYSDM] Update Romanian (ro-RO) translation ( #6379 )
2024-01-21 22:10:20 +01:00
Andrei Miloiu
f805438e70
[LSASRV] Update Romanian (ro-RO) translation ( #6380 )
2024-01-21 22:08:19 +01:00