wxWidgets.git
18 years agowxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)
Mart Raudsepp [Fri, 29 Jul 2005 10:03:56 +0000 (10:03 +0000)] 
wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)

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

18 years agoAdd *wxTopLevelWindowGTK*RequestUserAttention*int*;
Mart Raudsepp [Fri, 29 Jul 2005 09:56:25 +0000 (09:56 +0000)] 
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;

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

18 years agoFixed label positions for horizontal slider [ modified patch 1102150 ], fixed value...
Kevin Hock [Fri, 29 Jul 2005 05:19:50 +0000 (05:19 +0000)] 
Fixed label positions for horizontal slider [ modified patch 1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.

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

18 years agoadded intl.h for contextmenu
Stefan Csomor [Fri, 29 Jul 2005 04:45:17 +0000 (04:45 +0000)] 
added intl.h for contextmenu

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

18 years agoslight CPP logic fix in my wxTLW::RequestUserAttention code
Mart Raudsepp [Fri, 29 Jul 2005 00:13:34 +0000 (00:13 +0000)] 
slight CPP logic fix in my wxTLW::RequestUserAttention code

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

18 years agomany improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new metho...
Vadim Zeitlin [Thu, 28 Jul 2005 23:56:57 +0000 (23:56 +0000)] 
many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch 1233613)

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

18 years agowxGTK: Implemented wxTLW::RequestUserAttention()
Mart Raudsepp [Thu, 28 Jul 2005 23:32:42 +0000 (23:32 +0000)] 
wxGTK: Implemented wxTLW::RequestUserAttention()

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

18 years agomissing dll decl stuff and members initialization in ctor (patch 1211900)
Vadim Zeitlin [Thu, 28 Jul 2005 23:23:27 +0000 (23:23 +0000)] 
missing dll decl stuff and members initialization in ctor (patch 1211900)

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

18 years agoclarifications about MRU menu workings (patch 1221797)
Vadim Zeitlin [Thu, 28 Jul 2005 23:09:26 +0000 (23:09 +0000)] 
clarifications about MRU menu workings (patch 1221797)

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

18 years agodon't reserve space in the header for the column image if there is none (patch 1225522)
Vadim Zeitlin [Thu, 28 Jul 2005 23:01:36 +0000 (23:01 +0000)] 
don't reserve space in the header for the column image if there is none (patch 1225522)

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

18 years agoadded wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
Vadim Zeitlin [Thu, 28 Jul 2005 22:50:34 +0000 (22:50 +0000)] 
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)

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

18 years agomention VC8 support
Vadim Zeitlin [Thu, 28 Jul 2005 22:28:32 +0000 (22:28 +0000)] 
mention VC8 support

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

18 years agodon't include shlwapi.h as it might be not available (modified patch 1228033)
Vadim Zeitlin [Thu, 28 Jul 2005 22:27:43 +0000 (22:27 +0000)] 
don't include shlwapi.h as it might be not available (modified patch 1228033)

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

18 years agoCtrl+mouse wheel changes zoom factor in print preview (patch 1230919)
Vadim Zeitlin [Thu, 28 Jul 2005 22:20:06 +0000 (22:20 +0000)] 
Ctrl+mouse wheel changes zoom factor in print preview (patch 1230919)

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

18 years agoremoved USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)
Vadim Zeitlin [Thu, 28 Jul 2005 22:08:31 +0000 (22:08 +0000)] 
removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch 1231184)

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

18 years agoShowFullScreen() shows the window if it was still hidden (modified patch 1231514)
Vadim Zeitlin [Thu, 28 Jul 2005 22:03:40 +0000 (22:03 +0000)] 
ShowFullScreen() shows the window if it was still hidden (modified patch 1231514)

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

18 years agomoved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that...
Vadim Zeitlin [Thu, 28 Jul 2005 21:52:50 +0000 (21:52 +0000)] 
moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)

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

18 years agofix for wxLongLong division test (patch 1233771)
Vadim Zeitlin [Thu, 28 Jul 2005 21:49:26 +0000 (21:49 +0000)] 
fix for wxLongLong division test (patch 1233771)

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

