Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / sckaddr.cpp
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-02-13  Vadim Zeitlinfixed SetAddress() for self-assignment (patch 1430703)
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-12  Ryan NortonCYGWIN socket compilation fixes
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2004-01-11  Julian SmartApplied patch [ 837515 ] wxIPaddress + docs patch
2004-01-11  Julian SmartApplied patch [ 842285 ] comparison for wxIPV4address
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinadded wxSocket::IPAddress() (patch 694119)
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-08  Gilles Depeyrotcorrected conditional compilation for Darwin / Mac...
2002-02-24  Vadim Zeitlinonly call GSocket_Init() when needed and do call it...
2002-02-21  Robin DunnFix so the Host: header in wxHTTP really works. With...
2001-11-22  Vadim Zeitlinadded wxSockAddress copy ctor which, in particular...
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-21  Guillermo Rodrigue... GSocket:
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-03-11  Karsten BallüderAnother solaris 2.5 fix.
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-01-29  Robert Roebling Added distribution script
1999-01-26  Karsten BallüderMore compilation fixes for Solaris. :-<
1999-01-26  Karsten Ballüdermore waste of time fixing uncompilable code
1999-01-26  Karsten Ballüdersun compilation fix
1999-01-26  Karsten Ballüdercompilation fixes for solaris
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-01  Stefan Csomormac support as stubs added
1998-12-21  Stefan CsomorCW Win32 support
1998-10-06  Julian SmartFreeBSD patch to sckaddr.cpp; include more files in...
1998-09-28  Karsten BallüderAdded sys/types.h needed for Solaris.
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...