Robin Dunn
178a12204b
implement wxBitmapButton::DoGetBestSize
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 21:58:27 +00:00
Vadim Zeitlin
cc3dd6fce9
really fixed calling isspace() for non-ASCII characters
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 21:48:18 +00:00
Robert Roebling
119cd34193
This should fix a link error in GTK 2.3.X and
...
it is the right thing to do anyway.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 21:30:06 +00:00
Robert Roebling
c0d0a5520e
Added missing "break;".
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 19:07:33 +00:00
Jouk Jansen
3a36944181
Committing in .
...
Update OpenVMS compile support
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 15:24:33 +00:00
Václav Slavík
e194780eb0
wx-config didn't include WXUSINGDLL on Mingw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 13:28:35 +00:00
Václav Slavík
efe6c06ffc
--static flag docs correction
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 13:18:54 +00:00
Robert Roebling
abb492ba03
Allow non-toplevel-window to given as the
...
parent of a message dialog (as it is done
in the controls sample).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 11:54:45 +00:00
Stefan Csomor
b7ce141fd1
set scrollbarsize back to normal
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 06:47:47 +00:00
Ron Lee
45b7f8192e
Enable wxUSE_DISPLAY by default. It is required for wxPython builds now
...
and doesn't seem obviously harmful to anyone else.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 01:45:39 +00:00
Vadim Zeitlin
85c09802c0
don't change the font by reinitializing it to XLFD which was found to match it in GetInternalFont()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 23:29:19 +00:00
Robin Dunn
622a19f0ea
Don't bind events to the return value of SetDefault, D'oh!
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 23:09:55 +00:00
Robin Dunn
d6b5679f31
Fiddling with the resize a bit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 23:09:18 +00:00
Robin Dunn
da65a43959
write selection info to the log
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 23:08:27 +00:00
Robin Dunn
6a8fa617f1
fixed typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:57:03 +00:00
Robin Dunn
2e55c8189d
Set focus back to the tree after loading the new sample pages
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:56:15 +00:00
Robin Dunn
5c66e6508d
Removed the text about the default window sizes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:54:15 +00:00
Robin Dunn
09b77fb711
Fix GBSpan and GBPosition typemaps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:47:25 +00:00
Robert Roebling
c7d6d88330
Comitted GTK part of clipboard patch, that
...
enables non-unicode strings to be seen in
Unicode apps. This is relevant since KDE
apps paste non-Unicode text.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:46:48 +00:00
Robin Dunn
c19bd0a37a
Also add a bool() function if running on a too old Python.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:46:30 +00:00
Robin Dunn
8b7fa2d969
Give BitmapButton its own demo, get rid of ErrorDialogs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:45:00 +00:00
Robin Dunn
4261ba88cf
Use the length when converting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:43:30 +00:00
Robin Dunn
72a1118475
MSWGetCreateWindowCoords is already setting CW_USEDEFAULT as needed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 21:34:27 +00:00
Robert Roebling
6d9713540d
New menu code.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 20:19:20 +00:00
Patrick K. O'Brien
d40bbd4dac
Eliminate relative imports and make them more py2exe friendly.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 13:42:37 +00:00
Ron Lee
a7716111cb
Added missing autoconf_inc.m4 to dist target,
...
configure.in is useless without it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 03:56:21 +00:00
Patrick K. O'Brien
f65958ccce
Changed default shell.autoCompleteAutoHide to False.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 02:30:07 +00:00
Ron Lee
616d1b3cb0
Last minute changes to fix 2.5.1.1 debs for release.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-14 14:02:04 +00:00
Robin Dunn
e6c3fa1bb0
Use the WidthDefault and HeightDefault in wxTLW, not wxWindow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 21:35:58 +00:00
Robin Dunn
5c2be659f9
Fixed comment
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 20:42:58 +00:00
Robin Dunn
66202a7ee6
I keep running into situations where the old small default window size
...
was expected, and odd initial layouts resulted, so let's leave only
TLWs at the new 400x250 default size, and give all other windows the
old 20x20 default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 20:41:09 +00:00
Robin Dunn
92094b0950
Need an additional #include
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 17:45:04 +00:00
Robert Roebling
eef4e26cd3
Gradient fill splitter window sash. This won't
...
look good in brushed metal theme..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 16:47:22 +00:00
Vadim Zeitlin
3c9642b54d
fixed debug assert in VC 7.1 CRT due to calling isalnum() with 8bit chars
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 12:14:37 +00:00
Robin Dunn
8027eb22c6
More doc tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 06:14:56 +00:00
Robin Dunn
e2f7f0625d
fiddle with the configure flags a bit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 06:10:26 +00:00
Robin Dunn
55b602db52
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 01:56:46 +00:00
Robin Dunn
b42b447cf4
Reorganized the contents of the disk image. Only the Installer
...
package and a README-1st are at the top level, the docs, apps,
etc. are in subdirs.
Include the main wxDocs in the disk image too, in a form that the
viewer can be launched just by running a wxPython app.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 01:56:23 +00:00
Robin Dunn
0f69b6a94d
Added OSX instructions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 00:16:22 +00:00
Vadim Zeitlin
94672b3a4b
removed dcbuffer.cpp; replaced wave.cpp with sound.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 23:59:30 +00:00
Robin Dunn
b39e211bbb
regenerated metadata
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 23:38:09 +00:00
Robin Dunn
7409c0c61f
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 23:30:22 +00:00
Julian Smart
8da2ab9900
Fixed multiline static texts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 21:44:48 +00:00
Robin Dunn
951aa70eb4
distrib tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:17:22 +00:00
Robin Dunn
21b227f211
fixed a failure message
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:16:01 +00:00
Robin Dunn
52868a7577
aliases for SizerInfo.[Get|Set]Option, since I just mentioned them in
...
the maillist...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:04:26 +00:00
Robin Dunn
de51258f70
Tweaks needed to get pySketch to work with 2.5
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:03:37 +00:00
Robin Dunn
fc33e5e1f0
Regenerated the HTML versions of the ReST docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:02:39 +00:00
Robin Dunn
ce32c85b26
Added note about new default window sizes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:01:35 +00:00
Robin Dunn
15eac935e8
Added a document describing the steps that need to be taken to do a
...
full wxPython build for distribution.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-12 20:01:07 +00:00