18 years agocorrected event type for standalone scrollbars (patch 1240385)
Vadim Zeitlin [Thu, 28 Jul 2005 21:38:46 +0000 (21:38 +0000)] 
corrected event type for standalone scrollbars (patch 1240385)

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

18 years agodocument wxDb::ExecSql() 3 params overload (patch 1240839)
Vadim Zeitlin [Thu, 28 Jul 2005 21:28:05 +0000 (21:28 +0000)] 
document wxDb::ExecSql() 3 params overload (patch 1240839)

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

18 years agoRyan's binary compatibility technote (patch 1242898)
Vadim Zeitlin [Thu, 28 Jul 2005 21:25:00 +0000 (21:25 +0000)] 
Ryan's binary compatibility technote (patch 1242898)

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

18 years agoadded wxABI_VERSION check around newly added function
Vadim Zeitlin [Thu, 28 Jul 2005 21:23:50 +0000 (21:23 +0000)] 
added wxABI_VERSION check around newly added function

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

18 years agodon't log error if connection has been already terminated in HangUp() (patch 1243184)
Vadim Zeitlin [Thu, 28 Jul 2005 21:15:53 +0000 (21:15 +0000)] 
don't log error if connection has been already terminated in HangUp() (patch 1243184)

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

18 years agotypo (patch 1246614)
Vadim Zeitlin [Thu, 28 Jul 2005 21:02:18 +0000 (21:02 +0000)] 
typo (patch 1246614)

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

18 years agoadded wxZipFSHandler::Cleanup() (modified patch 1213615)
Vadim Zeitlin [Thu, 28 Jul 2005 21:00:46 +0000 (21:00 +0000)] 
added wxZipFSHandler::Cleanup() (modified patch 1213615)

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

18 years agoBaked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure
Michael Wetherell [Thu, 28 Jul 2005 18:45:54 +0000 (18:45 +0000)] 
Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure

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

18 years agoRegenerate using autoconf/bakefile.m4 from bakefile CVS
Michael Wetherell [Thu, 28 Jul 2005 17:48:31 +0000 (17:48 +0000)] 
Regenerate using autoconf/bakefile.m4 from bakefile CVS

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

18 years agoRebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
Michael Wetherell [Thu, 28 Jul 2005 16:16:35 +0000 (16:16 +0000)] 
Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf

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

18 years agoCorrected DSW files
Julian Smart [Thu, 28 Jul 2005 14:52:30 +0000 (14:52 +0000)] 
Corrected DSW files

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

18 years agodisabled wxStackWalker and wxCrashReport for Win64
Vadim Zeitlin [Thu, 28 Jul 2005 14:02:55 +0000 (14:02 +0000)] 
disabled wxStackWalker and wxCrashReport for Win64

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

18 years agolowercase bools
Stefan Csomor [Thu, 28 Jul 2005 13:43:49 +0000 (13:43 +0000)] 
lowercase bools

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

18 years agocode formattings
Stefan Csomor [Thu, 28 Jul 2005 13:32:20 +0000 (13:32 +0000)] 
code formattings

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

18 years agoRegenerated configure for 2.6.2
Julian Smart [Thu, 28 Jul 2005 13:18:09 +0000 (13:18 +0000)] 
Regenerated configure for 2.6.2

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

18 years agoRebake for 2.6.2
Julian Smart [Thu, 28 Jul 2005 12:48:14 +0000 (12:48 +0000)] 
Rebake for 2.6.2

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

18 years agoDefaults in wxWinCE documented.
Włodzimierz Skiba [Wed, 27 Jul 2005 20:01:02 +0000 (20:01 +0000)] 
Defaults in wxWinCE documented.

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

18 years agotypo
Stefan Csomor [Wed, 27 Jul 2005 18:16:27 +0000 (18:16 +0000)] 
typo

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

