Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / sockets / client.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-17  Vadim ZeitlinFix wrong format specifiers in the samples.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-02  Vadim Zeitlindon't use WaitOnConnect(), it doesn't make sense to...
2009-05-09  Vadim Zeitlinadded UDP test (see #10717)
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-01-02  Vadim Zeitlinadd accelerators for the other menu commands; plug...
2008-12-30  Vadim Zeitlincompilation fix for g++ which doesn't like using wxLogM...
2008-12-30  Vadim Zeitlinprettify and simplify the URL test; use a URL more...
2008-12-30  Vadim Zeitlinfix compilation due to the fact that wx/socket.h no...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-11-18  Vadim Zeitlinfix unused parameter warning after last change
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-10-31  Vadim Zeitlinreplaced a wrong _() with _T() (small part of patch...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-02  Julian SmartUse standard ids
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-22  Julian SmartApplied patch [ 1185150 ] Socket sample: writing to...
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2005-02-17  Ryan Nortonuse without url
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-02  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-05-25  Julian SmartMore name changes
2003-08-04  Vadim Zeitlin(Open Watcom but not only) compilation warning fixes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2000-03-17  Robert Roebling Small makefile change.
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-15  Guillermo Rodrigue... Fixed a endianness stupidity in the sample
2000-03-14  Guillermo Rodrigue... Changed Socket() and SocketEvent() to Get... in the...
2000-03-12  Robert Roebling Added debuf printf()s to GSocket,
2000-03-11  Vadim Zeitlinsome warnings fixed
2000-03-08  Guillermo Rodrigue... All IO calls take void* instead of char*
2000-03-04  Guillermo Rodrigue... Ops
2000-03-04  Guillermo Rodrigue... Oh well..
2000-03-04  Guillermo Rodrigue... Fixed (my own) stupidity in Connect() mini-tutorial...
2000-03-03  Guillermo Rodrigue... small mods
2000-02-29  Guillermo Rodrigue... Added some safety checks
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-01-26  Guillermo Rodrigue... URL test and some comments added
2000-01-25  Ron Leefixed _T typo
2000-01-21  Guillermo Rodrigue... Socket sample:
2000-01-08  Vadim Zeitlinrenaming and moving samples around