Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / tests / net /
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.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-03-11  Vadim Zeitlindisable IPC test completely as it prevents the test...
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-04  Vadim Zeitlindisable the test under Windows as it hangs and prevents...
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...
2008-09-12  Vadim Zeitlinfix crash under MSW due to constructing a static wxDDEC...
2008-07-14  Vadim Zeitlinonly initialize sockets if IPC implementation is socket...
2008-07-14  Vadim ZeitlinPCH-less build fix
2008-07-14  Vadim Zeitlinadded a simple IPC unit test