Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / net / socket.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-09-30  Vadim ZeitlinAdd per-direction wxSocket wait flags and byte counters.
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-01-16  Vadim Zeitlincompilation fixes for 64 bit platforms
2008-12-30  Vadim Zeitlinfix memory leak in URL test
2008-12-30  Vadim Zeitlinrun wxURL test both with and without the event loop too
2008-12-30  Vadim Zeitlinadded wxURL test
2008-12-27  Vadim Zeitlinmake the test really use the event loop in its second...
2008-12-26  Vadim Zeitlintest sockets both with and without event loop
2008-11-23  Vadim Zeitlinfix (harmless) VC7 warnings about auto_ptr assignment
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-10-12  Vadim Zeitlincreate local event loop for the operations which need...
2008-10-12  Vadim ZeitlinwxUSE_STL compilation fix
2008-10-12  Vadim Zeitlindon't allocate a too big buffer on stack
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...