]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoFixes to FIXME about stock IDs usage.
Włodzimierz Skiba [Wed, 29 Dec 2004 21:15:57 +0000 (21:15 +0000)] 
Fixes to FIXME about stock IDs usage.

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

19 years agoadded RequestUserAttention
Stefan Csomor [Wed, 29 Dec 2004 10:10:14 +0000 (10:10 +0000)] 
added RequestUserAttention

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

19 years agoEmpty container and design description for native PalmOS wxPrefConfig. Remove MSW...
Włodzimierz Skiba [Wed, 29 Dec 2004 09:48:43 +0000 (09:48 +0000)] 
Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.

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

19 years agomoving cursor update AFTER the mouse event handling, otherwise things like eg drawing...
Stefan Csomor [Wed, 29 Dec 2004 07:12:32 +0000 (07:12 +0000)] 
moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

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

19 years agoAdded wxBitmap::UseAlpha() stub.
David Elliott [Wed, 29 Dec 2004 04:00:28 +0000 (04:00 +0000)] 
Added wxBitmap::UseAlpha() stub.

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

19 years agoSome platforms that use socklen_t don't use it for the fifth argument to
David Elliott [Wed, 29 Dec 2004 03:55:10 +0000 (03:55 +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.

NOTE: Forgot to commit this earlier.

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

19 years agoAdded more support for using SQL_WVARCHAR and SQL_WCHAR data types
George Tasker [Tue, 28 Dec 2004 22:30:27 +0000 (22:30 +0000)] 
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema.  We REALLY need to add schema support...wish I had the time

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

19 years agoAdded more support for using SQL_WVARCHAR and SQL_WCHAR data types
George Tasker [Tue, 28 Dec 2004 22:28:42 +0000 (22:28 +0000)] 
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

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

19 years agoAdded SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see...
George Tasker [Tue, 28 Dec 2004 22:27:45 +0000 (22:27 +0000)] 
Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

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

19 years agoRemoved old bakefile cruft by doing a bakefile_gen -f autoconf -c followed
David Elliott [Tue, 28 Dec 2004 22:06:17 +0000 (22:06 +0000)] 
Removed old bakefile cruft by doing a bakefile_gen -f autoconf -c followed
by a bakefile_gen -f autoconf.  I then hand edited the file to add
back in the dnl ### begin block 00_header ### line, the
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" line (confusingly only generated by
a CVS copy newer than 0.1.4) and remove the dnl Conditions: line.

This file's size is now less than half of what it was!

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

19 years agoMore parameter variable names fixed to make them more readable by replacing abbreviat...
George Tasker [Tue, 28 Dec 2004 21:32:38 +0000 (21:32 +0000)] 
More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

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

19 years agoDocs for [GS]etDefaultPyEncoding
Robin Dunn [Tue, 28 Dec 2004 21:16:50 +0000 (21:16 +0000)] 
Docs for [GS]etDefaultPyEncoding

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

19 years agoNon-standard abbreviations of words in function/variable names changed to standard...
George Tasker [Tue, 28 Dec 2004 21:10:12 +0000 (21:10 +0000)] 
Non-standard abbreviations of words in function/variable names changed to  standard abbreviations or the entire word (e.g. colNo is now colNum)
If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything.  The function now returns a boolean to indicate if the column definition was successfully created or not

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

19 years agoCompilation fix with last checkin....ooops
George Tasker [Tue, 28 Dec 2004 21:03:13 +0000 (21:03 +0000)] 
Compilation fix with last checkin....ooops

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

19 years agoDocumentation updated to reflect Unicode support
George Tasker [Tue, 28 Dec 2004 20:59:14 +0000 (20:59 +0000)] 
Documentation updated to reflect Unicode support
Updated to show current function names

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

19 years agoFixed some potential buffer overruns
George Tasker [Tue, 28 Dec 2004 20:01:33 +0000 (20:01 +0000)] 
Fixed some potential buffer overruns

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

19 years agoImplemented a fix to allow Unicode builds to work with MSACCESS. This fix should...
George Tasker [Tue, 28 Dec 2004 19:22:37 +0000 (19:22 +0000)] 
Implemented a fix to allow Unicode builds to work with MSACCESS.  This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

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

19 years agoLookup result windows now force the first column size to be no great than 20 characte...
George Tasker [Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)] 
Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

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

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