wxWidgets.git
20 years agomoved to tests/regex
Václav Slavík [Fri, 5 Mar 2004 23:13:58 +0000 (23:13 +0000)] 
moved to tests/regex

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

20 years agominor corrections
Václav Slavík [Fri, 5 Mar 2004 23:13:22 +0000 (23:13 +0000)] 
minor corrections

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

20 years agoCppUnit compilation fixes for win compilers
Václav Slavík [Fri, 5 Mar 2004 22:55:21 +0000 (22:55 +0000)] 
CppUnit compilation fixes for win compilers

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

20 years agowxGTK2 sends *only* wxEVT_SCROLLWIN_THUMBTRACK (why?) so
Robin Dunn [Fri, 5 Mar 2004 22:27:49 +0000 (22:27 +0000)] 
wxGTK2 sends *only* wxEVT_SCROLLWIN_THUMBTRACK (why?) so
wxVScrolledWindow needs to respond to it otherwise nothing happens
when using the scrollbar.

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

20 years agoChange wxMSW to use WidthDefault and HeightDefault for window sizes,
Robin Dunn [Fri, 5 Mar 2004 21:17:06 +0000 (21:17 +0000)] 
Change wxMSW to use WidthDefault and HeightDefault for window sizes,
like the other platforms do.

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

20 years agoUpdated comment
Robin Dunn [Fri, 5 Mar 2004 21:16:28 +0000 (21:16 +0000)] 
Updated comment

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

20 years agoChanged WidthDefault() and HeightDefault() to use 400,250. If there
Robin Dunn [Fri, 5 Mar 2004 21:04:10 +0000 (21:04 +0000)] 
Changed WidthDefault() and HeightDefault() to use 400,250.  If there
is a better set of default values feel free to change it, just don't
make them too small for TLWs.

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

20 years agoMaskedEditCtrl updates from Will Sadkin
Robin Dunn [Fri, 5 Mar 2004 20:58:16 +0000 (20:58 +0000)] 
MaskedEditCtrl updates from Will Sadkin

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

20 years agoRemove #!
Robin Dunn [Fri, 5 Mar 2004 20:57:15 +0000 (20:57 +0000)] 
Remove #!

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

20 years agoMore updates to the Debian packaging for wxPython, unicode and
Ron Lee [Fri, 5 Mar 2004 17:40:38 +0000 (17:40 +0000)] 
More updates to the Debian packaging for wxPython, unicode and
the project name change.

Applied patch from ABX to make tex2rtf unicode compatible, then
removed wxSprintf lameness from it so it might actually work.
Also modified it to return true from tex2rtf OnInit in console
builds so the app will exit with a successful return code rather
than always returning failure even when it succeeds.

Implemented unicode capable wxCtime for glibc systems also needed
by tex2rtf.

Wrapped dde include in tex2rtf in a guard and assert that dde is
MSW only in its forwarding header.

Lowered the limit of maxlen in wxSprintf so it actually has a
chance to segfault on people instead of failing silently and
mysteriously with glibc.

Silenced some other 'potentially uninitialised variable' warnings
from gcc3, most of which were bogus, one potentially not so.

Added missing newline at the end of fontdlg.cpp.

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

20 years agodon't lose fonts underlined flag in ReInit() (bug fix for the change in rev. 1.76)
Vadim Zeitlin [Fri, 5 Mar 2004 14:09:36 +0000 (14:09 +0000)] 
don't lose fonts underlined flag in ReInit() (bug fix for the change in rev. 1.76)

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

20 years agowxHTML not used
Václav Slavík [Fri, 5 Mar 2004 13:49:25 +0000 (13:49 +0000)] 
wxHTML not used

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

20 years agoalways define wxUSE_MOUSEWHEEL
Václav Slavík [Fri, 5 Mar 2004 10:54:04 +0000 (10:54 +0000)] 
always define wxUSE_MOUSEWHEEL

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

20 years agoChanged CanApplyParentThemeBackground to ApplyParentThemeBackground
Robin Dunn [Fri, 5 Mar 2004 05:28:21 +0000 (05:28 +0000)] 
Changed CanApplyParentThemeBackground to ApplyParentThemeBackground
and let the windows set the the background colour themselves (or not)

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

