Crash fix for inserting text into a buffer without an associated control
[wxWidgets.git] / src / msw / combo.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-06  Václav SlavíkFix r71367: don't set bgCol twice needlessly.
2012-05-06  Václav SlavíkFix wxOwnerDrawnComboBox background on with classic...
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2011-12-07  Vadim ZeitlinRemove vertical wxTextCtrl adjustment hacks for wxMSW...
2011-03-22  Jaakko SalliTo have better support for themed and custom background...
2010-12-16  Jaakko SalliInstead of having wxComboCtrl mimic wxTextEntry interfa...
2010-06-03  Jaakko SalliGreatly reduce rare animation garbage in wxOwnerDrawnCo...
2010-06-01  Jaakko SalliInterpret arrow keys correctly in wxMSW wxComboCtrl...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle numpad navigation keys.
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-19  Jaakko SalliAdded wxWindowMSW::MSWGetThemeColour(); initially use...
2009-12-18  Jaakko SalliHave wxComboCtrl honour any custom foreground and backg...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlincompilation fix after NULL cast removal; also used...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2007-11-30  Robert RoeblingDC reorganization
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-11  Julian SmartTest for wxUSE_UXTHEME
2007-05-12  Vadim Zeitlingetting text colour using the themes API doesn't seem...
2007-05-11  Vadim Zeitlinfix wxComboCtrl colours under Windows Vista (patch...
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Julian SmartImprove the registry query for whether to show combobox...
2006-10-30  Vadim Zeitlinincrement TEXTCTRLYADJUST_CLASSIC (patch 1586710)
2006-10-29  Vadim Zeitlincommented out more unused code (bcc compilation warning)
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Włodzimierz SkibaCorrect placement of header listed in wx/wx.h
2006-10-26  Julian SmartAdded missing include for MinGW non-PCH compile
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-08-13  Vadim ZeitlinF4 key also toggles combobox popup under MSW
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-06-19  Włodzimierz Skiba[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-05-20  Włodzimierz Skiba[ 1492036 ] Fix incorrect wxComboCtrl minimum size.
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)