wxWidgets.git
18 years agodisable PCH under cygwin, it doesn't work even with the very latest cygwin gcc
Vadim Zeitlin [Mon, 31 Oct 2005 19:59:52 +0000 (19:59 +0000)] 
disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc

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

18 years ago#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it
Vadim Zeitlin [Mon, 31 Oct 2005 19:35:41 +0000 (19:35 +0000)] 
#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it

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

18 years agowxMGL revitalised with OpenWatcom.
Włodzimierz Skiba [Mon, 31 Oct 2005 17:14:55 +0000 (17:14 +0000)] 
wxMGL revitalised with OpenWatcom.

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

18 years agowxMGL revitalised with OpenWatcom.
Włodzimierz Skiba [Mon, 31 Oct 2005 17:00:43 +0000 (17:00 +0000)] 
wxMGL revitalised with OpenWatcom.

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

18 years agoApplied patch [ 1341085 ] richtext xml build fix
Julian Smart [Mon, 31 Oct 2005 14:27:53 +0000 (14:27 +0000)] 
Applied patch [ 1341085 ] richtext xml build fix

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

18 years agowx/os2/chkconf.h added
Włodzimierz Skiba [Sun, 30 Oct 2005 20:32:44 +0000 (20:32 +0000)] 
wx/os2/chkconf.h added

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

18 years agofix for incorrect member initialization order warning
Vadim Zeitlin [Sun, 30 Oct 2005 20:20:27 +0000 (20:20 +0000)] 
fix for incorrect member initialization order warning

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

18 years agorenamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only...
Vadim Zeitlin [Sat, 29 Oct 2005 17:46:12 +0000 (17:46 +0000)] 
renamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only) header (bug 1339731)

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

18 years agodon't get margin to non NULL values in default ctor, this is inconsistent as default...
Vadim Zeitlin [Sat, 29 Oct 2005 17:43:11 +0000 (17:43 +0000)] 
don't get margin to non NULL values in default ctor, this is inconsistent as default ctor + Create() don't do the same thing as non default ctor

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

18 years agoeVC3 build fix.
Włodzimierz Skiba [Sat, 29 Oct 2005 15:18:18 +0000 (15:18 +0000)] 
eVC3 build fix.

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

18 years agoPressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
Włodzimierz Skiba [Sat, 29 Oct 2005 12:48:07 +0000 (12:48 +0000)] 
Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.

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

18 years agoFixed description with number of ways to use timer class, updated note about main...
Kevin Hock [Fri, 28 Oct 2005 16:01:24 +0000 (16:01 +0000)] 
Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

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

18 years agoremove GetImageList(int)
Chris Elliott [Fri, 28 Oct 2005 14:33:05 +0000 (14:33 +0000)] 
remove GetImageList(int)

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

18 years agoApplied patch [ 1339882 ] richtext misc cleanup
Julian Smart [Fri, 28 Oct 2005 14:24:04 +0000 (14:24 +0000)] 
Applied patch [ 1339882 ] richtext misc cleanup

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

18 years agoremove GetImageList(int)
Chris Elliott [Fri, 28 Oct 2005 14:05:49 +0000 (14:05 +0000)] 
remove GetImageList(int)

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

18 years agoBuild fix for WinCE.
Włodzimierz Skiba [Fri, 28 Oct 2005 09:12:15 +0000 (09:12 +0000)] 
Build fix for WinCE.

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

18 years agofixed MCSetMovie() signature
Vadim Zeitlin [Fri, 28 Oct 2005 01:08:03 +0000 (01:08 +0000)] 
fixed MCSetMovie() signature

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

18 years agoWinCE build fix according to eVC3 and eVC4 SDKs.
Włodzimierz Skiba [Thu, 27 Oct 2005 21:22:48 +0000 (21:22 +0000)] 
WinCE build fix according to eVC3 and eVC4 SDKs.

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

18 years agoSorry, forgot default value
Julian Smart [Thu, 27 Oct 2005 21:00:26 +0000 (21:00 +0000)] 
Sorry, forgot default value

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

18 years agoWinCE build fix (we need default constructor).
Włodzimierz Skiba [Thu, 27 Oct 2005 20:57:10 +0000 (20:57 +0000)] 
WinCE build fix (we need default constructor).

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

18 years agoSupport for automatic setup.h in OS/2 with OW builds. __WXOS2__ final removal. Source...
Włodzimierz Skiba [Thu, 27 Oct 2005 16:01:45 +0000 (16:01 +0000)] 
Support for automatic setup.h in OS/2 with OW builds. __WXOS2__ final removal. Source cleaning.

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

