]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years ago Comitted GTK part of clipboard patch, that
Robert Roebling [Mon, 15 Mar 2004 22:46:48 +0000 (22:46 +0000)] 
  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

20 years agoAlso add a bool() function if running on a too old Python.
Robin Dunn [Mon, 15 Mar 2004 22:46:30 +0000 (22:46 +0000)] 
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

20 years agoGive BitmapButton its own demo, get rid of ErrorDialogs
Robin Dunn [Mon, 15 Mar 2004 22:45:00 +0000 (22:45 +0000)] 
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

20 years agoUse the length when converting
Robin Dunn [Mon, 15 Mar 2004 22:43:30 +0000 (22:43 +0000)] 
Use the length when converting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoMSWGetCreateWindowCoords is already setting CW_USEDEFAULT as needed
Robin Dunn [Mon, 15 Mar 2004 21:34:27 +0000 (21:34 +0000)] 
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

20 years ago New menu code.
Robert Roebling [Mon, 15 Mar 2004 20:19:20 +0000 (20:19 +0000)] 
  New menu code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoEliminate relative imports and make them more py2exe friendly.
Patrick K. O'Brien [Mon, 15 Mar 2004 13:42:37 +0000 (13:42 +0000)] 
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

20 years agoAdded missing autoconf_inc.m4 to dist target,
Ron Lee [Mon, 15 Mar 2004 03:56:21 +0000 (03:56 +0000)] 
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

20 years agoChanged default shell.autoCompleteAutoHide to False.
Patrick K. O'Brien [Mon, 15 Mar 2004 02:30:07 +0000 (02:30 +0000)] 
Changed default shell.autoCompleteAutoHide to False.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoLast minute changes to fix 2.5.1.1 debs for release.
Ron Lee [Sun, 14 Mar 2004 14:02:04 +0000 (14:02 +0000)] 
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

20 years agoUse the WidthDefault and HeightDefault in wxTLW, not wxWindow
Robin Dunn [Sat, 13 Mar 2004 21:35:58 +0000 (21:35 +0000)] 
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

20 years agoFixed comment
Robin Dunn [Sat, 13 Mar 2004 20:42:58 +0000 (20:42 +0000)] 
Fixed comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoI keep running into situations where the old small default window size
Robin Dunn [Sat, 13 Mar 2004 20:41:09 +0000 (20:41 +0000)] 
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

20 years agoNeed an additional #include
Robin Dunn [Sat, 13 Mar 2004 17:45:04 +0000 (17:45 +0000)] 
Need an additional #include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Gradient fill splitter window sash. This won't
Robert Roebling [Sat, 13 Mar 2004 16:47:22 +0000 (16:47 +0000)] 
  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

20 years agofixed debug assert in VC 7.1 CRT due to calling isalnum() with 8bit chars
Vadim Zeitlin [Sat, 13 Mar 2004 12:14:37 +0000 (12:14 +0000)] 
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

