]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoadded SetCmdLine(int, char **) overload even when building a Unicode app
Vadim Zeitlin [Sat, 25 Dec 2004 01:58:36 +0000 (01:58 +0000)] 
added SetCmdLine(int, char **) overload even when building a Unicode app

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

19 years agoDoc corrections
Julian Smart [Fri, 24 Dec 2004 12:29:43 +0000 (12:29 +0000)] 
Doc corrections

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

19 years agosecurity fix (patch 1089659)
Václav Slavík [Fri, 24 Dec 2004 11:48:14 +0000 (11:48 +0000)] 
security fix (patch 1089659)

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

19 years ago Committing in .
Jouk Jansen [Fri, 24 Dec 2004 09:02:34 +0000 (09:02 +0000)] 
 Committing in .

 correcting an obvious typo in the GTK1.x part

 Modified Files:
  wxWidgets/src/gtk/choice.cpp
 ----------------------------------------------------------------------

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

19 years agowxPalmOS port started its development so let's list it in the changes.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:52:37 +0000 (07:52 +0000)] 
wxPalmOS port started its development so let's list it in the changes.

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

19 years agoFirst nonminimal wxPalmOS functionality: enumeration of available volumes.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:44:44 +0000 (07:44 +0000)] 
First nonminimal wxPalmOS functionality: enumeration of available volumes.

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

19 years agowxPalmOS was introduced long after 2.4.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:41:53 +0000 (07:41 +0000)] 
wxPalmOS was introduced long after 2.4.

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

19 years agoMake the wx.MediaCtrl demo more functional, and add a sample movie.
Robin Dunn [Fri, 24 Dec 2004 00:43:24 +0000 (00:43 +0000)] 
Make the wx.MediaCtrl demo more functional, and add a sample movie.

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

19 years agoreSWIGged after 1.3.24 update
Robin Dunn [Thu, 23 Dec 2004 21:46:51 +0000 (21:46 +0000)] 
reSWIGged after 1.3.24 update

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

19 years agoreSWIGged after 1.3.24 update
Robin Dunn [Thu, 23 Dec 2004 21:39:36 +0000 (21:39 +0000)] 
reSWIGged after 1.3.24 update

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

19 years agoreSWIGged after 1.3.24 update
Robin Dunn [Thu, 23 Dec 2004 21:34:11 +0000 (21:34 +0000)] 
reSWIGged after 1.3.24 update

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

19 years agoTypo
Robin Dunn [Thu, 23 Dec 2004 21:29:41 +0000 (21:29 +0000)] 
Typo

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

19 years agoUpdated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
Robin Dunn [Thu, 23 Dec 2004 20:53:38 +0000 (20:53 +0000)] 
Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
some things that were changed/removed from my patch I submitted to
them.)

Since it is now possible easily and simply share the SWIG type tables
across modules I reverted to always using the stock SWIG runtime
instead of my slightly hacked up version of it exported via the
wxPython C API.

The %name directive is now deprecated so replaced most uses of it with
a custom %Rename macro that uses %rename internally.  These will
evetually need to be replaced with a DocDecl macro when docstrings are
added.

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

19 years agoAllow Python 2.4
Robin Dunn [Thu, 23 Dec 2004 20:52:35 +0000 (20:52 +0000)] 
Allow Python 2.4

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

19 years agoUpdated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
Robin Dunn [Thu, 23 Dec 2004 20:44:09 +0000 (20:44 +0000)] 
Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
some things that were changed/removed from my patch I submitted to
them.)

Since it is now possible easily and simply share the SWIG type tables
across modules I reverted to always using the stock SWIG runtime
instead of my slightly hacked up version of it exported via the
wxPython C API.

The %name directive is now deprecated so replaced most uses of it with
a custom %Rename macro that uses %rename internally.  These will
evetually need to be replaced with a DocDecl macro when docstrings are
added.

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

19 years agoDeprecated methosd markup (documented).
Włodzimierz Skiba [Thu, 23 Dec 2004 20:33:04 +0000 (20:33 +0000)] 
Deprecated methosd markup (documented).

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

19 years agoChanged GetSystemColour to GetColour
Robin Dunn [Thu, 23 Dec 2004 20:19:17 +0000 (20:19 +0000)] 
Changed GetSystemColour to GetColour

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

19 years agocorrected setting the locale of the c-lib for mac
Stefan Csomor [Thu, 23 Dec 2004 13:42:14 +0000 (13:42 +0000)] 
corrected setting the locale of the c-lib for mac

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

