]> git.saurik.com Git - wxWidgets.git/history - src/common/uri.cpp
fix evaluation order bug (patch 1158099)
[wxWidgets.git] / src / common / uri.cpp
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...