]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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