History log of /reactos/dll/win32/shell32/CSendToMenu.cpp (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 28399a21 19-Dec-2024 Whindmar Saksit <whindsaks@proton.me>

[SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532)

* [SHELL32] Use FS compatible PIDL format for Recycle Bin items

This allows SHChangeNotify to handle these items and DefView wi

[SHELL32] Use FS compatible PIDL format for Recycle Bin items (#7532)

* [SHELL32] Use FS compatible PIDL format for Recycle Bin items

This allows SHChangeNotify to handle these items and DefView will correctly update the recycle folder.

CORE-18005 CORE-19239 CORE-13950 CORE-18435 CORE-18436 CORE-18437

show more ...


Revision tags: 0.4.16-dev, 0.4.15
# f156f9a1 29-Jan-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Follow-up of #5008 (8e036fe)

Now the menu item actions on start button should work. CORE-16544


# 8e036fe7 29-Jan-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Improve StartButton context menu (#5008)

- Add uFlags argument to CDefaultContextMenu::AddShellExtensionsToMenu- CCopyToMenu, CMoveToMenu, and CSendToMenu check the uFlags against (CMF_NOV

[SHELL32] Improve StartButton context menu (#5008)

- Add uFlags argument to CDefaultContextMenu::AddShellExtensionsToMenu- CCopyToMenu, CMoveToMenu, and CSendToMenu check the uFlags against (CMF_NOVERBS | CMF_VERBSONLY).
CORE-16544

show more ...


# 21e68b0d 20-Oct-2022 Mark Jansen <mark.jansen@reactos.org>

[SHELL32] Fix empty 'Send to' menu

CORE-18517


Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC
# a48aa211 22-Apr-2020 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files (#2616)

- Improve and move SendTo files creation code and timing.
- Delete IDS_DESKLINK of shell32.
- Add IDS_DESKLINK into sendmail.
CORE

[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files (#2616)

- Improve and move SendTo files creation code and timing.
- Delete IDS_DESKLINK of shell32.
- Add IDS_DESKLINK into sendmail.
CORE-16924

show more ...


Revision tags: 0.4.13-release
# 1ee511a1 25-Dec-2019 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SHELL32] Fix MSVC warning warning C4390 by adding a bit more debug info.


# b582d6ff 01-Dec-2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Improve and fix SendTo (#2122)

Because of timing of SendTo folder initialization, SendTo My Documents didn't work well.
Now My Documents item is working well. CORE-12562


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

[SHELL32] Add desktop.ini more to some folders (#2101)

Provides special icons for special folders by adding desktop.ini. CORE-10045


# 3b2ead06 10-Nov-2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Follow up of #2021 (#2022)

- Delete IObjectWithSite interface.
- Use PIDLIST_ABSOLUTE and PITEMID_CHILD rather than LPITEMIDLIST.
- Move CLSID_SendToMenu to shlguid_undoc.h.
- Delete un

[SHELL32] Follow up of #2021 (#2022)

- Delete IObjectWithSite interface.
- Use PIDLIST_ABSOLUTE and PITEMID_CHILD rather than LPITEMIDLIST.
- Move CLSID_SendToMenu to shlguid_undoc.h.
- Delete unnecessary codes.
CORE-12562

show more ...


# 5308a606 08-Nov-2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Initial SendTo implementation (#2021)

This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then Send

[SHELL32] Initial SendTo implementation (#2021)

This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then SendTo shows some menu items.
- Copy, Move, and Link are working.
- Added icons.
CORE-12562

show more ...