Remove obsolete VisualAge-related files.
[wxWidgets.git] / include / wx / fs_mem.h
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
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 Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-18  Václav Slavíkimprove XRC loading performance on Unix by avoiding...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-25  Vadim Zeitlindon't include wx/wxprec.h from the headers (patch 993136)
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-04  Vadim Zeitlinbring base class AddFile()s in scope manually, without...
2003-07-03  Mattia Barbon GCC 2.95.3 compilation fix.
2003-07-03  Vadim Zeitlinfix for base class AddFile visibility and DLL build
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
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...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-06  Vadim Zeitlinadded missing include guards
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-04-28  Václav Slavíkfixed gcc pragmas in fs_*.h,cpp
2000-03-04  Václav Slavíkfixes for wxBase compilation
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory