Use Rob O'Connor's icons, provided under the wxWindows Licence
[wxWidgets.git] / tests /
2005-05-04  Vadim Zeitlinadded (trivial) GetLong/ShortPath() test
2005-05-01  Michael WetherellChange the format of the output so that you can jump...
2005-04-26  Mattia Barbon Correct wxArrayString::Add return value as per the...
2005-04-25  Michael WetherellCompilation fix
2005-04-17  Julian SmartRenewed makefiles after reverting run-time lib change
2005-04-17  Julian SmartRegenerated makefiles for runtime lib change
2005-04-17  Michael WetherellUse 'test -f' since Sun's shell doesn't have 'test -e'
2005-04-11  Julian SmartChanged version number
2005-04-11  Ryan NortonAdd reverse case too
2005-04-11  Ryan Nortonfix wxString::Replace when new strings are longer than...
2005-04-08  Ryan Nortonyet more wxString tests for null chars
2005-04-07  Michael WetherellRedo the previous warning fix
2005-04-07  Michael WetherellWarning fix
2005-04-06  Vadim Zeitlinadded more tests for wxFileConfig creation: adding...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-03  Michael WetherellCheck the returned length too in the utf-8 tests
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-03-30  Michael WetherellTests for UTF-8 and PUA characters and octal escapes
2005-03-29  Włodzimierz SkibaBuild fix after recent changes in library.
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-19  Mattia Barbon Allow building with GCC 2.95.
2005-03-19  Mattia Barbon Correct compilation conditions for wxURL::SetProxy.
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-14  Włodzimierz SkibaUnicode fix.
2005-03-14  Ryan Norton"test" for testing a [fixed] proxy crash (from last...
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-02-28  Vadim Zeitlinanother test for DST bug
2005-02-28  Vadim Zeitlinfixed test to actually work
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2005-02-27  Vadim Zeitlinfixed ToString() for negative long longs (bug 1101426)
2005-02-19  Vadim Zeitlincompilation fix (need meth.h for fabs)
2005-02-19  David ElliottRebaked with Bakefile 0.1.7.
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-02-10  Michael WetherellCompile console apps with wxUSE_GUI=0
2005-02-10  Michael WetherellSeparate out zip specific parts of the archive test...
2005-02-08  Michael WetherellRebaked test.bkl for new tests largefile, size, point
2005-02-04  Ryan Nortonupdate to patch [ 1077074 ] Unit test for large file...
2005-02-04  Vadim Zeitlinfixed Inflate() to not move the rectangle (patch 1114622)
2005-02-04  Ryan Nortonpatch [ 1077074 ] Unit test for large file support
2005-01-31  Vadim Zeitlinadded test for the DST bug (patch 1097811)
2005-01-31  Vadim Zeitlinadded a few more UTF-[78] tests
2005-01-31  Vadim Zeitlinadded small UTF 8 conversion test case
2005-01-24  Włodzimierz SkibaUnicode markup.
2005-01-22  Mattia Barbon Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
2005-01-19  Włodzimierz SkibaMinGW warning fix for hundreds of not initialized members.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-05  Mattia Barbon Additional sanity check.
2005-01-05  Mattia Barbon Compilation fix.
2004-12-28  David ElliottRebaked (Bakefile 0.1.4). Corresponds to tests.bkl...
2004-12-27  Włodzimierz SkibawxLongLong to wxString operators.
2004-12-22  Dimitri Schoolwerthadded FileConfig test case exposing a problem with...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-14  Włodzimierz SkibaGeometry operators tests.
2004-12-14  Włodzimierz SkibaGeometry operators tests.
2004-12-12  Václav Slavíkeven GUI test should be console app
2004-12-12  Vadim Zeitlinadded a test for wxRect::Union()
2004-12-12  Václav Slavíkadded GUI test program
2004-12-08  Mattia Barbon Moved tests for wxHashMap, wxHashSet and wxList
2004-12-02  Ryan Nortonbetter name - add newline to end of file for dumber...
2004-12-01  Ryan Nortonadd wxStripExtension test
2004-11-25  Ryan Nortonpatch 1073385
2004-11-24  Ryan Nortondata stream test for extended
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-11-23  Ryan NortonLots and lots and lots of MSVC fixes for archive stuff...
2004-11-22  Włodzimierz SkibaEmpty line at the end.
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Ryan NortonUnicode logic fixes for AddEntries
2004-11-21  Ryan NortonHack around MSVC 6 for forward declarators (from Mike W)
2004-11-21  Ryan NortonwxTextOutputStream::PutChar and text stream test
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-21  Ryan NortonRemove silly include (from me I guess :))
2004-11-21  Ryan NortonMSVC 6 compilo fix
2004-11-12  Włodzimierz SkibaWarning fixes.
2004-11-11  Vadim Zeitlinfixes to ZIP/archive patch (patch 1064426); should...
2004-11-11  Ron LeeAdded gnome files to gtk dist.
2004-11-10  Vadim Zeitlinadded ZIP classes by M.J.Wetherell (patch 1030239)
2004-11-10  Włodzimierz SkibaPatch 1053127 - Test fixes.
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Ryan Nortonfix datetime tests for non-westeurope time zones
2004-11-09  Václav Slavíkmemory corruption fixes
2004-11-09  Václav Slavíkfixed memory deallocation
2004-11-08  Ryan Nortonclean up dust from uri tests
2004-11-08  Ryan Nortonupdate msvc projs manually for changed tests and uri...
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-11-07  Vadim Zeitlinignore VC7 projects
2004-11-04  Włodzimierz SkibaURL conditional and consistent intendation.
2004-11-04  Włodzimierz SkibaURL test needs net lib.
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Václav Slavíkcheck if conversion to UTF7 works
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-18  David ElliottRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
2004-10-17  Vadim Zeitlincompilation fix for Borland
next