replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / include / wx / ctrlsub.h
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-07-31  Vadim Zeitlinadded WXDLLEXPORT to the (empty) wxControlWithItems...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-05-06  Vadim Zeitlinadded InitCommandEventWithItems() and call it from...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2005-12-23  Vadim Zeitlinadded wxRTTI macros to wxControlWithItems: it's not...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-13  Vadim Zeitlindon't duplicate wxItemContainer methods in wxRadioBoxBa...
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Vadim Zeitlinoverride SetInitialBestSize() to do nothing (we must...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-20  Vadim Zeitlinfix after patch 802882
2003-08-18  Stefan Csomorrtti api mods added
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Chris Elliottborland does not like ; at end of macros
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-01  Vadim Zeitlinadded IsEmpty
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-11  Gilles Depeyrotadded wxControlWithItems constructor/destructor (for...
2002-01-20  Vadim Zeitlinadded Append(wxArrayString) to wxItemContainer (and...
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-02  Vadim Zeitlinminor WXWIN_COMPATIBILITY_2_2 fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...