19 years agosimplified sizers, removed OnSize() which is not needed any more
Vadim Zeitlin [Wed, 22 Dec 2004 23:54:03 +0000 (23:54 +0000)] 
simplified sizers, removed OnSize() which is not needed any more

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

19 years agocall SetBkColor() when using non default background
Vadim Zeitlin [Wed, 22 Dec 2004 23:29:48 +0000 (23:29 +0000)] 
call SetBkColor() when using non default background

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

19 years agolast fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol...
Vadim Zeitlin [Wed, 22 Dec 2004 23:27:49 +0000 (23:27 +0000)] 
last fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol == false, fixed the fix

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

19 years agoNeed to reset count when all items are deleted
Robin Dunn [Wed, 22 Dec 2004 22:02:29 +0000 (22:02 +0000)] 
Need to reset count when all items are deleted

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

19 years agofixes fo inheriting colours set with SetOwnBackround()
Vadim Zeitlin [Wed, 22 Dec 2004 21:09:01 +0000 (21:09 +0000)] 
fixes fo inheriting colours set with SetOwnBackround()

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

19 years agofixed background drawing for opaque controls
Vadim Zeitlin [Wed, 22 Dec 2004 21:07:33 +0000 (21:07 +0000)] 
fixed background drawing for opaque controls

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

19 years agoApplied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).
Stefan Neis [Wed, 22 Dec 2004 19:47:31 +0000 (19:47 +0000)] 
Applied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).

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

19 years agoadded FileConfig test case exposing a problem with deleting the last group
Dimitri Schoolwerth [Wed, 22 Dec 2004 11:12:05 +0000 (11:12 +0000)] 
added FileConfig test case exposing a problem with deleting the last group

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

19 years agocompilation fix
Václav Slavík [Wed, 22 Dec 2004 09:21:42 +0000 (09:21 +0000)] 
compilation fix

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

19 years agoFinal MSW/PalmOS split. Remove dump copies of MSW specific code.
Włodzimierz Skiba [Wed, 22 Dec 2004 07:35:19 +0000 (07:35 +0000)] 
Final MSW/PalmOS split. Remove dump copies of MSW specific code.

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

19 years agoFinal MSW/PalmOS split. Remove dump copies of MSW specific code.
Włodzimierz Skiba [Wed, 22 Dec 2004 07:22:25 +0000 (07:22 +0000)] 
Final MSW/PalmOS split. Remove dump copies of MSW specific code.

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

19 years agoFix for wxGTK compilation.
Ron Lee [Wed, 22 Dec 2004 07:19:37 +0000 (07:19 +0000)] 
Fix for wxGTK compilation.

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

19 years agoFix for wxGTK compilation.
Ron Lee [Wed, 22 Dec 2004 07:18:16 +0000 (07:18 +0000)] 
Fix for wxGTK compilation.

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

19 years agoFix wxGTK compilation.
Ron Lee [Wed, 22 Dec 2004 07:07:24 +0000 (07:07 +0000)] 
Fix wxGTK compilation.

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

19 years agoNot quite as flexible, but lighter and sufficient.
Ron Lee [Wed, 22 Dec 2004 06:27:25 +0000 (06:27 +0000)] 
Not quite as flexible, but lighter and sufficient.

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

19 years agomaking sure we don't say we are visible while in destruction
Stefan Csomor [Wed, 22 Dec 2004 05:51:02 +0000 (05:51 +0000)] 
making sure we don't say we are visible while in destruction

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

19 years agoOnly filter out duplicate -libraries. Let other constructs
Ron Lee [Wed, 22 Dec 2004 05:38:18 +0000 (05:38 +0000)] 
Only filter out duplicate -libraries.  Let other constructs
fend for themselves.  This will avoid hiding problems in
configure.in and let the mac users have -framework et al.
pass through as they should.

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

19 years agoreverted use of DeferWindowPos() instead of MoveWindow()
Vadim Zeitlin [Wed, 22 Dec 2004 01:05:13 +0000 (01:05 +0000)] 
reverted use of DeferWindowPos() instead of MoveWindow()

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

19 years agowxString and wxChar* access for file functions. Source cleaning.
Włodzimierz Skiba [Tue, 21 Dec 2004 18:57:20 +0000 (18:57 +0000)] 
wxString and wxChar* access for file functions. Source cleaning.

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

