Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / combocmn.cpp
2006-10-28  Kevin OllivierCalling SetFocus from within an OnFocus handler causes...
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-10  Włodzimierz SkibaWarning fix.
2006-10-10  Robert Roebling[ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-08-13  Vadim Zeitlinfixes for several fatal problems when using wxComboCtrl...
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-07-20  Włodzimierz Skiba[ 1523907 ] Remove unnecessary wxComboCtrl window style.
2006-07-17  Włodzimierz Skiba[ 1519202 ] wxComboCtrl::SetButtonPosition() to support...
2006-07-17  Włodzimierz Skiba[ 1522987 ] wxComboCtrl crashes if TAB is pressed while...
2006-07-06  Alex BlighwxComboCtrlBase: Fix SEGV due to double deletion where...
2006-07-03  Włodzimierz Skiba[ 1515217 ] wxComboCtrl textctrl event propagation...
2006-07-02  Vadim Zeitlindon't use old name for wxTE_PROCESS_ENTER unavailable...
2006-06-27  Vadim Zeitlincreate text control with wxTE_PROCESS_ENTER style if...
2006-06-19  Włodzimierz Skiba[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection...
2006-06-15  Włodzimierz Skiba[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-05-30  Włodzimierz Skiba[ 1494561 ] wxComboCtrl vertical size fix.
2006-05-29  Włodzimierz SkibaUnused variable removal.
2006-05-24  Włodzimierz Skiba[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl...
2006-05-23  Włodzimierz Skiba[ 1493005 ] Fix wxComboCtrl popup positioning.
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-22  Włodzimierz SkibawxID_ANY usage.
2006-05-21  Włodzimierz Skiba[ 1492391 ] Fix wxComboCtrl button rendering problem.
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-16  Vadim Zeitlinallow adjusting the combo button size (patch 1489452)
2006-05-16  Vadim Zeitlinuse wxTE_PROCESS_ENTER for the text control part
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)