Try native method first in LoadFile() and SaveFile()
[wxWidgets.git] / src / common / fs_mem.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-18  Vadim ZeitlinAvoid needless second string conversion when adding...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-05-28  Stefan Csomorfixing length param, see #10846
2009-05-28  Vadim Zeitlincompilation fix for STL/!UNICODE case (closes #10846)
2009-04-28  Vadim Zeitlinfix conversion of wxString to data in AddFileWithMimeTy...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-14  Vadim Zeitlinfix bugs in FindFirst() (it gets URL, not filename...
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-10-06  Vadim Zeitlinmade m_Hash object, not a pointer and moved hash declar...
2008-10-06  Vadim Zeitlinremoved the strange __WXMSW__ test in AddFile(bitmap...
2008-10-06  Vadim Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-10-06  Vadim Zeitlinno changes, just some minor cleanup
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
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-04-27  Václav SlavíkPCH-less compilation fixes
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-20  Vadim ZeitlinAddFile(wxImage&) -> AddFile(const wxImage&)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-25  Václav Slavíkfixes to previous commit
2003-06-25  Václav Slavíkmoved AddFile(wxImage) to GUI part of library, too
2003-06-25  Vadim Zeitlina quick hack to fix wxBase compilation
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-26  Václav Slavíkfix for memory leak in XRC-generated CXX resources...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2001-07-13  Vadim Zeitlinadded headers needed for wxBase compilation
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-04-28  Václav Slavíkfixed gcc pragmas in fs_*.h,cpp
2001-04-26  Julian SmartMinor mods
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-04  Václav Slavíkfixes for wxBase compilation
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-21  Václav Slavíkmodif time of FS inet and FS mem files is not wxDateTim...
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory