History log of /reactos/dll/win32/shell32/CCopyMoveToMenu.h (Results 1 – 4 of 4)
Revision Date Author Comments
# d24675b6 24-Jun-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32][BROWSEUI] CopyMoveToMenu must initialize without a PIDL folder (#7047)

- IShellExtInit cannot rely on a folder PIDL being present
- Use common QueryContextMenu function for both menu item

[SHELL32][BROWSEUI] CopyMoveToMenu must initialize without a PIDL folder (#7047)

- IShellExtInit cannot rely on a folder PIDL being present
- Use common QueryContextMenu function for both menu items
- Allow copy to the same folder
- Disable toolbar buttons when the selection is not valid
- Minor DefView cache enhancement and bugfixes

show more ...


# d4ca55f6 09-Apr-2024 Thamatip Chitpong <thamatip.chitpong@reactos.org>

[SHELL32] Separate CCopyAsPathMenu implementation from CCopyMoveToMenu


# 9238a176 06-Apr-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32] Copy as path shell extension (#6701)

* Added Copy as path menu extension

---------

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


# a938d197 04-Nov-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Commonize CCopyToMenu and CMoveToMenu (#5873)

Reduce code. And correctly do the filename check.
CORE-18909