Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / uris /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2010-06-02  Francesco Montorsidisable FTPTestCase by default.
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-01  Francesco Montorsiadd wxURL::GetInputStream test unit; add a global IsNet...
2009-01-21  Vadim Zeitlinfix wxURI::GetUser() for URIs without password; added...
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Vadim Zeitlinintroduced more convenient and readable URI_ASSERT_XXX_...
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-18  Vadim Zeitlinsimplify the test, don't reuse the same macro for diffe...
2008-05-30  Vadim Zeitlindisable test using network by default as it's not avail...
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2006-11-10  Vadim Zeitlindisable bogus test
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2005-10-15  Michael WetherellTemporarily disable test that takes a long time to...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-07  Vadim Zeitlinadded tests of more URLs in URITestCase::URLCompat()
2005-06-07  Vadim Zeitlinfix for fixing of escape sequences (patch 1213416)
2005-03-19  Mattia Barbon Correct compilation conditions for wxURL::SetProxy.
2005-03-14  Włodzimierz SkibaUnicode fix.
2005-03-14  Ryan Norton"test" for testing a [fixed] proxy crash (from last...
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
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-04  Włodzimierz SkibaURL conditional and consistent intendation.
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...