Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / unix / dir.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-23  Vadim ZeitlinAdd wxDIR_NO_FOLLOW flag for wxDir iteration.
2012-10-15  Vadim ZeitlinAdd support for symlinks to wxFileName.
2012-07-24  Vadim ZeitlinAdd wxDir::Close().
2012-05-04  Vadim ZeitlinDon't remove the last slash from "/" directory name...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-06-19  Francesco MontorsiRemove identic implementations of wxDir::Exists from...
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-20  Vadim Zeitlindon't log an error if the directory can't be opened...
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-03-27  Robert Roebling Actually make use of new cool file conversion
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-10  Robert Roebling Added explicit Unicode conversion to wxDir - the
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2001-08-28  Vadim Zeitlinimplemented wxDir::HasSubDirs() optimization for Unix
2001-08-27  Vadim Zeitlinattempt to optimize wxDirData::Read() - made absolutely...
2001-05-19  Vadim Zeitlinadded wxDir::Traverse
2000-03-20  Vadim Zeitlin1. some (benign) warnings fixed
1999-12-08  Vadim ZeitlinwxDir class added