2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
blob | commitdiff | raw |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
blob | commitdiff | raw | diff to current |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
blob | commitdiff | raw |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
blob | commitdiff | raw | diff to current |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
blob | commitdiff | raw | diff to current |
2012-06-01 |
Vadim Zeitlin | Remove unnecessary dynamic cast in wxComboPopupWindow. |
blob | commitdiff | raw | diff to current |
2012-05-07 |
Vadim Zeitlin | No real changes, just fix some typos in comments. |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Robin Dunn | Avoid infinite recursion on Mac in comboctrl, and fix... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Vadim Zeitlin | Fix compilation error in recent change to wxSizeEvent... |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Vadim Zeitlin | Set event object correctly for the generated wxSizeEvents. |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Jaakko Salli | Use Connect() to bind embedded wxTextCtrl events instea... |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Jaakko Salli | In wxComboCtrlBase::OnTextCtrlEvent(), make sure to... |
blob | commitdiff | raw | diff to current |
2011-04-14 |
Jaakko Salli | Rebuild textctrl events using copy ctor |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Jaakko Salli | Completely re-construct the wxComboCtrl textctrl-events... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Jaakko Salli | Added wxComboPopup::DestroyPopup(), which responsibilit... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Jaakko Salli | Instead of just deleting m_popupInterface, call Destroy... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Jaakko Salli | In wxComboCtrlBase::DrawButton(), let the button backgr... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Jaakko Salli | Added wxComboCtrlBase::m_hasTcBgCol. Re-using base... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Jaakko Salli | Redone (generic) wxComboCtrl background painting and... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Paul Cornett | move variable definitions to more appropriate places... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Vadim Zeitlin | Use wxControl as wxComboBox base class for wxRTTI in... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | fixing rti |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Jaakko Salli | Added wxComboPopup::FindItem() to help in deciding... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more compl... |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Vadim Zeitlin | Set the window in focus event sent by wxComboCtrl corre... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Václav Slavík | Click on wxOwnerDrawnComboBox's animating popup should... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Jouk Jansen | include correct private.h for wxgtk1 |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Jaakko Salli | Added wxComboCtrl::SetTextCtrlStyle() |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Jaakko Salli | In wxComboCtrlBase::DoShowPopup(), if the popup window... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Jaakko Salli | In wxComboPopupEvtHandler::OnMouseEvent(), when need... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Jaakko Salli | For clarity: wxComboPopupExtraEventHandler -> wxComboPo... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Jaakko Salli | Refactored wxComboPopupExtraEventHandler::OnMouseEvent... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Jaakko Salli | In wxComboPopupExtraEventHandler::OnMouseEvent(): Also... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Jaakko Salli | Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Václav Slavík | Fix text input and completion in wxComboCtrl and wxOwne... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Václav Slavík | Pass events around with ProcessEvent(), not AddPendingE... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Václav Slavík | Implement native mousewheel behaviour in wxOwnerDrawnCo... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Jaakko Salli | When checking whether the parent has wxTAB_TRAVERSAL... |
blob | commitdiff | raw | diff to current |
2009-12-26 |
Jaakko Salli | Added wxComboCtrl::SetHint(), GetHint() |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Jaakko Salli | Added wxComboCtrlBase::SetFore/BackgroundColour() |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Jaakko Salli | Have wxComboCtrl honour any custom foreground and backg... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Jaakko Salli | Changed the ultimate fall-back popup window classes... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Compilation fix for non-MSW: don't use ProcessCommand(). |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Jaakko Salli | Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO... |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Julian Smart | Fixed a bug on Mac whereby popup window disappeared... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Jaakko Salli | Various improvements to wxComboCtrl's text ctrl left... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Jouk Jansen | removed superfluous ; |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Jaakko Salli | Added wxComboPopup::GetComboCtrl() |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Jaakko Salli | Under wxGTK, always use wxPopupTransientWindow as the... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Jaakko Salli | Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Jaakko Salli | Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Jaakko Salli | Fixed assertion that could appear under wxGTK if wxComb... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Jaakko Salli | Fixed relaying of wxEVT_MOUSEWHEEL to popup control |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Robert Roebling | wxComboCtrlBase::Enable() does not refresh the control... |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | make SetValidator() symmetric with GetValidator() ... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Robert Roebling | use wxPopupWindow for wxCombo (doesn't work yet) |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2007-09-22 |
Paul Cornett | use logical operator &&, not bitwise &; indentation fix |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | more fixes for using wxSocket in console applications... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Robin Dunn | Don't use m_popupInterface pointer if it is still NULL |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | update the value shown in the combobox itself correctly... |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Paul Cornett | non-pch build fix |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | fix combobox dropdown position in RTL (patch 1623127) |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | correct access for virtual, declare variable only if... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Vadim Zeitlin | fixed unused variable warning |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Robin Dunn | Make room for the focus ring to be visible on Mac. |
blob | commitdiff | raw | diff to current |
2006-11-26 |
Robin Dunn | More layout tweaks for wxComboCtrl on Mac |
blob | commitdiff | raw | diff to current |
2006-11-25 |
Robin Dunn | use sizes from the HIG for the best height of the Combo... |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Vadim Zeitlin | set/get validator for wxTextCtrl part of wxComboCtrl... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Vadim Zeitlin | changed last DrawButton() parameter from bool to int... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | It's too late. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Typo. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Small fix again. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | removed hack that used SetSizeHints() for some strang... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Julian Smart | Focus event recursion fix |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Robert Roebling | Correct background colour in ComboCtrl (from Jaako). |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Kevin Ollivier | Calling SetFocus from within an OnFocus handler causes... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robert Roebling | [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robert Roebling | Make animation of combo-popdown optional. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Robert Roebling | [ 1584680 ] wxComboCtrl Popup Animation |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Vadim Zeitlin | add alt popup window style allowing to use keyboard... |
blob | commitdiff | raw | diff to current |
next |