s/wxSplitPath/wxFileName::SplitPath
[wxWidgets.git] / samples / console / console.cpp
2002-04-28  Stefan NeisMinor changes to test/show expanded array functions.
2002-04-26  Vadim Zeitlinfixed array tests compilation and a bug in obj array...
2002-04-11  Vadim Zeitlinadded more GetPath() tests
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim Zeitlinadded test of wxFSVolume
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-25  Vadim Zeitlinsome UTF8 tests
2002-03-08  Vadim Zeitlinfixed typo (missing comma) in MIME test
2002-03-06  Vadim Zeitlinfixes for non interactive execution
2002-02-06  Vadim Zeitlincleaned up the arrays declaration macros and added...
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-29  Vadim Zeitlinadded wxCondition test
2002-01-29  Mattia BarbonNew wxHashMap class.
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-10  Vadim Zeitlinenabled all tests for the release
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-11-30  Vadim Zeitlinextended file name tests
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-02  Gilles Depeyrotadded missing const
2001-10-31  Vadim Zeitlinmade wxFileName::Set/GetTimes() work under Win32
2001-10-09  Vadim Zeitlinminor additions to wxCmdLineParser tests
2001-10-04  Vadim Zeitlinnew project files for wxBase apps
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-06  Vadim Zeitlinadded another small test for wxTimeSpan::Format
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-13  Vadim Zeitlinadded tests for wxRegEx
2001-07-05  Vadim Zeitlincheck that we don't try to compile in GUI mode
2001-07-02  Vadim Zeitlinfixed bug in wxString::Matches() - backtrack now if...
2001-06-22  Vadim Zeitlincompilation fixes
2001-06-21  Vadim Zeitlinenable all tests
2001-06-09  Vadim Zeitlinsome fixes to wxSingleInstanceChecker error reporting
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-06-08  Vadim Zeitlinadded wxSingleInstanceChecker test
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
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
next