20 years agoWhen running samples from the demo standalone you can now add a
Robin Dunn [Fri, 5 Mar 2004 00:06:33 +0000 (00:06 +0000)] 
When running samples from the demo standalone you can now add a
--shell to the command line and it will start a PyShell to go with it.

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

20 years agoDelay checking for the requested sash position until the first
Robin Dunn [Thu, 4 Mar 2004 23:48:41 +0000 (23:48 +0000)] 
Delay checking for the requested sash position until the first
OnInternalIdle after it is set.

TRUE/FALSE --> true/false

Fixed a bug that allowed the sash cursor to be shown the the pointer
is not quite on the sash yet.

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

20 years agoWinCE project and wxDC corrections
Julian Smart [Thu, 4 Mar 2004 23:16:47 +0000 (23:16 +0000)] 
WinCE project and wxDC corrections

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

20 years agoUse wxWANTS_CHARS style so cursor keys can be used on wxMSW, send
Robin Dunn [Thu, 4 Mar 2004 18:39:08 +0000 (18:39 +0000)] 
Use wxWANTS_CHARS style so cursor keys can be used on wxMSW, send
wxNavigationKeyEvents on MSW since WANTS_CHARS will block those, and
inherit font and colors like wxListBox does.

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

20 years agoAdded CanApplyParentThemeBackground and use it in wxMSW's
Robin Dunn [Thu, 4 Mar 2004 17:03:55 +0000 (17:03 +0000)] 
Added CanApplyParentThemeBackground and use it in wxMSW's
wxNotebook::ApplyThemeBackground.  It's in the common base classes so
that someday it's usage can expand to the other platforms as well.

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

20 years agosupport for wxUSE_PALETTE = 0
Stefan Csomor [Thu, 4 Mar 2004 16:16:58 +0000 (16:16 +0000)] 
support for wxUSE_PALETTE = 0

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

20 years agoRemove the Innotek for OS/2 addition...configure now deals with this correctly on...
David Webster [Thu, 4 Mar 2004 14:33:20 +0000 (14:33 +0000)] 
Remove the Innotek for OS/2 addition...configure now deals with this correctly on it's own

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

20 years agoRemove the Innotek for OS/2 addition...configure now deals with this correctly on...
David Webster [Thu, 4 Mar 2004 14:25:04 +0000 (14:25 +0000)] 
Remove the Innotek for OS/2 addition...configure now deals with this correctly on it's own

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

20 years ago Committing in .
Jouk Jansen [Thu, 4 Mar 2004 09:39:24 +0000 (09:39 +0000)] 
 Committing in .

 change OpenVMS compile support from wxWindows to wxWidgets

 Modified Files:
  wxWidgets/descrip.mms wxWidgets/setup.h_vms
  wxWidgets/lib/vms.opt wxWidgets/lib/vms_gtk.opt
  wxWidgets/lib/vms_gtk_univ.opt
 ----------------------------------------------------------------------

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

20 years agoplaceholder
Stefan Csomor [Thu, 4 Mar 2004 07:27:42 +0000 (07:27 +0000)] 
placeholder

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

20 years agofix for late redraw messages in a already destroyed window hierarchy
Stefan Csomor [Thu, 4 Mar 2004 07:18:36 +0000 (07:18 +0000)] 
fix for late redraw messages in a already destroyed window hierarchy

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

20 years agoFixed error in moving code from app.cpp in evtloop.cpp - caused accelerator
Stefan Neis [Thu, 4 Mar 2004 00:16:56 +0000 (00:16 +0000)] 
Fixed error in moving code from app.cpp in evtloop.cpp - caused accelerator
        handling to be broken, now fixed again.

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

20 years agoPut version numbers back to 2.5.1 until 2.5.2 is imminent
Robin Dunn [Wed, 3 Mar 2004 23:40:24 +0000 (23:40 +0000)] 
Put version numbers back to 2.5.1 until 2.5.2 is imminent

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

20 years agono longer needed
Václav Slavík [Wed, 3 Mar 2004 23:12:54 +0000 (23:12 +0000)] 
no longer needed

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