19 years agowxString and wxChar* access for file functions. Source cleaning.
Włodzimierz Skiba [Tue, 21 Dec 2004 17:44:50 +0000 (17:44 +0000)] 
wxString and wxChar* access for file functions. Source cleaning.

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

19 years agowxString and wxChar* access for file functions. Source cleaning.
Włodzimierz Skiba [Tue, 21 Dec 2004 17:35:42 +0000 (17:35 +0000)] 
wxString and wxChar* access for file functions. Source cleaning.

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

19 years agowxURI is enough for the basic url operations.
Włodzimierz Skiba [Tue, 21 Dec 2004 17:20:47 +0000 (17:20 +0000)] 
wxURI is enough for the basic url operations.

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

19 years agoBorland fixes.
Włodzimierz Skiba [Tue, 21 Dec 2004 16:41:55 +0000 (16:41 +0000)] 
Borland fixes.

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

19 years agoMetric conversion constants not doubled in each port code.
Włodzimierz Skiba [Tue, 21 Dec 2004 16:25:59 +0000 (16:25 +0000)] 
Metric conversion constants not doubled in each port code.

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

19 years agomoving Carbon Event Class out of USE_GUI
Stefan Csomor [Tue, 21 Dec 2004 13:50:28 +0000 (13:50 +0000)] 
moving Carbon Event Class out of USE_GUI

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

19 years agoreSWIGged
Robin Dunn [Mon, 20 Dec 2004 23:06:52 +0000 (23:06 +0000)] 
reSWIGged

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

19 years agoAdded wxEXEC_NODISABLE flag
Robin Dunn [Mon, 20 Dec 2004 22:59:31 +0000 (22:59 +0000)] 
Added wxEXEC_NODISABLE flag

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

19 years agoA little cleanup
Robin Dunn [Mon, 20 Dec 2004 22:52:03 +0000 (22:52 +0000)] 
A little cleanup

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

19 years agoAdded a note to self to look at adding ProvidesBackground in the future
Robin Dunn [Mon, 20 Dec 2004 22:51:09 +0000 (22:51 +0000)] 
Added a note to self to look at adding ProvidesBackground in the future

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

19 years agoAllow the OOR reference to be saved without doing an INCREF. This
Robin Dunn [Mon, 20 Dec 2004 22:50:29 +0000 (22:50 +0000)] 
Allow the OOR reference to be saved without doing an INCREF.  This
solves the circular reference problem with wx.Timer.

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

19 years agoTypemaps for wxFileOffset
Robin Dunn [Mon, 20 Dec 2004 22:46:20 +0000 (22:46 +0000)] 
Typemaps for wxFileOffset

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

19 years agoAdded wxEXEC_NODISABLE flag
Robin Dunn [Mon, 20 Dec 2004 22:44:52 +0000 (22:44 +0000)] 
Added wxEXEC_NODISABLE flag

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

19 years agonew wxMediaCtrl API
Robin Dunn [Mon, 20 Dec 2004 22:43:11 +0000 (22:43 +0000)] 
new wxMediaCtrl API

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

19 years agoWarning fix.
Włodzimierz Skiba [Mon, 20 Dec 2004 20:34:41 +0000 (20:34 +0000)] 
Warning fix.

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

19 years agoFurther decoration.
Włodzimierz Skiba [Mon, 20 Dec 2004 20:27:22 +0000 (20:27 +0000)] 
Further decoration.

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

19 years agoFixed typo.
Włodzimierz Skiba [Mon, 20 Dec 2004 20:24:34 +0000 (20:24 +0000)] 
Fixed typo.

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

19 years agowxPalmOS mentioned.
Włodzimierz Skiba [Mon, 20 Dec 2004 20:17:15 +0000 (20:17 +0000)] 
wxPalmOS mentioned.

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

19 years agoUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
Włodzimierz Skiba [Mon, 20 Dec 2004 12:44:22 +0000 (12:44 +0000)] 
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.

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

19 years agoVC++ 5 compatibility
Julian Smart [Mon, 20 Dec 2004 09:24:55 +0000 (09:24 +0000)] 
VC++ 5 compatibility

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

19 years agowxGetInstance must be defined as extern C (patch 1085837)
Vadim Zeitlin [Mon, 20 Dec 2004 01:31:48 +0000 (01:31 +0000)] 
wxGetInstance must be defined as extern C (patch 1085837)

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

19 years agoend label editing if the control loses focus (slightly modified patch 1084592)
Vadim Zeitlin [Mon, 20 Dec 2004 01:23:52 +0000 (01:23 +0000)] 
end label editing if the control loses focus (slightly modified patch 1084592)

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