18 years agoSF bug 1327872
Chris Elliott [Wed, 26 Oct 2005 20:48:09 +0000 (20:48 +0000)] 
SF bug 1327872

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

18 years agoavoid hidden GetImageList
Chris Elliott [Wed, 26 Oct 2005 20:09:10 +0000 (20:09 +0000)] 
avoid hidden GetImageList

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

18 years agoDo a sanity check before reading. Otherwise, if trying to read a duff image file,
Julian Smart [Wed, 26 Oct 2005 14:08:43 +0000 (14:08 +0000)] 
Do a sanity check before reading. Otherwise, if trying to read a duff image file,
the app can abort if you pass a specific image type, but simply show an error
message if you pass wxBITMAP_TYPE_ANY.

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

18 years agoSource cleaning.
Włodzimierz Skiba [Wed, 26 Oct 2005 12:44:28 +0000 (12:44 +0000)] 
Source cleaning.

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

18 years agoAdded parent window parameter to wxHelpController constructor
Julian Smart [Wed, 26 Oct 2005 09:32:10 +0000 (09:32 +0000)] 
Added parent window parameter to wxHelpController constructor
and added SetParentWindow/GetParentWindow.

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

18 years ago Committing in .
Jouk Jansen [Wed, 26 Oct 2005 06:20:19 +0000 (06:20 +0000)] 
 Committing in .

 Updated OpenVMS compile options

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

18 years agoCompilation fix...
Mart Raudsepp [Wed, 26 Oct 2005 00:26:34 +0000 (00:26 +0000)] 
Compilation fix...

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

18 years agowxWinCE build fix and source cleaning.
Włodzimierz Skiba [Tue, 25 Oct 2005 23:18:15 +0000 (23:18 +0000)] 
wxWinCE build fix and source cleaning.

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

18 years agoFixed warnings/errors and changed Thaw
Julian Smart [Tue, 25 Oct 2005 17:51:10 +0000 (17:51 +0000)] 
Fixed warnings/errors and changed Thaw

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

18 years agoAlphabetize wxWindow members list
Mart Raudsepp [Tue, 25 Oct 2005 16:35:25 +0000 (16:35 +0000)] 
Alphabetize wxWindow members list

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

18 years agoAdd missing files to 'make dist'
Michael Wetherell [Tue, 25 Oct 2005 16:25:17 +0000 (16:25 +0000)] 
Add missing files to 'make dist'

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

18 years agoAdd libraries.h, amd64.manifest and ia64.manifest
Michael Wetherell [Tue, 25 Oct 2005 15:32:11 +0000 (15:32 +0000)] 
Add libraries.h, amd64.manifest and ia64.manifest

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

18 years agomissing #include (SF bug 1327872)
Chris Elliott [Tue, 25 Oct 2005 13:58:32 +0000 (13:58 +0000)] 
missing #include (SF bug 1327872)

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

18 years agofixed DLL compilation warning
Vadim Zeitlin [Tue, 25 Oct 2005 13:11:18 +0000 (13:11 +0000)] 
fixed DLL compilation warning

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

18 years agoDon't clear background in Refresh (to suit poor implementations of Refresh)
Julian Smart [Tue, 25 Oct 2005 10:41:38 +0000 (10:41 +0000)] 
Don't clear background in Refresh (to suit poor implementations of Refresh)

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

18 years agoMove wxMulDivInt32 to common math.
Włodzimierz Skiba [Mon, 24 Oct 2005 18:56:33 +0000 (18:56 +0000)] 
Move wxMulDivInt32 to common math.

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

18 years agoAlways define wxUSE_OWNER_DRAWN so that we don't get lots of warnings
Michael Wetherell [Mon, 24 Oct 2005 12:52:24 +0000 (12:52 +0000)] 
Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings

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

18 years agoAdd missing wxUniv files to msw and gtk tarballs
Michael Wetherell [Sun, 23 Oct 2005 23:01:26 +0000 (23:01 +0000)] 
Add missing wxUniv files to msw and gtk tarballs

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

18 years agoWinCE build fixes.
Włodzimierz Skiba [Sun, 23 Oct 2005 22:37:58 +0000 (22:37 +0000)] 
WinCE build fixes.

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

18 years agoExport wxFindFocusDescendant
Michael Wetherell [Sun, 23 Oct 2005 22:16:33 +0000 (22:16 +0000)] 
Export wxFindFocusDescendant

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

