Added customizable wxDocManager::OnMRUFileNotExist() virtual method.
[wxWidgets.git] / src / common / fs_arc.cpp
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-08-21  Robert RoeblingFix potential crash, fixes #12375: PATCH to fix help...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2008-02-01  Michael WetherellCompile fix for --without-zlib --enable-compat26.
2007-06-17  Václav Slavíkdetermine wxFSFile's MIME type when wxFSFile::GetMimeTy...
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-03-30  Vadim Zeitlincheck that the pointer is non-NULL before using it...
2006-11-19  Michael WetherellwxArchiveFSHandler switches on simulated seeking for...
2006-11-16  Michael WetherellFix not recognising '/' on Windows.
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-28  Michael WetherellCompile fix for VC++ 5 and 6.
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Michael WetherellBase wxArchiveFSHandler on wxZipFSHandler.