don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / gtk / choice.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-12  Robert Roebling#4479: wx.ComboBox needs a SetFont method
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-30  Vadim ZeitlinGetCurrentSelection() was documented but not present...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-25  Vadim ZeitlinMany changes:
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...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Vadim Zeitlinadded GetCurrentSelection(); made GetSelection() behave...
2005-08-02  Michael WetherellAdd import/export attributes
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-06  Robert Roebling Apply choice patch for proper handling of clearing
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2003-07-08  Robert Roebling Upported mouse click detection change for wxChoice.
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-19  Robert Roebling Added size hints to dialog,
1999-10-18  Vadim ZeitlinwxControl and wxChoice derive from the base classes...
1999-10-11  Robert Roebling added SpinCtrl,
1999-07-27  Ove Kaavenchar -> wxChar
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1998-12-15  Robert Roebling Added wxCheckLitBox (oh well)
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-09-01  Robert Roebling Small fixes to wxChoice, wxComboBox and wxListBox
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision