s/wxSplitPath/wxFileName::SplitPath
[wxWidgets.git] / samples / console / console.cpp
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-12  Francesco Montorsidon't assert at startup because of the static initializ...
2008-07-18  Vadim Zeitlindisable compilation of test broken by wxMimeTypesManage...
2008-06-17  Vadim Zeitlinfix compilation of TestRegConfRead()
2008-06-14  Vadim Zeitlincompilation fix (casts for mb_str() used as argument...
2008-03-22  Vadim Zeitlindon't show more than 20 lines of redirected IO, just...
2008-03-22  Vadim Zeitlincorrect the REDIRECT_COMMAND definition for Unix
2008-03-21  Vadim Zeitlinkill the process launched by wxExecute(ASYNC) to avoid...
2008-03-21  Vadim Zeitlinuncomment wxExecute(ASYNC) test now that it's supposed...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2007-11-12  Vadim Zeitlinremoved stray include
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-08-30  Vadim Zeitlinuse wxNullPtr instead of NULL with wxFileTypeInfo
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-05-15  Vadim Zeitlinadded wxTimer test (now that it works in console applic...
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2006-11-12  Vadim Zeitlincompilation fix after last commit
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-04  Vadim Zeitlinadd wxTempFile test
2006-11-02  Vadim Zeitlinclose the file before removing it
2006-10-02  Paul Cornettwarning fix
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlinfix printf() argument type in GetOsInfo()
2006-06-11  Vadim Zeitlinadded possibility to specify modules dependencies
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-01-26  Włodzimierz SkibaBetter #include
2005-10-21  Vadim Zeitlinblind compilation fix for TestScopeGuard()
2005-09-29  Włodzimierz SkibaWarning fix.
2005-09-26  Włodzimierz SkibaRoot for OS2 - feedback from openwatcom newsgroups.
2005-08-25  Michael WetherellMake TEST_DIR the current test, so that the djgpp build...
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-20  Julian SmartSpelling correction
2005-03-30  Włodzimierz SkibaDon't hide virtual method in stackwalker. Remove tests...
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-02-03  Mattia Barbon Compilation fix for wxUSE_STACKWALKER == 0.
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinsmall tweaks to wxDynamicLibrary test
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-08  Mattia Barbon Moved tests for wxHashMap, wxHashSet and wxList
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-19  Vadim ZeitlinwxStandardPaths test
2004-07-12  Włodzimierz SkibaWarning fix
2004-06-23  Vadim Zeitlinextracted some wxDateTime tests from console sample...
2004-06-18  Włodzimierz SkibaCharsets part moved from console sample to test unit.
2004-05-25  Julian SmartMore name changes
2004-05-22  Mattia Barbon Converted hash tests to CppUnit.
2004-04-30  Václav Slavíkmoved Unicode tests to testsuite (patch 943945)
2004-04-25  Václav Slavíkremoved zlib tests
2004-04-21  Václav Slavíkmoved wxRegEx test from console to testsuite (patch...
2004-04-20  Václav Slavíkadded wxString tests (patch 938082)
2004-04-06  Václav Slavíkapplied patch: wxLongLong CppUnit test (928257)
2004-04-01  Václav Slavíkmoved arrays tests to testsuite (patch 927475)
2004-01-28  Dimitri SchoolwerthApplied patch #875658: "Fixes to console sample"; Furth...
2003-12-21  Ryan NortonAdded some notes and other changes.....
2003-12-21  Ryan NortonFixed TEST_SCOPEGUARD (newer version prepends wx to...
2003-12-21  Ryan NortonScopeguard test doesn't work either due to some undefin...
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
next