]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoChanged error messages so that if a DB error occurs in the ListDb code, the native...
George Tasker [Tue, 28 Dec 2004 18:32:40 +0000 (18:32 +0000)] 
Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

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

19 years agoChanged the hardcoded table name to be in all caps for those DBs that only allow...
George Tasker [Tue, 28 Dec 2004 18:30:36 +0000 (18:30 +0000)] 
Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

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

19 years agoRebaked (Bakefile 0.1.4). Corresponds to tests.bkl,1.30,1.31
David Elliott [Tue, 28 Dec 2004 18:18:04 +0000 (18:18 +0000)] 
Rebaked (Bakefile 0.1.4).  Corresponds to tests.bkl,1.30,1.31

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

19 years agoRebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8
David Elliott [Tue, 28 Dec 2004 18:15:11 +0000 (18:15 +0000)] 
Rebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8

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

19 years agoRebaked (Bakefile 0.1.4)
David Elliott [Tue, 28 Dec 2004 17:51:56 +0000 (17:51 +0000)] 
Rebaked (Bakefile 0.1.4)
* Remove installation of afm and gsafm
* Remove configure during distclean
* Copy *.mpg files during SAMPLES_DIST

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

19 years ago Added TREE_ITEM_MENU event to MSW control.
Robert Roebling [Tue, 28 Dec 2004 16:00:35 +0000 (16:00 +0000)] 
  Added TREE_ITEM_MENU event to MSW control.

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

19 years ago Also check for range on Mac's spin controls.
Robert Roebling [Tue, 28 Dec 2004 15:59:22 +0000 (15:59 +0000)] 
  Also check for range on Mac's spin controls.

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

19 years ago Check for range on wxSpinCtrl and wxSpinButton's GetValue()
Robert Roebling [Tue, 28 Dec 2004 15:57:43 +0000 (15:57 +0000)] 
  Check for range on wxSpinCtrl and wxSpinButton's GetValue()

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

19 years ago Documented the special meaning of wxID_EXIT and wxID_ABOUT
Robert Roebling [Tue, 28 Dec 2004 14:13:06 +0000 (14:13 +0000)] 
 Documented the special meaning of wxID_EXIT and wxID_ABOUT
  under MacOS X.
 Documented the existence of the GNOME printing code.

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

19 years agoAdded wxODBC changes to the log
George Tasker [Tue, 28 Dec 2004 13:34:21 +0000 (13:34 +0000)] 
Added wxODBC changes to the log

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

19 years agoOutdated informations refreshed.
Włodzimierz Skiba [Tue, 28 Dec 2004 12:14:27 +0000 (12:14 +0000)] 
Outdated informations refreshed.

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

19 years agohandling wxSTAY_ON_TOP by changing the window group instead of window class
Stefan Csomor [Tue, 28 Dec 2004 10:18:48 +0000 (10:18 +0000)] 
handling wxSTAY_ON_TOP by changing the window group instead of window class

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

19 years agogetting rid of redefines
Stefan Csomor [Tue, 28 Dec 2004 10:16:51 +0000 (10:16 +0000)] 
getting rid of redefines

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

19 years agoSome platforms that use socklen_t don't use it for the fifth argument to
David Elliott [Tue, 28 Dec 2004 03:17:50 +0000 (03:17 +0000)] 
Some platforms that use socklen_t don't use it for the fifth argument to
getsockopt.  Do a separate test and define SOCKOPTLEN_T appropriately.

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

19 years agoRetain/release the NSButtonCell during user action so that if the button
David Elliott [Tue, 28 Dec 2004 01:40:03 +0000 (01:40 +0000)] 
Retain/release the NSButtonCell during user action so that if the button
is deleted by the user action the program does not crash sending
the setHighlighted:NO message to it.

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

19 years agoFirebird DB support added. Basic testing is done, and appears to work fully. Need...
George Tasker [Tue, 28 Dec 2004 00:33:09 +0000 (00:33 +0000)] 
Firebird DB support added.  Basic testing is done, and appears to work fully.  Need real users to test the additions please

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

19 years agoDisplay message typo corrected
George Tasker [Tue, 28 Dec 2004 00:31:41 +0000 (00:31 +0000)] 
Display message typo corrected

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

19 years agoAdjust documentation to implementations and alphabetical order.
Włodzimierz Skiba [Mon, 27 Dec 2004 20:48:31 +0000 (20:48 +0000)] 
Adjust documentation to implementations and alphabetical order.

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

19 years agoGetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32...
Włodzimierz Skiba [Mon, 27 Dec 2004 20:17:44 +0000 (20:17 +0000)] 
GetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32 cases only.

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

19 years agowxLongLong to wxString operators.
Włodzimierz Skiba [Mon, 27 Dec 2004 18:57:21 +0000 (18:57 +0000)] 
wxLongLong to wxString operators.

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

19 years agoTake best fitting type for available memory measurement.
Włodzimierz Skiba [Mon, 27 Dec 2004 18:47:26 +0000 (18:47 +0000)] 
Take best fitting type for available memory measurement.

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

19 years agoblind fix for GCC compilation when #pragmas are honored
Václav Slavík [Mon, 27 Dec 2004 08:52:17 +0000 (08:52 +0000)] 
blind fix for GCC compilation when #pragmas are honored

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

19 years agoMSW and source cleaning.
Włodzimierz Skiba [Mon, 27 Dec 2004 08:36:21 +0000 (08:36 +0000)] 
MSW and source cleaning.

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

19 years agoSome PalmOS utils implementations.
Włodzimierz Skiba [Mon, 27 Dec 2004 07:30:29 +0000 (07:30 +0000)] 
Some PalmOS utils implementations.

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

19 years ago Added TREE_ITEM_MENU event that gets sent if the
Robert Roebling [Sun, 26 Dec 2004 17:37:59 +0000 (17:37 +0000)] 
 Added TREE_ITEM_MENU event that gets sent if the
   user hits the "Menu" key on the newer keyboards.
   So far generic control only.

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

19 years agounicode fix
Stefan Csomor [Sun, 26 Dec 2004 09:16:29 +0000 (09:16 +0000)] 
unicode fix

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

19 years agochecking for dom.encoding == None
Roman Rolinsky [Sun, 26 Dec 2004 02:35:35 +0000 (02:35 +0000)] 
checking for dom.encoding == None

temporary fix for wxPyAssertion from XRC library

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

19 years agowxIcon correctly handled now (it has no "icon" tag)
Roman Rolinsky [Sun, 26 Dec 2004 02:32:23 +0000 (02:32 +0000)] 
wxIcon correctly handled now (it has no "icon" tag)

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

19 years ago Deselect a child item on Collapse. Otherwise
Robert Roebling [Sat, 25 Dec 2004 18:27:59 +0000 (18:27 +0000)] 
  Deselect a child item on Collapse. Otherwise
   we end up with 2 selected item even in
   single selection mode. This is a follow-up
   to the no-dangling pointer patch and also
   reflects MSW behaviour.

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

19 years ago Documented findings about how to use mo files
Robert Roebling [Sat, 25 Dec 2004 15:04:30 +0000 (15:04 +0000)] 
  Documented findings about how to use mo files
   with MacOS X's bundles.

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

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