18 years agoRebake after adding libs html and xml to samples using lib adv
Michael Wetherell [Sun, 23 Oct 2005 21:56:27 +0000 (21:56 +0000)] 
Rebake after adding libs html and xml to samples using lib adv

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

18 years agoAdd libs html and xml to bakefiles of samples/contribs/demos using lib adv
Michael Wetherell [Sun, 23 Oct 2005 21:52:24 +0000 (21:52 +0000)] 
Add libs html and xml to bakefiles of samples/contribs/demos using lib adv

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

18 years agoAdd missing files to release tarballs
Michael Wetherell [Sun, 23 Oct 2005 21:44:01 +0000 (21:44 +0000)] 
Add missing files to release tarballs

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

18 years agoAdd missing files to the distribution tarballs
Michael Wetherell [Sun, 23 Oct 2005 21:02:56 +0000 (21:02 +0000)] 
Add missing files to the distribution tarballs

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

18 years agoRemoved unused symbol __WXOS2__ (it's either __OS2__ when platform specific
Stefan Neis [Sun, 23 Oct 2005 20:42:59 +0000 (20:42 +0000)] 
Removed unused symbol __WXOS2__ (it's either __OS2__ when platform specific
       - similar to __UNIX__ - or __WXPM__ when specific to the port - similar
       to symbols __WXMOTIF__ or __WXGTK__).

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

18 years agofilename correction
Włodzimierz Skiba [Sun, 23 Oct 2005 20:40:42 +0000 (20:40 +0000)] 
filename correction

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

18 years agoReplaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.
Stefan Neis [Sun, 23 Oct 2005 20:30:53 +0000 (20:30 +0000)] 
Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.

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

18 years agoAdd more missing files to the tarballs
Michael Wetherell [Sun, 23 Oct 2005 19:52:36 +0000 (19:52 +0000)] 
Add more missing files to the tarballs

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

18 years agoAdd missing files to the tarballs
Michael Wetherell [Sun, 23 Oct 2005 14:57:19 +0000 (14:57 +0000)] 
Add missing files to the tarballs

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

18 years agoPatch [ 1314868 ] [wxMSW] Show MDI child menubars when ShowFullScreen(false)
Julian Smart [Sun, 23 Oct 2005 11:05:46 +0000 (11:05 +0000)] 
Patch [ 1314868 ] [wxMSW] Show MDI child menubars when ShowFullScreen(false)

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

18 years agoApplied patch [ 1310416 ] [wxMSW] Fix radio button traversal
Julian Smart [Sun, 23 Oct 2005 10:59:01 +0000 (10:59 +0000)] 
Applied patch [ 1310416 ] [wxMSW] Fix radio button traversal

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

18 years agoApplied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP
Julian Smart [Sun, 23 Oct 2005 10:53:16 +0000 (10:53 +0000)] 
Applied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP

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

18 years agoPrepare the way to make 'make dist' default to copying files, with linking an option.
Michael Wetherell [Sat, 22 Oct 2005 16:24:49 +0000 (16:24 +0000)] 
Prepare the way to make 'make dist' default to copying files, with linking an option.

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

18 years agoNow works when derived from wxTextCtrlBase, using wxScrollHelper.
Julian Smart [Sat, 22 Oct 2005 13:44:30 +0000 (13:44 +0000)] 
Now works when derived from wxTextCtrlBase, using wxScrollHelper.

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

18 years agoFont (possible) fix
Julian Smart [Sat, 22 Oct 2005 12:10:34 +0000 (12:10 +0000)] 
Font (possible) fix

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

18 years agoCorrections for wxUSE_STL=1
Julian Smart [Sat, 22 Oct 2005 11:40:32 +0000 (11:40 +0000)] 
Corrections for wxUSE_STL=1

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

18 years agoWine corrections
Julian Smart [Sat, 22 Oct 2005 10:22:48 +0000 (10:22 +0000)] 
Wine corrections

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

18 years agoMore Erase substitutions
Julian Smart [Sat, 22 Oct 2005 09:24:49 +0000 (09:24 +0000)] 
More Erase substitutions

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

18 years agoAdded missing include
Julian Smart [Sat, 22 Oct 2005 09:20:09 +0000 (09:20 +0000)] 
Added missing include

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

18 years agoUse GetFont not m_font for GetCharHeight
Julian Smart [Sat, 22 Oct 2005 08:51:12 +0000 (08:51 +0000)] 
Use GetFont not m_font for GetCharHeight

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

18 years agoRemoved duplicate hotkey
Julian Smart [Sat, 22 Oct 2005 08:46:41 +0000 (08:46 +0000)] 
Removed duplicate hotkey

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

18 years agoReplace node deletion with Erase
Julian Smart [Sat, 22 Oct 2005 08:05:19 +0000 (08:05 +0000)] 
Replace node deletion with Erase

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

18 years agowxTinderbox build fixes.
Włodzimierz Skiba [Sat, 22 Oct 2005 07:45:54 +0000 (07:45 +0000)] 
wxTinderbox build fixes.

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

18 years agoDon't try to open clipboard if already open
Julian Smart [Fri, 21 Oct 2005 20:43:02 +0000 (20:43 +0000)] 
Don't try to open clipboard if already open

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

18 years agoReduced unnecessary painting; delete/recreate caret as WIN32 requires
Julian Smart [Fri, 21 Oct 2005 20:04:53 +0000 (20:04 +0000)] 
Reduced unnecessary painting; delete/recreate caret as WIN32 requires

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

18 years agoAdd missing directories and utils to the wxBase tarball
Michael Wetherell [Fri, 21 Oct 2005 19:57:09 +0000 (19:57 +0000)] 
Add missing directories and utils to the wxBase tarball

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

18 years agoAllow translated 'Space' in menu accelerators (perhaps more entries should allow...
Włodzimierz Skiba [Fri, 21 Oct 2005 19:06:45 +0000 (19:06 +0000)] 
Allow translated 'Space' in menu accelerators (perhaps more entries should allow it).

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

18 years agoUnified flags for orienting wxBookCtrls (with backward compatibility). Centralised...
Włodzimierz Skiba [Fri, 21 Oct 2005 19:03:06 +0000 (19:03 +0000)] 
Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

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

18 years agoUnified flags for orienting wxBookCtrls (with backward compatibility). Centralised...
Włodzimierz Skiba [Fri, 21 Oct 2005 18:53:51 +0000 (18:53 +0000)] 
Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

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

18 years agoblind compilation fix for TestScopeGuard()
Vadim Zeitlin [Fri, 21 Oct 2005 17:33:42 +0000 (17:33 +0000)] 
blind compilation fix for TestScopeGuard()

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

18 years agoSwitched antialiasing off since GetTextExtent doesn't work properly
Julian Smart [Fri, 21 Oct 2005 16:31:07 +0000 (16:31 +0000)] 
Switched antialiasing off since GetTextExtent doesn't work properly

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

18 years agoAdv now depends on libs xml and html, so add <library> tags for these and
Michael Wetherell [Fri, 21 Oct 2005 16:18:45 +0000 (16:18 +0000)] 
Adv now depends on libs xml and html, so add <library> tags for these and
bakefile takes care of everything.

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

18 years agoFix a couple of export declarations
Michael Wetherell [Fri, 21 Oct 2005 16:02:25 +0000 (16:02 +0000)] 
Fix a couple of export declarations

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

18 years agoFixed warning, move caret in OnPaint
Julian Smart [Fri, 21 Oct 2005 14:50:29 +0000 (14:50 +0000)] 
Fixed warning, move caret in OnPaint

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

18 years agoRegenerated configure for wxUSE_RICHTEXT
Julian Smart [Fri, 21 Oct 2005 14:23:18 +0000 (14:23 +0000)] 
Regenerated configure for wxUSE_RICHTEXT

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

18 years agoRestored code uglies
Julian Smart [Fri, 21 Oct 2005 13:54:15 +0000 (13:54 +0000)] 
Restored code uglies

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

18 years agoRemoved macros
Julian Smart [Fri, 21 Oct 2005 13:14:16 +0000 (13:14 +0000)] 
Removed macros

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

18 years agoFixed some styling bugs, optimized resize for large files
Julian Smart [Fri, 21 Oct 2005 13:02:15 +0000 (13:02 +0000)] 
Fixed some styling bugs, optimized resize for large files

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

18 years agofixed typo in GetNextItem example (bug 1333797)
Vadim Zeitlin [Fri, 21 Oct 2005 11:18:34 +0000 (11:18 +0000)] 
fixed typo in GetNextItem example (bug 1333797)

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

18 years agoResets scroll position on load
Julian Smart [Thu, 20 Oct 2005 22:51:57 +0000 (22:51 +0000)] 
Resets scroll position on load

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

18 years agoAdd configtool to the distribution tarballs
Michael Wetherell [Thu, 20 Oct 2005 21:43:00 +0000 (21:43 +0000)] 
Add configtool to the distribution tarballs

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

18 years agoSmall changes to 'make dist' to allow it work on Solaris, and to use the
Michael Wetherell [Thu, 20 Oct 2005 19:48:26 +0000 (19:48 +0000)] 
Small changes to 'make dist' to allow it work on Solaris, and to use the
result of AC_PROG_LN_S when making links.

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

18 years agoSupport wxALWAYS_SHOW_SB
Julian Smart [Thu, 20 Oct 2005 17:30:24 +0000 (17:30 +0000)] 
Support wxALWAYS_SHOW_SB

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

18 years agoWarning fixes.
Włodzimierz Skiba [Thu, 20 Oct 2005 14:40:47 +0000 (14:40 +0000)] 
Warning fixes.

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

18 years agoEfficiency measures; file loading bug fix
Julian Smart [Thu, 20 Oct 2005 12:55:53 +0000 (12:55 +0000)] 
Efficiency measures; file loading bug fix

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

18 years agoIntroduced invalidation of ranges for later optimization code
Julian Smart [Wed, 19 Oct 2005 22:20:12 +0000 (22:20 +0000)] 
Introduced invalidation of ranges for later optimization code

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

18 years agoconst consistent for Clone(). Load/Save split to DoLoad/DoSave. Build fixes, warning...
Włodzimierz Skiba [Wed, 19 Oct 2005 17:00:58 +0000 (17:00 +0000)] 
const consistent for Clone(). Load/Save split to DoLoad/DoSave. Build fixes, warning fixes and other source cleaning.

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

18 years agorichtext.bkl added and dmars makefiles removed.
Włodzimierz Skiba [Wed, 19 Oct 2005 16:56:27 +0000 (16:56 +0000)] 
richtext.bkl added and dmars makefiles removed.

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

18 years agoFirst part of a layout optimization
Julian Smart [Wed, 19 Oct 2005 14:44:15 +0000 (14:44 +0000)] 
First part of a layout optimization

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

18 years agoOnly draw if inside client rectangle
Julian Smart [Wed, 19 Oct 2005 13:54:32 +0000 (13:54 +0000)] 
Only draw if inside client rectangle

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

18 years agoAdded wxRichTextCtrl
Julian Smart [Wed, 19 Oct 2005 12:52:47 +0000 (12:52 +0000)] 
Added wxRichTextCtrl

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

18 years agoconstfunc correction
Włodzimierz Skiba [Wed, 19 Oct 2005 10:12:49 +0000 (10:12 +0000)] 
constfunc correction

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

18 years agoRestore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as
Michael Wetherell [Tue, 18 Oct 2005 20:50:46 +0000 (20:50 +0000)] 
Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as
it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for
'make dist', and rebake.

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

18 years agoAdd note that precompiled headers do not work on current Cygwin.
Michael Wetherell [Tue, 18 Oct 2005 18:54:13 +0000 (18:54 +0000)] 
Add note that precompiled headers do not work on current Cygwin.

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

18 years agoRemove sm_cocoaDelegate singleton. We need per-instance data anyway so we
David Elliott [Tue, 18 Oct 2005 16:02:51 +0000 (16:02 +0000)] 
Remove sm_cocoaDelegate singleton.  We need per-instance data anyway so we
may as well make it the target instead of the userInfo.

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

18 years agoReplace wxNSTimerData -setTimer method with -initWithWxTimer: initializer
David Elliott [Tue, 18 Oct 2005 15:27:48 +0000 (15:27 +0000)] 
Replace wxNSTimerData -setTimer method with -initWithWxTimer: initializer
which correctly calls the superclass (NSObject) init.

Add an -init method for correctness; technically not needed as it is never
called but it's an Objective-C best practice.

Release the wxNSTimerData instance just after passing it to the NSTimer
factory method.  NSTimer retains it and we don't keep a pointer to it
so we should not keep a refence to it.  This fixes the bug in wxTimer::Stop
where the program crashes in the NSCFTimer userInfo method because the
NSTimer has already been invalidated.

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

18 years agoSet/get for internal border in book based controls.
Włodzimierz Skiba [Tue, 18 Oct 2005 12:31:11 +0000 (12:31 +0000)] 
Set/get for internal border in book based controls.

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

18 years agocompilation fix after wxScrollHelper changes (ctor argument is now not optional and...
Włodzimierz Skiba [Tue, 18 Oct 2005 11:13:34 +0000 (11:13 +0000)] 
compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

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

18 years ago Committing in .
Jouk Jansen [Tue, 18 Oct 2005 10:18:00 +0000 (10:18 +0000)] 
 Committing in .

 Updated openvms compile support
 Modified Files:
  wxWidgets/src/generic/descrip.mms
 ----------------------------------------------------------------------

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