wxWidgets.git
18 years agotypo in comment
Vadim Zeitlin [Sun, 12 Feb 2006 12:40:18 +0000 (12:40 +0000)] 
typo in comment

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

18 years agoWarning fixes for VC5 (Igor Korot)
Michael Wetherell [Sun, 12 Feb 2006 12:16:56 +0000 (12:16 +0000)] 
Warning fixes for VC5 (Igor Korot)

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

18 years agoSome compilers don't define SIZE_T (e.g. dmc) so use size_t instead.
Michael Wetherell [Sun, 12 Feb 2006 11:00:45 +0000 (11:00 +0000)] 
Some compilers don't define SIZE_T (e.g. dmc) so use size_t instead.

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

18 years agoScript tweak
Julian Smart [Sun, 12 Feb 2006 10:28:33 +0000 (10:28 +0000)] 
Script tweak

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

18 years agointel fixes
Stefan Csomor [Sun, 12 Feb 2006 09:00:44 +0000 (09:00 +0000)] 
intel fixes

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

18 years agoReplace deprecated wxNB_* flags with wxBK_* used in last commit.
Jamie Gadd [Sun, 12 Feb 2006 08:43:01 +0000 (08:43 +0000)] 
Replace deprecated wxNB_* flags with wxBK_* used in last commit.

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

18 years agoForward decalre wxPyFindSwigType
Robin Dunn [Sun, 12 Feb 2006 08:17:29 +0000 (08:17 +0000)] 
Forward decalre wxPyFindSwigType

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

18 years agoAdded the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear
Robin Dunn [Sun, 12 Feb 2006 08:16:10 +0000 (08:16 +0000)] 
Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear
methods.

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

18 years agoAdd missing include for non-PCH builds
Kevin Hock [Sun, 12 Feb 2006 03:43:53 +0000 (03:43 +0000)] 
Add missing include for non-PCH builds

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

18 years agoAdd missing include for non-PCH builds
Kevin Hock [Sun, 12 Feb 2006 03:11:37 +0000 (03:11 +0000)] 
Add missing include for non-PCH builds

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

18 years agotypo
Vadim Zeitlin [Sun, 12 Feb 2006 02:21:13 +0000 (02:21 +0000)] 
typo

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

18 years agoadded linear and concentric gradient fill functions (modified/fixed patch from Ryan...
Vadim Zeitlin [Sun, 12 Feb 2006 01:57:31 +0000 (01:57 +0000)] 
added linear and concentric gradient fill functions (modified/fixed patch from Ryan Norton)

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

18 years agoAdd -fno-strict-aliasing to the optimisation flags for gcc as discussed on wx-dev
Michael Wetherell [Sun, 12 Feb 2006 01:55:41 +0000 (01:55 +0000)] 
Add -fno-strict-aliasing to the optimisation flags for gcc as discussed on wx-dev

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

18 years agoNote wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch...
Kevin Hock [Sun, 12 Feb 2006 00:46:14 +0000 (00:46 +0000)] 
Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch 1415505 ]

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

18 years agoDocument new SetLocal method, new capabilities for wxSOCKET_REUSEADDR, and new overlo...
Kevin Hock [Sun, 12 Feb 2006 00:44:54 +0000 (00:44 +0000)] 
Document new SetLocal method, new capabilities for wxSOCKET_REUSEADDR, and new overloaded Connect method [ Documentation changes for extended patch 1415505 ]

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

18 years agoRespect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting...
Kevin Hock [Sat, 11 Feb 2006 23:44:26 +0000 (23:44 +0000)] 
Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified [ Extension of patch 1415505 ]

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

18 years agoRespect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting...
Kevin Hock [Sat, 11 Feb 2006 23:43:17 +0000 (23:43 +0000)] 
Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified; add SO_REUSEPORT wherever SO_REUSEADDR is used if SO_REUSEPORT is defined, otherwise reuse fails on BSD systems (e.g. Mac OS X) [ Extension of patch 1415505 ]

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

