wxWidgets.git
18 years agoadded msw/ole subdirectories
Vadim Zeitlin [Fri, 9 Dec 2005 16:24:47 +0000 (16:24 +0000)] 
added msw/ole subdirectories

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

18 years agocleanup in preparation for patch 1376506
David Surovell [Fri, 9 Dec 2005 16:18:01 +0000 (16:18 +0000)] 
cleanup in preparation for patch 1376506

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

18 years agomade wxHtmlWindow::SetPage virtual so that the behaviour can be customized
Václav Slavík [Fri, 9 Dec 2005 12:34:29 +0000 (12:34 +0000)] 
made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

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

18 years agoformat cleanup; some new comments; minor optimizations
David Surovell [Fri, 9 Dec 2005 00:10:27 +0000 (00:10 +0000)] 
format cleanup; some new comments; minor optimizations

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

18 years agoUse ~/Application Support folder on Mac
Julian Smart [Thu, 8 Dec 2005 21:49:52 +0000 (21:49 +0000)] 
Use ~/Application Support folder on Mac

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

18 years agoapplied patch 1376506 - remove unneeded member variable from GTK wxRadioButton
David Surovell [Thu, 8 Dec 2005 21:44:46 +0000 (21:44 +0000)] 
applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

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

18 years agoCompilation fix.
Stefan Neis [Wed, 7 Dec 2005 09:35:38 +0000 (09:35 +0000)] 
Compilation fix.

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

18 years agoInitialize values (uninitialized variables reported to cause problems on WinME)
Julian Smart [Tue, 6 Dec 2005 19:07:28 +0000 (19:07 +0000)] 
Initialize values (uninitialized variables reported to cause problems on WinME)

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

18 years agofix binary math in alignment flag assignment
David Surovell [Tue, 6 Dec 2005 16:34:30 +0000 (16:34 +0000)] 
fix binary math in alignment flag assignment

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

18 years agofixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align...
Vadim Zeitlin [Tue, 6 Dec 2005 12:33:24 +0000 (12:33 +0000)] 
fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

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

18 years agoapplied patch 1373127
David Surovell [Mon, 5 Dec 2005 16:25:16 +0000 (16:25 +0000)] 
applied patch 1373127

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

18 years agoapplied Paul Cornett's suggested changes
David Surovell [Mon, 5 Dec 2005 01:07:22 +0000 (01:07 +0000)] 
applied Paul Cornett's suggested changes

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

18 years agofixed broken code using readlink(): please don't just cast wxChar * to char *, this...
Vadim Zeitlin [Sun, 4 Dec 2005 13:01:50 +0000 (13:01 +0000)] 
fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

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

18 years agoapplied patch 1372567, with some minor mods and cleanup
David Surovell [Sun, 4 Dec 2005 07:54:19 +0000 (07:54 +0000)] 
applied patch 1372567, with some minor mods and cleanup

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

18 years agofixed compilation bug in prior checkin (Pt. 2)
David Surovell [Sun, 4 Dec 2005 05:00:26 +0000 (05:00 +0000)] 
fixed compilation bug in prior checkin (Pt. 2)

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

18 years agofixed compilation bug in prior checkin
David Surovell [Sun, 4 Dec 2005 01:04:02 +0000 (01:04 +0000)] 
fixed compilation bug in prior checkin

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

18 years agofix for bug 1371386, with some minor mods and cleanup
David Surovell [Sat, 3 Dec 2005 21:17:17 +0000 (21:17 +0000)] 
fix for bug 1371386, with some minor mods and cleanup

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

18 years agoapplied patch 1372197, with some minor mods and cleanup
David Surovell [Sat, 3 Dec 2005 17:55:33 +0000 (17:55 +0000)] 
applied patch 1372197, with some minor mods and cleanup

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

18 years agocorrected wxCHECK messages
Vadim Zeitlin [Sat, 3 Dec 2005 12:47:55 +0000 (12:47 +0000)] 
corrected wxCHECK messages

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

18 years agoavoiding unkown namespace std
Stefan Csomor [Sat, 3 Dec 2005 08:43:31 +0000 (08:43 +0000)] 
avoiding unkown namespace std

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

18 years agocorrecting CGImage handling to be always correctly initialized and freed on OSX build...
Stefan Csomor [Sat, 3 Dec 2005 07:58:16 +0000 (07:58 +0000)] 
correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

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

18 years ago Committing in .
Jouk Jansen [Fri, 2 Dec 2005 08:52:09 +0000 (08:52 +0000)] 
 Committing in .

 OpenVMS compile updates

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
 ----------------------------------------------------------------------

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

