Revision tags: 0.4.16-dev, 0.4.15 |
|
#
9c544a55 |
| 27-Dec-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes (#7567)
- Remove DISCARDABLE attribute. - Remove MOVEABLE attribute.
See: https://learn.microsoft.com/en-us/win
[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes (#7567)
- Remove DISCARDABLE attribute. - Remove MOVEABLE attribute.
See: https://learn.microsoft.com/en-us/windows/win32/menurc/common-resource-attributes
3rd-party module rosapps/lib/vfdlib is left unchanged.
show more ...
|
#
824b190a |
| 31-Aug-2024 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[BROWSEUI] Improve Portuguese (pt-PT) translation (#7232)
- Fix typos and improve pt-PT translation.
- Add file header.
|
#
960a305e |
| 01-Aug-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)
CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modul
[BROWSEUI][SHDOCVW] Move CExplorerBand to shdocvw (#7163)
CExplorerBand should be
implemented in shdocvw.dll.
https://github.com/reactos/reactos/blob/894ad4f17d119d312d4ae816cb41db12369389e8/modules/rostests/apitests/com/shdocvw.c#L37
JIRA issue: CORE-19698
- Move CExplorerBand code
from browseui to shdocvw.
- Delete IDS_FOLDERSLABEL
resource string from browseui.
- Add IDS_FOLDERSLABEL
resource string to shdocvw.
- Adapt code to these changes.
- Add sdk/include/reactos/
shdocvw_undoc.h.
- Implement IEILIsEqual function.
show more ...
|
#
2f6b1759 |
| 13-Mar-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[BROWSEUI] Delete WS_BORDER and owner-drawing from IDC_SEARCH_COMBOBOX (#6610)
Related to #6609.
Delete WM_BORDER and CBS_OWNERDRAWFIXED
styles from IDC_SEARCH_COMBOBOX.
JIRA issue: N/A
|
#
9c8924c1 |
| 12-Mar-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[BROWSEUI] Search: Add WS_BORDER to IDC_SEARCH_COMBOBOX (#6609)
Fix a minor UI problem. IDC_SEARCH_COMBOBOX was border-less.
It was wrong.
JIRA issue: N/A
- Add WS_BORDER window style to IDC_SEAR
[BROWSEUI] Search: Add WS_BORDER to IDC_SEARCH_COMBOBOX (#6609)
Fix a minor UI problem. IDC_SEARCH_COMBOBOX was border-less.
It was wrong.
JIRA issue: N/A
- Add WS_BORDER window style to IDC_SEARCH_COMBOBOX
combo box in IDD_SEARCH_DLG dialog resource.
show more ...
|
#
2e67c18d |
| 10-Oct-2022 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)
- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function protot
[BROWSEUI][INCLUDE] Localize 'Address' on CBandSiteMenu (#4767)
- Add IDS_ADDRESSMENUTEXT resource string (whose ID matchs the string of addressband.rgs).
- Add SHLoadRegUIStringA/W function prototype to <shlwapi_undoc.h>.
- Use SHLoadRegUIStringW to load MenuTextPUI.
CORE-18394
show more ...
|
#
f111d4a7 |
| 28-Apr-2022 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[TRANSLATION] Improve Portuguese (pt-PT) translation (#4445)
* [RAPPS][EXPLORER] Improve pt-PT translation
* [BROWSEUI][COMCTL32][SHELL32] Improve pt-PT translation
* [INPUT][INTL][POWERCFG] Impro
[TRANSLATION] Improve Portuguese (pt-PT) translation (#4445)
* [RAPPS][EXPLORER] Improve pt-PT translation
* [BROWSEUI][COMCTL32][SHELL32] Improve pt-PT translation
* [INPUT][INTL][POWERCFG] Improve pt-PT translation
* [MAIN] Adjust object position to fit all text
* [SYSSETUP][USERENV] Update pt-PT translation
* [INF] Update pt-PT translation
show more ...
|
Revision tags: 0.4.14-release |
|
#
b3a5eeb1 |
| 03-Aug-2021 |
Gabriel Aguiar <fgsoftwarestudio@gmail.com> |
[TRANSLATION] Update Portuguese (pt-PT) translation (#3876)
Co-authored-by: Gabriel Aguiar <fgygh5804@gmail.com> Reviewed-by: Joachim Henze <Joachim.Henze@reactos.org> Reviewed-by: Jose Carlos Jesus
[TRANSLATION] Update Portuguese (pt-PT) translation (#3876)
Co-authored-by: Gabriel Aguiar <fgygh5804@gmail.com> Reviewed-by: Joachim Henze <Joachim.Henze@reactos.org> Reviewed-by: Jose Carlos Jesus <zecarlos1957@hotmail.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com> Signed-off-by: Gabriel Aguiar <fgsoftwarestudio@gmail.com>
show more ...
|
#
9039de12 |
| 24-Feb-2021 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[BROWSEUI]Update PT translation
|
Revision tags: 0.4.15-dev, 0.4.14-RC |
|
#
d8e47d61 |
| 19-Apr-2020 |
Charles Ambrye <giawa@hotmail.com> |
[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)
The return result of ParseNow was never checked, but contained useful information on what type of error may have occ
[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)
The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred. If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing. Note: Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist. For that reason, it is still possible to browse to a non-existent drive. However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.
show more ...
|
#
ac29d292 |
| 16-Apr-2020 |
Stanislav Motylkov <x86corez@gmail.com> |
[BROWSEUI] Localize "Search Results" shell folder name
Also update French and Russian translations. CORE-16810
|
Revision tags: 0.4.13-release |
|
#
a6515e2b |
| 06-Mar-2020 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[TRANSLATION] Update PT translation (#2342)
Update Portuguese translation for cryptui, ieframe and mpr DLLs.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
|
#
103c87d2 |
| 13-Oct-2019 |
Doug Lyons <douglyons@douglyons.com> |
[SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
80f67b11 |
| 25-Aug-2019 |
Brock Mammen <brockmammen@gmail.com> |
[BROWSEUI] Add search strings to all language resources
|
#
e32b88be |
| 25-Aug-2019 |
Brock Mammen <brockmammen@gmail.com> |
[BROWSEUI] Add search dialog to all language resources
|
#
7df98d73 |
| 20-Jun-2019 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[BROWSEUI] Add Portuguese (neutral) translation.
|