Vadim Zeitlin
b299c11105
test for __BSD__, not only __FREEBSD__ in ping(1) options determination code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 12:28:09 +00:00
Vadim Zeitlin
f0e2ef329d
workaround for bug in OpenBSD headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 12:24:33 +00:00
Vadim Zeitlin
d55a4efc0f
don't use the bitmaps in toolbars with wxTB_NOICONS style
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 10:40:23 +00:00
Chris Elliott
ae6db164e2
borland make update for wxbase
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 07:49:59 +00:00
Chris Elliott
2a44fbe1a4
borland makefile for console sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 07:38:26 +00:00
Robin Dunn
5c649b815c
Fix for wxPyInputStream, m_lastRead was getting incremented twice.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 01:44:24 +00:00
Robin Dunn
965079dde9
Provide implementation for GetTopItem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 01:05:56 +00:00
Robin Dunn
00924b9de2
Avoid an assert in wxComboBox when setting default values that don't
...
exist in the list of choices.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 00:46:37 +00:00
Robin Dunn
e3bd1146c7
Some last minue wxPython changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-17 00:27:21 +00:00
Vadim Zeitlin
d2da899a2e
updated/fixed for 2.3.3 release
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 23:51:34 +00:00
Vadim Zeitlin
ddb8d0503e
console apps need shell32.lib now too (because of wxVolume)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 23:51:00 +00:00
Vadim Zeitlin
0f48627c76
link to wxbase233.dll, not 232; and also link to shell32.lib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 23:50:31 +00:00
Vadim Zeitlin
b883a5da0c
unicode compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 23:50:03 +00:00
Vadim Zeitlin
73f6b0b14e
Fit() is called FitToPage() in reality
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 23:49:38 +00:00
Vadim Zeitlin
514d2dbb87
compile the C files using C compiler, not C++ one, otherwise the sample doesn't link
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 20:16:46 +00:00
Bryan Petty
e138d10b74
This commit was manufactured by cvs2svn to create branch
...
'WX_2_4_BRANCH'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 20:16:46 +00:00
Stefan Csomor
bf4a027ddb
added arrow cursor for standard controls
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:32:49 +00:00
Vadim Zeitlin
418b74a078
don't mention GUI-only changes in the base section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:17:32 +00:00
Vadim Zeitlin
00fd036c18
updated the build technote and the technote index; removed obsolete and incorrect technote
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:17:02 +00:00
Vadim Zeitlin
a23eb2cecb
regenerated (doesn't include mdig.cpp any more)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:16:21 +00:00
Vadim Zeitlin
50b4dd1c95
don't include headers which were excluded for wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:15:56 +00:00
Vadim Zeitlin
cb84e27d14
no changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:15:39 +00:00
Václav Slavík
799cea0031
fixed two-step creation of wxCheckListBox
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:07:32 +00:00
Václav Slavík
86118733af
updated wxTreeCtrl styles in XRC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 18:06:55 +00:00
David Webster
cfc82bcb2e
OS/2 will not support a mini-frame
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 17:31:29 +00:00
Vadim Zeitlin
0a615ec196
include execcmn.cpp in the distribution
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 17:20:58 +00:00
Vadim Zeitlin
db82f09ecb
include -pthread in LDFLAGS and not LIBS as the latter doesn't appear in wx-config output unless --static is given
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 17:20:14 +00:00
David Webster
92ac4cdc8c
Make OS/2 use the generic MDI.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 17:18:59 +00:00
Vadim Zeitlin
4769a56275
compilation fix for !MSVC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 15:21:52 +00:00
Julian Smart
c057a510d6
Tweaks to the announcements, including adding some
...
kudos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 14:41:56 +00:00
Julian Smart
b4d0ec4edc
Script tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 10:27:43 +00:00
Julian Smart
64b73f1a2e
Added a couple more build starter scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 10:24:09 +00:00
Julian Smart
befe9ee1ca
Updated makewx... scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 10:15:06 +00:00
Stefan Csomor
5715cc1bed
merged deleted code back
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 07:30:59 +00:00
Stefan Neis
39b80349a1
Applied revised patch 606235 (Cell overflow refresh fixed).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-15 00:29:49 +00:00
Vadim Zeitlin
e52d9c784e
we do want arrows even in a read only text ctrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 21:37:28 +00:00
Vadim Zeitlin
2499871095
recreate the toolbar entirely when its text/icons style changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 21:36:18 +00:00
Robert Roebling
7b35aa40a0
Compile fix for the iPaq. No idea why.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 21:35:08 +00:00
Vadim Zeitlin
dd46ee66e5
no changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 21:34:59 +00:00
Vadim Zeitlin
d45720c55f
set size if it's initially == wxDefaultSize() in MSWCreateControl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 21:07:49 +00:00
Robert Roebling
0dd6e08c53
Updated some comments.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 20:49:50 +00:00
Vadim Zeitlin
eb1ab6f915
printf() format warning fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 18:38:31 +00:00
Robert Roebling
c5cf1acc55
Added spec file for wxX11.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 18:35:10 +00:00
Robert Roebling
75378e31e9
Added make dist for wxX11 to makefile.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 18:34:28 +00:00
Robert Roebling
1c393e484d
Added todo file for wxX11. Empty still.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 18:33:46 +00:00
Julian Smart
cc02b6457a
Added back the missing wxDash line
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 17:28:12 +00:00
Julian Smart
e438abe584
BC++:
...
Disabled precompiled headers for png library,
since it seemed to mess up compilation
Moved EXTRACPPFLAGS to end of command line so they
override current settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 17:23:21 +00:00
Robert Roebling
3be6aea994
Enable execute code for Unicode. This also makes
...
printing to the printer work in Unicode mode.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 15:00:49 +00:00
Gilles Depeyrot
29ee95e8bc
added missing wxSTD for cout/endl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 09:35:50 +00:00
Julian Smart
b55a176b25
Applied patch [ 608876 ] Improvements to installation docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-14 08:31:23 +00:00