]> git.saurik.com Git - wxWidgets.git/history - samples/console/console.cpp
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git] / samples / console / console.cpp
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