| 2000-01-05 |  Vadim Zeitlin | more stream-like insertion operators | blob | commitdiff | raw | 
| 1999-12-30 |  Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... | blob | commitdiff | raw | diff to current | 
| 1999-12-24 |  Václav Slavík | fixed bug in wxString::DoCopy - it called Sort on alrea... | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | added support for width and flags in wxDateTime::Format() | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | wxString::Format() added | blob | commitdiff | raw | diff to current | 
| 1999-12-21 |  Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... | blob | commitdiff | raw | diff to current | 
| 1999-12-20 |  Julian Smart | Mostly Mingw32/Cygwin corrections | blob | commitdiff | raw | diff to current | 
| 1999-12-10 |  Vadim Zeitlin | wxString::substr() bug fixed | blob | commitdiff | raw | diff to current | 
| 1999-11-30 |  Vadim Zeitlin | wxDateTime starting to work, more tests for it and... | blob | commitdiff | raw | diff to current | 
| 1999-11-27 |  Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Ron Lee | enabled _vsnprintf for mingw with norlander headers | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Vadim Zeitlin | optimisation in wxString::AllocBeforeWrite() - realloc... | blob | commitdiff | raw | diff to current | 
| 1999-11-15 |  Vadim Zeitlin | wxSnprintf() and wxVsnprintf() added, documented and... | blob | commitdiff | raw | diff to current | 
| 1999-11-02 |  Vadim Zeitlin | include <wx/...> => include "wx/..." | blob | commitdiff | raw | diff to current | 
| 1999-10-29 |  Sylvain Bougnoux | Add operator << (ostream&, const wxString&) | blob | commitdiff | raw | diff to current | 
| 1999-10-22 |  Vadim Zeitlin | 1. some fixes for wxSortedArrayString | blob | commitdiff | raw | diff to current | 
| 1999-10-22 |  Vadim Zeitlin | 1. made wxBase compile/link/run again under Unix | blob | commitdiff | raw | diff to current | 
| 1999-10-08 |  Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... | blob | commitdiff | raw | diff to current | 
| 1999-10-04 |  Vadim Zeitlin | many changes; major ones: | blob | commitdiff | raw | diff to current | 
| 1999-09-29 |  Vadim Zeitlin | 1. added a brief overview of Unicode support | blob | commitdiff | raw | diff to current | 
| 1999-08-08 |  Robert Roebling | Added strconv | blob | commitdiff | raw | diff to current | 
| 1999-08-02 |  Vadim Zeitlin | 1. minor headers rearrangement: wxprec.h doesn't includ... | blob | commitdiff | raw | diff to current | 
| 1999-08-02 |  David Webster | *** empty log message *** | blob | commitdiff | raw | diff to current | 
| 1999-06-29 |  Robert Roebling | wxChoiceDialog fix. | blob | commitdiff | raw | diff to current | 
| 1999-06-28 |  Vadim Zeitlin | why cvs thinks that I modified these files? | blob | commitdiff | raw | diff to current | 
| 1999-06-14 |  Robert Roebling | Added zillions of #if wxUSE_XXX | blob | commitdiff | raw | diff to current | 
| 1999-06-14 |  Ove Kaaven | Explicit casting/instantiation to resolve ambiguous... | blob | commitdiff | raw | diff to current | 
| 1999-06-14 |  Ove Kaaven | Unicode needs the 'experimental' printf, so define... | blob | commitdiff | raw | diff to current | 
| 1999-06-09 |  Karsten Ballüder | compilation fixes | blob | commitdiff | raw | diff to current | 
| 1999-06-01 |  Vadim Zeitlin | new makefiles (part I) | blob | commitdiff | raw | diff to current | 
| 1999-05-20 |  Ove Kaaven | Unicode compilation fix for find_*_of() | blob | commitdiff | raw | diff to current | 
| 1999-05-18 |  Brian Macy | Fixed some compile errors | blob | commitdiff | raw | diff to current | 
| 1999-05-17 |  Vadim Zeitlin | find_first/last_[not]_of() functions added | blob | commitdiff | raw | diff to current | 
| 1999-05-11 |  Vadim Zeitlin | unused parameter warnings suppressed | blob | commitdiff | raw | diff to current | 
| 1999-05-09 |  Julian Smart | Misc. fixes | blob | commitdiff | raw | diff to current | 
| 1999-04-30 |  Ove Kaaven | Should compile better if wchar_t is not available. | blob | commitdiff | raw | diff to current | 
| 1999-04-26 |  Robert Roebling | added check for GTK 1.2 | blob | commitdiff | raw | diff to current | 
| 1999-04-26 |  Ove Kaaven | Changed capitalization style of wxConv* | blob | commitdiff | raw | diff to current | 
| 1999-04-25 |  Ove Kaaven | Implemented UTF-8 encoding. | blob | commitdiff | raw | diff to current | 
| 1999-04-24 |  Ove Kaaven | Fixed bug in wxConv_local. | blob | commitdiff | raw | diff to current | 
| 1999-04-24 |  Ove Kaaven | Small bugfix for wxString::Printf regarding %hs... | blob | commitdiff | raw | diff to current | 
| 1999-04-24 |  Ove Kaaven | Constructor should survive getting passed a null pointe... | blob | commitdiff | raw | diff to current | 
| 1999-04-17 |  Ove Kaaven | Defer retrieval of LANG env var, too. No memory management | blob | commitdiff | raw | diff to current | 
| 1999-04-16 |  Ove Kaaven | wxLoadCharacterSets() now appears to work (was a bit... | blob | commitdiff | raw | diff to current | 
| 1999-04-15 |  Ove Kaaven | Defer loading of character sets, and some anti-crash... | blob | commitdiff | raw | diff to current | 
| 1999-04-15 |  Ove Kaaven | Right-o, wxConv_local does cause some weird crashes... | blob | commitdiff | raw | diff to current | 
| 1999-04-15 |  Vadim Zeitlin | GTK 1.0.x compilation fix | blob | commitdiff | raw | diff to current | 
| 1999-04-15 |  Ove Kaaven | Implemented wxArrayString::Shrink() and stuff. | blob | commitdiff | raw | diff to current | 
| 1999-04-14 |  Ove Kaaven | If you look at the conversion and character set code... | blob | commitdiff | raw | diff to current | 
| 1999-04-14 |  Ove Kaaven | wxConv classes and instances, including wxConv_gdk. | blob | commitdiff | raw | diff to current | 
| 1999-04-13 |  Ove Kaaven | Unicode-mode typos in string.cpp (where did they sudden... | blob | commitdiff | raw | diff to current | 
| 1999-04-12 |  Ove Kaaven | BIG glitch. | blob | commitdiff | raw | diff to current | 
| 1999-04-12 |  Ove Kaaven | Unicode support for wxString (wxchar.cpp won't compile... | blob | commitdiff | raw | diff to current | 
| 1999-03-25 |  Vadim Zeitlin | AIX patches from Hans-Joachim Baader <hans-joachim... | blob | commitdiff | raw | diff to current | 
| 1999-03-12 |  Vadim Zeitlin | more things are done by configure: checks for bool... | blob | commitdiff | raw | diff to current | 
| 1999-03-01 |  Vadim Zeitlin | wxCriticalSection changes undone - should work now | blob | commitdiff | raw | diff to current | 
| 1999-02-19 |  Vadim Zeitlin | some minor fixes for DEC CXX compilation | blob | commitdiff | raw | diff to current | 
| 1999-02-09 |  Vadim Zeitlin | wxArrayString::Sort() implemented | blob | commitdiff | raw | diff to current | 
| 1999-02-09 |  Julian Smart | Added more makefiles; fixed some samples for Cygwin | blob | commitdiff | raw | diff to current | 
| 1999-02-04 |  Julian Smart | *** empty log message *** | blob | commitdiff | raw | diff to current | 
| 1999-02-04 |  Vadim Zeitlin | some compilation "enhancements" | blob | commitdiff | raw | diff to current | 
| 1999-02-03 |  Vadim Zeitlin | _MSC_VER => __VISUALC__ change | blob | commitdiff | raw | diff to current | 
| 1999-01-31 |  Julian Smart | Added a few files; fixed some warnings and wxMotif... | blob | commitdiff | raw | diff to current | 
| 1999-01-31 |  Julian Smart | Some corrections for BC++ compilation; Latex doc correc... | blob | commitdiff | raw | diff to current | 
| 1999-01-24 |  Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... | blob | commitdiff | raw | diff to current | 
| 1999-01-19 |  Julian Smart | Some changes in a vain attempt to make Salford C++... | blob | commitdiff | raw | diff to current | 
| 1999-01-14 |  Vadim Zeitlin | compilation fix | blob | commitdiff | raw | diff to current | 
| 1999-01-14 |  Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND | blob | commitdiff | raw | diff to current | 
| 1999-01-12 |  Vadim Zeitlin | changed #ifdef wxUSE_XXX into #if wxUSE_XXX | blob | commitdiff | raw | diff to current | 
| 1999-01-07 |  Julian Smart | Doc & Symantec C++ fixes | blob | commitdiff | raw | diff to current | 
| 1999-01-05 |  Vadim Zeitlin | bug in wxString::Printf() corrected (the length of... | blob | commitdiff | raw | diff to current | 
| 1998-12-30 |  Julian Smart | Updated the Remstar ODBC files, got the db sample compi... | blob | commitdiff | raw | diff to current | 
| 1998-12-28 |  Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... | blob | commitdiff | raw | diff to current | 
| 1998-12-17 |  Vadim Zeitlin | wxString::Truncates() now doesn't change the sharied... | blob | commitdiff | raw | diff to current | 
| 1998-11-28 |  Vadim Zeitlin | toolbar tooltips fix | blob | commitdiff | raw | diff to current | 
| 1998-11-28 |  Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... | blob | commitdiff | raw | diff to current | 
| 1998-11-26 |  Vadim Zeitlin | vsprintf() is ANSI so there is normally no need to... | blob | commitdiff | raw | diff to current | 
| 1998-11-26 |  Vadim Zeitlin | some sprintf()s replaced with wxString::Printf | blob | commitdiff | raw | diff to current | 
| 1998-11-25 |  Julian Smart | Various wxMotif changes including size optimisation... | blob | commitdiff | raw | diff to current | 
| 1998-11-25 |  Karsten Ballüder | fixed the vsprintf() problem once and for all | blob | commitdiff | raw | diff to current | 
| 1998-11-25 |  Julian Smart | Various fixes. | blob | commitdiff | raw | diff to current | 
| 1998-11-24 |  Vadim Zeitlin | 1. Empty() now doesn't free memory - Clear() does | blob | commitdiff | raw | diff to current | 
| 1998-10-16 |  Unknown (UG) | no message | blob | commitdiff | raw | diff to current | 
| 1998-10-12 |  Julian Smart | Changes related to stream includes | blob | commitdiff | raw | diff to current | 
| 1998-10-05 |  Vadim Zeitlin | Added --with-unicode (not used yet) and --with-wcsrtomb... | blob | commitdiff | raw | diff to current | 
| 1998-10-03 |  Vadim Zeitlin | bogus assert removed, optimized (and removed a bug... | blob | commitdiff | raw | diff to current | 
| 1998-09-30 |  Vadim Zeitlin | fixed wxString::Mid() bug | blob | commitdiff | raw | diff to current | 
| 1998-09-17 |  Vadim Zeitlin | corrected a bug in ConcatSelf() induced by the latest... | blob | commitdiff | raw | diff to current | 
| 1998-09-17 |  Vadim Zeitlin | fixed 64but bug with g_strEmpty initialization | blob | commitdiff | raw | diff to current | 
| 1998-08-23 |  Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... | blob | commitdiff | raw | diff to current | 
| 1998-08-22 |  Vadim Zeitlin | calling insert("") would provoke an assert - now it... | blob | commitdiff | raw | diff to current | 
| 1998-08-18 |  Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... | blob | commitdiff | raw | diff to current | 
| 1998-08-08 |  Vadim Zeitlin | extra memory amount allocated for string data reduced... | blob | commitdiff | raw | diff to current | 
| 1998-08-08 |  Denis Pershin | DP: | blob | commitdiff | raw | diff to current | 
| 1998-08-07 |  Vadim Zeitlin | couple of minor bug fixes/enhancements (interface uncha... | blob | commitdiff | raw | diff to current | 
| 1998-08-07 |  Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... | blob | commitdiff | raw | diff to current | 
| 1998-07-27 |  Robert Roebling | wxFrame::SetIcon() | blob | commitdiff | raw | diff to current | 
| 1998-07-23 |  Vadim Zeitlin | a warning in the release build suppressed | blob | commitdiff | raw | diff to current | 
| 1998-07-20 |  Vadim Zeitlin | corrected bug in wxArrayString::operator= and it's... | blob | commitdiff | raw | diff to current | 
| 1998-07-18 |  Vadim Zeitlin | several bugs fixes | blob | commitdiff | raw | diff to current | 
| next |