18 years agoAdd SetLocal method; overload Connect to accept a local address and move common Conne...
Kevin Hock [Sat, 11 Feb 2006 23:39:25 +0000 (23:39 +0000)] 
Add SetLocal method; overload Connect to accept a local address and move common Connect code into DoConnect; DoConnect handles wxSOCKET_REUSEADDR flag and setting local address [ Heavily modified and expanded patch 1415505 ]

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

18 years agoRearrainge things so the SWIG_VERSION values doesn't need to be
Robin Dunn [Sat, 11 Feb 2006 19:46:49 +0000 (19:46 +0000)] 
Rearrainge things so the SWIG_VERSION values doesn't need to be
written to the C++ wrapper file.

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

18 years agoDocstring update
Robin Dunn [Sat, 11 Feb 2006 19:45:38 +0000 (19:45 +0000)] 
Docstring update

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

18 years agoNo longer need the SWIG_VERSION to be output to the C++ file, so
Robin Dunn [Sat, 11 Feb 2006 19:45:17 +0000 (19:45 +0000)] 
No longer need the SWIG_VERSION to be output to the C++ file, so
remove that change from the patch.

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

18 years agoDocumenting WX_MONOLITHIC build option.
Kevin Ollivier [Sat, 11 Feb 2006 18:41:11 +0000 (18:41 +0000)] 
Documenting WX_MONOLITHIC build option.

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

18 years agoadded assignment operators from int for disambiguation of expressions such as ll=0
Vadim Zeitlin [Sat, 11 Feb 2006 17:30:26 +0000 (17:30 +0000)] 
added assignment operators from int for disambiguation of expressions such as ll=0

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

18 years agoremoved stray #endif added in previous commit
Vadim Zeitlin [Sat, 11 Feb 2006 17:17:08 +0000 (17:17 +0000)] 
removed stray #endif added in previous commit

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

18 years agouse wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
Vadim Zeitlin [Sat, 11 Feb 2006 16:56:40 +0000 (16:56 +0000)] 
use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation

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

18 years agoadded support for 64 bit ints in wx stream classes (patch 1203970)
Vadim Zeitlin [Sat, 11 Feb 2006 16:51:34 +0000 (16:51 +0000)] 
added support for 64 bit ints in wx stream classes (patch 1203970)

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

18 years agowxUSE_DATETIME==0 compilation fix (part of patch 1203970)
Vadim Zeitlin [Sat, 11 Feb 2006 16:40:10 +0000 (16:40 +0000)] 
wxUSE_DATETIME==0 compilation fix (part of patch 1203970)

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

18 years agoprovide wxGetLocalTimeMillis() (returning double) even if wxUSE_LONGLONG==0
Vadim Zeitlin [Sat, 11 Feb 2006 16:38:28 +0000 (16:38 +0000)] 
provide wxGetLocalTimeMillis() (returning double) even if wxUSE_LONGLONG==0

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

