1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode...
[wxWidgets.git] / include / wx / buffer.h
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)