Vadim Zeitlin
|
65702d2fe9
|
Compilation fix for non-MSW: don't use ProcessCommand().
wxControl::ProcessCommand() is MSW-only, use HandleWindowEvent() to fix
compilation under Unix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-26 13:26:03 +00:00 |
|
Stefan Csomor
|
ddbc8ac9ca
|
cleaning up key handling, closes #10406
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-26 10:39:26 +00:00 |
|
Jaakko Salli
|
a1d5aa9361
|
Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDOWN and wxEVT_COMMAND_COMBOBOX_CLOSEUP events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-26 09:15:29 +00:00 |
|
Stefan Csomor
|
f4c24d3da4
|
using native key handling, closes #10406
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 18:53:38 +00:00 |
|
Stefan Csomor
|
81eaa4dab2
|
using common notification mechanism for selection changes (key or mouse), see #10406
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 16:57:08 +00:00 |
|
Julian Smart
|
b80fdc0299
|
Raise the scrollbars on reparenting (part of patch #9076)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 16:15:04 +00:00 |
|
Julian Smart
|
b78ffab030
|
Applied #8804 ([wxMac] wxSpinCtrl behaviour)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 15:25:25 +00:00 |
|
Julian Smart
|
7291222828
|
Applied #8697 (Improve error detection for MacFindFont )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 13:14:31 +00:00 |
|
Julian Smart
|
476a319a8f
|
Applied #11238: Wrong text positioning if fonts with different Ascent/Descent ratio are on the same line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 11:14:11 +00:00 |
|
Julian Smart
|
58d4ed8a11
|
Applied #10007: SetWindowGroupParent hangs in Mac Carbon dialog.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 10:11:24 +00:00 |
|
Julian Smart
|
1508fcaccd
|
Applied #10753: WarpPointer() for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 09:57:41 +00:00 |
|
Julian Smart
|
51c72a7b56
|
Applied #9011: Native wxListCtrl::HitTest on OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 09:02:04 +00:00 |
|
Julian Smart
|
8b558f1228
|
Applied #9520: Fix to allow repeated use of wxFileDialog object
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 07:51:50 +00:00 |
|
Julian Smart
|
a74d082e8c
|
Applied #10858: wxListCtrl on Mac does not route Freeze/Thaw/Update to m_genericImpl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 07:45:35 +00:00 |
|
Julian Smart
|
059d234d41
|
Removed comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 07:31:01 +00:00 |
|
Julian Smart
|
e8fdf3647c
|
Applied #9481: submenus for help menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-25 07:29:59 +00:00 |
|
Julian Smart
|
240071a415
|
Added missing const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 20:47:34 +00:00 |
|
Julian Smart
|
02a40b8af9
|
Applied #10917: wxGTK wxFileDialog::SetDirectory and ::SetFilename problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 20:36:46 +00:00 |
|
Julian Smart
|
198c264dbc
|
Applied part of #10034: wxImage::ConvertToDisabled()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 20:05:33 +00:00 |
|
Julian Smart
|
cc3d673a84
|
wxDateTime timezone functions now dynamic (no caching).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 19:13:29 +00:00 |
|
Julian Smart
|
5e3566ffaf
|
Applied #9668: made wxGetTimeZone() dynamic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 19:12:31 +00:00 |
|
Julian Smart
|
5b806097fd
|
Applied #11106: wxGenericDirCtrl can get into a state where it will no longer expand
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 17:04:44 +00:00 |
|
Julian Smart
|
c25bb73116
|
Applied #11005: use purple instead of black as default wxHyperlinkCtrl::m_visitedColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 16:46:41 +00:00 |
|
Julian Smart
|
65b9ad2b55
|
Applied #10892: Remove wxDocManager instance check
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 16:25:45 +00:00 |
|
Julian Smart
|
f37f49b652
|
Applied #10811: Image in docview sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 16:04:06 +00:00 |
|
Julian Smart
|
abee7f4704
|
Applied #10829: docview sample: enable canvas in --single mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 15:48:00 +00:00 |
|
Julian Smart
|
4a00d37c96
|
Applied #11236: Event from thread not processed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 15:42:18 +00:00 |
|
Julian Smart
|
b37e592bd7
|
Applied #9789: missing wxBORDER_THEME style in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 15:36:43 +00:00 |
|
Julian Smart
|
b14cd77b2a
|
wxTextCtrl::LoadFile no longer sends a text event, to correct problems with spurious modification of documents.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 14:35:39 +00:00 |
|
Julian Smart
|
8410881294
|
Applied #10828 (Hourglass in wxDocManager::OnPreview)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 13:54:31 +00:00 |
|
Julian Smart
|
250ab35a3b
|
Applied: wxDocument: Adding an asterix to the title
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 13:49:01 +00:00 |
|
Julian Smart
|
e558f9533e
|
Applied better/Win98-proof method of getting edit window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 13:33:41 +00:00 |
|
Julian Smart
|
2d512c47df
|
Applied #10799: using CallTipUseStyle() doesn't enable wxSTC_STYLE_CALLTIP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 13:17:14 +00:00 |
|
Julian Smart
|
c50e0cc752
|
Applied part of #9115 (STC sample cleanup)
by troelsk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 13:08:48 +00:00 |
|
Julian Smart
|
4908591c7e
|
Applied #9127: patch to remove blank under wxFrame with Hildon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 12:38:07 +00:00 |
|
Julian Smart
|
426d19f139
|
Applied patch #9058 (add Hildon 2.0 support)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 12:36:34 +00:00 |
|
Julian Smart
|
09981ba798
|
Applying patch #10784: eliminate gauge flicker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 10:18:15 +00:00 |
|
Julian Smart
|
d561e1a5fb
|
Applied patch #9510: wxIAccessible access freed memory
by Cyball
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 10:15:20 +00:00 |
|
Stefan Csomor
|
e2bc58263e
|
avoiding double define warnings on osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:54:57 +00:00 |
|
Julian Smart
|
082e5b9856
|
Applied patch #11078 - DEVMODE creation in wxWindowsPrintNativeData::TransferFrom plus SetQuality to dpi
by Martin Perktold
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:54:25 +00:00 |
|
Stefan Csomor
|
def328714d
|
support PerformClick for NSControls, closes #11129
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:52:04 +00:00 |
|
Stefan Csomor
|
1f83c63111
|
no focus on Show for toolwindows, closes #10872
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:46:00 +00:00 |
|
Stefan Csomor
|
e431dd05ae
|
documenting events that are not available on OSX, closes #10776
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:41:39 +00:00 |
|
Stefan Csomor
|
e876d0f262
|
removing unneeded method, closes #11073
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:39:38 +00:00 |
|
Stefan Csomor
|
2c864095a0
|
removing unneeded method, closes #11073
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:15:41 +00:00 |
|
Julian Smart
|
da89830af4
|
Applied #10025 (Patch to allow proper sizing of simple combo box)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 09:07:13 +00:00 |
|
Julian Smart
|
fe56156fb5
|
Alternate fix for #9954 (simple combobox assert) except on WinCE which probably shouldn't be using a simple combobox anyway
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 08:36:25 +00:00 |
|
Stefan Csomor
|
cc3fcdff18
|
supporting disabled items, closes #11130
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 08:16:15 +00:00 |
|
Stefan Csomor
|
eca62298b9
|
fixing styles, closes #11128
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 08:05:17 +00:00 |
|
Julian Smart
|
c4f2288466
|
Applied #10659 (year change in copyright)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-09-24 07:42:31 +00:00 |
|