2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
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 |
2006-10-10 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Robert Roebling | [ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Robert Roebling | [ 1564062 ] wxComboCtrl popup height fix |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Robert Roebling | [ 1557326 ] Remove redundant code from wxComboCtrl |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Robert Roebling | Commit wxComboCtrl clipping patch from J. Salli |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | fixes for several fatal problems when using wxComboCtrl... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | better key handling for MSW and GTK (patch 1526666) |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Włodzimierz Skiba | [ 1523907 ] Remove unnecessary wxComboCtrl window style. |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Włodzimierz Skiba | [ 1519202 ] wxComboCtrl::SetButtonPosition() to support... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Włodzimierz Skiba | [ 1522987 ] wxComboCtrl crashes if TAB is pressed while... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Alex Bligh | wxComboCtrlBase: Fix SEGV due to double deletion where... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | [ 1515217 ] wxComboCtrl textctrl event propagation... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Vadim Zeitlin | don't use old name for wxTE_PROCESS_ENTER unavailable... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Vadim Zeitlin | create text control with wxTE_PROCESS_ENTER style if... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Włodzimierz Skiba | [ 1508778 ] Fix for wxOwnerDrawnComboBox list selection... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | [ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | [ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/combobox.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | [ 1494561 ] wxComboCtrl vertical size fix. |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Włodzimierz Skiba | Unused variable removal. |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | [ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | [ 1493005 ] Fix wxComboCtrl popup positioning. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | wxID_ANY usage. |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Włodzimierz Skiba | [ 1492391 ] Fix wxComboCtrl button rendering problem. |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | renamed wxComboControl to wxComboCtrl and related wxUSE... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | allow adjusting the combo button size (patch 1489452) |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | use wxTE_PROCESS_ENTER for the text control part |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Vadim Zeitlin | fixes and missing files from the first wxComboControl... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Vadim Zeitlin | wxComboControl and wxOwnerDrawnComboBox (patch 1479938) |
blob | commitdiff | raw | diff to current |
|