remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / common / pickerbase.cpp
2009-02-18  Robert RoeblingUncomment code accidentally left commented
2009-02-13  Robert RoeblingReorder code so that you can actually set the size...
2009-01-27  Bryan PettyForward ported r58463. (Check for null text control...
2008-07-06  Vadim Zeitlinfix focus problems in picker controls under MSW which...
2008-03-16  Julian SmartDon't accept picker text events from any old text control
2007-01-14  Vadim Zeitlindon't crash when setting tooltip for a picker without...
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-07  Vadim Zeitlinset tooltips for the both subcontrols (patch 1622531)
2006-10-30  Robert Roebling Correct wxPickerBase size calculation.
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-06-27  Robin DunnwxPickerBase derives from wxControl, not wxWindow
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-07  Robin DunnAdded an implementation for wxPickerBase::SetInternalMargin
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-03  Paul Cornettcorrect access for virtuals, unneeded includes
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...