18 years agonew native toolbar implementation (turned off by default, not supporting embedded...
Stefan Csomor [Wed, 27 Jul 2005 15:02:04 +0000 (15:02 +0000)] 
new native toolbar implementation (turned off by default, not supporting embedded controls yet)

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

18 years agonew native toolbar implementation (turned off by default, not supporting embedded...
Stefan Csomor [Wed, 27 Jul 2005 14:53:12 +0000 (14:53 +0000)] 
new native toolbar implementation (turned off by default, not supporting embedded controls yet)

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

18 years agofix SF bug 1236365 (tested in VC only)
Chris Elliott [Wed, 27 Jul 2005 08:49:08 +0000 (08:49 +0000)] 
fix SF bug 1236365 (tested in VC only)

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

18 years agomoved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block
Vadim Zeitlin [Tue, 26 Jul 2005 23:33:27 +0000 (23:33 +0000)] 
moved declaration of variable only used if wxUSE_GIF inside #if wxUSE_GIF block

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

18 years agoremoved (non existing) default argument for DrawRoundedRectangle
Vadim Zeitlin [Tue, 26 Jul 2005 21:05:58 +0000 (21:05 +0000)] 
removed (non existing) default argument for DrawRoundedRectangle

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

18 years agoUpdating wording in description of Skip to be less ambiguous between the default...
Kevin Hock [Tue, 26 Jul 2005 18:58:25 +0000 (18:58 +0000)] 
Updating wording in description of Skip to be less ambiguous between the default behavior of the event processing and the default parameter of Skip

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

18 years agoBetter 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option...
Włodzimierz Skiba [Tue, 26 Jul 2005 15:38:55 +0000 (15:38 +0000)] 
Better 'missing WXUNUSED' workaround (perhaps unnecessary if nomore standalone option possible).

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

18 years agoSupport comma separated list in G_FILENAME_ENCODING
Michael Wetherell [Tue, 26 Jul 2005 14:16:29 +0000 (14:16 +0000)] 
Support comma separated list in G_FILENAME_ENCODING

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

18 years agoCorrections for future OW 1.4. Warning fixes.
Włodzimierz Skiba [Tue, 26 Jul 2005 09:05:27 +0000 (09:05 +0000)] 
Corrections for future OW 1.4. Warning fixes.

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

18 years agoHeader correction.
Włodzimierz Skiba [Tue, 26 Jul 2005 07:54:36 +0000 (07:54 +0000)] 
Header correction.

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

18 years agodisabled clipboard and dnd if dataobj is disabled
Vadim Zeitlin [Mon, 25 Jul 2005 22:44:01 +0000 (22:44 +0000)] 
disabled clipboard and dnd if dataobj is disabled

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

18 years ago#if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp
Mart Raudsepp [Mon, 25 Jul 2005 19:40:46 +0000 (19:40 +0000)] 
#if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp

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

18 years agoVersion number update
Julian Smart [Mon, 25 Jul 2005 16:35:16 +0000 (16:35 +0000)] 
Version number update

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

18 years agonew capture handling, can be turned off
Stefan Csomor [Mon, 25 Jul 2005 14:27:56 +0000 (14:27 +0000)] 
new capture handling, can be turned off

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

18 years agoAdding David Surovell's fixes and extensions
Stefan Csomor [Mon, 25 Jul 2005 06:18:04 +0000 (06:18 +0000)] 
Adding David Surovell's fixes and extensions

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

18 years agoTypo.
Włodzimierz Skiba [Mon, 25 Jul 2005 06:14:55 +0000 (06:14 +0000)] 
Typo.

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

18 years agoAdding David Surovell's fixes and extensions
Stefan Csomor [Mon, 25 Jul 2005 06:09:18 +0000 (06:09 +0000)] 
Adding David Surovell's fixes and extensions

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

18 years agocorrected misleading comment about DllGetVersion()
Vadim Zeitlin [Sun, 24 Jul 2005 18:23:32 +0000 (18:23 +0000)] 
corrected misleading comment about DllGetVersion()

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

18 years agoUsing Carbon Calls for getting highlight color
Stefan Csomor [Sun, 24 Jul 2005 13:47:16 +0000 (13:47 +0000)] 
Using Carbon Calls for getting highlight color

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

18 years agoOSX two-level header fixes
Stefan Csomor [Sun, 24 Jul 2005 13:36:31 +0000 (13:36 +0000)] 
OSX two-level header fixes

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

18 years agoOSX two-level header fixes
Stefan Csomor [Sun, 24 Jul 2005 13:28:52 +0000 (13:28 +0000)] 
OSX two-level header fixes

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

18 years ago Unicode is not the default.
Robert Roebling [Sun, 24 Jul 2005 11:15:57 +0000 (11:15 +0000)] 
 Unicode is not the default.

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

18 years agoAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi
Michael Wetherell [Fri, 22 Jul 2005 22:29:20 +0000 (22:29 +0000)] 
Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi

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

18 years agoAdd wxABI_VERSION wrappers
Michael Wetherell [Fri, 22 Jul 2005 20:21:14 +0000 (20:21 +0000)] 
Add wxABI_VERSION wrappers

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

18 years agoAdd *wxShadowObject*
Michael Wetherell [Fri, 22 Jul 2005 20:17:03 +0000 (20:17 +0000)] 
Add *wxShadowObject*

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 18:08:18 +0000 (18:08 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 18:01:46 +0000 (18:01 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 17:56:31 +0000 (17:56 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 17:13:46 +0000 (17:13 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 17:08:42 +0000 (17:08 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years ago[1231183] 'cleanup: mismatched indentation' and other cleanings.
Włodzimierz Skiba [Fri, 22 Jul 2005 16:56:26 +0000 (16:56 +0000)] 
[1231183] 'cleanup: mismatched indentation' and other cleanings.

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

18 years agoAdd wxCLOSE_BOX to wxFL samples (consider using wxDEFAULT_FRAME_STYLE).
Mart Raudsepp [Fri, 22 Jul 2005 16:43:04 +0000 (16:43 +0000)] 
Add wxCLOSE_BOX to wxFL samples (consider using wxDEFAULT_FRAME_STYLE).
Whitespace/typo fixes.

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

18 years agoRe-adding setup0.h for OpenWatcom makefile build.
Włodzimierz Skiba [Fri, 22 Jul 2005 13:31:06 +0000 (13:31 +0000)] 
Re-adding setup0.h for OpenWatcom makefile build.

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

18 years agowxOS2 with Open Watcom.
Włodzimierz Skiba [Fri, 22 Jul 2005 13:07:32 +0000 (13:07 +0000)] 
wxOS2 with Open Watcom.

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

18 years agoUpdated info about missing parts in OW headers (now reported and fixed for incoming...
Włodzimierz Skiba [Fri, 22 Jul 2005 12:57:02 +0000 (12:57 +0000)] 
Updated info about missing parts in OW headers (now reported and fixed for incoming OW 1.4) and further source cleaning.

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

18 years ago[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
Włodzimierz Skiba [Fri, 22 Jul 2005 12:51:12 +0000 (12:51 +0000)] 
[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.

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

18 years agoLIBDIRNAME unique between ports buildable with Open Watcom.
Włodzimierz Skiba [Fri, 22 Jul 2005 12:44:44 +0000 (12:44 +0000)] 
LIBDIRNAME unique between ports buildable with Open Watcom.

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

19 years agoeVC3 compatibility workaround.
Włodzimierz Skiba [Thu, 21 Jul 2005 17:44:06 +0000 (17:44 +0000)] 
eVC3 compatibility workaround.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 17:38:58 +0000 (17:38 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 17:30:41 +0000 (17:30 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 17:18:43 +0000 (17:18 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 17:08:28 +0000 (17:08 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 17:00:07 +0000 (17:00 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agowxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
Włodzimierz Skiba [Thu, 21 Jul 2005 16:22:28 +0000 (16:22 +0000)] 
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

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

19 years agoreverted last change with setting the focus only if we hadn't had it, this breaks...
Vadim Zeitlin [Thu, 21 Jul 2005 10:19:53 +0000 (10:19 +0000)] 
reverted last change with setting the focus only if we hadn't had it, this breaks under wxGTK

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

19 years agoadded mouse wheel event test; don't trap left mouse clicks in MyCanvas as this makes...
Vadim Zeitlin [Thu, 21 Jul 2005 10:16:57 +0000 (10:16 +0000)] 
added mouse wheel event test; don't trap left mouse clicks in MyCanvas as this makes it impossible to give focus to the window and so to use mouse wheel in it

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

19 years agoposition of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates
Vadim Zeitlin [Thu, 21 Jul 2005 10:14:36 +0000 (10:14 +0000)] 
position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates

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

19 years agocheck the validity of wxString pointer itself too
Vadim Zeitlin [Wed, 20 Jul 2005 18:32:57 +0000 (18:32 +0000)] 
check the validity of wxString pointer itself too

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

19 years agocheck that wxString is valid before dumping it
Vadim Zeitlin [Wed, 20 Jul 2005 15:32:07 +0000 (15:32 +0000)] 
check that wxString is valid before dumping it

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

19 years agofixed assert when dumping a string which is locked for writing
Vadim Zeitlin [Wed, 20 Jul 2005 14:39:29 +0000 (14:39 +0000)] 
fixed assert when dumping a string which is locked for writing

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

19 years agoupdate from Liou Xiao (accelerator key format changed)
Vadim Zeitlin [Wed, 20 Jul 2005 13:41:48 +0000 (13:41 +0000)] 
update from Liou Xiao (accelerator key format changed)

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

19 years agotake the address of the member in wxON_BLOCK_EXIT_OBJ macros
Vadim Zeitlin [Wed, 20 Jul 2005 13:30:28 +0000 (13:30 +0000)] 
take the address of the member in wxON_BLOCK_EXIT_OBJ macros

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

19 years agoregenerated to include scope guard test
Vadim Zeitlin [Wed, 20 Jul 2005 13:29:15 +0000 (13:29 +0000)] 
regenerated to include scope guard test

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

19 years agotooltips work under Mac as well; no need for wxUSE_TOOLTIP (especially spellt incorre...
Vadim Zeitlin [Wed, 20 Jul 2005 10:23:05 +0000 (10:23 +0000)] 
tooltips work under Mac as well; no need for wxUSE_TOOLTIP (especially spellt incorrectly)

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

19 years agoMake sure text part of combobox is enabled/disabled too
Julian Smart [Tue, 19 Jul 2005 19:55:03 +0000 (19:55 +0000)] 
Make sure text part of combobox is enabled/disabled too

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

19 years agoUpdated info after recent PODS 1.2 release.
Włodzimierz Skiba [Tue, 19 Jul 2005 19:08:59 +0000 (19:08 +0000)] 
Updated info after recent PODS 1.2 release.

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

19 years agoQueryValue should use Open(Read) rather than Open [ Bug 1240345 ]
Kevin Hock [Mon, 18 Jul 2005 17:52:23 +0000 (17:52 +0000)] 
QueryValue should use Open(Read) rather than Open [ Bug 1240345 ]

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

19 years agoMissing wxUSE_* markup.
Włodzimierz Skiba [Mon, 18 Jul 2005 16:58:18 +0000 (16:58 +0000)] 
Missing wxUSE_* markup.

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

19 years agoAdd upwards recursion to UpdateAccel method.
David Webster [Mon, 18 Jul 2005 15:27:31 +0000 (15:27 +0000)] 
Add upwards recursion to UpdateAccel method.

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

19 years agoPatch from Andre Reitz to correct a couple of bugs
Julian Smart [Mon, 18 Jul 2005 14:39:54 +0000 (14:39 +0000)] 
Patch from Andre Reitz to correct a couple of bugs

1. Error when fetching papersize from dev-mode
   somebody changed
        if {...} else if {...} else {...}
   to:  ............. if {...} else {...}

2. Error when getting bin from devmode:
   - no translation to wxPRINTBIN_... constants when getting from devMode->dmDefaultSource
   - but: translation when setting to devMode->dmDefaultSource

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

19 years agowxScopeGuard adjustements for Open Watcom.
Włodzimierz Skiba [Mon, 18 Jul 2005 13:46:29 +0000 (13:46 +0000)] 
wxScopeGuard adjustements for Open Watcom.

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

19 years agoCode simplification and warning fixes.
Włodzimierz Skiba [Mon, 18 Jul 2005 13:43:42 +0000 (13:43 +0000)] 
Code simplification and warning fixes.

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

19 years agoComment correction.
Włodzimierz Skiba [Mon, 18 Jul 2005 13:39:55 +0000 (13:39 +0000)] 
Comment correction.

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

19 years agowxMSWUniv build fix.
Włodzimierz Skiba [Mon, 18 Jul 2005 13:36:31 +0000 (13:36 +0000)] 
wxMSWUniv build fix.

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