History log of /reactos/dll/win32/shell32/shelldesktop/CDirectoryWatcher.h (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8204c6e2 22-May-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] CDirectoryWatcher: Check if window is alive (#6915)

Kill the zombie watchers for system
performance.
JIRA issue: CORE-13950
- Add HWND parameter to
CDirectoryWatcher::Create.
- Chec

[SHELL32] CDirectoryWatcher: Check if window is alive (#6915)

Kill the zombie watchers for system
performance.
JIRA issue: CORE-13950
- Add HWND parameter to
CDirectoryWatcher::Create.
- Check whether the HWND is alive at
CDirectoryWatcher::IsDead.

show more ...


Revision tags: 0.4.14-release
# 1f31905e 10-Aug-2020 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Optimize change notification (#3030)

- Keep the directory lists only.
- Don't remember file sizes and normal file paths.
CORE-13950


# 7c9a8c0b 02-Jun-2020 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHELL32] Improve readability of filesystem notification (#2737)

Improve human readability of filesystem change notification.
- Rename the identifiers for human readabilities.
- Split the code int

[SHELL32] Improve readability of filesystem notification (#2737)

Improve human readability of filesystem change notification.
- Rename the identifiers for human readabilities.
- Split the code into CFilePathList and CDirectoryWatcher classes.
- Encapsulation of code.
CORE-13950

show more ...