Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / pickerbase.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-05-05  Vadim ZeitlinNo changes, just spelling corrections in the comments.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinNo changes, just remove unnecessary wxPickerBase::OnSize().
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-05-24  Vadim ZeitlinCorrect the picker button best size computation.
2011-05-24  Stefan Csomorguard against NULL textctrl, fixes #13247
2011-05-19  Vadim ZeitlinMake picker control at least as high as the associated...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
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...