Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / buffer.h
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-02-28  Vadim ZeitlinMake it possible to use wxCharBuffer during program...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-14  Václav Slavík(blind) fix for VC6s' warning about non-dll base templa...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-28  Václav Slavíkdon't duplicate copy ctor and assignment operator code...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-17  Chris Elliottfix for Borland compilation
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinresolve the DLL linking problems with MSVC due to use...
2008-10-30  Vadim Zeitlinfix linking problems due to MSVC implicitly considering...
2008-08-20  Václav Slavíkre-fix MinGW DLL compilation
2008-08-18  Vadim Zeitlindon't use WXDLLIMPEXP_BASE_DATA() around member data...
2008-08-12  Václav Slavíkmade wxCharTypeBuffer<T>::release() const again, for...
2008-08-10  Václav SlavíkDLLs linking fix wxCharTypeBuffer<T>::NullData
2008-08-10  Václav Slavíkadded refcounting to wxCharBuffer to fix passing of...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2007-12-01  Vadim Zeitlintest for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition...
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_BASE for a couple of template classes...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-04-19  Václav Slavíkadded missing forward declaration for wxCStrData
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
2007-04-14  Václav Slavíkadded ability to create 'non-owned' buffers that aren...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-30  Václav Slavíkadded missing public keyword to wxWritableCharTypeBuffe...
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-23  Vadim Zeitlinfix DLL build with MSVC: it wasn't happy that some...
2007-03-22  Václav Slavíkreimplemented wx[W]CharBuffer using templates
2007-03-19  Vadim Zeitlinadded ctor for wxChar/WCharBuffer from wxCStrData in...
2006-04-10  Vadim Zeitlinadded wxWxCharBuffer which stands for buffer of wxChars
2006-04-02  Vadim Zeitlinadded wxBuffer::reset()
2006-04-01  Vadim Zeitlinadded extend() method which realloc()s the buffer
2006-03-31  Vadim Zeitlindefault ctor should create an empty/uninitialized buffe...
2005-10-29  Vadim Zeitlinrenamed BLOCK_SIZE which conflicts with a #define in...
2005-09-24  Vadim Zeitlinmissing const added (patch 1295036)
2005-04-16  Robin DunnAllow wxCharBuffer to be constructed without parameters...
2004-08-30  Václav Slavíkdllexport buffer classes used by wxString
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-15  Vadim Zeitlininclude stdlib.h to get malloc/free decl
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-10  Vadim Zeitlintried to clean strdup() mess: we now have wxStrdup...
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Vadim Zeitlinuse wxWcslen() instead of wcslen() which isn't always...
2002-08-20  Vadim Zeitlindon't initialize m_str twice in wxCharBuffer ctor
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-20  Robin DunnDecided I need copy and assignment afterall
2002-03-13  Robin DunnSwitched to DECLARE_NO_COPY_CLASS
2002-03-13  Robin DunnAdded wxMemoryBuffer which is essentiall just a growabl...
2002-01-25  Václav Slavíkreverted from wxStrdup back to strdup -- sorry SC,...
2002-01-20  Stefan Csomorchanged to wxStrdup, since strdup is not guaranteed...
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartSome C++Builder fixes
2000-02-11  Julian SmartSome BC++ 5.4 fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-04-22  Ove KaavenAdded operator[] (read-only of course). Borland C+...
1999-04-20  Ove Kaaven...and my Linux doesn't have wcstr.h. (Including of...
1999-04-20  Karsten Ballüdertypos fixed
1999-04-19  Julian SmartFixed wxPostScript printing problem (used wrong constru...
1999-04-19  Ove KaavenAttempts to make this wchar_t business compile with...
1999-04-18  Ove Kaaven...for both buffer types...
1999-04-18  Ove KaavenOops. The typecasting was interpreted as a constructor...
1999-04-12  Ove KaavenAdded allocation constructor (makes it easy to convert...
1999-04-12  Vadim Zeitlinauto buffer class(es)