Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / odcombo.cpp
2013-08-07  Václav SlavíkMake wxOwnerDrawnComboBox::DoGetBestSize() twice as...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-14  Vadim ZeitlinImplement wxComboCtrl::GetSizeFromTextSize().
2012-09-14  Vadim ZeitlinAllow using horizontal cursor navigation keys in non...
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-02-19  Stefan NeisSpelling fixed for comments and a wxASSERT_MSG. Fixes...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-30  Vadim ZeitlinGet rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-20  Jaakko SalliAdded wxComboPopup::FindItem() to help in deciding...
2010-12-17  Jaakko SalliMake wxOwnerDrawnComboBox sorting identical to the...
2010-12-17  Jaakko SalliMostly change the wxOwnerDrawnComboBox text value using...
2010-12-17  Jaakko SalliMake the wxComboCtrl's wxTextEntry interface more compl...
2010-12-16  Jaakko SalliRemoved a return statement from void function
2010-12-16  Jaakko SalliResolve ambiguity with wxOwnerDrawnComboBox::Clear...
2010-12-16  Jaakko SalliOverride wxTextEntry::GetSelection(long *from, long...
2010-09-03  Václav SlavíkFix wxOwnerDrawnComboBox keyboard navigation with dupli...
2010-05-09  Jaakko SalliSupress SetFocus() warning in wxVListBoxComboPopup
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle Home and End keys as nativ...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle numpad navigation keys.
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-09-11  Julian SmartFix on Mac to prevent scrollbars always being shown
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-11  Jaakko SalliMade sorting case-insensitive (to match wxComboBox...
2009-01-18  Jaakko SalliTranslate keycode(s) into character more consistenly...
2008-09-19  Jaakko SalliEliminate a warning
2008-09-19  Jaakko SalliDo not insert client data if client data is not used
2008-05-11  Vadim Zeitlinfix appending items to sorted control (patch 1940384)
2008-03-23  Vadim Zeitlinfix crash when pressing Up key in empty combobox
2008-03-02  Vadim Zeitlindecouple item index from string value (patch 1905702)
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-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-05-23  Vadim Zeitlinfix wxODCB_PAINTING_SELECTED not being always set ...
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-19  Robert Roebling 1552971 ] Add flag for wxODComboBox::OnDrawItem...
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-01  Robert Roebling Commit ODCombo delete selection fix.
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-07-25  Jamie GaddWarning fix for the warning fix.
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-21  Alex BlighFix typo
2006-07-20  Włodzimierz Skiba[ 1524693 ] wxOwnerDrawnComboBox focus paint fix.
2006-07-14  Włodzimierz SkibaPCH and wxUSE_* fix.
2006-07-13  Alex BlighApply patch 1520776, partial completion on wxOwnerDrawn...
2006-07-06  Alex BlighAdded GetWidestItem() and GetWidestItemWidth() to wxVLi...
2006-07-03  Włodzimierz Skiba[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partial...
2006-06-27  Vadim Zeitlinremove duplicate m_popupInterface (patch 1509424)
2006-06-19  Włodzimierz Skiba[ 1507736 ] wxOwnerDrawnComboBox improved list item...
2006-06-15  Włodzimierz Skiba[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-14  Włodzimierz Skiba[ 1495131 ] wxODComboBox const methods to work prior...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-05-29  Włodzimierz SkibaKeep FindString in sync with wxControlWithItems base...
2006-05-25  Włodzimierz Skiba[ 1494429 ] Fix for wxOwnerDrawnComboBox::Clear() crash.
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-14  Włodzimierz SkibaSource cleaning.
2006-05-12  Vadim Zeitlinfix OpenWatcom warning (patch from Jaakko Salli)
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)