wxChoiceDialog fix.
[wxWidgets.git] / src / common / string.cpp
1999-06-29  Robert Roebling wxChoiceDialog fix.
1999-06-28  Vadim Zeitlinwhy cvs thinks that I modified these files?
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-14  Ove KaavenExplicit casting/instantiation to resolve ambiguous...
1999-06-14  Ove KaavenUnicode needs the 'experimental' printf, so define...
1999-06-09  Karsten Ballüdercompilation fixes
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-20  Ove KaavenUnicode compilation fix for find_*_of()
1999-05-18  Brian MacyFixed some compile errors
1999-05-17  Vadim Zeitlinfind_first/last_[not]_of() functions added
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-09  Julian SmartMisc. fixes
1999-04-30  Ove KaavenShould compile better if wchar_t is not available.
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Ove KaavenChanged capitalization style of wxConv*
1999-04-25  Ove KaavenImplemented UTF-8 encoding.
1999-04-24  Ove KaavenFixed bug in wxConv_local.
1999-04-24  Ove KaavenSmall bugfix for wxString::Printf regarding %hs...
1999-04-24  Ove KaavenConstructor should survive getting passed a null pointe...
1999-04-17  Ove KaavenDefer retrieval of LANG env var, too. No memory management
1999-04-16  Ove KaavenwxLoadCharacterSets() now appears to work (was a bit...
1999-04-15  Ove KaavenDefer loading of character sets, and some anti-crash...
1999-04-15  Ove KaavenRight-o, wxConv_local does cause some weird crashes...
1999-04-15  Vadim ZeitlinGTK 1.0.x compilation fix
1999-04-15  Ove KaavenImplemented wxArrayString::Shrink() and stuff.
1999-04-14  Ove KaavenIf you look at the conversion and character set code...
1999-04-14  Ove KaavenwxConv classes and instances, including wxConv_gdk.
1999-04-13  Ove KaavenUnicode-mode typos in string.cpp (where did they sudden...
1999-04-12  Ove KaavenBIG glitch.
1999-04-12  Ove KaavenUnicode support for wxString (wxchar.cpp won't compile...
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-03-01  Vadim ZeitlinwxCriticalSection changes undone - should work now
1999-02-19  Vadim Zeitlinsome minor fixes for DEC CXX compilation
1999-02-09  Vadim ZeitlinwxArrayString::Sort() implemented
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-04  Julian Smart*** empty log message ***
1999-02-04  Vadim Zeitlinsome compilation "enhancements"
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-31  Julian SmartAdded a few files; fixed some warnings and wxMotif...
1999-01-31  Julian SmartSome corrections for BC++ compilation; Latex doc correc...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-14  Vadim Zeitlincompilation fix
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-12  Vadim Zeitlinchanged #ifdef wxUSE_XXX into #if wxUSE_XXX
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-05  Vadim Zeitlinbug in wxString::Printf() corrected (the length of...
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-17  Vadim ZeitlinwxString::Truncates() now doesn't change the sharied...
1998-11-28  Vadim Zeitlintoolbar tooltips fix
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-26  Vadim Zeitlinvsprintf() is ANSI so there is normally no need to...
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-25  Karsten Ballüderfixed the vsprintf() problem once and for all
1998-11-25  Julian SmartVarious fixes.
1998-11-24  Vadim Zeitlin1. Empty() now doesn't free memory - Clear() does
1998-10-16  Unknown (UG)no message
1998-10-12  Julian SmartChanges related to stream includes
1998-10-05  Vadim ZeitlinAdded --with-unicode (not used yet) and --with-wcsrtomb...
1998-10-03  Vadim Zeitlinbogus assert removed, optimized (and removed a bug...
1998-09-30  Vadim Zeitlinfixed wxString::Mid() bug
1998-09-17  Vadim Zeitlincorrected a bug in ConcatSelf() induced by the latest...
1998-09-17  Vadim Zeitlinfixed 64but bug with g_strEmpty initialization
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Vadim Zeitlincalling insert("") would provoke an assert - now it...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-08  Vadim Zeitlinextra memory amount allocated for string data reduced...
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlincouple of minor bug fixes/enhancements (interface uncha...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-23  Vadim Zeitlina warning in the release build suppressed
1998-07-20  Vadim Zeitlincorrected bug in wxArrayString::operator= and it's...
1998-07-18  Vadim Zeitlinseveral bugs fixes
1998-07-17  Vadim Zeitlincorrect (working) version of wxString
1998-07-15  Vadim Zeitlinoptimizations: more functions made inline, added Alloc...
1998-07-12  Vadim Zeitlinadded missing UngetWriteBuf() in wxString::insert
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-08  Vadim ZeitlinMatches() and UngetWriteBuf() added, several asserts...
1998-06-26  Vadim Zeitlincorrected "of by 1" error in wxString::insert()
1998-06-24  Vadim Zeitlinmisleading wxASSERT() corrected
1998-06-22  Julian SmartRemoved Scanf, Scanfv
1998-06-22  Julian SmartAdded more flags to resource.cpp, #ifdefed out ScanfV...
1998-06-22  Vadim ZeitlinwxString::Scanf() removed because can't be implemented...
1998-06-18  Vadim Zeitlin1) Right(char ch) now returns the part of the string...
1998-06-16  Vadim Zeitlin"-1" index error in wxString::Before fixed
1998-05-27  Julian SmartChanges to help with Win16 compilation.
1998-05-20  Karsten BallüderInitial revision