History log of /reactos/dll/win32/shell32/shellrecyclebin/recyclebin_generic.cpp (Results 1 – 3 of 3)
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
# 73e79565 29-Jul-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Follow-up of #7169 (#7175)

Follow-up of #7169
JIRA issue: CORE-19595
- Revert some code in
RecycleBinGeneric::DeleteFile.


# 6910fa62 24-Jul-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] RecycleBinGeneric: Make it C++ (#7169)

Modernize code.
JIRA issue: CORE-19595
Rewrite RecycleBinGeneric in C++.