History log of /reactos/sdk/include/reactos/undocshell.h (Results 1 – 25 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 84df40a1 28-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] SHGetComputerDisplayNameW (#7670)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Move function definition from
stubs.cpp to ut

[SHELL32][SHELL32_APITEST][SDK] SHGetComputerDisplayNameW (#7670)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Move function definition from
stubs.cpp to utils.cpp.
- Implement
SHGetComputerDisplayNameW
function.
- Add prototype to <undocshell.h>.

show more ...


# a58bf959 26-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] SHIsBadInterfacePtr (#7664)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
stubs.cpp to utils.cpp.
- Implement SHIsBadI

[SHELL32][SHELL32_APITEST][SDK] SHIsBadInterfacePtr (#7664)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
stubs.cpp to utils.cpp.
- Implement SHIsBadInterfacePtr
function in utils.cpp.
- Add prototype to <undocshell.h>.

show more ...


# 157e18b2 19-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definitions from stubs.cpp to utils.cpp.
- Add prototypes to <

[SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definitions from stubs.cpp to utils.cpp.
- Add prototypes to <undocshell.h>.

show more ...


# dad3a093 17-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement ShellExec_RunDLL (#7615)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Move function definitions
from stubs.cpp int

[SHELL32][SHELL32_APITEST][SDK] Implement ShellExec_RunDLL (#7615)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Move function definitions
from stubs.cpp into shlexec.cpp.
- Add prototypes to <undocshell.h>.

show more ...


# b68104a8 17-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement SHShouldShowWizards (#7614)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
stubs.cpp into utils.cpp.
- Add pr

[SHELL32][SHELL32_APITEST][SDK] Implement SHShouldShowWizards (#7614)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
stubs.cpp into utils.cpp.
- Add prototype to <undocshell.h>.

show more ...


# fcbcaa10 17-Jan-2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement SHGetUserDisplayName (#7612)

Implemementing missing features...
JIRA issue: CORE-19278
- Add netapi32 and secur32 delay importing.
- Move function defini

[SHELL32][SHELL32_APITEST][SDK] Implement SHGetUserDisplayName (#7612)

Implemementing missing features...
JIRA issue: CORE-19278
- Add netapi32 and secur32 delay importing.
- Move function definition from stubs.cpp into utils.cpp.
- Include some security headers in utils.cpp.
- Adapt <secext.h> to C++.
- Add prototype to <undocshell.h>.

show more ...


Revision tags: 0.4.16-dev, 0.4.15
# 53e930e9 18-Aug-2024 Whindmar Saksit <whindsaks@proton.me>

[SHLWAPI] SHInvokeCommandOnContextMenu[Ex] and SHInvokeCommandWithFlagsAndSite (#7228)


# 802dc971 19-Jul-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32][SHLWAPI][BROWSEUI][EXPLORER] Save folder view state (#7127)

Saves/restores the Listview icon mode, columns and sort info per-folder.


# 71a3be24 05-Jul-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32][EXPLORER][SHLWAPI][SDK] Implement SHGetSetSettings (#6982)

These settings are cached per-process (and invalidated by the global counter). This should reduce the number of registry reads pe

[SHELL32][EXPLORER][SHLWAPI][SDK] Implement SHGetSetSettings (#6982)

These settings are cached per-process (and invalidated by the global counter). This should reduce the number of registry reads performed by DefView and CFSFolder.

show more ...


# 3285f698 16-May-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] SHChangeNotify: Re-work Part 1 (#6898)

Making shell change notification implementation better.
Now recycle bin icon change is working.
JIRA issue: CORE-13950
JIRA issue: CORE-19591

[SHELL32][SDK] SHChangeNotify: Re-work Part 1 (#6898)

Making shell change notification implementation better.
Now recycle bin icon change is working.
JIRA issue: CORE-13950
JIRA issue: CORE-19591
JIRA issue: CORE-11453
- Delete SHSimpleIDListFromPathA/W hacks.
- Translate simple PIDLs (coming from SHSimpleIDListFromPathA/W)
in CDefView::OnChangeNotify method.
- Add CDefView::LV_RefreshIcons method for SHCNE_UPDATEIMAGE
change event.
- Rename CDefView::LV_ProdItem method as CDefView::LV_UpdateItem.
- Call SHUpdateRecycleBinIcon in SHFileOperationW function.
- Half-implement SHUpdateRecycleBinIcon.
- Call SHChangeNotify in DeleteExt function.

show more ...


# 31ce37da 12-Apr-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement GUIDFromStringA (#6734)

Implementing missing features...
JIRA issue: CORE-19278
- Add GUIDFromString testcase.
- Implement GUIDFromStringA function.
- A

[SHELL32][SHELL32_APITEST][SDK] Implement GUIDFromStringA (#6734)

Implementing missing features...
JIRA issue: CORE-19278
- Add GUIDFromString testcase.
- Implement GUIDFromStringA function.
- Add NULL check to GUIDFromStringW.
- Add GUIDFromStringA prototype to "undocshell.h".

show more ...


# 8841e3d7 05-Apr-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32] Handle the Progman Folder options message and tab switching support (#5574)

* Handle the "OnShowOptionsDlg" message
* Support switching tabs
* Update dll/win32/shell32/dialogs/folder_opt

[SHELL32] Handle the Progman Folder options message and tab switching support (#5574)

* Handle the "OnShowOptionsDlg" message
* Support switching tabs
* Update dll/win32/shell32/dialogs/folder_options.cpp
* Update dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp
* ShowFolderOptionsDialog workaround
* Added Vista pages, define for magic message

---------

Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
Co-authored-by: Thamatip Chitpong <weedgamer131@gmail.com>

show more ...


# 10d9e9de 18-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement RealShellExecute(,Ex)(A,W) (#5849)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Implement RealShellExecuteA, RealShellExecuteW, RealSh

[SHELL32][SDK] Implement RealShellExecute(,Ex)(A,W) (#5849)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Implement RealShellExecuteA, RealShellExecuteW, RealShellExecuteExA,
and RealShellExecuteExW functions.
- Add the prototypes to <undocshell.h>.
- Modify SEE_MASK_... constants.

show more ...


# 5daab33c 11-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[EXPLORER][SHELL32][SDK] Show/hide 'Run' menu item (#6592)

Improve Start Menu customization.
JIRA issue: CORE-16956
- Add SHSettingsChanged prototype to
<undocshell.h>.
- Add SetRestriction he

[EXPLORER][SHELL32][SDK] Show/hide 'Run' menu item (#6592)

Improve Start Menu customization.
JIRA issue: CORE-16956
- Add SHSettingsChanged prototype to
<undocshell.h>.
- Add SetRestriction helper function.
- Implement showing/hiding Run menu
item of Start Menu.

show more ...


# 4bccb6e6 02-Dec-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK][SHELL32_APITEST] Add PathIsTemporaryA/W (#6067)

- Implement PathIsTemporaryA and
PathIsTemporaryW functions.
- Add them to <undocshell.h>.
- Add PathIsTemporary testcase.
CORE-1

[SHELL32][SDK][SHELL32_APITEST] Add PathIsTemporaryA/W (#6067)

- Implement PathIsTemporaryA and
PathIsTemporaryW functions.
- Add them to <undocshell.h>.
- Add PathIsTemporary testcase.
CORE-19278

show more ...


# 2aeda3dc 29-Nov-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SHELL32_APITEST][SDK] Implement PathIsEqualOrSubFolder (#5714)

Implement PathIsEqualOrSubFolder function.
- Add it to <undocshell.h>.
- Add PathIsEqualOrSubFolder testcase.
- Add SHGetP

[SHELL32][SHELL32_APITEST][SDK] Implement PathIsEqualOrSubFolder (#5714)

Implement PathIsEqualOrSubFolder function.
- Add it to <undocshell.h>.
- Add PathIsEqualOrSubFolder testcase.
- Add SHGetPathCchFromIDListW as an
extension of SHGetPathFromIDListW.
CORE-19278

show more ...


# 8a049d0b 31-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement CopyStreamUI (#5848)

- Modify shell32.spec.
- Add CopyStreamUI prototype to <undocshell.h>.
CORE-19278


# a52c7137 28-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Follow-up of #5840 (ad5df2d)

Fix the parameters of Activate_RunDLL.


# ad5df2d1 28-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement Activate_RunDLL (#5840)

- Add Activate_RunDLL function implementation.
- Add Activate_RunDLL prototype to <undocshell.h>.


# 2ccdd878 28-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement ShortSizeFormatW (#5829)

- Implement ShortSizeFormatW.
- Add ShortSizeFormatW prototype into <undocshell.h>.
- Modify shell32.spec.


# 81e93648 28-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Implement ExtractIconResInfoA (#5846)

- Add ExtractIconResInfoA implementation.
- Add ExtractIconResInfo prototype to <undocshell.h>.


# 995f56d1 26-Oct-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement IsSuspendAllowed (#5831)

- Add IsShutdownAllowed helper function.
- Add IsSuspendAllowed prototype to
<undocshell.h>.
- Implement IsSuspendAllowed function.


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

[SHELL32][SDK] Implement SHTestTokenPrivilegeW (#5725)

and modify shell32.spec.


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

[SHELL32][SDK] Implement SHInvokePrivilegedFunctionW (#5718)

Add it to <undocshell.h>. Modify shell32.spec.


# 4407e0ae 21-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32][SDK] Implement SHOpenEffectiveToken and SHGetUserSessionId (#5713)

- Implement SHOpenEffectiveToken and
SHGetUserSessionId functions.
- Add them to <undocshell.h>.


12