18 years agofixed problems with sometimes processing the events twice introduced in rev 1.170...
Vadim Zeitlin [Fri, 2 Dec 2005 00:53:31 +0000 (00:53 +0000)] 
fixed problems with sometimes processing the events twice introduced in rev 1.170 but still don't leak memory (Tim Kosse)

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

18 years agominor cleanup, part 2
David Surovell [Thu, 1 Dec 2005 23:32:47 +0000 (23:32 +0000)] 
minor cleanup, part 2

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

18 years agominor cleanup: corrected typos, etc.
David Surovell [Thu, 1 Dec 2005 23:20:30 +0000 (23:20 +0000)] 
minor cleanup: corrected typos, etc.

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

18 years agoSilence warning from bcc
Michael Wetherell [Thu, 1 Dec 2005 14:30:30 +0000 (14:30 +0000)] 
Silence warning from bcc

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

18 years agominor cleanup: corrected typos, etc.
David Surovell [Thu, 1 Dec 2005 14:28:30 +0000 (14:28 +0000)] 
minor cleanup: corrected typos, etc.

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

18 years agofixed wxComboBox::Clear to clear stored value
Václav Slavík [Thu, 1 Dec 2005 12:55:34 +0000 (12:55 +0000)] 
fixed wxComboBox::Clear to clear stored value

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

18 years ago[ 1357527 ] Cast to void to silence GCC's warnings.
Włodzimierz Skiba [Thu, 1 Dec 2005 11:05:31 +0000 (11:05 +0000)] 
[ 1357527 ] Cast to void to silence GCC's warnings.

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

18 years agoLet TARGET_CPU work with either upper or lower case
Michael Wetherell [Wed, 30 Nov 2005 20:13:48 +0000 (20:13 +0000)] 
Let TARGET_CPU work with either upper or lower case

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

18 years agocorrected comment typos
David Surovell [Wed, 30 Nov 2005 19:34:43 +0000 (19:34 +0000)] 
corrected comment typos

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

18 years agoreadability cleanup
David Surovell [Wed, 30 Nov 2005 18:30:49 +0000 (18:30 +0000)] 
readability cleanup

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

18 years agoadded missing #endif
David Surovell [Wed, 30 Nov 2005 17:45:05 +0000 (17:45 +0000)] 
added missing #endif

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

18 years agoIsItemShown/Enabled() are now implemented on more platforms than just wxMSW
Vadim Zeitlin [Wed, 30 Nov 2005 17:29:10 +0000 (17:29 +0000)] 
IsItemShown/Enabled() are now implemented on more platforms than just wxMSW

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

18 years agoimplemented IsItemEnabled/Shown()
Vadim Zeitlin [Wed, 30 Nov 2005 17:28:18 +0000 (17:28 +0000)] 
implemented IsItemEnabled/Shown()

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

18 years agoput user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overr...
Vadim Zeitlin [Wed, 30 Nov 2005 17:24:35 +0000 (17:24 +0000)] 
put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overriding them

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

18 years ago1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
Vadim Zeitlin [Wed, 30 Nov 2005 16:39:23 +0000 (16:39 +0000)] 
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
2. implemented wxRadioBox::IsItemShown/Enabled() for wxGTK

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

18 years agoSet major dim after the items have been created
Vadim Zeitlin [Wed, 30 Nov 2005 16:33:43 +0000 (16:33 +0000)] 
Set major dim after the items have been created

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

18 years agoadded wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro
Vadim Zeitlin [Wed, 30 Nov 2005 16:31:19 +0000 (16:31 +0000)] 
added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro

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

18 years ago1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
Vadim Zeitlin [Wed, 30 Nov 2005 16:28:15 +0000 (16:28 +0000)] 
1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
2. also implement Getcolumn/RowCount() in it now and document them
3. removed various remains of old (pre-wxRadioBoxBase) cruft

sorry in advance for any compilation breakage on the platforms I can't test on

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

18 years agosuppress gcc warnings about class having private dtor and no friends
Vadim Zeitlin [Wed, 30 Nov 2005 15:35:04 +0000 (15:35 +0000)] 
suppress gcc warnings about class having private dtor and no friends

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

18 years agocorrected GetChildren() docs
Vadim Zeitlin [Wed, 30 Nov 2005 15:27:46 +0000 (15:27 +0000)] 
corrected GetChildren() docs

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

18 years agoadded test for wxString::Format() string truncation for longer strings
Vadim Zeitlin [Wed, 30 Nov 2005 14:50:54 +0000 (14:50 +0000)] 
added test for wxString::Format() string truncation for longer strings

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

