XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / common / url.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-21  Vadim ZeitlinDon't leak m_protocol in wxURL.
2009-08-28  Vadim ZeitlinCompilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-20  Vadim Zeitlindon't use m_useProxy if !wxUSE_PROTOCOL_HTTP (see ...
2008-12-25  Vadim Zeitlinfix wxURL::GetInputStream() for URLs with special chara...
2007-11-09  Vadim Zeitlinforward ported changes in 2.8.7 from WX_2_8_BRNACH
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-11  Kevin HockFix socket crash in wxURL by safely Destroying the...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-28  Vadim Zeitlinmoved wxURL::ConvertToValidURI() and other methods...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-03-10  Vadim ZeitlinUnicode fix after last commit
2005-03-10  Vadim Zeitlinuse wxGetenv() instead of getenv() which doesn't exist...
2005-03-08  Ryan NortonFix crash when using a proxy (m_protocol already gets...
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-01-05  Mattia Barbon Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.
2004-11-05  Włodzimierz SkibaNULL is not bool.
2004-11-05  Ryan Nortonfix for [ 1060093 ] wxURI && wxStringBufferLength part...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-06-19  Vadim Zeitlinfixed memory leak in wxURL when using a proxy
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinhandle as well as in URLs (part of patch 649438)
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-04  Julian SmartIn SetProxy, add 1 to pos when parsing port since other...
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-05-16  Julian SmartApplied patch #421073 (making setup options work)
2001-02-23  Václav Slavíkusing wxURL now enforces linking http.o, ftp.o and...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Stefan NeisAdded include of module.h
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
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-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-07-30  Robin Dunnfixed compiler error
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
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-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-05-26  Guilhem Lavaux* Small fix in wxHTTP::BuildRequest
1999-04-23  Ove KaavenMore fixes to make Borland compile this in Unicode...
1999-02-28  Guilhem Lavaux* Added "--with-sockets" and made wxSocket optionnal.
1999-02-27  Guilhem Lavaux* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
1999-02-27  Guilhem Lavaux* Big memory bug fixed in socket/getline fixed.
1999-01-07  Julian SmartWatcom C++ mods
1998-11-28  Guilhem Lavaux* Fixed some "memory leak"
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-10  Guilhem Lavaux* Bug fix in wxFilter*Stream
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...