20 years agoregenerated
Václav Slavík [Wed, 3 Mar 2004 23:07:52 +0000 (23:07 +0000)] 
regenerated

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

20 years agouse global file/regkey by default
Vadim Zeitlin [Wed, 3 Mar 2004 23:04:04 +0000 (23:04 +0000)] 
use global file/regkey by default

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

20 years agofixed bug with not reading settings from HKLM
Vadim Zeitlin [Wed, 3 Mar 2004 23:02:26 +0000 (23:02 +0000)] 
fixed bug with not reading settings from HKLM

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

20 years agoadded AccessMode parameter to wxRegKey
Vadim Zeitlin [Wed, 3 Mar 2004 23:01:05 +0000 (23:01 +0000)] 
added AccessMode parameter to wxRegKey

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

20 years agoapplied path 906264: test program
Václav Slavík [Wed, 3 Mar 2004 22:56:16 +0000 (22:56 +0000)] 
applied path 906264: test program

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

20 years agocompilation fix for unicode
Václav Slavík [Wed, 3 Mar 2004 22:53:52 +0000 (22:53 +0000)] 
compilation fix for unicode

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

20 years agodo check for <iostream> even when cross-compiling -- why not?
Vadim Zeitlin [Wed, 3 Mar 2004 22:16:32 +0000 (22:16 +0000)] 
do check for <iostream> even when cross-compiling -- why not?

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

20 years agoadded wxMenuBar::GetLabelTop() fix
Vadim Zeitlin [Wed, 3 Mar 2004 22:14:25 +0000 (22:14 +0000)] 
added wxMenuBar::GetLabelTop() fix

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

20 years ago Add missing file.
Mattia Barbon [Wed, 3 Mar 2004 21:05:18 +0000 (21:05 +0000)] 
  Add missing file.

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

20 years ago Removed duplicated code.
Mattia Barbon [Wed, 3 Mar 2004 21:03:13 +0000 (21:03 +0000)] 
  Removed duplicated code.
  wxTranslateXXXEvent must not alter the XEvent.

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

20 years ago Calculate length explicitly (for wxUSE_STL == 1).
Mattia Barbon [Wed, 3 Mar 2004 20:59:24 +0000 (20:59 +0000)] 
  Calculate length explicitly (for wxUSE_STL == 1).

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

20 years agoAdded wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
Julian Smart [Wed, 3 Mar 2004 20:44:37 +0000 (20:44 +0000)] 
Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
theming (some applications look bad without 3D borders)

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

20 years agoChanged some version numbers to 2.5.2
Julian Smart [Wed, 3 Mar 2004 20:38:09 +0000 (20:38 +0000)] 
Changed some version numbers to 2.5.2

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

20 years agoCopy all needed files for the debian source dist
Robin Dunn [Wed, 3 Mar 2004 20:08:16 +0000 (20:08 +0000)] 
Copy all needed files for the debian source dist

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

20 years agoCopy all needed files for the debian source dist
Robin Dunn [Wed, 3 Mar 2004 19:06:39 +0000 (19:06 +0000)] 
Copy all needed files for the debian source dist

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

20 years agoAPI adaptions to MSW EnhMetafile, fixes and extensions
Stefan Csomor [Wed, 3 Mar 2004 14:47:55 +0000 (14:47 +0000)] 
API adaptions to MSW EnhMetafile, fixes and extensions

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

20 years agoOnly scale an image once, which vastly improves the appearance
Julian Smart [Wed, 3 Mar 2004 14:20:13 +0000 (14:20 +0000)] 
Only scale an image once, which vastly improves the appearance
of scaled images in print and preview

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

20 years agoAPI adaptions to MSW EnhMetafile
Stefan Csomor [Wed, 3 Mar 2004 14:10:04 +0000 (14:10 +0000)] 
API adaptions to MSW EnhMetafile

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

20 years agoAllow an app to call SetFont on a PS DC without assertion
Julian Smart [Wed, 3 Mar 2004 13:32:24 +0000 (13:32 +0000)] 
Allow an app to call SetFont on a PS DC without assertion
(should be possible to use SetFont before StartDoc).

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

