don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
[wxWidgets.git] / include / wx / archive.h
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2006-11-16  Michael WetherellChange the factory constructor to not use a predefined...
2006-10-30  Włodzimierz SkibaMinor header cleaning.
2006-10-27  Michael WetherellBase class factory on the wxFilter base class and imple...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-11  Michael WetherellAdd a comment about covariant returns
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-10  Michael WetherellAdd wxUSE_ARCSTREAM so that other archive classes can...
2004-11-25  Ryan Nortonpatch 1073385
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-11-23  Ryan NortonLots and lots and lots of MSVC fixes for archive stuff...
2004-11-10  Vadim Zeitlinadded ZIP classes by M.J.Wetherell (patch 1030239)