A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / common / uri.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-07  Vadim ZeitlinNo real changes, just fix some typos in comments.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-01-21  Vadim Zeitlinfix wxURI::GetUser() for URIs without password; added...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-20  Vadim Zeitlincompilation fix for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-06-06  Vadim Zeitlinremove another unnecessary memcpy() of string contents...
2008-06-06  Vadim Zeitlinremove unnecessary memcpy() of string contents to wxStr...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2005-12-14  David Surovellremoved patch 1373127
2005-12-05  David Surovellapplied patch 1373127
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-28  Vadim Zeitlinmoved wxURL::ConvertToValidURI() and other methods...
2005-06-07  Vadim Zeitlinfix for fixing of escape sequences (patch 1213416)
2005-04-03  Ryan NortonUpdate wxURI for RFC 3986
2005-03-07  Vadim Zeitlinfix evaluation order bug (patch 1158099)
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-02-16  Dimitri Schoolwerthminor typo fixes
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-01-17  Włodzimierz SkibaMinGW fixes.
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2004-12-16  Włodzimierz SkibaFixed typo.
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-11-11  Ryan Nortonfix some comp errors on DMC
2004-11-08  Włodzimierz SkibaUnfortunatelly compiler does not know which bits play...
2004-11-06  Ryan Nortonin unescape add normal characters in addition to unesca...
2004-11-05  Włodzimierz SkibaStill needs a typecasting to please warning about loosi...
2004-11-04  Ryan Nortonslightly nicer workaround for pickier compiler warning
2004-11-04  Włodzimierz SkibaWarning fix.
2004-11-04  Ryan Nortonwxstringbufferlen stl fixup
2004-10-31  Ryan Nortonbecause gcc is dumb and can't tell the difference betwe...
2004-10-30  Ryan Nortonrestore ConvertToValidURI to prev. version for bw compa...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Włodzimierz SkibaBorland warning fix.
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-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...