]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/gsockmsw.h
make various control names constants of type char, not wxChar, as this is more compat...
[wxWidgets.git] / include / wx / msw / gsockmsw.h
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-10  Ryan NortonFixes & Hacks to make sockets compile on CYGWIN with...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-02-10  Julian SmartApplied patch [ 1119239 ] Adds socket support for Windo...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-06  David ElliottGet rid of inline C compatibility methods
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  Dimitri Schoolwerthmade code slightly more readable
2004-08-06  Dimitri Schoolwerthfixed MSVC6 compiler warning
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottPrepare headers for C->C++ migration
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-15  Guillermo Rodrigue... Forgot to commit this one - changes for wxBase
2000-03-14  Guillermo Rodrigue... Added gsockmsw which now contains all GUI-specific...
2000-01-21  Guillermo Rodrigue... GSocket:
1999-11-15  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net...
1999-11-12  Vadim Zeitlinwarning fixed
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-15  Guillermo Rodrigue... Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__...
1999-09-15  Guillermo Rodrigue... Added _GSOCKET_STANDALONE_ symbol
1999-09-07  Guillermo Rodrigue... Header file for MSW GSocket