19 years agofixed dragging scrollbar in wxUniv: use wxMouseEvent::Dragging(), not Moving(), for...
Vadim Zeitlin [Mon, 20 Dec 2004 01:08:13 +0000 (01:08 +0000)] 
fixed dragging scrollbar in wxUniv: use wxMouseEvent::Dragging(), not Moving(), for tests (patch 1075176; bug 1053645)

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

19 years agoadded flags parameter to wxExecute(wxArrayString *) overloads
Vadim Zeitlin [Mon, 20 Dec 2004 00:03:35 +0000 (00:03 +0000)] 
added flags parameter to wxExecute(wxArrayString *) overloads

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

19 years agoadded wxEXEC_NODISABLE
Vadim Zeitlin [Sun, 19 Dec 2004 23:59:28 +0000 (23:59 +0000)] 
added wxEXEC_NODISABLE

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

19 years agoadded a note about old/new selection inconcistency in events generated by wxNotebook...
Vadim Zeitlin [Sun, 19 Dec 2004 23:29:46 +0000 (23:29 +0000)] 
added a note about old/new selection inconcistency in events generated by wxNotebook::SetSelection()

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

19 years agoadded test for Unicode/ANSI
Vadim Zeitlin [Sun, 19 Dec 2004 23:12:05 +0000 (23:12 +0000)] 
added test for Unicode/ANSI

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

19 years agocorrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions
Vadim Zeitlin [Sun, 19 Dec 2004 23:08:43 +0000 (23:08 +0000)] 
corrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions

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

19 years agoIRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined
Vadim Zeitlin [Sun, 19 Dec 2004 22:45:08 +0000 (22:45 +0000)] 
IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined

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

19 years agouse DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN...
Vadim Zeitlin [Sun, 19 Dec 2004 22:08:47 +0000 (22:08 +0000)] 
use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

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

19 years agoWin16 version is not used any longer
Vadim Zeitlin [Sun, 19 Dec 2004 21:30:00 +0000 (21:30 +0000)] 
Win16 version is not used any longer

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

19 years agomoved wxWindow::m_hMenu to wxFrame, it is not needed in the base class
Vadim Zeitlin [Sun, 19 Dec 2004 20:56:38 +0000 (20:56 +0000)] 
moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

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

19 years agomoved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent...
Vadim Zeitlin [Sun, 19 Dec 2004 20:51:06 +0000 (20:51 +0000)] 
moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background

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

19 years agoonly use our background for children if it's inheritable
Vadim Zeitlin [Sun, 19 Dec 2004 20:39:36 +0000 (20:39 +0000)] 
only use our background for children if it's inheritable

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

19 years agodon't propagate our (non default) background to children: use SetOwnBgCol() instead...
Vadim Zeitlin [Sun, 19 Dec 2004 20:36:41 +0000 (20:36 +0000)] 
don't propagate our (non default) background to children: use SetOwnBgCol() instead of SetBgCol()

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

19 years agocorrected compilation error in va_copy() test
Vadim Zeitlin [Sun, 19 Dec 2004 20:24:28 +0000 (20:24 +0000)] 
corrected compilation error in va_copy() test

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

19 years agofixed background appearance for the controls with changed foreground colour
Vadim Zeitlin [Sun, 19 Dec 2004 20:15:43 +0000 (20:15 +0000)] 
fixed background appearance for the controls with changed foreground colour

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

19 years agodo not inherit background colour in InheritAttributes() as it totally breaks themed...
Vadim Zeitlin [Sun, 19 Dec 2004 19:55:01 +0000 (19:55 +0000)] 
do not inherit background colour in InheritAttributes() as it totally breaks themed backgrounds

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

19 years agoFixed typo.
Stefan Neis [Sun, 19 Dec 2004 17:29:59 +0000 (17:29 +0000)] 
Fixed typo.

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

19 years agoFixes for OS/2.
Stefan Neis [Sun, 19 Dec 2004 17:22:34 +0000 (17:22 +0000)] 
Fixes for OS/2.

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

19 years agoDo not export weak symbols from DLLs, as this causes problems in debug build
Stefan Neis [Sun, 19 Dec 2004 17:20:01 +0000 (17:20 +0000)] 
Do not export weak symbols from DLLs, as this causes problems in debug build

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

