History log of /reactos/dll/shellext/zipfldr/zippidl.cpp (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bf2cec18 17-Jul-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[ZIPFLDR] Support UTF-8 Zip extraction (#5411)

- Extend some Ansi strings to Wide strings.
- Check the UTF-8 flag (1 << 11). If UTF-8, then use CP_UTF8.
- s/LPCWSTR/PCWSTR/.
- s/LPWSTR/PWSTR/.
C

[ZIPFLDR] Support UTF-8 Zip extraction (#5411)

- Extend some Ansi strings to Wide strings.
- Check the UTF-8 flag (1 << 11). If UTF-8, then use CP_UTF8.
- s/LPCWSTR/PCWSTR/.
- s/LPWSTR/PWSTR/.
CORE-16668

show more ...


Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release
# 08deb1d9 27-Feb-2019 Mark Jansen <mark.jansen@reactos.org>

[ZIPFLDR] Allow the shell extension to extract passworded zip files


Revision tags: 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC
# fd0b834a 21-Apr-2018 Mark Jansen <mark.jansen@reactos.org>

[ZIPFLDR] Various usability improvements
- Take the user-entered folder into account
- Hide size / ratio for folders
CORE-14543
CORE-14542


Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# c7e6a9d0 29-Dec-2017 Mark Jansen <mark.jansen@reactos.org>

[ZIPFLDR] Initial implementation.
Icon by Jared Smudde
CORE-7684