reactos/dll/win32/shell32/folders
Muthu R Kumar 4c25af5bd4
[SHELL32] Fix detailed list views in Control Panel and Registry Folder
- Add enums for Control Panel and Registry Folder columns
- Fix iColumn values in GetDetailsOf() and fix checks in
  GetDefaultColumnState()

Current CControlPanelFolder::CompareIDs was using wrong lparam column
index. Actual column index should be 1 instead of 4. Because of this
the comment column next to name in details view was not being displayed
correctly. The same fixes for CRegFolder class functions.

PR #4944. CORE-18743 CORE-18501
2022-12-20 18:42:07 +03:00
..
CAdminToolsFolder.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CAdminToolsFolder.h
CControlPanelFolder.cpp [SHELL32] Fix detailed list views in Control Panel and Registry Folder 2022-12-20 18:42:07 +03:00
CControlPanelFolder.h
CDesktopFolder.cpp [SHELL32] Fix menu item handling 2022-10-19 19:37:41 +02:00
CDesktopFolder.h Shell Folders: Reject invalid characters (#2328) 2020-02-12 09:18:24 +09:00
CDrivesFolder.cpp [SHELL32] Prevent a second call to Drive Properties dialog (#4888) 2022-11-20 21:10:11 +03:00
CDrivesFolder.h
CFontsFolder.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CFontsFolder.h
CFSFolder.cpp [SHELL32] Show 'comment' column for folders, make it rightmost CORE-18615 (#4868) 2022-11-11 18:25:50 +01:00
CFSFolder.h [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CMyDocsFolder.cpp [SHELL32] CMyDocsFolder: Ensure the object can be used without calling Initialize 2020-04-20 17:36:44 +03:00
CMyDocsFolder.h [SHELL32] CMyDocsFolder: Ensure the object can be used without calling Initialize 2020-04-20 17:36:44 +03:00
CNetFolder.cpp
CNetFolder.h
CPrinterFolder.cpp [SHELL32] CPrinterFolder: Validate string pointers properly. (#4486) 2022-05-05 16:24:38 +02:00
CPrinterFolder.h
CRecycleBin.cpp [SHELL32] Improve "Empty Recycle Bin" sound code (#4927) 2022-12-09 23:14:09 +03:00
CRecycleBin.h
CRegFolder.cpp [SHELL32] Fix detailed list views in Control Panel and Registry Folder 2022-12-20 18:42:07 +03:00