20 years agoMore doc tweaks
Robin Dunn [Sat, 13 Mar 2004 06:14:56 +0000 (06:14 +0000)] 
More doc tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofiddle with the configure flags a bit
Robin Dunn [Sat, 13 Mar 2004 06:10:26 +0000 (06:10 +0000)] 
fiddle with the configure flags a bit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Sat, 13 Mar 2004 01:56:46 +0000 (01:56 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoReorganized the contents of the disk image. Only the Installer
Robin Dunn [Sat, 13 Mar 2004 01:56:23 +0000 (01:56 +0000)] 
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

20 years agoAdded OSX instructions
Robin Dunn [Sat, 13 Mar 2004 00:16:22 +0000 (00:16 +0000)] 
Added OSX instructions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved dcbuffer.cpp; replaced wave.cpp with sound.cpp
Vadim Zeitlin [Fri, 12 Mar 2004 23:59:30 +0000 (23:59 +0000)] 
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

20 years agoregenerated metadata
Robin Dunn [Fri, 12 Mar 2004 23:38:09 +0000 (23:38 +0000)] 
regenerated metadata

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Fri, 12 Mar 2004 23:30:22 +0000 (23:30 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFixed multiline static texts
Julian Smart [Fri, 12 Mar 2004 21:44:48 +0000 (21:44 +0000)] 
Fixed multiline static texts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodistrib tweaks
Robin Dunn [Fri, 12 Mar 2004 20:17:22 +0000 (20:17 +0000)] 
distrib tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed a failure message
Robin Dunn [Fri, 12 Mar 2004 20:16:01 +0000 (20:16 +0000)] 
fixed a failure message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoaliases for SizerInfo.[Get|Set]Option, since I just mentioned them in
Robin Dunn [Fri, 12 Mar 2004 20:04:26 +0000 (20:04 +0000)] 
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

20 years agoTweaks needed to get pySketch to work with 2.5
Robin Dunn [Fri, 12 Mar 2004 20:03:37 +0000 (20:03 +0000)] 
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

20 years agoRegenerated the HTML versions of the ReST docs
Robin Dunn [Fri, 12 Mar 2004 20:02:39 +0000 (20:02 +0000)] 
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

20 years agoAdded note about new default window sizes
Robin Dunn [Fri, 12 Mar 2004 20:01:35 +0000 (20:01 +0000)] 
Added note about new default window sizes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded a document describing the steps that need to be taken to do a
Robin Dunn [Fri, 12 Mar 2004 20:01:07 +0000 (20:01 +0000)] 
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

20 years agoSome distrib tweaks
Robin Dunn [Fri, 12 Mar 2004 19:59:50 +0000 (19:59 +0000)] 
Some distrib tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFix for too big default window size
Robin Dunn [Fri, 12 Mar 2004 19:46:56 +0000 (19:46 +0000)] 
Fix for too big default window size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed race conditions resulting in infinite OutputDebugStrings() and program freezes...
Vadim Zeitlin [Thu, 11 Mar 2004 23:32:53 +0000 (23:32 +0000)] 
fixed race conditions resulting in infinite OutputDebugStrings() and program freezes when wxDialUpManager was created and destroiyed immediately (bug 896806)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdd --with-sdl to the build doc and RPM spec
Robin Dunn [Thu, 11 Mar 2004 22:45:35 +0000 (22:45 +0000)] 
Add --with-sdl to the build doc and RPM spec

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSome themes round the edges of the buttons, overwriting any text that
Robin Dunn [Thu, 11 Mar 2004 22:44:36 +0000 (22:44 +0000)] 
Some themes round the edges of the buttons, overwriting any text that
goes all the way to the edges.  Give the button a few extra pixels to
work around that.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoupdate from Janos Vegh
Vadim Zeitlin [Thu, 11 Mar 2004 21:52:26 +0000 (21:52 +0000)] 
update from Janos Vegh

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoChanged the sound sample to allow the user to choose a wav file to
Robin Dunn [Thu, 11 Mar 2004 19:31:33 +0000 (19:31 +0000)] 
Changed the sound sample to allow the user to choose a wav file to
work with, and also added some additional test wav files of various
sampling rates, sample sizes and channels.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoChanged the OSS backend to detect if the DSP requires a conversion of
Robin Dunn [Thu, 11 Mar 2004 19:29:34 +0000 (19:29 +0000)] 
Changed the OSS backend to detect if the DSP requires a conversion of
the sampling data in order to play it.  Currently it fails if this is
the case but in the future a conversion could be done, or it could
fall-back to another backend that is able to handle it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agotry SDL backend before OSS, it works better (temporary solution, will need better...
Václav Slavík [Thu, 11 Mar 2004 16:40:44 +0000 (16:40 +0000)] 
try SDL backend before OSS, it works better (temporary solution, will need better fix)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse PlatformInfo
Robin Dunn [Thu, 11 Mar 2004 06:30:10 +0000 (06:30 +0000)] 
Use PlatformInfo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFix how the contribs include dir is added to the list
Robin Dunn [Thu, 11 Mar 2004 06:28:07 +0000 (06:28 +0000)] 
Fix how the contribs include dir is added to the list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAllow the stdout redirection to be toggled on or off in the demo
Robin Dunn [Thu, 11 Mar 2004 06:26:54 +0000 (06:26 +0000)] 
Allow the stdout redirection to be toggled on or off in the demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded wx.PlatformInfo which is a tuple containing strings that
Robin Dunn [Wed, 10 Mar 2004 18:53:01 +0000 (18:53 +0000)] 
Added wx.PlatformInfo which is a tuple containing strings that
describe the platform and build options of wxPython.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoNeed to ensure WXEXPORT and WXIMPORT are not defined for EMX or INNOTEK builds when...
David Webster [Wed, 10 Mar 2004 16:38:00 +0000 (16:38 +0000)] 
Need to ensure WXEXPORT and WXIMPORT are not defined for EMX or INNOTEK builds when compiling with WXMAKINGDLL=1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoTry using a regular mask on wxGTK
Robin Dunn [Wed, 10 Mar 2004 07:01:52 +0000 (07:01 +0000)] 
Try using a regular mask on wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowishful thinking... :-(
Robin Dunn [Wed, 10 Mar 2004 06:56:57 +0000 (06:56 +0000)] 
wishful thinking... :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdd demo showing drawing of an image with an Alpha channel.
Robin Dunn [Wed, 10 Mar 2004 06:52:36 +0000 (06:52 +0000)] 
Add demo showing drawing of an image with an Alpha channel.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Wed, 10 Mar 2004 04:16:12 +0000 (04:16 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Wed, 10 Mar 2004 04:10:27 +0000 (04:10 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agobuild doc update for MSW
Robin Dunn [Wed, 10 Mar 2004 04:07:53 +0000 (04:07 +0000)] 
build doc update for MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodemo tweaks
Robin Dunn [Wed, 10 Mar 2004 04:04:52 +0000 (04:04 +0000)] 
demo tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Wed, 10 Mar 2004 03:36:04 +0000 (03:36 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAllow wxApp::MacOpenFile, MacPrintFile, MacNewFile, and MacReopenApp
Robin Dunn [Wed, 10 Mar 2004 03:19:51 +0000 (03:19 +0000)] 
Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile, and MacReopenApp
to be overridden in Python.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadd --enable-display
Robin Dunn [Wed, 10 Mar 2004 03:16:48 +0000 (03:16 +0000)] 
add --enable-display

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdd display.[cpp|h] for wxMac
Robin Dunn [Wed, 10 Mar 2004 03:14:47 +0000 (03:14 +0000)] 
Add display.[cpp|h] for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodoc fix
Robin Dunn [Wed, 10 Mar 2004 02:07:02 +0000 (02:07 +0000)] 
doc fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoDon't log StretchDIBits failures
Robin Dunn [Wed, 10 Mar 2004 02:06:01 +0000 (02:06 +0000)] 
Don't log StretchDIBits failures

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded __nonzero__ for wxTraskBarIcon
Robin Dunn [Wed, 10 Mar 2004 02:04:21 +0000 (02:04 +0000)] 
Added __nonzero__ for wxTraskBarIcon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxMac can do wxMetaFileDC now
Robin Dunn [Wed, 10 Mar 2004 02:02:24 +0000 (02:02 +0000)] 
wxMac can do wxMetaFileDC now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoPrintFramework fixes
Robin Dunn [Wed, 10 Mar 2004 01:19:08 +0000 (01:19 +0000)] 
PrintFramework fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoWe need a file when printing to the printer too.
Robin Dunn [Wed, 10 Mar 2004 01:18:15 +0000 (01:18 +0000)] 
We need a file when printing to the printer too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoTLWs can use the WidthDefault and HeightDefault methods too
Robin Dunn [Wed, 10 Mar 2004 01:17:22 +0000 (01:17 +0000)] 
TLWs can use the WidthDefault and HeightDefault methods too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoGive wxGauge a best size
Robin Dunn [Wed, 10 Mar 2004 01:15:30 +0000 (01:15 +0000)] 
Give wxGauge a best size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoC++ comments transformed to C comments.
Stefan Neis [Tue, 9 Mar 2004 22:48:53 +0000 (22:48 +0000)] 
C++ comments transformed to C comments.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFixed some problems in converting existing static libs into DLLs.
Stefan Neis [Tue, 9 Mar 2004 22:34:28 +0000 (22:34 +0000)] 
Fixed some problems in converting existing static libs into DLLs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodocs correction
Václav Slavík [Tue, 9 Mar 2004 22:30:08 +0000 (22:30 +0000)] 
docs correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse wxPyRaiseNotImplemented
Robin Dunn [Tue, 9 Mar 2004 22:03:33 +0000 (22:03 +0000)] 
Use wxPyRaiseNotImplemented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded wxDisplay and wxVideoMode
Robin Dunn [Tue, 9 Mar 2004 22:01:29 +0000 (22:01 +0000)] 
Added wxDisplay and wxVideoMode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoLink against import libraries of DLLs when building DLLs.
Stefan Neis [Tue, 9 Mar 2004 21:53:07 +0000 (21:53 +0000)] 
Link against import libraries of DLLs when building DLLs.
Enforce 8.3 names for wxWindows DLLs - make install is going to need fixing...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSupport --enable-omf on OS/2 _only_.
Stefan Neis [Tue, 9 Mar 2004 12:55:48 +0000 (12:55 +0000)] 
Support --enable-omf on OS/2 _only_.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoNeed to use the same instance handles
Robin Dunn [Tue, 9 Mar 2004 02:17:23 +0000 (02:17 +0000)] 
Need to use the same instance handles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better can be done
Robin Dunn [Mon, 8 Mar 2004 23:28:31 +0000 (23:28 +0000)] 
Use EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better can be done

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded [G|S]etWindowVariant
Robin Dunn [Mon, 8 Mar 2004 23:18:26 +0000 (23:18 +0000)] 
Added [G|S]etWindowVariant

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded equality operators
Robin Dunn [Mon, 8 Mar 2004 23:16:59 +0000 (23:16 +0000)] 
Added equality operators

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodefault style for statusbars varies by platform
Robin Dunn [Mon, 8 Mar 2004 23:16:10 +0000 (23:16 +0000)] 
default style for statusbars varies by platform

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUpdated version number
Robin Dunn [Mon, 8 Mar 2004 23:15:12 +0000 (23:15 +0000)] 
Updated version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFixes for handle change
Julian Smart [Mon, 8 Mar 2004 20:01:04 +0000 (20:01 +0000)] 
Fixes for handle change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse unified unix/gsocket.c on OS/2.
Stefan Neis [Mon, 8 Mar 2004 13:17:59 +0000 (13:17 +0000)] 
Use unified unix/gsocket.c on OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomain() is now always in the program.
Stefan Neis [Mon, 8 Mar 2004 13:01:21 +0000 (13:01 +0000)] 
main() is now always in the program.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoDon't use global wxBuffer from code that gets compiled into the wx_base*.dll.
Stefan Neis [Mon, 8 Mar 2004 11:29:15 +0000 (11:29 +0000)] 
Don't use global wxBuffer from code that gets compiled into the wx_base*.dll.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSupport for building DLLs on OS/2 (using dllar.sh).
Stefan Neis [Mon, 8 Mar 2004 10:17:55 +0000 (10:17 +0000)] 
Support for building DLLs on OS/2 (using dllar.sh).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoShell version of dllar, needed for building DLLs while generating
Stefan Neis [Mon, 8 Mar 2004 09:50:27 +0000 (09:50 +0000)] 
Shell version of dllar, needed for building DLLs while generating
        .def file on the fly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved more unneeded files, see patch 890642
Václav Slavík [Mon, 8 Mar 2004 09:41:41 +0000 (09:41 +0000)] 
removed more unneeded files, see patch 890642

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoReverted FILLCOLORHINT->FILLCOLOR change. Now when a near black themeColor is returne...
Dimitri Schoolwerth [Sun, 7 Mar 2004 20:00:28 +0000 (20:00 +0000)] 
Reverted FILLCOLORHINT->FILLCOLOR change. Now when a near black themeColor is returned with FILLCOLORHINT, retry with FILLCOLOR.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoImproved wxTreeCtrl tooltip processing performance (causing
Julian Smart [Sun, 7 Mar 2004 17:28:36 +0000 (17:28 +0000)] 
Improved wxTreeCtrl tooltip processing performance (causing
major delays in processing button clicks)
Added wxFULL_REPAINT_ON_RESIZE as default for wxStatusBar
on wxGTK since otherwise there are display problems.
Similarly for wxGrid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Added wxToggleBitmapButton (it compiles).
Robert Roebling [Sun, 7 Mar 2004 16:46:36 +0000 (16:46 +0000)] 
  Added wxToggleBitmapButton (it compiles).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix for always terminating intermediate UniChar String for 4 bytes wchar_t
Stefan Csomor [Sun, 7 Mar 2004 16:45:38 +0000 (16:45 +0000)] 
fix for always terminating intermediate UniChar String for 4 bytes wchar_t

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded OMF support for OS/2 (no support for DLLs, yet).
Stefan Neis [Sun, 7 Mar 2004 15:57:46 +0000 (15:57 +0000)] 
Added OMF support for OS/2 (no support for DLLs, yet).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoDon't refresh statusbar field if the text is identical
Julian Smart [Sun, 7 Mar 2004 15:22:28 +0000 (15:22 +0000)] 
Don't refresh statusbar field if the text is identical
(removes flicker)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agobyte length for interim UniChar String corrected
Stefan Csomor [Sun, 7 Mar 2004 14:54:21 +0000 (14:54 +0000)] 
byte length for interim UniChar String corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoheader includes for mac corrected
Stefan Csomor [Sun, 7 Mar 2004 14:49:56 +0000 (14:49 +0000)] 
header includes for mac corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoheader includes corrected
Stefan Csomor [Sun, 7 Mar 2004 12:43:23 +0000 (12:43 +0000)] 
header includes corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSetWindowVariant implemented
Stefan Csomor [Sun, 7 Mar 2004 12:42:37 +0000 (12:42 +0000)] 
SetWindowVariant implemented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago*** empty log message ***
Václav Slavík [Sun, 7 Mar 2004 09:59:08 +0000 (09:59 +0000)] 
*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoRemove demos from the Debian -examples package.
Ron Lee [Sun, 7 Mar 2004 09:45:10 +0000 (09:45 +0000)] 
Remove demos from the Debian -examples package.

Replace html lib in tex2rtf build, it is needed for any platform
where wxHelpController == wxHtmlHelpController.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved unneeded makefiles
Václav Slavík [Sun, 7 Mar 2004 09:37:09 +0000 (09:37 +0000)] 
removed unneeded makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agosmall fixes
Václav Slavík [Sun, 7 Mar 2004 09:34:18 +0000 (09:34 +0000)] 
small fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agounicode fix and header includes corrected
Stefan Csomor [Sun, 7 Mar 2004 06:03:54 +0000 (06:03 +0000)] 
unicode fix and header includes corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775