reactos/dll/shellext/zipfldr
Guntha 645c77335c
[ZIPFLDR] Extraction is now in its own thread (#2261)
Extraction happens now in its own thread, allowing for cancelling in the middle of extraction or moving the window during the extraction.

File extraction was previously happening in the main thread, freezing the whole window until the end. Now when the user clicks "Next", a new thread is created and the extraction starts from there, allowing to move the window during the extraction, or to cancel the extraction in the middle. (Note: after clicking "Cancel", extraction continues until the current file is extracted).

CORE-14934
2020-02-07 19:21:21 +01:00
..
lang [SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114) 2019-12-01 21:20:53 +09:00
res [SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114) 2019-12-01 21:20:53 +09:00
CConfirmReplace.cpp [SHELLEXT][ZIPFLDR] Use CStringA::FormatMessage (#2287) 2020-01-30 08:32:21 +09:00
CEnumZipContents.cpp
CExplorerCommand.cpp
CFolderViewCB.cpp
CMakeLists.txt [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
CSendToZip.cpp [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
CSendToZip.hpp [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
CZipCreator.cpp [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
CZipCreator.hpp [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
CZipEnumerator.hpp [SHELLEXT][ZIPFLDR] Be case sensitive (#2292) 2020-01-30 15:05:50 +09:00
CZipExtract.cpp [ZIPFLDR] Extraction is now in its own thread (#2261) 2020-02-07 19:21:21 +01:00
CZipFolder.hpp
CZipPassword.cpp [SHELLEXT][ZIPFLDR] Use CStringA::FormatMessage (#2287) 2020-01-30 08:32:21 +09:00
Debug.cpp
IZip.hpp
precomp.h [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
resource.h [SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114) 2019-12-01 21:20:53 +09:00
zipfldr.cpp [SHELLEXT][ZIPFLDR] Implement ZIP creation (#2114) 2019-12-01 21:20:53 +09:00
zipfldr.rc
zipfldr.spec
zippidl.cpp
zippidl.hpp