2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
blob | commitdiff | raw |
2011-01-20 |
Stefan Csomor | using explicit fixes #12689 |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Paul Cornett | proper const-ness for Item(), operator[](), and Last() |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Fix file paths in the header comments. |
blob | commitdiff | raw | diff to current |
2010-06-17 |
Václav Slavík | Make the wxArrayString(int) ctor explicit. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Vadim Zeitlin | make wxSortedArrayString::Sort() and Insert() private... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Vadim Zeitlin | don't use template assign() with VC6, even though it... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-11-17 |
Vadim Zeitlin | implement const rbegin/rend() versions (closes #3866) |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Vadim Zeitlin | use wxSwap() |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Vadim Zeitlin | added wxArrayString::swap() |
blob | commitdiff | raw | diff to current |
2008-09-01 |
Vadim Zeitlin | define wxStringSortAscneding/Descending() even in non... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Vadim Zeitlin | fix wxUSE_STL compilation after latest changes |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Vadim Zeitlin | use std::sort() instead of qsort() to implement wxArray... |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Vadim Zeitlin | use size_t instead of unsigned int to avoid MSVC warnin... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Václav Slavík | STL compilation fix |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Václav Slavík | ANSI+Unicode compatibility fixes to wxArrayString |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
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 |
2007-03-19 |
Václav Slavík | fixed missing ; after class declaration |
blob | commitdiff | raw | diff to current |
2007-03-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Václav Slavík | changed wxArrayString::m_pItems from wxChar* to const... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Mattia Barbon | Correct wxArrayString::Add return value as per the... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Włodzimierz Skiba | Old API deprecated. Use new and remove old usage where... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Mattia Barbon | Change FIXME in TODO and clarify its meaning. |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Mattia Barbon | Unhide function from superclass. |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Mattia Barbon | Added compatibility functions for wxUSE_STL = 1: |
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-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Mattia Barbon | Moved wxArrayString::GetStringArray() out of |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Julian Smart | WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | added missing wxCMPFUNC_CONVs (patch 820862) |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1... |
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-12 |
Mattia Barbon | Multilib linking fixes. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | Use correct export directive for multilib. |
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 | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
|