18 years agoavoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total...
Vadim Zeitlin [Wed, 30 Nov 2005 14:49:47 +0000 (14:49 +0000)] 
avoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total required size

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

18 years agoremoved sentence about ParseDateTime() not being implemented
Vadim Zeitlin [Wed, 30 Nov 2005 13:32:14 +0000 (13:32 +0000)] 
removed sentence about ParseDateTime() not being implemented

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

18 years agoMake behaviour of Eof() more consistent
Michael Wetherell [Wed, 30 Nov 2005 13:14:00 +0000 (13:14 +0000)] 
Make behaviour of Eof() more consistent

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

18 years agoMake Eof() consistent with other streams
Michael Wetherell [Wed, 30 Nov 2005 12:41:48 +0000 (12:41 +0000)] 
Make Eof() consistent with other streams

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

18 years agominor refactoring of menu UpdateUI handling
David Surovell [Wed, 30 Nov 2005 07:59:38 +0000 (07:59 +0000)] 
minor refactoring of menu UpdateUI handling

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

18 years agoMissing wxUSE_PALETTE markup (#1369489).
Włodzimierz Skiba [Wed, 30 Nov 2005 07:58:37 +0000 (07:58 +0000)] 
Missing wxUSE_PALETTE markup (#1369489).

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

18 years agoMissing wxUSE_JOYSTICK markup (#1369478).
Włodzimierz Skiba [Wed, 30 Nov 2005 07:43:06 +0000 (07:43 +0000)] 
Missing wxUSE_JOYSTICK markup (#1369478).

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

18 years agoOutput deprecated warning for --rezflags and permanently disable it.
Ron Lee [Wed, 30 Nov 2005 06:36:05 +0000 (06:36 +0000)] 
Output deprecated warning for --rezflags and permanently disable it.
Remove WXCONFIG_POSTLINK_COMMAND that existed only for it.
Make the explanation more explanatory.  This is not an invitation
for stray options and script helpers to do a little 'open mike',
its a holding ground for nasty things we still need to fix.

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

18 years agoremoved (now) unnecessary errno.h include
Vadim Zeitlin [Wed, 30 Nov 2005 02:42:39 +0000 (02:42 +0000)] 
removed (now) unnecessary errno.h include

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

18 years agofixed bug in wxSizerFlags::Align/Expand() methods
Vadim Zeitlin [Tue, 29 Nov 2005 23:05:50 +0000 (23:05 +0000)] 
fixed bug in wxSizerFlags::Align/Expand() methods

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

18 years agodon't expect errno to be set to EOVERFLOW if vsnprintf() fails
Vadim Zeitlin [Tue, 29 Nov 2005 22:59:02 +0000 (22:59 +0000)] 
don't expect errno to be set to EOVERFLOW if vsnprintf() fails

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

18 years agodon't clip out hidden radiobox buttons: otherwise they're displayed incorrectly when...
Vadim Zeitlin [Tue, 29 Nov 2005 22:10:04 +0000 (22:10 +0000)] 
don't clip out hidden radiobox buttons: otherwise they're displayed incorrectly when themes are in use

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

18 years agoadded wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to...
Vadim Zeitlin [Tue, 29 Nov 2005 19:26:38 +0000 (19:26 +0000)] 
added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to come); corrected Enable/Show() return values

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

18 years agoRemove pragma interface
Michael Wetherell [Tue, 29 Nov 2005 17:48:10 +0000 (17:48 +0000)] 
Remove pragma interface

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

18 years agocleaned up comments
David Surovell [Tue, 29 Nov 2005 17:41:06 +0000 (17:41 +0000)] 
cleaned up comments

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

18 years agoIt seems that wxFileInput/OutputStream now report eof after the last byte has
Michael Wetherell [Tue, 29 Nov 2005 14:09:01 +0000 (14:09 +0000)] 
It seems that wxFileInput/OutputStream now report eof after the last byte has
been read past, so change docs to match.

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

18 years agoMake wxJoystick::GetNumberJoystick a static method, as the number of
Mart Raudsepp [Tue, 29 Nov 2005 12:50:13 +0000 (12:50 +0000)] 
Make wxJoystick::GetNumberJoystick a static method, as the number of
joysticks attached to the computer is a global property, not one of the
specific instance. Patch from Lauri Nurmi.

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

18 years agoRemoved duplicate xh_grid.cpp/h and rebaked files
Julian Smart [Tue, 29 Nov 2005 09:03:35 +0000 (09:03 +0000)] 
Removed duplicate xh_grid.cpp/h and rebaked files

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

18 years agoMade explanation more concise
Julian Smart [Tue, 29 Nov 2005 08:57:05 +0000 (08:57 +0000)] 
Made explanation more concise

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

18 years agoFix include dirs for windres, enable emxbind to actually produce output,
Ron Lee [Tue, 29 Nov 2005 05:17:05 +0000 (05:17 +0000)] 
Fix include dirs for windres, enable emxbind to actually produce output,
restore RESCOMP for backward compatibility and forward availability.
Check for windres again.  Whatever bakefiles do with it, they do not
make it available to configure.

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

18 years agoadded xrc/xh_grid.{h|cpp} and regenerated makefiles
Vadim Zeitlin [Tue, 29 Nov 2005 01:19:22 +0000 (01:19 +0000)] 
added xrc/xh_grid.{h|cpp} and regenerated makefiles

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

18 years agodefine REZ option (fixes problem with rebaking wx.bkl for autoconf format)
Vadim Zeitlin [Tue, 29 Nov 2005 01:17:18 +0000 (01:17 +0000)] 
define REZ option (fixes problem with rebaking wx.bkl for autoconf format)

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

18 years agoguard grid XRC handler by #if wxUSE_GRID
Vadim Zeitlin [Tue, 29 Nov 2005 00:54:02 +0000 (00:54 +0000)] 
guard grid XRC handler by #if wxUSE_GRID

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

18 years agofixed improper (long) casts
David Surovell [Mon, 28 Nov 2005 22:24:00 +0000 (22:24 +0000)] 
fixed improper (long) casts

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

18 years agochanged background color reference from light gray to assigned bkgd color
David Surovell [Mon, 28 Nov 2005 15:27:09 +0000 (15:27 +0000)] 
changed background color reference from light gray to assigned bkgd color

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

18 years agofix unused parameter warning
Vadim Zeitlin [Mon, 28 Nov 2005 00:19:38 +0000 (00:19 +0000)] 
fix unused parameter warning

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

18 years agoCleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO
Stefan Neis [Sun, 27 Nov 2005 21:42:51 +0000 (21:42 +0000)] 
Cleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO
        to setup.h.in.

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

18 years agoApplied patch #1198422 (CheckBox labels being truncated).
Stefan Neis [Sun, 27 Nov 2005 21:30:40 +0000 (21:30 +0000)] 
Applied patch #1198422 (CheckBox labels being truncated).

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

18 years agoTake out wxASSERTs since they give a warning with gcc.
Michael Wetherell [Sun, 27 Nov 2005 18:12:37 +0000 (18:12 +0000)] 
Take out wxASSERTs since they give a warning with gcc.

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

18 years agowx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
Michael Wetherell [Sun, 27 Nov 2005 18:04:06 +0000 (18:04 +0000)] 
wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid
a warning about an unused function, and clean up the function at the same time.

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

18 years agoDo CloseEntry internally when OpenEntry called on an already open stream.
Michael Wetherell [Sun, 27 Nov 2005 17:55:00 +0000 (17:55 +0000)] 
Do CloseEntry internally when OpenEntry called on an already open stream.

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

18 years agoDetect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname
Stefan Neis [Sun, 27 Nov 2005 17:46:39 +0000 (17:46 +0000)] 
Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname
        and how many arguments they use.
Detect thread-safe versions of localtime/gmtime and readdir.

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

18 years agodon't compare bools with NULL
Vadim Zeitlin [Sun, 27 Nov 2005 14:03:36 +0000 (14:03 +0000)] 
don't compare bools with NULL

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

18 years agoSmall fixes
Michael Wetherell [Sun, 27 Nov 2005 09:29:46 +0000 (09:29 +0000)] 
Small fixes

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

18 years agoSmall fixes to allow compilation with --enable-stl
Michael Wetherell [Sun, 27 Nov 2005 02:03:40 +0000 (02:03 +0000)] 
Small fixes to allow compilation with --enable-stl

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

18 years agoSmall fixes to allow compilation in Unicode mode with gcc
Michael Wetherell [Sun, 27 Nov 2005 02:01:21 +0000 (02:01 +0000)] 
Small fixes to allow compilation in Unicode mode with gcc

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

18 years agoReplace non-ascii characters with escapes
Michael Wetherell [Sun, 27 Nov 2005 01:58:19 +0000 (01:58 +0000)] 
Replace non-ascii characters with escapes

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

18 years agoSilence warning about truncation since the comment says it ok
Michael Wetherell [Sun, 27 Nov 2005 01:56:51 +0000 (01:56 +0000)] 
Silence warning about truncation since the comment says it ok

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

18 years agofixed GetFreeMemory decl. to match wxWidgets
David Surovell [Sat, 26 Nov 2005 23:27:21 +0000 (23:27 +0000)] 
fixed GetFreeMemory decl. to match wxWidgets

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

18 years agorenaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG...
Vadim Zeitlin [Sat, 26 Nov 2005 15:42:12 +0000 (15:42 +0000)] 
renaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG variables, so renamed the one containing debugging options for the compiler to DEBUG_CFLAGS to avoid it

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

18 years agoinclude missing header; add default values for wxPlotWindow ctor pos and size paramet...
Vadim Zeitlin [Sat, 26 Nov 2005 14:40:32 +0000 (14:40 +0000)] 
include missing header; add default values for wxPlotWindow ctor pos and size parameters for consistency with all the other wx classes

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

18 years agoOnly define wxIntegerHash::longlongHash when long long isn't long
Michael Wetherell [Sat, 26 Nov 2005 13:40:54 +0000 (13:40 +0000)] 
Only define wxIntegerHash::longlongHash when long long isn't long

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

18 years agoadded helper for visual sizers debugging
Vadim Zeitlin [Sat, 26 Nov 2005 13:09:23 +0000 (13:09 +0000)] 
added helper for visual sizers debugging

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

18 years agomade wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)
Vadim Zeitlin [Sat, 26 Nov 2005 13:08:09 +0000 (13:08 +0000)] 
made wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)

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

18 years agoimplemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always...
Vadim Zeitlin [Fri, 25 Nov 2005 22:09:22 +0000 (22:09 +0000)] 
implemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always 64 bit as it can overflow even in 32 bit builds otherwise

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

18 years agofix warnings about casting regmatch_t struct fields to size_t
Vadim Zeitlin [Fri, 25 Nov 2005 21:49:00 +0000 (21:49 +0000)] 
fix warnings about casting regmatch_t struct fields to size_t

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

18 years agoRan make -f build/autogen.mk
David Elliott [Fri, 25 Nov 2005 05:17:36 +0000 (05:17 +0000)] 
Ran make -f build/autogen.mk

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

18 years agoSeparate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
David Elliott [Fri, 25 Nov 2005 04:51:08 +0000 (04:51 +0000)] 
Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS).
Don't check for windres as bakefile.m4 now does it properly.
Rename MACRESCOMP to POSTLINK_COMMAND.
Rename MACRESWXCONFIG to WXCONFIG_POSTLINK_COMMAND.
Use newest bakefile.m4 (with similar changes).
Add --rezflags option back to wx-config so existing user Makefiles don't break.

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

