removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / dynarray.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2006-11-24  Vadim Zeitlinavoid warnings about missing macro parameters (only...
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-11-04  Vadim Zeitlinuse Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)
2006-10-30  Włodzimierz SkibaMinor header cleaning.
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-09-28  Stefan Csomoradding wxArrayDouble for later use in graphics context...
2006-05-04  Vadim Zeitlinimplemented declared but never defined resize() method
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-08  Włodzimierz Skiba[ 1216436 ] cleanup 'shadow variable' warnings from...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2004-11-08  Vadim Zeitlinreverted last commit, still broken for VC6
2004-10-20  Vadim Zeitlindon't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-06-28  Václav SlavíkwxObjArray::empty() was missing
2004-06-20  Mattia Barbon Fix for declaring arrays for non-numeric/non-pointer...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkcompilation fixes for win32 dll+multilib
2003-08-03  Václav Slavíkadded WX_DECLARE_OBJARRAY_WITH_DECL
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-17  Mattia Barbon Use correct types for comparison functions in wxArray,
2003-07-13  Mattia Barbon Move #inclusion of wx/msw/winundef.h for MinGW to...
2003-07-11  Vadim Zeitlinfixed using arrays as nested classes
2003-07-10  Mattia Barbon wxSortedArray::Add must return the index of the newly
2003-07-08  Mattia Barbon More MSVC fixes .
2003-07-08  Mattia Barbon Blind fix for MSVC.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-06  Václav Slavíkreverted
2003-07-06  Václav Slavíkfixed USER_EXPORTED_ARRAY macros
2003-07-06  Vadim Zeitlinfix for VC++ warnings about missing macro arguments
2003-07-05  Vadim Zeitlinadded wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx...
2003-07-03  Václav Slavíkfixed compilation of multilib dll
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-16  Vadim Zeitlininserted casts allowing to have arrays of function...
2003-01-25  Vadim Zeitlinadded wxArray::SetCount()
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Vadim Zeitlinremoved extra semi colon which provoked CW warnings...
2002-04-26  Vadim Zeitlinadded support for add/insert/deleting many items at...
2002-03-06  Vadim Zeitlinfixes to the new pointer array implementation
2002-03-06  Julian SmartMoved typedef to within public block to avoid compile...
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-02-07  Vadim Zeitlinadded wxCOMPILE_TIME_ASSERT2() macro allowing to give...
2002-02-07  Vadim Zeitlinfixed passing empty macro argument for VC++
2002-02-06  Vadim Zeitlincleaned up the arrays declaration macros and added...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-18  Ron LeeDon't add -MMD until we are just about ready to build...
2001-11-17  Ron LeeAdded WX_DEFINE_*_USER_EXPORTED_ARRAY macros for extern...
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-05-20  Václav Slavíkfixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
1999-11-18  Vadim ZeitlinRemove() -> RemoveAt()
1999-11-18  Vadim Zeitlinbug in wxArray::Remove() fixed (thanks Robert)
1999-11-16  Vadim ZeitlinRemoveAt() added to array classes
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim ZeitlinwxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h
1999-08-06  Robert Roebling Distrib things,
1999-08-05  Robert Roebling Compile fix for dynarray,
1999-08-02  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-06-13  Vadim ZeitlinWXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-12  Vadim ZeitlinWX_CLEAR_ARRAY() now calls Empty() too
1999-01-09  Vadim ZeitlinwxObjArray fix (part 2)
1998-12-29  Vadim Zeitlinadded WX_CLEAR_ARRAY() macro to delete all the elements...
1998-11-24  Vadim ZeitlinLISTs renamed to OBJARRAYs
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-18  Vadim ZeitlinwxBaseArray::Shrink() added
1998-09-14  Julian SmartDLL-related changes
1998-09-12  Robert Roebling Removed warnings
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim Zeitlinadded sorted arrays: they automatically sort items...
1998-07-08  Vadim ZeitlinLast() function added (the same as Item(Count() - 1))
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-05  Vadim ZeitlinBool replaced by bool (I hope I got it right this time!)
1998-05-20  Karsten BallüderInitial revision