18 years agouse wxDiskspaceSize_t which is long and not wxLongLong if wxUSE_LONGLONG==0 (part...
Vadim Zeitlin [Sat, 11 Feb 2006 16:21:14 +0000 (16:21 +0000)] 
use wxDiskspaceSize_t which is long and not wxLongLong if wxUSE_LONGLONG==0 (part of patch 1203970)

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

18 years agocompilation fixes for wxUSE_DATETIME==0 (another part of patch 1203970)
Vadim Zeitlin [Sat, 11 Feb 2006 16:20:28 +0000 (16:20 +0000)] 
compilation fixes for wxUSE_DATETIME==0 (another part of patch 1203970)

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

18 years agowxODBC depends on wxDateTime (part of patch 1203970)
Vadim Zeitlin [Sat, 11 Feb 2006 15:44:21 +0000 (15:44 +0000)] 
wxODBC depends on wxDateTime (part of patch 1203970)

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

18 years agowxArchive depends on wxDateTime (part of patch 1203970)
Vadim Zeitlin [Sat, 11 Feb 2006 15:42:01 +0000 (15:42 +0000)] 
wxArchive depends on wxDateTime (part of patch 1203970)

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

18 years agoApplied patch [ 1412216 ] non-themed fallback support for other wxNotebook orientation
Julian Smart [Sat, 11 Feb 2006 15:41:40 +0000 (15:41 +0000)] 
Applied patch [ 1412216 ] non-themed fallback support for other wxNotebook orientation

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

18 years agoApplied [ 1394785 ] wxListCtrl::EndEditLabel implementation
Julian Smart [Sat, 11 Feb 2006 15:16:35 +0000 (15:16 +0000)] 
Applied [ 1394785 ] wxListCtrl::EndEditLabel implementation
By troelsk

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

18 years agoApplied patch [ 1417709 ] wxFSVolume produces error messagebox
Julian Smart [Sat, 11 Feb 2006 14:57:25 +0000 (14:57 +0000)] 
Applied patch [ 1417709 ] wxFSVolume produces error messagebox
(following Vadim's suggestion to do this globally)

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

18 years agoApplied part 2 of [ 1415183 ] a couple of wxAutomation object/ole fixes
Julian Smart [Sat, 11 Feb 2006 14:51:16 +0000 (14:51 +0000)] 
Applied part 2 of [ 1415183 ] a couple of wxAutomation object/ole fixes

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

18 years agoApplied patch [ 1424247 ] Have wxGenericListCtrl not size a window with a negative val
Julian Smart [Sat, 11 Feb 2006 14:39:23 +0000 (14:39 +0000)] 
Applied patch [ 1424247 ] Have wxGenericListCtrl not size a window with a negative val

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

18 years agoDoc corrections
Julian Smart [Sat, 11 Feb 2006 12:05:53 +0000 (12:05 +0000)] 
Doc corrections

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

18 years agoI like if things compile with --enable-unicode + --enable-mediactrl. Code shamelessly...
Mart Raudsepp [Sat, 11 Feb 2006 11:47:12 +0000 (11:47 +0000)] 
I like if things compile with --enable-unicode + --enable-mediactrl. Code shamelessly stolen from src/gtk/app.cpp.
gst backend of wxMediaCtrl doesn't seem to be able to load files (at least in unicode) though...

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

18 years agoDo not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl...
Mart Raudsepp [Sat, 11 Feb 2006 04:53:56 +0000 (04:53 +0000)] 
Do not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl. These pragmas are an abomination
from hell.

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

18 years ago* wxFrameLayout should compile in unicode builds for ports other than wxMSW or wxGTK...
Mart Raudsepp [Sat, 11 Feb 2006 02:03:25 +0000 (02:03 +0000)] 
* wxFrameLayout should compile in unicode builds for ports other than wxMSW or wxGTK too - fix missing _().
* wxMac has Reparent, so use it in wxFL instead of the, now unicode-compilable, warning messagebox.
* Code cleanup.
- Probably some more ports have Reparent too, so could add into the CPP check. And it might be a good idea to do for
the non-supported ports what wxGTK1 does (just return, not spew a messagebox). If Reparent already does nothing for
unsupported ports, then could get rid of the CPP logic completely.

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

18 years agofixed wx_media linkage/export problems - from RN patch
David Surovell [Sat, 11 Feb 2006 00:30:20 +0000 (00:30 +0000)] 
fixed wx_media linkage/export problems - from RN patch

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

18 years agonote that SetAutoLayout() doesn't work for all windows
Vadim Zeitlin [Sat, 11 Feb 2006 00:19:34 +0000 (00:19 +0000)] 
note that SetAutoLayout() doesn't work for all windows

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

18 years agoclarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS
Vadim Zeitlin [Sat, 11 Feb 2006 00:12:06 +0000 (00:12 +0000)] 
clarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS

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

18 years agofixed compilation problem in pror commit
David Surovell [Fri, 10 Feb 2006 23:57:36 +0000 (23:57 +0000)] 
fixed compilation problem in pror commit

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

18 years agoToplevel windows don't have sibling static boxes. Fixes crash in AdjustStaticBoxZOrder.
Jamie Gadd [Fri, 10 Feb 2006 21:44:54 +0000 (21:44 +0000)] 
Toplevel windows don't have sibling static boxes. Fixes crash in AdjustStaticBoxZOrder.

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

18 years agocleanup - reformatting (reapplied after RN-VZ mega-update)
David Surovell [Fri, 10 Feb 2006 21:38:24 +0000 (21:38 +0000)] 
cleanup - reformatting (reapplied after RN-VZ mega-update)

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

18 years agosupport monolithic build using wxpresets (patch 1360289)
Vadim Zeitlin [Fri, 10 Feb 2006 21:13:41 +0000 (21:13 +0000)] 
support monolithic build using wxpresets (patch 1360289)

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

18 years agoadded generation of wxEVT_SCROLL_XXX (patch 1424698)
Vadim Zeitlin [Fri, 10 Feb 2006 21:03:35 +0000 (21:03 +0000)] 
added generation of wxEVT_SCROLL_XXX (patch 1424698)

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

18 years agodocument GetInsertionPoint() bug under MSW (see patch 1262125)
Vadim Zeitlin [Fri, 10 Feb 2006 20:36:16 +0000 (20:36 +0000)] 
document GetInsertionPoint() bug under MSW (see patch 1262125)

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

18 years agoadded test for GetInsertyionPoint() (patch 1262125)
Vadim Zeitlin [Fri, 10 Feb 2006 20:24:48 +0000 (20:24 +0000)] 
added test for GetInsertyionPoint() (patch 1262125)

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

18 years agoregenerated with bakefile 0.2.0 m4 files
Vadim Zeitlin [Fri, 10 Feb 2006 20:22:27 +0000 (20:22 +0000)] 
regenerated with bakefile 0.2.0 m4 files

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

18 years agoupdated to 0.2.0
Vadim Zeitlin [Fri, 10 Feb 2006 20:15:08 +0000 (20:15 +0000)] 
updated to 0.2.0

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

18 years agofixed deprecation warnings; removed #if 0'd code
Vadim Zeitlin [Fri, 10 Feb 2006 20:14:48 +0000 (20:14 +0000)] 
fixed deprecation warnings; removed #if 0'd code

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

18 years agoregenerated make/project files after applying mediactrl patch (1427775)
Vadim Zeitlin [Fri, 10 Feb 2006 20:02:55 +0000 (20:02 +0000)] 
regenerated make/project files after applying mediactrl patch (1427775)

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

18 years agoregenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl...
Vadim Zeitlin [Fri, 10 Feb 2006 19:51:08 +0000 (19:51 +0000)] 
regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl as it's now defined by bakefile

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

18 years agocompilation fix for gcc4 (patch 1428840)
Vadim Zeitlin [Fri, 10 Feb 2006 19:43:14 +0000 (19:43 +0000)] 
compilation fix for gcc4 (patch 1428840)

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

18 years agoRyan's cumulative wxActiveX and media control patch (1427775)
Vadim Zeitlin [Fri, 10 Feb 2006 19:37:40 +0000 (19:37 +0000)] 
Ryan's cumulative wxActiveX and media control patch (1427775)

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

18 years agocleanup - reformatting; simplified OnPaint
David Surovell [Fri, 10 Feb 2006 19:37:04 +0000 (19:37 +0000)] 
cleanup - reformatting; simplified OnPaint

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

18 years agoregenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl...
Vadim Zeitlin [Fri, 10 Feb 2006 19:27:51 +0000 (19:27 +0000)] 
regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl as it's now defined by bakefile

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

18 years agocleanup - reformatting
David Surovell [Fri, 10 Feb 2006 19:16:20 +0000 (19:16 +0000)] 
cleanup - reformatting

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

18 years agoOops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow
Robin Dunn [Fri, 10 Feb 2006 19:07:36 +0000 (19:07 +0000)] 
Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow

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

18 years agouse wxRTTI to construct the right class of wxHtmlCell
Robin Dunn [Fri, 10 Feb 2006 18:38:43 +0000 (18:38 +0000)] 
use wxRTTI to construct the right class of wxHtmlCell

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

18 years agoAdd missing constants
Robin Dunn [Fri, 10 Feb 2006 18:36:50 +0000 (18:36 +0000)] 
Add missing constants

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

18 years agoAdd wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId
Robin Dunn [Fri, 10 Feb 2006 18:36:03 +0000 (18:36 +0000)] 
Add wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId

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

18 years agowx.Window.CenterOnScreen has been removed
Robin Dunn [Fri, 10 Feb 2006 18:34:02 +0000 (18:34 +0000)] 
wx.Window.CenterOnScreen has been removed

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

18 years agoAdd wx.Rect.CenterIn
Robin Dunn [Fri, 10 Feb 2006 18:33:26 +0000 (18:33 +0000)] 
Add wx.Rect.CenterIn

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

18 years agoAdd wx.KeyEvent.GetModifiers
Robin Dunn [Fri, 10 Feb 2006 18:32:41 +0000 (18:32 +0000)] 
Add wx.KeyEvent.GetModifiers

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

18 years agoGetFromWindow is available everywhere now
Robin Dunn [Fri, 10 Feb 2006 18:32:10 +0000 (18:32 +0000)] 
GetFromWindow is available everywhere now

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

18 years agoAdd Get/SetBitmapHover
Robin Dunn [Fri, 10 Feb 2006 18:31:47 +0000 (18:31 +0000)] 
Add Get/SetBitmapHover

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

18 years agocleanup - reformatting
David Surovell [Fri, 10 Feb 2006 17:53:02 +0000 (17:53 +0000)] 
cleanup - reformatting

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

18 years agointel endian fix
Stefan Csomor [Fri, 10 Feb 2006 17:40:25 +0000 (17:40 +0000)] 
intel endian fix

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

18 years agoGTK1 fixes after wxObject-derived classes copy ctors/assignment operators simplificat...
Vadim Zeitlin [Fri, 10 Feb 2006 15:41:06 +0000 (15:41 +0000)] 
GTK1 fixes after wxObject-derived classes copy ctors/assignment operators simplifications (patch 1428863)

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

18 years agoUse 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits...
Włodzimierz Skiba [Fri, 10 Feb 2006 11:59:52 +0000 (11:59 +0000)] 
Use 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits in core headers.

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

18 years agowxTinderbox build fixes.
Włodzimierz Skiba [Fri, 10 Feb 2006 11:33:22 +0000 (11:33 +0000)] 
wxTinderbox build fixes.

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

18 years agoGetFromWindow() is not MSW-only any more
Vadim Zeitlin [Fri, 10 Feb 2006 02:30:38 +0000 (02:30 +0000)] 
GetFromWindow() is not MSW-only any more

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

18 years agogeneric GetFromWindow() implementation for non-MSW platforms
Vadim Zeitlin [Fri, 10 Feb 2006 02:29:30 +0000 (02:29 +0000)] 
generic GetFromWindow() implementation for non-MSW platforms

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

18 years agofixed centering of top level windows on secondary displays (replaces patch 1267173)
Vadim Zeitlin [Fri, 10 Feb 2006 00:02:06 +0000 (00:02 +0000)] 
fixed centering of top level windows on secondary displays (replaces patch 1267173)

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

18 years agoadded wxRect::CentreIn()
Vadim Zeitlin [Fri, 10 Feb 2006 00:01:19 +0000 (00:01 +0000)] 
added wxRect::CentreIn()

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

18 years agoadded tests for centering dialogs on screen/parent
Vadim Zeitlin [Thu, 9 Feb 2006 23:17:35 +0000 (23:17 +0000)] 
added tests for centering dialogs on screen/parent

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

18 years agoput property sheets in their own submenu; resolve accelerators conflict
Vadim Zeitlin [Thu, 9 Feb 2006 23:09:15 +0000 (23:09 +0000)] 
put property sheets in their own submenu; resolve accelerators conflict

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

18 years agoFix link errors from advdll_taskbar.o on cygwin
Michael Wetherell [Thu, 9 Feb 2006 22:19:14 +0000 (22:19 +0000)] 
Fix link errors from advdll_taskbar.o on cygwin

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

18 years agoAdded wxUSE_INKEDIT
Julian Smart [Thu, 9 Feb 2006 22:00:45 +0000 (22:00 +0000)] 
Added wxUSE_INKEDIT

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

18 years agoMention BeginDrawing and EndDrawing deprecation.
Robin Dunn [Thu, 9 Feb 2006 16:09:57 +0000 (16:09 +0000)] 
Mention BeginDrawing and EndDrawing deprecation.

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

18 years agoDocstring fix, and a bit of cleanup
Robin Dunn [Thu, 9 Feb 2006 16:09:16 +0000 (16:09 +0000)] 
Docstring fix, and a bit of cleanup

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

18 years agofull keyboard access support
Stefan Csomor [Thu, 9 Feb 2006 15:45:46 +0000 (15:45 +0000)] 
full keyboard access support

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

18 years agoUse Bind()
Robin Dunn [Thu, 9 Feb 2006 15:43:23 +0000 (15:43 +0000)] 
Use Bind()

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

18 years agoPatch #1428290: STCStyleEditor updates
Robin Dunn [Thu, 9 Feb 2006 15:41:19 +0000 (15:41 +0000)] 
Patch #1428290: STCStyleEditor updates

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

18 years agoPatch #1428181: Sample wxProject.py updated
Robin Dunn [Thu, 9 Feb 2006 15:37:39 +0000 (15:37 +0000)] 
Patch #1428181: Sample wxProject.py updated

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

18 years agoApplied doc patch [ 1426505 ] Failure to call wxWizard.Destroy() causes hang on exit
Julian Smart [Thu, 9 Feb 2006 15:35:48 +0000 (15:35 +0000)] 
Applied doc patch [ 1426505 ] Failure to call wxWizard.Destroy() causes hang on exit

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

18 years agofull keyboard access support
Stefan Csomor [Thu, 9 Feb 2006 15:30:21 +0000 (15:30 +0000)] 
full keyboard access support

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

18 years agoApplied patch [ 1427626 ] Fix wxFileConfig so that it still works after DeleteAll()
Julian Smart [Thu, 9 Feb 2006 15:28:42 +0000 (15:28 +0000)] 
Applied patch [ 1427626 ] Fix wxFileConfig so that it still works after DeleteAll()

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

18 years agoundeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out...
Vadim Zeitlin [Thu, 9 Feb 2006 15:25:22 +0000 (15:25 +0000)] 
undeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out we do need this logic in a few places

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

18 years agosupport themed foreground brushes
Stefan Csomor [Thu, 9 Feb 2006 15:20:39 +0000 (15:20 +0000)] 
support themed foreground brushes

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

18 years agoguard against empty ref
Stefan Csomor [Thu, 9 Feb 2006 15:16:21 +0000 (15:16 +0000)] 
guard against empty ref

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

18 years agobring XBM in line with MSW
Stefan Csomor [Thu, 9 Feb 2006 15:09:59 +0000 (15:09 +0000)] 
bring XBM in line with MSW

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

18 years agocorrect tabbing for full keyboard access
Stefan Csomor [Thu, 9 Feb 2006 15:03:51 +0000 (15:03 +0000)] 
correct tabbing for full keyboard access

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

18 years agoset m_encoding in wxCSConv ctor from name
Vadim Zeitlin [Thu, 9 Feb 2006 14:58:08 +0000 (14:58 +0000)] 
set m_encoding in wxCSConv ctor from name

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

18 years agoFix drag and drop inside static boxes.
Jamie Gadd [Thu, 9 Feb 2006 12:42:25 +0000 (12:42 +0000)] 
Fix drag and drop inside static boxes.

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

18 years agoimplemented ScrollLines/Pages() for all classes in wxGTK, not just wxTextCtrl (patch...
Vadim Zeitlin [Thu, 9 Feb 2006 03:53:34 +0000 (03:53 +0000)] 
implemented ScrollLines/Pages() for all classes in wxGTK, not just wxTextCtrl (patch 1281503)

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