[CRT] Remove useless #undef abort from process.h
[reactos.git] / dll / win32 / shell32 / CDefView.cpp
4 days ago Katayama Hirofumi MZ[SHELL32] SHChangeNotify: Add drive, remove drive ...
2024-03-04 Katayama Hirofumi MZ[SHELL32] Use STDMETHOD macro and keyword override...
2024-02-20 Joachim Henze[SHELL32] Tweak formatting and logging
2023-12-29 Katayama Hirofumi MZ[SHELL32] Fix status bar part sizes (#6243)
2023-11-13 Whindmar Saksit[SHELL32] Support more FOLDERFLAGS in DefView (#5760)
2023-10-27 Katayama Hirofumi MZ[SHELL32] Fix copyto/moveto actions of Search Results...
2023-10-22 Katayama Hirofumi MZ[SHELL32] Revert CDefView change at bc70af4
2023-10-22 Katayama Hirofumi MZ[SHELL32] Use IS_INTRESOURCE in CCopyToMenu/CMoveToMenu...
2023-09-13 Katayama Hirofumi MZ[SHELL32] Check m_ListView on some methods (#5684)
2023-07-19 Katayama Hirofumi MZ[SHELL32] Revert 'Update the status bar asynchronously...
2023-07-12 Katayama Hirofumi MZ[SHELL32] Follow-up of #5420 (9a1487f); Delete word...
2023-07-12 Katayama Hirofumi MZ[SHELL32] Update the status bar asynchronously (#5420)
2023-06-11 Joachim Henze[SHELL32] Strip leftover in CDefView::FillFileMenu...
2023-05-23 Katayama Hirofumi MZ[SHELL32] Revert CDefView::FillFileMenu (#5278)
2023-03-14 Jose Carlos Jesus[SHELL32] Give opportunity to rename file/folder on...
2023-02-25 Jose Carlos Jesus[SHELL32] Give a chance to rename new file or folder...
2023-01-04 Timo Kreuzer[SHELL32] Check for valid listview in CDefView::_PidlBy...
2022-11-04 Mark Jansen[SHELL32] Fix CDefView UAF 4819/head
2022-10-15 Mark Jansen[SHELL32] Fix using the wrong context menu 4780/head
2022-10-14 Mark Jansen[SHELL32] Show file / drive properties at the position... 4744/head
2022-10-01 Mark Jansen[SHELL32] CDefView: Rework context menu handling 4720/head
2022-09-10 Kyle Katarn[SHELL32] Fix Assertion when opening "File" menu in...
2022-05-04 Serge Gautherie[REACTOS] Add '\n' to debug logs
2022-05-03 Russell Johnson[SHELL32] Add multiple status bar parts to the file...
2022-01-24 Katayama Hirofumi MZ[SHELL32] Enable _DEBUG and fix assertion failures...
2022-01-09 Hermès Bélusca-Maïto[SHELL32] Use wide char string literals.
2022-01-06 Hermès Bélusca-Maïto[SDK:REACTOS] Move our ROS-specific header-only UI... 4205/head
2021-10-14 Doug Lyons[SHELL32] Bypass OpenWith for Delete and F2 (Rename...
2021-10-11 Katayama Hirofumi MZ[SHELL32] Don't smartass-renaming on LNK files (#4020)
2021-10-06 Katayama Hirofumi MZ[SHELL32] Don't smartass-renaming on folders (#3993)
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-07-23 Mark Jansen[SHELL32] CDefView: Respect item attributes
2021-05-26 Mark Jansen[SHELL32] CDefView: Prevent use after free
2020-09-17 Katayama Hirofumi MZ[COMCTL32][SHELL32] Fix arrow keys and reordering on...
2020-09-03 Katayama Hirofumi MZ[SHELL32] Big fix for change notification (#3048)
2020-08-17 Katayama Hirofumi MZ[SHELL32] Implement Move To Folder (#3056)
2020-08-15 Katayama Hirofumi MZ[SHELL32] Implement Copy To Folder (retrial) (#3044)
2020-08-11 Katayama Hirofumi MZ[SHELL32] Improve callbacking of CDefView (#3031)
2020-05-04 Katayama Hirofumi MZ[SHELL32] Notify filesystem changes (#2659)
2020-04-26 Katayama Hirofumi MZ[SHELL32] Update name in CDefView::LV_RenameItems
2020-04-20 Charles Ambrye[SHELL32] Fix a bug that caused Auto Arrange to always...
2020-04-20 Charles Ambrye[SHELL32] Modify context menu to include Align To Grid...
2020-04-17 Charles Ambrye[SHELL32] Pass LVA_SNAPTOGRID to listview when 'Line...
2020-04-09 Katayama Hirofumi MZ[SHELL32] Watch for common desktop and SHCNE_CREATE...
2020-04-08 Katayama Hirofumi MZ[SHELL32] Implement shell change notification (#2432)
2020-02-28 Katayama Hirofumi MZ[SHELL32][BOOTDATA] Unselect filename extension upon...
2020-02-12 Katayama Hirofumi MZ[SHELL32] Use background context if no item selected...
2020-02-12 Katayama Hirofumi MZShell Folders: Reject invalid characters (#2328)
2019-11-29 Katayama Hirofumi MZ[BOOT][SHELL32][INCLUDE] Support 'SuperHidden' files...
2019-11-20 Katayama Hirofumi MZ[SHELL32] Improve icon selection upon right click ...
2019-11-17 Joachim Henze[BROWSEUI][SHELL32] Fix scroll to selection CORE-16504
2019-11-15 Katayama Hirofumi MZ[SHELL32] Simply return S_OK if *pdwEffect is none...
2019-09-15 Brock Mammen[SHELL32] Implement CDefView::AddObject()
2019-08-15 Mark Jansen[SHELL32] CDefView: Improve the context menu positioning 1817/head
2019-06-09 Serge Gautherie[SHELL32] SHCreateShellFolderView(): Fix parameter...
2019-06-08 Hermès Bélusca-Maïto[SHELL32] Fix some NULL-pointers validation.
2019-04-07 Katayama Hirofumi MZ[SHELL32] Fix explorer file item label background CORE...
2019-04-04 Katayama Hirofumi MZ[SHELL32] Implement Explorer background image (Retrial...
2019-01-16 Serge Gautherie[SHELL32] CDefView: Remove a remnant string part (...
2019-01-15 Mark Jansen[SHELL32] CDefView: Find a reasonable place to show...
2018-12-17 Katayama Hirofumi MZ[SHELL32] Add CDefView::DefMessageSFVCB (Retrial of...
2018-11-11 Giannis Adamopoulos[SHELL32] CDefView: Don't assume that SetNameOf always...
2018-10-22 Giannis Adamopoulos[rosctrls.h] CListView: Add Arrange method
2018-10-22 Giannis Adamopoulos[SHELL32] CDefView: Disable auto arrange in list and...
2018-10-13 Mark Jansen[SHELL32] CDefView: Query SFVM_DEFVIEWMODE before creat... 935/head
2018-05-30 Serge Gautherie[REACTOS] Improve/Fix some "printf" formats (#555)
2018-04-07 Mark Jansen[SHELL32] Initial partial IShellFolderViewCB implementa...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-02-17 Giannis Adamopoulos[SHELL32] CDefView: remove a useless print
2018-02-17 Giannis Adamopoulos[SHELL32] CDefView: Implement several methods needed...
2018-02-14 Giannis Adamopoulos[SHELL32] Fix the toolbar buttons in the file open...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-02 Stanislav Motylkov[SHELL32] Fix show properties with Alt+Enter
2017-10-29 Thomas Faber[SHELL32][REGEDIT][MSCONFIG_NEW] Correctly check for... 93/head
2017-10-26 Giannis Adamopoulos[SHELL32] CDefView: Fix a leak of an HMENU. This fix...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-11-04 Giannis Adamopoulos[SHELL32]