19 years agoextended EventRef class
Stefan Csomor [Sun, 19 Dec 2004 16:41:41 +0000 (16:41 +0000)] 
extended EventRef class

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

19 years agocorrecting dangling refs / reuse
Stefan Csomor [Sun, 19 Dec 2004 16:40:18 +0000 (16:40 +0000)] 
correcting dangling refs / reuse

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

19 years agodocumented GetWindow() method
Vadim Zeitlin [Sun, 19 Dec 2004 14:48:29 +0000 (14:48 +0000)] 
documented GetWindow() method

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

19 years agouse ../sample.* instead
Vadim Zeitlin [Sun, 19 Dec 2004 14:45:39 +0000 (14:45 +0000)] 
use ../sample.* instead

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

19 years agouse standard icon under Unix as well
Vadim Zeitlin [Sun, 19 Dec 2004 14:41:45 +0000 (14:41 +0000)] 
use standard icon under Unix as well

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

19 years agouse standard icon; minor layout fixes
Vadim Zeitlin [Sun, 19 Dec 2004 14:40:46 +0000 (14:40 +0000)] 
use standard icon; minor layout fixes

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

19 years agouse the standard .rc file
Vadim Zeitlin [Sun, 19 Dec 2004 14:39:43 +0000 (14:39 +0000)] 
use the standard .rc file

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

19 years agomake icons for different effects different
Vadim Zeitlin [Sun, 19 Dec 2004 14:36:13 +0000 (14:36 +0000)] 
make icons for different effects different

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

19 years agoAdded support for debug libraries.
Stefan Neis [Sat, 18 Dec 2004 16:12:00 +0000 (16:12 +0000)] 
Added support for debug libraries.

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

19 years ago Fix for the fix for wxChoice selection.
Robert Roebling [Sat, 18 Dec 2004 13:13:52 +0000 (13:13 +0000)] 
  Fix for the fix for wxChoice selection.

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

19 years agowake up corrections : correcting ref count (mem-leak) , keeping weak ref to avoid...
Stefan Csomor [Sat, 18 Dec 2004 10:55:19 +0000 (10:55 +0000)] 
wake up corrections : correcting ref count (mem-leak) , keeping weak ref  to avoid double posting wakeup-events

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

19 years agoBig Endian Fixes, LCID support (must be paired with LCID-Charset support on the ...
Stefan Csomor [Sat, 18 Dec 2004 10:37:12 +0000 (10:37 +0000)] 
Big Endian Fixes, LCID support (must be paired with LCID-Charset support on the .hhp interpretation side)

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

19 years agoOnly test the high order bit from GetKeyState, otherwise we can have
Robin Dunn [Fri, 17 Dec 2004 16:31:14 +0000 (16:31 +0000)] 
Only test the high order bit from GetKeyState, otherwise we can have
bogus readings.

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

19 years agowxMediaCtrl API changes for 2.5.x/2.6
Ryan Norton [Fri, 17 Dec 2004 16:07:21 +0000 (16:07 +0000)] 
wxMediaCtrl API changes for 2.5.x/2.6

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

19 years agoDocument osx hack
Ryan Norton [Fri, 17 Dec 2004 15:41:00 +0000 (15:41 +0000)] 
Document osx hack

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

19 years agoWarning fixes for msvc - return function address explicitly
Ryan Norton [Fri, 17 Dec 2004 15:37:30 +0000 (15:37 +0000)] 
Warning fixes for msvc  - return function address explicitly

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

19 years agoUnicode markup.
Włodzimierz Skiba [Fri, 17 Dec 2004 12:12:00 +0000 (12:12 +0000)] 
Unicode markup.

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

19 years agoFollow wxTreeCtrl API.
Włodzimierz Skiba [Fri, 17 Dec 2004 12:09:55 +0000 (12:09 +0000)] 
Follow wxTreeCtrl API.

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

19 years agoreSWIGged
Robin Dunn [Fri, 17 Dec 2004 02:10:00 +0000 (02:10 +0000)] 
reSWIGged

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

19 years agoAdded default values for some parameters
Robin Dunn [Fri, 17 Dec 2004 02:01:08 +0000 (02:01 +0000)] 
Added default values for some parameters

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

19 years agoAdded notes for recent changes
Robin Dunn [Fri, 17 Dec 2004 02:00:28 +0000 (02:00 +0000)] 
Added notes for recent changes

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

19 years agodocstring
Robin Dunn [Fri, 17 Dec 2004 01:59:39 +0000 (01:59 +0000)] 
docstring

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