Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / combo.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-14  Vadim ZeitlinImplement wxComboCtrl::GetSizeFromTextSize().
2011-12-07  Vadim ZeitlinRemove vertical wxTextCtrl adjustment hacks for wxMSW...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-31  Jaakko SalliAdded wxComboPopup::DestroyPopup(), which responsibilit...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Jaakko SalliAdded wxComboCtrlBase::m_hasTcBgCol. Re-using base...
2011-03-20  Jaakko SalliRedone (generic) wxComboCtrl background painting and...
2010-12-20  Jaakko SalliAdded wxComboPopup::FindItem() to help in deciding...
2010-12-17  Jaakko SalliAdd wxComboBox-compatible Popup() and Dismiss() functio...
2010-12-17  Jaakko SalliMake the wxComboCtrl's wxTextEntry interface more compl...
2010-12-16  Jaakko SalliInstead of having wxComboCtrl mimic wxTextEntry interfa...
2010-06-13  Jaakko SalliAdded wxComboCtrl::SetTextCtrlStyle()
2010-06-01  Jaakko SalliIn wxComboPopupEvtHandler::OnMouseEvent(), when need...
2010-06-01  Jaakko SalliFor clarity: wxComboPopupExtraEventHandler -> wxComboPo...
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-12-25  Jaakko SalliAdded wxComboCtrlBase::SetFore/BackgroundColour()
2009-11-02  Jaakko SalliSome wxComboCtrlBase member functions were enclosed...
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-07  Jouk Jansenfixed typo : wxDEPRECTED -> wxDEPRECATED
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-04-21  Robert Roebling[ 1945434 ] Changing method wxComboCtrlBase::DrawButton...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-10  Vadim Zeitlinmake PositionTextCtrl() virtual (patch 1734405)
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2006-11-28  Robin DunnMake room for the focus ring to be visible on Mac.
2006-11-19  Vadim Zeitlinset/get validator for wxTextCtrl part of wxComboCtrl...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
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-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 [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Robert Roebling Compilation fix after wxCB_ flags move.
2006-07-20  Włodzimierz Skiba[ 1523907 ] Remove unnecessary wxComboCtrl window style.
2006-07-17  Włodzimierz Skiba[ 1519202 ] wxComboCtrl::SetButtonPosition() to support...
2006-06-15  Włodzimierz Skiba[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-05-30  Włodzimierz Skiba[ 1494561 ] wxComboCtrl vertical size fix.
2006-05-24  Włodzimierz Skiba[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl...
2006-05-20  Włodzimierz Skiba[ 1492040 ] Prevent wxComboCtrl::GetPopupControl from...
2006-05-19  Paul Cornettnon-pch universal build fix: combo.h should not include...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-15  Mart RaudseppFix compilation
2006-05-10  Paul Cornettcorrect access for virtuals
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-09  Vadim Zeitlinremoved spurious trailing commas in enums
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)