Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / include / wx / ffile.h
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-24  Julian SmartTest for encoding conversion success in wxFFile::Write...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-08  Włodzimierz Skiba[ 1216436 ] cleanup 'shadow variable' warnings from...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-02-19  Vadim Zeitlinadded wxMBConv parameter for wxFFile::ReadAll() and...
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
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-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-26  Václav Slavíkunified default values for conv arguments
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-06  Vadim Zeitlininclude wx/defs.h to get wxUSE_FFILE
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...