The rounded corners look really dumb at this size.
[wxWidgets.git] / samples / sockets /
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-11-23  Gilles Depeyrotcorrected makefiles following suggestion by MBN
2001-11-22  Mattia BarbonFixed/simplified Makefile
2001-10-10  Vadim Zeitlin1. new samples proejct files for VC++
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-28  Gilles Depeyrotreplaced CPPFLAGS with CXXFLAGS following corrections...
2001-08-20  Vadim Zeitlinfixed bug with calling Destroy() on the NULL wxSocket
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2000-11-12  Julian SmartAdded missing VC++ project files
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-03-17  Robert Roebling Small makefile change.
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-15  Guillermo Rodrigue... Fixed typo
2000-03-15  Guillermo Rodrigue... Fixed a endianness stupidity in the sample
2000-03-14  Ron Leeupdated samples makefiles
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-15  Guillermo Rodrigue... ...
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-26  Guillermo Rodrigue... URL test and some comments added
2000-01-25  Ron Leefixed _T typo
2000-01-23  Stefan NeisAdded @PROGRAM_EXT@ as apropriate (hopefully ;-) ).
2000-01-21  Guillermo Rodrigue... Socket sample:
2000-01-19  Guillermo Rodrigue... makefile updates
2000-01-14  Stefan NeisSN: Replaced more ':' in VPATH statements by PATH_IFS...
2000-01-08  Vadim Zeitlinrenaming and moving samples around