18 years agoMinor improvements and cleanings after recent WinCE fix.
Włodzimierz Skiba [Thu, 24 Nov 2005 20:16:31 +0000 (20:16 +0000)] 
Minor improvements and cleanings after recent WinCE fix.

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

18 years agoApplied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap
Julian Smart [Thu, 24 Nov 2005 17:41:26 +0000 (17:41 +0000)] 
Applied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap
By Mike Fahl

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

18 years agoFixed style
Julian Smart [Thu, 24 Nov 2005 17:31:35 +0000 (17:31 +0000)] 
Fixed style

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

18 years agoApplied patch [ 1308152 ] wxGrid XRC handler patch HEAD
Julian Smart [Thu, 24 Nov 2005 17:26:05 +0000 (17:26 +0000)] 
Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD
Start of a wxGrid handler by Agron Selimaj
Applied with corrections. Needs further work for retrieving grid properties
and styles.

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

18 years agoApplied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets
Julian Smart [Thu, 24 Nov 2005 17:09:43 +0000 (17:09 +0000)] 
Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets

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

18 years agoApplied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)
Julian Smart [Thu, 24 Nov 2005 16:53:48 +0000 (16:53 +0000)] 
Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)

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

18 years agoApplied patch [ 1357475 ] WinCE : wxExecute does not execute programs
Julian Smart [Thu, 24 Nov 2005 16:45:05 +0000 (16:45 +0000)] 
Applied patch [ 1357475 ] WinCE : wxExecute does not execute programs

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

18 years ago[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined
Włodzimierz Skiba [Wed, 23 Nov 2005 13:57:56 +0000 (13:57 +0000)] 
[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined

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

18 years agoAdd 'wx_' prefix to builtin regfree and regerror
Michael Wetherell [Wed, 23 Nov 2005 13:56:08 +0000 (13:56 +0000)] 
Add 'wx_' prefix to builtin regfree and regerror

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