History log of /reactos/dll/win32/shell32/CSendToMenu.h (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 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


# 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 ...