Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / combocmn.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-11  Vadim ZeitlinCheck that focused window is non-NULL before using...
2013-02-14  Stefan Csomorcloses #13841
2013-01-05  Paul Cornettdefine wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0
2012-12-28  Stefan Csomorsilence unused var warning
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-11-14  Vadim ZeitlinImplement wxComboCtrl::GetSizeFromTextSize().
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-06-01  Vadim ZeitlinRemove unnecessary dynamic cast in wxComboPopupWindow.
2012-05-07  Vadim ZeitlinNo real changes, just fix some typos in comments.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-05  Robin DunnAvoid infinite recursion on Mac in comboctrl, and fix...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-23  Vadim ZeitlinFix compilation error in recent change to wxSizeEvent...
2011-04-23  Vadim ZeitlinSet event object correctly for the generated wxSizeEvents.
2011-04-18  Jaakko SalliUse Connect() to bind embedded wxTextCtrl events instea...
2011-04-18  Jaakko SalliIn wxComboCtrlBase::OnTextCtrlEvent(), make sure to...
2011-04-14  Jaakko SalliRebuild textctrl events using copy ctor
2011-04-13  Jaakko SalliCompletely re-construct the wxComboCtrl textctrl-events...
2011-03-31  Jaakko SalliAdded wxComboPopup::DestroyPopup(), which responsibilit...
2011-03-27  Jaakko SalliInstead of just deleting m_popupInterface, call Destroy...
2011-03-22  Dimitri SchoolwerthFixed various typos.
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).
next