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