2002-01-23 |
Václav Slavík | added length argument to wxString::wxString(wchar_t... |
blob | commitdiff | raw |
2002-01-20 |
Vadim Zeitlin | tried to make wxArrayString(bool autosort) ctor more... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Ron Lee | Added GetStringArray method. |
blob | commitdiff | raw | diff to current |
2001-12-16 |
Václav Slavík | a mistake; djgpp doesn't have vsnprintf at all |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Václav Slavík | DJGPP compilation fixes |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Vadim Zeitlin | don't use wxRegEx in wxString::Matches |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Vadim Zeitlin | fixed bugs in rfind() (patch 481325) |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | fixed wxString::resize() which was completely broken |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Vadim Zeitlin | added base parameter to wxString::To[U]Long |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Vadim Zeitlin | fix for Solaris realloc() which moves the memory block... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Vadim Zeitlin | 1. made description of some options in configure [hopef... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
David Webster | patch fix for a constant definition under OS/2 VA V4.0 |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Vadim Zeitlin | no changes |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Vadim Zeitlin | use wxRegEx if available in wxString::Matches |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | fixed bug in wxString::Matches() - backtrack now if... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | 1. added wxAssertIsEqual() function to be used in wxASS... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-06-05 |
Vadim Zeitlin | applied patch 430452 (mingw32 compilation fixes) |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Vadim Zeitlin | wxString::FormatV() fix (bug 416853) |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Vadim Zeitlin | fix/workaround for Trim() and accented letters |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Vadim Zeitlin | merged in the commit from the 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-07-24 |
Julian Smart | Corrected test for _vsnprintf |
blob | commitdiff | raw | diff to current |
2000-07-22 |
Julian Smart | Cygwin 1.1 mods (main branch) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-23 |
George Tasker | ::IsNumber() returned FALSE if a + or - sign was the... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Ron Lee | fixed test for _vsnprintf |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Vadim Zeitlin | another assert added to check incorrect use of ctor |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Robin Dunn | Minor additions to make working with binary buffers... |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Vadim Zeitlin | 1. bug in wxString::find_first_of() fixed |
blob | commitdiff | raw | diff to current |
2000-01-31 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-28 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Vadim Zeitlin | wxString::find() now works again (was completely broken) |
blob | commitdiff | raw | diff to current |
2000-01-26 |
David Webster | Visualage C++ V4.0 duplicate symbol fixes |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | more stream-like insertion operators |
blob | commitdiff | raw | diff to current |
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 |
next |