remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / common / ffile.cpp
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
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...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-10-25  Chris Elliottmissing #include (SF bug 1327872)
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-03  Włodzimierz SkibaRecent commits added new variables for length when...
2005-03-03  Vadim Zeitlinfixed bug in ReadAll(): it always returned error when...
2005-02-19  Vadim Zeitlinadded wxMBConv parameter for wxFFile::ReadAll() and...
2005-01-27  Włodzimierz SkibaWarning fix.
2005-01-25  Włodzimierz SkibaWarning fixes.
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
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-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-16  Michael BedwardFixed bug in function Flush().
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-15  Vadim Zeitlin1. wxFFile::Close() buglet fixed
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...