Merge fixes for Unicode support in wxFileSystem::FindFirst()

Closes #11404.
This commit is contained in:
Vadim Zeitlin
2016-02-13 12:32:46 +01:00
5 changed files with 388 additions and 65 deletions

View File

@@ -63,6 +63,7 @@ All:
- Add UTF-8 and ZIP 64 support to wxZip{Input,Output}Stream (Tobias Taschner).
- Upgrade libpng to 1.6.21 fixing several security bugs (Paul Kulchenko).
- Fix handling of Unicode file names in wxFileSystem::FindFirst().
- Add wxStandardPaths::GetUserDir() (Tobias Taschner).
- Allow calling wxItemContainer::Add() and similar with std::vector<> argument.
- Add "%z" support to printf()-like functions like wxString::Format() (RIVDSL).