Jaakko Salli
|
8c61a9ea94
|
Added wxComboPopup::GetComboCtrl()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-22 15:13:29 +00:00 |
|
Francesco Montorsi
|
1f2f732921
|
remove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-22 14:42:35 +00:00 |
|
Vadim Zeitlin
|
efce878a2a
|
add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-22 00:46:25 +00:00 |
|
Paul Cornett
|
cf92f48759
|
fix the restore of the fix of r58979
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 20:56:39 +00:00 |
|
Vadim Zeitlin
|
9d04caf8b5
|
restore changes of r58979 accidentally overwritten by r59023
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 20:37:30 +00:00 |
|
Paul Cornett
|
fd1dc2a7e6
|
fix event table base for wxListMainWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 20:30:57 +00:00 |
|
Paul Cornett
|
50de831a51
|
non-pch build fixes, some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 18:08:19 +00:00 |
|
Paul Cornett
|
a645ea885d
|
fix for missing sighandler_t
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 17:13:56 +00:00 |
|
Václav Slavík
|
131fc12022
|
added asserts to check correct order of wxHtmlDCRenderer methods calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 16:43:22 +00:00 |
|
Francesco Montorsi
|
8b93348e82
|
fix a few typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 15:40:15 +00:00 |
|
Stefan Neis
|
f0838d63f3
|
Added wxSingleInstanceChecker for OS/2 (patch #10491).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-21 13:52:20 +00:00 |
|
Francesco Montorsi
|
122cf17b13
|
use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-20 12:40:30 +00:00 |
|
Francesco Montorsi
|
33957ef519
|
wxCHECK that there is an active event loop before using wxEventLoopBase::GetActive() pointer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 23:45:23 +00:00 |
|
Vadim Zeitlin
|
335a0bc339
|
fix Windows compilation after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 21:30:05 +00:00 |
|
Francesco Montorsi
|
9f54c829ed
|
don't leak events in wxEvtHandler::QueueEvent when there's no event loop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 20:57:47 +00:00 |
|
Robert Roebling
|
a1abd1a923
|
Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 20:26:00 +00:00 |
|
Robert Roebling
|
668674c1e2
|
If a selected item is about to be deleted, try to select the next one first, otherwise the parent, like the wxMSW does
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 20:18:53 +00:00 |
|
Paul Cornett
|
b2231d4d0b
|
add braces around if-body
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 17:45:34 +00:00 |
|
Paul Cornett
|
a907139aa3
|
remove old hacks for gtk blit problem which was probably fixed long ago
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 17:45:09 +00:00 |
|
Paul Cornett
|
ce7c8a9751
|
better fix for aCC and rawbmp.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 17:28:37 +00:00 |
|
Vadim Zeitlin
|
04b2ab1a0c
|
compilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE (such as AIX and old HP-UX): disable SIGPIPE manually in this case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 14:17:21 +00:00 |
|
Vadim Zeitlin
|
f6a25e0866
|
another AIX compilation fix: getservbyname_r() returns int, not servent* there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 14:01:26 +00:00 |
|
Paul Cornett
|
d9b22b06d3
|
avoid setting negative size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 07:37:57 +00:00 |
|
Paul Cornett
|
58d439cf5a
|
unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 07:37:32 +00:00 |
|
Paul Cornett
|
817d2e9b9b
|
remove unused gtk includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 07:37:12 +00:00 |
|
Paul Cornett
|
8a614483c3
|
fix for HP aCC, it can't compile rawbmp.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 05:34:48 +00:00 |
|
Paul Cornett
|
8d3166e8ac
|
fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 05:34:03 +00:00 |
|
Vadim Zeitlin
|
58cccb3b44
|
AIX compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-19 01:03:27 +00:00 |
|
Robert Roebling
|
60433f3f82
|
Uncomment code accidentally left commented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 21:21:19 +00:00 |
|
Robert Roebling
|
30b8043911
|
Don't use default size of control has a sizer (as per other ports)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 21:20:04 +00:00 |
|
Paul Cornett
|
c4021a7920
|
use bool expression rather than implicit conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 18:02:53 +00:00 |
|
Paul Cornett
|
f8f7cff436
|
remove unused wxKeyEvent member m_scanCode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 17:15:40 +00:00 |
|
Jaakko Salli
|
d42b86211a
|
Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPopupWindow() has been called. Do this because, of all popup window types, only wxPopupTransientWindow is able to have focused child controls when the popup is shown in wxGTK modal dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 16:16:24 +00:00 |
|
Francesco Montorsi
|
29ad2740ff
|
remove comment erroneously committed in r58654
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 15:33:08 +00:00 |
|
Francesco Montorsi
|
ee32a48d95
|
fix typo: the leave/enter order for the m_handlersWithPendingEventsLocker critical section was flipped
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 15:14:41 +00:00 |
|
Francesco Montorsi
|
5b5939956d
|
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 11:30:19 +00:00 |
|
Francesco Montorsi
|
d270fef3e8
|
fix wxGTK1 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 10:32:21 +00:00 |
|
Paul Cornett
|
5079735ca0
|
build fixes for wxUSE_THREADS==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-18 04:06:46 +00:00 |
|
Jaakko Salli
|
110d27b332
|
Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 20:52:16 +00:00 |
|
Jaakko Salli
|
df6007a555
|
Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 20:19:29 +00:00 |
|
Robert Roebling
|
89c33c4831
|
Corrected meaning of parameter col as the position not ID in wxLisrCtrl::InsertColumn() under OSX/Carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 18:46:24 +00:00 |
|
Jaakko Salli
|
0c35994d50
|
Test for m_pPropGrid in wxPropertyGridPageState::DoClear()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 18:07:33 +00:00 |
|
Jaakko Salli
|
8dee26e107
|
Clear grid selection more consistently prior clear operations; improved Clear() tests (fixes #10497)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 18:01:06 +00:00 |
|
Vadim Zeitlin
|
b5f3d8e934
|
don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes which happen if the control receiving this event gets deleted from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 16:43:10 +00:00 |
|
Jouk Jansen
|
6918257d40
|
add wx/log.h for non-PCH build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 13:07:58 +00:00 |
|
Vadim Zeitlin
|
c496d8fa88
|
suppress unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 12:01:07 +00:00 |
|
Robert Roebling
|
f965a844db
|
Blind implementation of YieldFor() for OSX/Cocoa, copied from OSX/Carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 11:30:50 +00:00 |
|
Robert Roebling
|
9e5754bebd
|
Blind implementation of GetSubItemRect() for wxListCtrl under carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 11:24:19 +00:00 |
|
Vadim Zeitlin
|
2ec94d6b96
|
add missing stdcall to fix crash when using state image lists after r58572
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 09:57:10 +00:00 |
|
Paul Cornett
|
6089c4c8e8
|
fix deferred show when SetSize() is called after SetClientSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-17 03:32:40 +00:00 |
|