]> git.saurik.com Git - wxWidgets.git/history - samples/console/console.cpp
added wxDir::Traverse
[wxWidgets.git] / samples / console / console.cpp
2001-05-19  Vadim Zeitlinadded wxDir::Traverse
2001-04-13  Vadim Zeitlinreckognize cp125x charsets
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-03-13  George TaskerFixed sample so that if the DATETIME test is enabled...
2001-03-13  Vadim Zeitlinfixed wxTimeSpan::Format() to behave more reasonably
2001-03-09  Vadim Zeitlinadded test for wxFileSystem
2001-03-06  Vadim Zeitlinadded TEST_PATHLIST (old change which I forgot to commi...
2001-02-08  Vadim Zeitlinadded more tests for streams and wchar_t
2001-01-24  Vadim Zeitlin1. patch from Søren Erland Vestø implementing wxFTP...
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2001-01-23  Vadim Zeitlinfixed bug in parsing filenames without paths, added...
2001-01-17  Vadim Zeitlinfixed wxSplitPath() bug and added tests for it
2001-01-05  Vadim ZeitlinwxDateTime::IsValid() now returns m_time != (wxLongLong)-1
2001-01-03  Vadim Zeitlintest for bug with new wu-ftpd
2000-12-31  Vadim Zeitlinimplemented wxFileName::SplitPath(), wxSplitPath()...
2000-12-31  Vadim Zeitlinrewrote wxFileName::Normalize(), added a few methods...
2000-12-26  Vadim Zeitlin1. wxCopyFile() uses buffer (huge copy speed up)
2000-12-19  Vadim Zeitlintons of wxFTP fixes and compilation fix for wxBase
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-11-27  Vadim ZeitlinwxSetEnv for Win32 (now seems to work)
2000-11-26  Vadim Zeitlinadded wxGet/Set/UnsetEnv() for Unix
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-10-19  Vadim Zeitlin1. some more tests in console
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-17  Vadim Zeitlinmore tests: OS/user info functions
2000-03-16  Vadim Zeitlinbetter TestSocketServer()
2000-03-16  Vadim Zeitlinsome fixes in TestSocketServer()
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-06  Guillermo Rodrigue... Slight changes to the stopwatch test
2000-03-05  Vadim Zeitlintest for 'backwards clock' bug
2000-03-05  Vadim Zeitlin1. wxStopWatch tests in console
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-17  Vadim Zeitlinassorted files I forgot to commit before
2000-02-04  Vadim Zeitlinanother new version of wxStringTokenizer (with tests...
2000-01-31  Vadim Zeitlin1. bug in wxString::find_first_of() fixed
2000-01-28  Vadim Zeitlincompilation fix
2000-01-27  Vadim ZeitlinwxString::find() now works again (was completely broken)
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-07  Vadim Zeitlinadded test mode to wxLongLongWx which allowed to find...
2000-01-05  Vadim Zeitlintest for date parameters to wxCmdLineParser
2000-01-05  Vadim ZeitlinwxCmdLineParser tests
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-24  Vadim Zeitlinimplemented wxLongLong division - seems to work
1999-12-23  Vadim Zeitlintried to implement division of wxLongLongs - doesn...
1999-12-22  Vadim Zeitlinmore wxDateTime tests
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlinmore wxDateTime tests
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Vadim Zeitlintest for weekdats added
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlinand now timezones work even better ;-)
1999-12-10  Vadim Zeitlinmore timezone stuff - it's a miracle, but it seems...
1999-12-08  Vadim ZeitlinwxDir class added
1999-12-07  Vadim ZeitlinwxMimeTypeManager::EnumAll() seems to work, couple...
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-02  Vadim Zeitlinmore threds fixes, more threads tests - seems to work...
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-28  Vadim Zeitlin1. msec resolution for timer functions under Win32
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-15  Vadim ZeitlinwxSnprintf() and wxVsnprintf() added, documented and...
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-06  Vadim Zeitlinmore changes for wxBase - starts to work under Unix