Kevin Ollivier
|
e718be3e16
|
Calling SetFocus from within an OnFocus handler causes infinite recursion on Mac...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-28 00:37:17 +00:00 |
|
Robert Roebling
|
4427c0a3ff
|
[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 18:02:21 +00:00 |
|
Robert Roebling
|
30be036c6d
|
Make animation of combo-popdown optional.
Replace wxMiniSleep() + wxYield() implemenation
by wxTimer based one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-26 20:35:57 +00:00 |
|
Robert Roebling
|
974a12f86a
|
[ 1584680 ] wxComboCtrl Popup Animation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-25 19:48:46 +00:00 |
|
Vadim Zeitlin
|
06077aaf2c
|
add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-22 20:25:08 +00:00 |
|
Włodzimierz Skiba
|
25bd0d9050
|
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-10 09:11:32 +00:00 |
|
Robert Roebling
|
7e4545b8a0
|
[ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-10 08:03:59 +00:00 |
|
Robert Roebling
|
8e9ec7239f
|
[ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl
More work needs to be done for the version with
images.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-09 20:12:19 +00:00 |
|
Vadim Zeitlin
|
2e992e06a7
|
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-09 16:39:34 +00:00 |
|
Robert Roebling
|
1efad474fd
|
[ 1572220 ] Show popup when wxComboCtrl image area clicked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 15:59:53 +00:00 |
|
Robert Roebling
|
7962f85aae
|
[ 1564062 ] wxComboCtrl popup height fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-23 16:17:45 +00:00 |
|
Robert Roebling
|
ce9685190e
|
[ 1560860 ] wxComboCtrl EVT_TEXT filtering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-23 09:04:25 +00:00 |
|
Robert Roebling
|
b104d1f017
|
[ 1557326 ] Remove redundant code from wxComboCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-17 11:03:15 +00:00 |
|
Václav Slavík
|
22a35096a0
|
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-13 17:12:25 +00:00 |
|
Vadim Zeitlin
|
d3c7fc996a
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 20:47:48 +00:00 |
|
Robert Roebling
|
118f5fbd06
|
Commit wxComboCtrl clipping patch from J. Salli
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-03 13:21:29 +00:00 |
|
Vadim Zeitlin
|
c667b518d1
|
fixes for several fatal problems when using wxComboCtrl as popup (patch 1539124)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-13 01:22:37 +00:00 |
|
Vadim Zeitlin
|
b445b6a76e
|
better key handling for MSW and GTK (patch 1526666)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-13 00:35:02 +00:00 |
|
Włodzimierz Skiba
|
21d6b09b10
|
[ 1523907 ] Remove unnecessary wxComboCtrl window style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-20 15:31:10 +00:00 |
|
Włodzimierz Skiba
|
7dc234d633
|
[ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 08:45:12 +00:00 |
|
Włodzimierz Skiba
|
6012f61212
|
[ 1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 07:40:04 +00:00 |
|
Alex Bligh
|
25ae9fb8ca
|
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-06 19:19:04 +00:00 |
|
Włodzimierz Skiba
|
98d0cd96fb
|
[ 1515217 ] wxComboCtrl textctrl event propagation bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-03 12:48:21 +00:00 |
|
Vadim Zeitlin
|
5d95cab89d
|
don't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 01:08:46 +00:00 |
|
Vadim Zeitlin
|
42a3ecf573
|
create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:15:31 +00:00 |
|
Włodzimierz Skiba
|
8e5ec12961
|
[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-19 21:14:19 +00:00 |
|
Włodzimierz Skiba
|
db53c6ea2e
|
[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-15 21:10:58 +00:00 |
|
Włodzimierz Skiba
|
40b26d752d
|
[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:38:47 +00:00 |
|
Włodzimierz Skiba
|
a5bbd1cc91
|
Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-07 22:01:12 +00:00 |
|
Włodzimierz Skiba
|
a9e8bf2dd9
|
[ 1494561 ] wxComboCtrl vertical size fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-30 09:17:45 +00:00 |
|
Włodzimierz Skiba
|
344ff08345
|
Unused variable removal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-29 13:07:27 +00:00 |
|
Włodzimierz Skiba
|
7ca4ac6383
|
[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl calls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-24 09:29:06 +00:00 |
|
Włodzimierz Skiba
|
b7540dc1ec
|
[ 1493005 ] Fix wxComboCtrl popup positioning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-23 18:05:30 +00:00 |
|
Włodzimierz Skiba
|
c0badb709a
|
Include wx/timer.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-23 11:04:37 +00:00 |
|
Włodzimierz Skiba
|
cf6f325cd3
|
wxID_ANY usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-22 06:55:30 +00:00 |
|
Włodzimierz Skiba
|
b61f4f77bc
|
[ 1492391 ] Fix wxComboCtrl button rendering problem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-21 21:12:59 +00:00 |
|
Vadim Zeitlin
|
a57d600f1a
|
renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 22:57:40 +00:00 |
|
Vadim Zeitlin
|
87419e97c6
|
allow adjusting the combo button size (patch 1489452)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 21:39:33 +00:00 |
|
Vadim Zeitlin
|
f240839653
|
use wxTE_PROCESS_ENTER for the text control part
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 14:52:07 +00:00 |
|
Vadim Zeitlin
|
6d0ce565ff
|
fixes and missing files from the first wxComboControl patch (update of patch 1479938)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-09 16:18:19 +00:00 |
|
Vadim Zeitlin
|
a340b80d8a
|
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-08 23:42:45 +00:00 |
|