20 years agosafe destruction, even if redraws might be triggered
Stefan Csomor [Wed, 3 Mar 2004 10:47:57 +0000 (10:47 +0000)] 
safe destruction, even if redraws might be triggered

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

20 years agofinal part of SF patch #904166 (DMC fix)
Chris Elliott [Wed, 3 Mar 2004 10:46:59 +0000 (10:46 +0000)] 
final part of SF patch #904166 (DMC fix)

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

20 years agocasting for CW
Stefan Csomor [Wed, 3 Mar 2004 09:39:51 +0000 (09:39 +0000)] 
casting for CW

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

20 years agotentative fix for http://sourceforge.net/tracker/index.php?func=detail&aid=908712...
Stefan Csomor [Wed, 3 Mar 2004 09:39:02 +0000 (09:39 +0000)] 
tentative fix for sourceforge.net/tracker/index.php?func=detail&aid=908712&group_id=9863&atid=109863

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

20 years agoadded conversions via UniChar for wchar = 4 bytes versions
Stefan Csomor [Wed, 3 Mar 2004 09:24:02 +0000 (09:24 +0000)] 
added conversions via UniChar for wchar = 4 bytes versions

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

20 years agoadded comment about array, switched intepretation of IsRunning to MSW meaning
Stefan Csomor [Wed, 3 Mar 2004 07:17:32 +0000 (07:17 +0000)] 
added comment about array, switched intepretation of IsRunning to MSW meaning

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

20 years agoUpdates for debian build scripts to suit new library and tool status.
Ron Lee [Wed, 3 Mar 2004 07:10:36 +0000 (07:10 +0000)] 
Updates for debian build scripts to suit new library and tool status.
Updated config.{sub,guess} for new platform support.
Incorporated fixes to GNU/Hurd support and added GNU/K*BSD support.

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

20 years agoInnotek gcc for os2 specific updates
David Webster [Wed, 3 Mar 2004 06:38:41 +0000 (06:38 +0000)] 
Innotek gcc for os2 specific updates

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

20 years agoConstruct wxCocoaNSWindow with a pointer to this
David Elliott [Wed, 3 Mar 2004 03:45:38 +0000 (03:45 +0000)] 
Construct wxCocoaNSWindow with a pointer to this

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

20 years agos/wxTopLevelWindow/wxTopLevelWindowCocoa/
David Elliott [Wed, 3 Mar 2004 03:44:20 +0000 (03:44 +0000)] 
s/wxTopLevelWindow/wxTopLevelWindowCocoa/

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

20 years agoConstructor now takes a wxTopLevelWindow * = NULL so that the new
David Elliott [Wed, 3 Mar 2004 03:35:06 +0000 (03:35 +0000)] 
Constructor now takes a wxTopLevelWindow * = NULL so that the new
GetWxTopLevelWindow() method can be used.

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

20 years agoFix for [ 907679 ] segfault on SetSizerAndFit after SetSizer
Robin Dunn [Wed, 3 Mar 2004 02:06:09 +0000 (02:06 +0000)] 
Fix for [ 907679 ] segfault on SetSizerAndFit after SetSizer

Don't do anything if setting the same sizer again.

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

20 years agoAdded a typemap that converts the references returned for some GDI
Robin Dunn [Wed, 3 Mar 2004 02:02:28 +0000 (02:02 +0000)] 
Added a typemap that converts the references returned for some GDI
objects (Brush, Pen, Font, etc.) into copies, (taking advantage of the
copy-on-write capabilities of the C++ class.)  This is to work around
an issue where getting a GDI object changing it and setting it back to
the DC would trigger an incorrect optimization.

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

20 years agofixed some docstrings
Robin Dunn [Wed, 3 Mar 2004 01:59:49 +0000 (01:59 +0000)] 
fixed some docstrings

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

20 years agoFixed wxWindow_FromHWND so it would compile (still untested)
Robin Dunn [Wed, 3 Mar 2004 01:57:10 +0000 (01:57 +0000)] 
Fixed wxWindow_FromHWND so it would compile (still untested)

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

20 years agoFixed some wx prefix issues, changed the self test to use a sizer.
Robin Dunn [Wed, 3 Mar 2004 01:50:39 +0000 (01:50 +0000)] 
Fixed some wx prefix issues, changed the self test to use a sizer.

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

