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 [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
CExplorerCommand.cpp [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
CFolderViewCB.cpp [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
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 [ZIPFLDR] Fix number of menu items returned for DFM_MERGECONTEXTMENU 2019-10-19 18:42:14 +02:00
CZipPassword.cpp [SHELLEXT][ZIPFLDR] Use CStringA::FormatMessage (#2287) 2020-01-30 08:32:21 +09:00
Debug.cpp [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
IZip.hpp [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
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 [TRANSLATION] Hindi translation of the shell extensions. (#1405) 2019-03-11 16:52:21 +01:00
zipfldr.spec [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00
zippidl.cpp [ZIPFLDR] Allow the shell extension to extract passworded zip files 2019-03-06 23:09:35 +01:00
zippidl.hpp [ZIPFLDR] Initial implementation. 2018-04-07 15:29:59 +02:00