In wxComboCtrlBase::DrawButton(), let the button background rendering changes also...
[wxWidgets.git] / src / common / combocmn.cpp
2011-03-22  Jaakko SalliIn wxComboCtrlBase::DrawButton(), let the button backgr...
2011-03-20  Jaakko SalliAdded wxComboCtrlBase::m_hasTcBgCol. Re-using base...
2011-03-20  Jaakko SalliRedone (generic) wxComboCtrl background painting and...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2011-01-04  Vadim ZeitlinUse wxControl as wxComboBox base class for wxRTTI in...
2011-01-04  Stefan Csomorfixing rti
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 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-12-03  Vadim ZeitlinSet the window in focus event sent by wxComboCtrl corre...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-14  Václav SlavíkClick on wxOwnerDrawnComboBox's animating popup should...
2010-08-20  Jouk Janseninclude correct private.h for wxgtk1
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-13  Jaakko SalliAdded wxComboCtrl::SetTextCtrlStyle()
2010-06-06  Jaakko SalliIn wxComboCtrlBase::DoShowPopup(), if the popup window...
2010-06-01  Jaakko SalliIn wxComboPopupEvtHandler::OnMouseEvent(), when need...
2010-06-01  Jaakko SalliFor clarity: wxComboPopupExtraEventHandler -> wxComboPo...
2010-06-01  Jaakko SalliRefactored wxComboPopupExtraEventHandler::OnMouseEvent...
2010-05-27  Jaakko SalliIn wxComboPopupExtraEventHandler::OnMouseEvent(): Also...
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...
2010-04-05  Václav SlavíkPass events around with ProcessEvent(), not AddPendingE...
2010-04-05  Václav SlavíkImplement native mousewheel behaviour in wxOwnerDrawnCo...
2010-01-15  Jaakko SalliWhen checking whether the parent has wxTAB_TRAVERSAL...
2009-12-26  Jaakko SalliAdded wxComboCtrl::SetHint(), GetHint()
2009-12-25  Jaakko SalliAdded wxComboCtrlBase::SetFore/BackgroundColour()
2009-12-21  Jaakko SalliAdded wxMSW wxChoice::GetClassDefaultAttributes(),...
2009-12-18  Jaakko SalliHave wxComboCtrl honour any custom foreground and backg...
2009-11-02  Jaakko SalliSome wxComboCtrlBase member functions were enclosed...
2009-10-04  Jaakko SalliChanged the ultimate fall-back popup window classes...
2009-09-26  Vadim ZeitlinCompilation fix for non-MSW: don't use ProcessCommand().
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-11  Julian SmartFixed a bug on Mac whereby popup window disappeared...
2009-09-09  Jaakko SalliVarious improvements to wxComboCtrl's text ctrl left...
2009-09-07  Jouk Jansenremoved superfluous ;
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-18  Jaakko SalliUnder wxGTK, always use wxPopupTransientWindow as the...
2009-02-17  Jaakko SalliHave wxComboCtrl respect parent's wxTAB_TRAVERSAL flag...
2009-02-17  Jaakko SalliAlso redirect wxEVT_KEY_UP and wxEVT_CHAR from the...
2009-02-14  Jaakko SalliFixed assertion that could appear under wxGTK if wxComb...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-17  Jaakko SalliFixed relaying of wxEVT_MOUSEWHEEL to popup control
2008-08-23  Robert RoeblingwxComboCtrlBase::Enable() does not refresh the control...
2008-08-03  Vadim Zeitlinmake SetValidator() symmetric with GetValidator() ...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2007-12-09  Robert Roeblinguse wxPopupWindow for wxCombo (doesn't work yet)
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-22  Paul Cornettuse logical operator &&, not bitwise &; indentation fix
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-04-16  Robin DunnDon't use m_popupInterface pointer if it is still NULL
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-07  Vadim Zeitlinupdate the value shown in the combobox itself correctly...
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-01-08  Paul Cornettnon-pch build fix
2007-01-07  Vadim Zeitlinfix combobox dropdown position in RTL (patch 1623127)
2006-12-07  Paul Cornettcorrect access for virtual, declare variable only if...
2006-11-29  Vadim Zeitlinfixed unused variable warning
2006-11-28  Robin DunnMake room for the focus ring to be visible on Mac.
2006-11-26  Robin DunnMore layout tweaks for wxComboCtrl on Mac
2006-11-25  Robin Dunnuse sizes from the HIG for the best height of the Combo...
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-30  Robert Roebling It's too late.
2006-10-30  Robert Roebling Typo.
2006-10-30  Robert Roebling Small fix again.
2006-10-30  Robert Roebling removed hack that used SetSizeHints() for some strang...
2006-10-30  Julian SmartFocus event recursion fix
2006-10-28  Robert Roebling Correct background colour in ComboCtrl (from Jaako).
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...
next