20 years agoRemoved some test code
Robin Dunn [Tue, 2 Mar 2004 23:54:02 +0000 (23:54 +0000)] 
Removed some test code

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

20 years agoUpdates for STCStyleEditor
Robin Dunn [Tue, 2 Mar 2004 23:51:23 +0000 (23:51 +0000)] 
Updates for STCStyleEditor

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

20 years agocopy the metadata file into the docs archive too
Robin Dunn [Tue, 2 Mar 2004 23:50:39 +0000 (23:50 +0000)] 
copy the metadata file into the docs archive too

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

20 years agoNamechange changes
Robin Dunn [Tue, 2 Mar 2004 23:49:39 +0000 (23:49 +0000)] 
Namechange changes

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

20 years agoDocstring tweaks, fixed typo, etc.
Robin Dunn [Tue, 2 Mar 2004 23:47:24 +0000 (23:47 +0000)] 
Docstring tweaks, fixed typo, etc.

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

20 years agoAdded InReportView
Robin Dunn [Tue, 2 Mar 2004 23:46:38 +0000 (23:46 +0000)] 
Added InReportView

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

20 years agoDocstring tweaks
Robin Dunn [Tue, 2 Mar 2004 23:45:47 +0000 (23:45 +0000)] 
Docstring tweaks

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

20 years agoFixed wx.Timer to not need to hold an extra reference to itself, so it
Robin Dunn [Tue, 2 Mar 2004 23:44:42 +0000 (23:44 +0000)] 
Fixed wx.Timer to not need to hold an extra reference to itself, so it
can be cleaned up properly when the Python reference to it is
released.  Also fixed wx.FutureCall so that its timer can be
restarted.  Souped up the Timer demo to show and explain the various
ways to use a wx.Timer.

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

20 years agoreturn version of GTK+ library the app links against, not the one it was compiled...
Václav Slavík [Tue, 2 Mar 2004 23:36:07 +0000 (23:36 +0000)] 
return version of GTK+ library the app links against, not the one it was compiled with

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

20 years agoRemoved unncessary includes
David Elliott [Tue, 2 Mar 2004 20:48:57 +0000 (20:48 +0000)] 
Removed unncessary includes

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

20 years agowxWindow::Freeze()/Thaw() can now be nested
Vadim Zeitlin [Tue, 2 Mar 2004 18:15:00 +0000 (18:15 +0000)] 
wxWindow::Freeze()/Thaw() can now be nested

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

20 years agoupdated VC build instructions
Vadim Zeitlin [Tue, 2 Mar 2004 18:00:38 +0000 (18:00 +0000)] 
updated VC build instructions

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

20 years agoImplement wxMenuItemAction and validateMenuItem delegate virtuals
David Elliott [Tue, 2 Mar 2004 13:58:54 +0000 (13:58 +0000)] 
Implement wxMenuItemAction and validateMenuItem delegate virtuals

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

20 years agopart of SF patch #904166 (DMC fix)
Chris Elliott [Tue, 2 Mar 2004 11:03:07 +0000 (11:03 +0000)] 
part of SF patch #904166 (DMC fix)

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

20 years agopart of SF patch #904166 (DMC fix)
Chris Elliott [Tue, 2 Mar 2004 09:28:32 +0000 (09:28 +0000)] 
part of SF patch #904166 (DMC fix)

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

20 years agoapply SF patch #907546 (DMC fix)
Chris Elliott [Tue, 2 Mar 2004 09:15:24 +0000 (09:15 +0000)] 
apply SF patch #907546 (DMC fix)

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

20 years agoSendDestroyEvent
David Elliott [Tue, 2 Mar 2004 05:26:57 +0000 (05:26 +0000)] 
SendDestroyEvent

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

20 years agoUnused variable removed from inline
David Webster [Tue, 2 Mar 2004 04:27:54 +0000 (04:27 +0000)] 
Unused variable removed from inline

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

20 years agoTrim trailing spaces from key names when parsing
Robin Dunn [Tue, 2 Mar 2004 02:41:25 +0000 (02:41 +0000)] 
Trim trailing spaces from key names when parsing

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

