Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / console / console.cpp
2003-12-21  Ryan Nortonquick fixes
2003-12-11  Julian SmartApplied [ 856726 ] Tests for gzip streams
2003-11-30  Vadim Zeitlinadded wxRegConfig read test
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-09-27  Vadim Zeitlinadded a test for wxTextFile in Unicode
2003-09-11  Václav Slavíkno need for !wxUSE_GUI test anymore
2003-09-11  Julian SmartApplied patch [ 798596 ] console sample in unicode
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-12  Mattia Barbon Added wxHashSet, with minimal tests.
2003-08-06  Václav Slavíkcompilation fix
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-05  Vadim Zeitlinadded wxScopeGuard; test it in the sample
2003-03-28  Vadim Zeitlinadded test for wxFileConfig::DeleteEntry
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-01-27  Vadim Zeitlinfixed a crash in socket server test and added quit...
2003-01-26  Václav Slavíkcompilation fix
2003-01-24  Vadim Zeitlinminor changes to wxDir test code
2003-01-18  Václav Slavíkadded wxFileName::MakeRelative test
2002-12-07  Vadim Zeitlinadded trivial test for wxTextInputStream
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-28  Vadim Zeitlincompilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set...
2002-09-10  Vadim ZeitlinWindows and Unicode compilation fixes
2002-09-10  Vadim Zeitlinadded printf() test suite
2002-09-08  Vadim Zeitlinvariosu fixes to the tests
2002-09-08  Vadim Zeitlincorrected wxExecute() tests
2002-09-08  Vadim Zeitlinthe sample now builds in Unicode mode
2002-08-20  Vadim Zeitlinadded tests for wxString::To/FromAscii
2002-06-21  Vadim Zeitlinadded wxMemoryOutputStream test
2002-06-08  Vadim Zeitlintypo in dir enum test code fixed
2002-06-07  Vadim Zeitlinmore MIME tests
2002-05-22  Vadim Zeitlinadded \\server\dir\filename.exe test case
2002-05-22  Vadim Zeitlinadded wxDir::Exists() test
2002-05-11  Vadim Zeitlinfixed zlib compression test
2002-05-10  Vadim Zeitlinsome warnings fixed, checks for various wxUSE_XXX added
2002-05-09  Vadim Zeitlinadded build options check
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)
next