2010-10-10 |
Vadim Zeitlin | Move wxList::Member() to pseudo-template base list... |
blob | commitdiff | raw |
2010-04-12 |
Vadim Zeitlin | Fix return value of wxList::insert() in non-STL builds. |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Vadim Zeitlin | Change return type of wxList::Member() to bool. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
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 |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | removed wrong check from splice(it, list, first) |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Vadim Zeitlin | STL build: fix missing const which results in Insert... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Vadim Zeitlin | fix the bug in insert(end(), value) and added unit... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Vadim Zeitlin | remove default value for the last parameter of insert... |
blob | commitdiff | raw | diff to current |
2008-09-18 |
Robert Roebling | Move definition of wxListIteratorFunction and ..SortFun... |
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 |
2008-01-08 |
Robin Dunn | Remove WXDLLIMPEXP_BASE from the declaration of wxList_... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-10-13 |
Robert Roebling | Made wxList no longer inherit from wxObject, no change... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Václav Slavík | copy the list in wxList::operator=(), for consistency... |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Václav Slavík | fixed visiblity attribute warnings in STL build |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Václav Slavík | VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Václav Slavík | compatibility fix: have wxListKey ctors from C strings... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Vadim Zeitlin | move wxKEY_XXX constants to wx/defs.h from wx/list... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Václav Slavík | compilation fix for VC6 with wxUSE_STL=1 |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | don't use the VC6 workaround in wxList with newer versi... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Václav Slavík | initial version of UTF-8 strings representation (still... |
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 |
2006-12-15 |
Vadim Zeitlin | fix compilation with wxUSE_STL=1 for VC6 (and presumabl... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Vadim Zeitlin | fixed operator[] in wxUSE_STL build |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Vadim Zeitlin | added operator[] for STL builds |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Vadim Zeitlin | don't use invalid/uninitialized iterator in wxList... |
blob | commitdiff | raw | diff to current |
2006-04-02 |
Vadim Zeitlin | use proper dllexport declaration with _WX_LIST_HELPER_ |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | reverted return type of wxList method to nodetype ... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | workaround for mingw 3.2.3 DLL build with wxUSE_STL=1 |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | nested iterator classes must be dll-exported |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | made wxList methods return compatibility_iterator inste... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | Made wxList::compatibility_iterator a class in wxUSE_ST... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | return NULL (and not invalid) iterator from compatibili... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | added assert to verify that operands are initialized... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | reuse operator bool() check in compatibility_iterator... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mattia Barbon | DeleteFunction argument should be non-const since it |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Two corrections to const fix |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1392288 ] FIX: Bug 1306671 Build Error... |
blob | commitdiff | raw | diff to current |
2005-11-15 |
Włodzimierz Skiba | Minor cleanings. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-04-07 |
Włodzimierz Skiba | VC++ 1.5 no more supported. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Mattia Barbon | Remove wrong clasing bracket. |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Mattia Barbon | Blind fix for VC6 compilation when wxUSE_STL == 1. |
blob | commitdiff | raw | diff to current |
2005-03-13 |
Mattia Barbon | Fixed compilation for GCC 3.4 when wxUSE_STL == 1. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | compilation fix for VC6 (patch 1158433) |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Mattia Barbon | Use the correct WXDLLIMPEXT declaration for |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Vadim Zeitlin | better compatibility with old wxList in wxUSE_STL=... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | fixed wxList copy ctor (patch 985473) |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Václav Slavík | DLL export fixes (patch 991760) |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | removed spurious semicolon |
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-04-15 |
Dimitri Schoolwerth | improved const-ness of find/Find functions |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Mattia Barbon | Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0 |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Julian Smart | Correcting typo |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Julian Smart | Fix to remove CW/Mac warning |
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-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mattia Barbon | Fixed wrong wxList<T>::compatibility_iterator::GetPre... |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Vadim Zeitlin | suppress warning about not being able to generate copy... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | wxUSE_STL=1 compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | compatibiltiy functions should be inline, we don't... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | define a special PTR version of LIST macros which shoul... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Václav Slavík | dll compilation fix |
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-12 |
Mattia Barbon | Readd wxStringList::Add when wxUSE_STL=1, for compati... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | Further WinCE mods |
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 |
2003-07-02 |
Mattia Barbon | Quick and dirty fix for building with COMPATIBILITY_2... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
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-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
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-15 |
Vadim Zeitlin | added wxList::IsEmpty() |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robert Roebling | Applied wxList::Prepend() patch. |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Vadim Zeitlin | AIX compilation fixes from Paul Thiessen |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList |
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 |
2002-01-07 |
Gilles Depeyrot | implement out-of-line destructors where needed instead... |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Gilles Depeyrot | added missing virtual for overidden function |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-08-01 |
Vadim Zeitlin | applied patch 444915 (warning fixes for gcc 2.95.4) |
blob | commitdiff | raw | diff to current |
next |