20 years ago Only when wxTE-PROCESS_ENTER has been set.
Robert Roebling [Mon, 1 Mar 2004 23:31:16 +0000 (23:31 +0000)] 
  Only when wxTE-PROCESS_ENTER has been set.

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

20 years ago Spin control now emits TEXT_ENTER commands.
Robert Roebling [Mon, 1 Mar 2004 23:28:50 +0000 (23:28 +0000)] 
  Spin control now emits TEXT_ENTER commands.

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

20 years ago Applied patch for generic file dialog Show()
Robert Roebling [Mon, 1 Mar 2004 22:54:20 +0000 (22:54 +0000)] 
  Applied patch for generic file dialog Show()

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

20 years ago Make multi-line text control focussable
Robert Roebling [Mon, 1 Mar 2004 22:42:07 +0000 (22:42 +0000)] 
  Make multi-line text control focussable
   by using tabs under GTK 2.0.
  Make hitting ENTER in a wxSpinCtrl to
    activate the default button work.

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

20 years ago Made space around text symmetric.
Robert Roebling [Mon, 1 Mar 2004 22:17:56 +0000 (22:17 +0000)] 
  Made space around text symmetric.

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

20 years ago Remove deprecated copystring() usage.
Mattia Barbon [Mon, 1 Mar 2004 21:48:05 +0000 (21:48 +0000)] 
  Remove deprecated copystring() usage.

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

20 years agomention Win9x size limitation
Vadim Zeitlin [Mon, 1 Mar 2004 20:54:59 +0000 (20:54 +0000)] 
mention Win9x size limitation

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

20 years agoWarning suppressions
David Webster [Mon, 1 Mar 2004 06:24:20 +0000 (06:24 +0000)] 
Warning suppressions

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

20 years agocheck for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually...
Vadim Zeitlin [Sun, 29 Feb 2004 23:54:46 +0000 (23:54 +0000)] 
check for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually happens under Cocoa and could conceivably happen elsewhere as well...)

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

20 years agorenamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)
Vadim Zeitlin [Sun, 29 Feb 2004 23:34:01 +0000 (23:34 +0000)] 
renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)

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

20 years agodocs and example for wxDC::DrawPolyPolygon() (patch 882189)
Vadim Zeitlin [Sun, 29 Feb 2004 23:31:02 +0000 (23:31 +0000)] 
docs and example for wxDC::DrawPolyPolygon() (patch 882189)

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

20 years agouse HasFlag() and InXXX() instead of explicit flag testing (patch 899507)
Vadim Zeitlin [Sun, 29 Feb 2004 23:24:35 +0000 (23:24 +0000)] 
use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)

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

20 years agocompilation fix for wxUSE_FILESYSTEM=0
Václav Slavík [Sun, 29 Feb 2004 22:30:39 +0000 (22:30 +0000)] 
compilation fix for wxUSE_FILESYSTEM=0

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

20 years agoremoved erroneous return type from a membersection (patch 905562)
Vadim Zeitlin [Sun, 29 Feb 2004 22:26:40 +0000 (22:26 +0000)] 
removed erroneous return type from a membersection (patch 905562)

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

20 years agohonour the 2nd parameter of DeleteEntry() instead of always deleting empty groups...
Vadim Zeitlin [Sun, 29 Feb 2004 22:25:28 +0000 (22:25 +0000)] 
honour the 2nd parameter of DeleteEntry() instead of always deleting empty groups unconditionally (patch 896303)

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

20 years agoupdate from Jonas for 2.5.1 (patch 901921)
Vadim Zeitlin [Sun, 29 Feb 2004 22:17:08 +0000 (22:17 +0000)] 
update from Jonas for 2.5.1 (patch 901921)

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

20 years ago Compilation fixes.
Mattia Barbon [Sun, 29 Feb 2004 15:21:11 +0000 (15:21 +0000)] 
  Compilation fixes.

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

20 years ago Added wxRTTI information to wxNumberEntryDialog.
Mattia Barbon [Sun, 29 Feb 2004 15:18:21 +0000 (15:18 +0000)] 
  Added wxRTTI information to wxNumberEntryDialog.

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