Vadim Zeitlin
|
6e42617af4
|
don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 03:12:47 +00:00 |
|
Vadim Zeitlin
|
e072113323
|
don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 03:04:09 +00:00 |
|
Vadim Zeitlin
|
5a25f8581a
|
refactored code reused in several different places in wxTextEntry::RemoveSelection() (patch 1910166)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:58:54 +00:00 |
|
Vadim Zeitlin
|
e976429dfa
|
no real changes, just use more readable helper wxTextEntry methods (patch 1910165 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:52:32 +00:00 |
|
Vadim Zeitlin
|
c2208899ed
|
no real changes, just use more readable helper wxTextEntry methods (patch 1910160)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:47:41 +00:00 |
|
Vadim Zeitlin
|
b1859b1a1b
|
added support for double arguments to wxCmdLineParser (patch 1907289)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:33:25 +00:00 |
|
Vadim Zeitlin
|
7999b83011
|
use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor combobox (slightly modified patch 1906581)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:24:12 +00:00 |
|
Vadim Zeitlin
|
55cd5d10cd
|
don't generate duplicate resume events for PBT_APMRESUMEAUTOMATIC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:12:45 +00:00 |
|
Vadim Zeitlin
|
9eff73c60d
|
call OnNativeDestroyed() if the native window is destroyed independently from us
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:12:20 +00:00 |
|
Vadim Zeitlin
|
089b23d028
|
initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch 1905981)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:10:49 +00:00 |
|
Vadim Zeitlin
|
a6b4b834b1
|
don't delete the context in ~wxGLCanvas(), the base class will do it (patch 1912776)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 23:57:30 +00:00 |
|
Vadim Zeitlin
|
779288b486
|
make wxCmdLineParser:Usage() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 17:14:55 +00:00 |
|
Paul Cornett
|
8ef9a526ce
|
minimize searching for tlw parent, remove useless code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 16:51:14 +00:00 |
|
Paul Cornett
|
253d8fd8fc
|
fix for infinite sizing loop (partial patch 1907189)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 15:55:09 +00:00 |
|
Julian Smart
|
fe5451982e
|
Corrected typecasts (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 14:24:45 +00:00 |
|
Julian Smart
|
fb9bea06cf
|
Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 14:18:15 +00:00 |
|
Julian Smart
|
8a5a7042f1
|
Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 14:17:28 +00:00 |
|
Julian Smart
|
2eb37f730d
|
Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 14:16:39 +00:00 |
|
Stefan Csomor
|
eb61203f6e
|
use the same font matching fallbacks for all layout operations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 10:34:25 +00:00 |
|
Paul Cornett
|
4b8e857f88
|
fix for size 1x1 wxChoice when SetSelection() is called before realization, bug 1913657
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 06:06:27 +00:00 |
|
Václav Slavík
|
bd2e08d065
|
simplified and cleaned up wxGTK's focus handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 01:10:43 +00:00 |
|
Václav Slavík
|
fe828a03f4
|
reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 23:58:32 +00:00 |
|
Václav Slavík
|
664d172947
|
fixed crash in wxHtmlHelpController if the help window is still open
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 23:42:57 +00:00 |
|
Václav Slavík
|
8aef90e872
|
fixed unreadable formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 14:21:25 +00:00 |
|
Paul Cornett
|
81a2edf9a9
|
fix for idle processing stopping without processing all pending events, replaces patch 1912157
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 04:37:03 +00:00 |
|
Václav Slavík
|
5e4e03e9f9
|
include 'Version' in version string, it's what Apple apps do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-12 21:28:21 +00:00 |
|
Václav Slavík
|
fd3a0ca9e1
|
indent app name + version from the rest in about dialog; use i18n-friendly way of creating strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-12 20:47:52 +00:00 |
|
Paul Cornett
|
b890136bc6
|
don't defer showing if _NET_FRAME_EXTENTS handler is not connected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-12 05:46:13 +00:00 |
|
Vadim Zeitlin
|
2aee749cb1
|
delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-11 00:03:46 +00:00 |
|
Vadim Zeitlin
|
4f6b94a33a
|
fix handling of native toolkit command line options broken by wxCmdLineArgsArray change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 19:40:21 +00:00 |
|
Vadim Zeitlin
|
27547285fe
|
compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:54:03 +00:00 |
|
Vadim Zeitlin
|
dfba244cbf
|
added wxNativeContainerWindow and implemented it for wxMSW and wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:50:48 +00:00 |
|
Vadim Zeitlin
|
626b09ec05
|
further simplifiy USE_NATIVE_HEADER_WINDOW checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 02:55:57 +00:00 |
|
Vadim Zeitlin
|
1fee6e2577
|
remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 13:14:58 +00:00 |
|
Vadim Zeitlin
|
98a14ab488
|
don't use native headers in wxUniv build (this doesn't even link under MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 12:57:10 +00:00 |
|
Robin Dunn
|
30aaee9514
|
Enable XRC to call wxStaticText::Wrap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 03:27:54 +00:00 |
|
Robin Dunn
|
a9dbb4f681
|
Don't need to use wxHAVE_RAW_BITMAP any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 03:24:38 +00:00 |
|
Vadim Zeitlin
|
936bb82ec5
|
wxUniv compilation fix for gs_windowHandles assignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 23:04:39 +00:00 |
|
Václav Slavík
|
2e771cb838
|
fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 23:04:06 +00:00 |
|
Stefan Csomor
|
e84f729000
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 15:46:39 +00:00 |
|
Stefan Csomor
|
5d713a7574
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 19:38:01 +00:00 |
|
Stefan Csomor
|
fe844054e8
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:56:04 +00:00 |
|
Stefan Csomor
|
73b51ea436
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:54:12 +00:00 |
|
Stefan Csomor
|
c8e2c7d7b3
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:53:07 +00:00 |
|
Stefan Csomor
|
9f5717add3
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:51:06 +00:00 |
|
Stefan Csomor
|
71be467a6c
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:50:27 +00:00 |
|
Stefan Csomor
|
ac8fdfe2a5
|
cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 16:50:13 +00:00 |
|
Julian Smart
|
7c3c990ecf
|
Only use fonts in wxTextAttr::Combine if they are really present in the attributes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-07 08:55:12 +00:00 |
|
Václav Slavík
|
2e10110af0
|
fixed minsize setting after wxCollapsiblePane is expanded - should set client, not window, minsize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-06 22:23:13 +00:00 |
|
Václav Slavík
|
520746acb5
|
deprecated wxWindow::SetHelpTextForId()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-06 19:28:51 +00:00 |
|