2008-10-30 |
Vadim Zeitlin | don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFun... |
blob | commitdiff | raw |
2008-09-15 |
Vadim Zeitlin | use wxSwap() |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | added swap() for the other arrays too (and now committi... |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-01-09 |
Paul Cornett | check for self-assignment in operator= |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | add std::vector-compatible ctors taking array size... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Vadim Zeitlin | added array(size_t count) ctor initializing the array... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Václav Slavík | _WX_DECLARE_OBJARRAY was missing reserve() declaration |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Václav Slavík | use reserve() instead of Alloc() in WX_APPEND_ARRAY... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Vadim Zeitlin | avoid warnings about missing macro parameters (only... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | define arrays of chartoo as the existing ones can't... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | use Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194) |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Włodzimierz Skiba | Minor header cleaning. |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | Alloc() doesn't clear the array any more, for consisten... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robert Roebling | [ 1585253 ] Various important bugfixes to wxFileName... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Stefan Csomor | adding wxArrayDouble for later use in graphics context... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | implemented declared but never defined resize() method |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Włodzimierz Skiba | [ 1216436 ] cleanup 'shadow variable' warnings from... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Vadim Zeitlin | reverted last commit, still broken for VC6 |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | don't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Václav Slavík | wxObjArray::empty() was missing |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Mattia Barbon | Fix for declaring arrays for non-numeric/non-pointer... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >... |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Václav Slavík | added WX_DECLARE_OBJARRAY_WITH_DECL |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Mattia Barbon | various compilation/warning fixes. |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Mattia Barbon | Use correct types for comparison functions in wxArray, |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Mattia Barbon | Move #inclusion of wx/msw/winundef.h for MinGW to... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Vadim Zeitlin | fixed using arrays as nested classes |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | wxSortedArray::Add must return the index of the newly |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | More MSVC fixes . |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Blind fix for MSVC. |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Václav Slavík | reverted |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Václav Slavík | fixed USER_EXPORTED_ARRAY macros |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | fix for VC++ warnings about missing macro arguments |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Vadim Zeitlin | added wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx... |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Václav Slavík | fixed compilation of multilib dll |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-16 |
Vadim Zeitlin | inserted casts allowing to have arrays of function... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | added wxArray::SetCount() |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | removed extra semi colon which provoked CW warnings... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Vadim Zeitlin | added support for add/insert/deleting many items at... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Vadim Zeitlin | fixes to the new pointer array implementation |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Julian Smart | Moved typedef to within public block to avoid compile... |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Vadim Zeitlin | added wxCOMPILE_TIME_ASSERT2() macro allowing to give... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Vadim Zeitlin | fixed passing empty macro argument for VC++ |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | cleaned up the arrays declaration macros and added... |
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-11-18 |
Ron Lee | Don't add -MMD until we are just about ready to build... |
blob | commitdiff | raw | diff to current |
2001-11-17 |
Ron Lee | Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for extern... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
blob | commitdiff | raw | diff to current |
2001-05-20 |
Václav Slavík | fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-01-02 |
Vadim Zeitlin | 1. wxDateTimeHolidayAuthority class for calculating... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Vadim Zeitlin | Remove() -> RemoveAt() |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Vadim Zeitlin | bug in wxArray::Remove() fixed (thanks Robert) |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | RemoveAt() added to array classes |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Vadim Zeitlin | 1. DLL compilation fixes (wrong WXDLLEXPORT placement... |
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-10-01 |
Vadim Zeitlin | wxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h |
blob | commitdiff | raw | diff to current |
1999-08-06 |
Robert Roebling | Distrib things, |
blob | commitdiff | raw | diff to current |
1999-08-05 |
Robert Roebling | Compile fix for dynarray, |
blob | commitdiff | raw | diff to current |
1999-08-02 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode... |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
blob | commitdiff | raw | diff to current |
1999-01-12 |
Vadim Zeitlin | WX_CLEAR_ARRAY() now calls Empty() too |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Vadim Zeitlin | wxObjArray fix (part 2) |
blob | commitdiff | raw | diff to current |
1998-12-29 |
Vadim Zeitlin | added WX_CLEAR_ARRAY() macro to delete all the elements... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | LISTs renamed to OBJARRAYs |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Vadim Zeitlin | wxBaseArray::Shrink() added |
blob | commitdiff | raw | diff to current |
1998-09-14 |
Julian Smart | DLL-related changes |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Robert Roebling | Removed warnings |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-07-17 |
Vadim Zeitlin | fixed compilation problems under Windows |
blob | commitdiff | raw | diff to current |
1998-07-16 |
Vadim Zeitlin | added sorted arrays: they automatically sort items... |
blob | commitdiff | raw | diff to current |
next |