Add wxFSInputStream providing stream interface to wxFileSystem.
This class allows using virtual wxFSFiles with any wx functions taking streams. E.g. it makes it possible to load images and animations from wxFileSystem. Closes #14185. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -469,6 +469,7 @@ Major new features in this release
|
||||
All:
|
||||
|
||||
- Added wxLogFormatter to allow customizing wxLog output (Sébastien Gallou).
|
||||
- Added wxFSInputStream for reading data from wxFileSystem (Armel Asselin).
|
||||
- Added "%z" support to wxDateTime::Format() and Parse() (Armel Asselin).
|
||||
- Add wxHTTP::SetPostBuffer(wxMemoryBuffer) and SetPostText() (Eran Ifrah).
|
||||
- Fix wrong time zone used in wxDateTime::UNow().
|
||||
|
Reference in New Issue
Block a user