Włodzimierz Skiba
|
b236c10f77
|
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 11:15:59 +00:00 |
|
Vadim Zeitlin
|
12f9921085
|
compilation fix for wxGetEmptyString() with wxUSE_STL == 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 08:23:28 +00:00 |
|
Robin Dunn
|
1c97259a91
|
A better fix for GetXWindow that can handle both the wx widgets and
the native widgets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 01:17:18 +00:00 |
|
Robin Dunn
|
1d451c5bd1
|
wxSystemSettings::GetMetric returns -1 if the metric is not supported
by the port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:56:22 +00:00 |
|
Robin Dunn
|
49090f6f10
|
Change which image is used in the taskbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:52:45 +00:00 |
|
Robin Dunn
|
bbfc7289d6
|
Stop the timer before closing the demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:51:24 +00:00 |
|
Robin Dunn
|
1cc18e15f4
|
Overridable CreatePopupMenu in TaskBarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:24:10 +00:00 |
|
Robin Dunn
|
662bd31e12
|
Overridable CreatePopupMenu in TaskBarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:18:28 +00:00 |
|
Václav Slavík
|
2596e9fb2c
|
fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 21:07:48 +00:00 |
|
Robin Dunn
|
e768548a12
|
Create a mask for the icon if it doesn't already have one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 20:39:25 +00:00 |
|
Julian Smart
|
3444e4a8f9
|
Fixed case sensitivity
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 17:53:43 +00:00 |
|
Vadim Zeitlin
|
f530fa27a9
|
fixed memory leak in Submit(cmd, false) (bug 1037115)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 17:17:27 +00:00 |
|
Robin Dunn
|
c4dc4cdd5a
|
Just return zero without failing for unknown metrics, like the other
ports do.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 16:49:01 +00:00 |
|
Robin Dunn
|
3bc06221f0
|
off_t --> wxFileOffset changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 16:42:36 +00:00 |
|
Julian Smart
|
f525dc35f4
|
Temp fix for VC6/XTI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 16:21:47 +00:00 |
|
David Elliott
|
164f091f4b
|
Get the stock label when stock ID is used with empty label in Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 16:07:12 +00:00 |
|
Václav Slavík
|
66370e3854
|
implementation should use DoFindFocus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 15:30:09 +00:00 |
|
Václav Slavík
|
0fe0275981
|
changes to make wxWindow::FindFocus work as expected with composite controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 14:34:28 +00:00 |
|
Julian Smart
|
adfea104dc
|
Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 14:02:24 +00:00 |
|
Julian Smart
|
a65abcfdeb
|
Increased a buffer size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 13:29:48 +00:00 |
|
Włodzimierz Skiba
|
f0e8a2d077
|
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 11:25:34 +00:00 |
|
Vadim Zeitlin
|
4be927a2d0
|
signed/unsigned comparison warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 11:16:22 +00:00 |
|
Vadim Zeitlin
|
02a525b385
|
removed C++ comments from C files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 10:42:37 +00:00 |
|
Włodzimierz Skiba
|
9ca7505f12
|
wxTLW::SetLeft/RightMenu of smart phones documented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 09:46:26 +00:00 |
|
Vadim Zeitlin
|
81ce36aa59
|
more 64 bit correctness fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 09:25:47 +00:00 |
|
Ron Lee
|
7714864e2f
|
Update the wx-config man page.
Remove some cruft from the docs package.
Bump version in configure.
Update aclocal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 09:07:08 +00:00 |
|
Ryan Norton
|
1a6a834724
|
remove unfinished sample for release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 08:20:14 +00:00 |
|
Włodzimierz Skiba
|
9b1414681c
|
Hardware defines spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 08:03:26 +00:00 |
|
Julian Smart
|
927330abae
|
Incremented version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 07:48:17 +00:00 |
|
Ron Lee
|
5f74359ff8
|
Update odbc for parallel installs too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 07:36:34 +00:00 |
|
Włodzimierz Skiba
|
d4c25daa1b
|
C++ removed from C syntax.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 07:21:18 +00:00 |
|
Włodzimierz Skiba
|
d109c5849e
|
Include missing.h to find O_* flags.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 05:44:37 +00:00 |
|
Włodzimierz Skiba
|
285f605a41
|
Correction to lost #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 05:42:47 +00:00 |
|
David Elliott
|
a1f4186efa
|
wxStaticBox constructor is not supposed to take a wxValidator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 05:18:38 +00:00 |
|
Ryan Norton
|
9795bd2ee4
|
drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 04:28:42 +00:00 |
|
Robin Dunn
|
b6294124ec
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:22:24 +00:00 |
|
Robin Dunn
|
9a9942f75a
|
Allow embedded double quotes, and hex-encode single quotes. Makes the
typical case a bit more readable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:20:27 +00:00 |
|
Robin Dunn
|
b27a4ef40d
|
Updates for how the Python code is generated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:15:21 +00:00 |
|
Kevin Hock
|
5b884f4c74
|
Send EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control is updated by typing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:14:29 +00:00 |
|
Robin Dunn
|
1a014e5080
|
Version number bump
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:11:58 +00:00 |
|
Robin Dunn
|
d48c1c640e
|
Beginings of supporting multiple versions installed side-by-side
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 00:11:17 +00:00 |
|
Robin Dunn
|
dc8005e206
|
TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp
files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 23:36:33 +00:00 |
|
Kevin Hock
|
163c36827d
|
When enabling events, use CommonModes instead of DefaultMode for the RunLoop. In use locally since January, indicated as better mode setting by Dave E.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 23:23:21 +00:00 |
|
Vadim Zeitlin
|
0d01dd512f
|
wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:53:19 +00:00 |
|
Vadim Zeitlin
|
1695e2851d
|
added wxPtrToUInt() to cast pointer to an integer type without warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:48:47 +00:00 |
|
Vadim Zeitlin
|
4ebb542f72
|
added HAVE_REINTERPRET_CAST detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:46:05 +00:00 |
|
Vadim Zeitlin
|
4eeb39ab7c
|
added AC_CXX_REINTERPRET_CAST
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:44:59 +00:00 |
|
Vadim Zeitlin
|
8c8d66c5f0
|
added wx_reinterpret_cast() macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:44:10 +00:00 |
|
Vadim Zeitlin
|
b41f29c357
|
suppress VC7.1 64 bit correctness warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:16:57 +00:00 |
|
Robin Dunn
|
d22956def7
|
off-by-one fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 19:49:00 +00:00 |
|