]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoWarning fix.
Włodzimierz Skiba [Fri, 10 Mar 2006 10:00:35 +0000 (10:00 +0000)] 
Warning fix.

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

18 years agoAvoid unexpected negative array index (CID 41).
Włodzimierz Skiba [Fri, 10 Mar 2006 09:59:38 +0000 (09:59 +0000)] 
Avoid unexpected negative array index (CID 41).

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

18 years agowxTinderbox build fix.
Włodzimierz Skiba [Fri, 10 Mar 2006 09:56:06 +0000 (09:56 +0000)] 
wxTinderbox build fix.

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

18 years agowxTinderbox warning fix.
Włodzimierz Skiba [Fri, 10 Mar 2006 09:54:08 +0000 (09:54 +0000)] 
wxTinderbox warning fix.

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

18 years agoslight refactor
Robin Dunn [Fri, 10 Mar 2006 00:31:25 +0000 (00:31 +0000)] 
slight refactor

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

18 years agoTest wx.ListBox.HitTest
Robin Dunn [Fri, 10 Mar 2006 00:30:28 +0000 (00:30 +0000)] 
Test wx.ListBox.HitTest

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

18 years agoTest wx.CommandEvent.GetClientData
Robin Dunn [Fri, 10 Mar 2006 00:29:03 +0000 (00:29 +0000)] 
Test wx.CommandEvent.GetClientData

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

18 years agoGive classes that need one a destructor wrapper, and set %disown when
Robin Dunn [Fri, 10 Mar 2006 00:27:37 +0000 (00:27 +0000)] 
Give classes that need one a destructor wrapper, and set %disown when
another class takes ownership.

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

18 years agoAdd wx.ListBox.HitTest
Robin Dunn [Fri, 10 Mar 2006 00:26:28 +0000 (00:26 +0000)] 
Add wx.ListBox.HitTest

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

18 years agoAdd wx.CommandEvent.GetClientData
Robin Dunn [Fri, 10 Mar 2006 00:24:32 +0000 (00:24 +0000)] 
Add wx.CommandEvent.GetClientData

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

18 years agoCompilation fix
Robin Dunn [Fri, 10 Mar 2006 00:05:02 +0000 (00:05 +0000)] 
Compilation fix

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

18 years agocleanup magic number usage and comments
David Surovell [Fri, 10 Mar 2006 00:01:28 +0000 (00:01 +0000)] 
cleanup magic number usage and comments

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

18 years agoFontEnum fix: use NULL for global enumeration.
Włodzimierz Skiba [Thu, 9 Mar 2006 23:36:32 +0000 (23:36 +0000)] 
FontEnum fix: use NULL for global enumeration.

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

18 years agoalways return something in GetCommandForVerb() second argument, even if verb not...
Vadim Zeitlin [Thu, 9 Mar 2006 19:09:22 +0000 (19:09 +0000)] 
always return something in GetCommandForVerb() second argument, even if verb not found

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

18 years agocorrected test for NUL in wxHtmlEntitiesParser::Parse() (patch 1443823)
Vadim Zeitlin [Thu, 9 Mar 2006 14:16:49 +0000 (14:16 +0000)] 
corrected test for NUL in wxHtmlEntitiesParser::Parse() (patch 1443823)

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

18 years agocall SetWindowPos(SWP_FRAMECHANGED) after changing some styles (patch 1445096)
Vadim Zeitlin [Thu, 9 Mar 2006 14:12:35 +0000 (14:12 +0000)] 
call SetWindowPos(SWP_FRAMECHANGED) after changing some styles (patch 1445096)

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

18 years agodefine UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have them in the headers to allow...
Vadim Zeitlin [Thu, 9 Mar 2006 14:04:41 +0000 (14:04 +0000)] 
define UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have them in the headers to allow using full 32bit range even for older compilers/SDK (patch 1439887)

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

18 years agodon't clear clipboard if it was changed by another application since we used it ...
Vadim Zeitlin [Thu, 9 Mar 2006 13:59:31 +0000 (13:59 +0000)] 
don't clear clipboard if it was changed by another application since we used it (patch 1436601)

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

18 years agomade SetFirstItem() work again (patch 1445170)
Vadim Zeitlin [Thu, 9 Mar 2006 13:47:25 +0000 (13:47 +0000)] 
made SetFirstItem() work again (patch 1445170)

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

18 years agofixed idle event generation logic (thanks to Paul Cornett for patch 1444602)
Vadim Zeitlin [Thu, 9 Mar 2006 13:44:02 +0000 (13:44 +0000)] 
fixed idle event generation logic (thanks to Paul Cornett for patch 1444602)

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

18 years agoremoved useless colMapAllocCounter (patch 1413456)
Vadim Zeitlin [Thu, 9 Mar 2006 13:38:22 +0000 (13:38 +0000)] 
removed useless colMapAllocCounter (patch 1413456)

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

18 years agomoved wxapp_install_idle_handler and g_isIdle from many cpp files into gtk/private...
Vadim Zeitlin [Thu, 9 Mar 2006 13:36:53 +0000 (13:36 +0000)] 
moved wxapp_install_idle_handler and g_isIdle from many cpp files into gtk/private.h (patch 1435529)

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

18 years agoremoved unused ifdef wxUSE_THREADS block (patch 1435521)
Vadim Zeitlin [Thu, 9 Mar 2006 13:33:01 +0000 (13:33 +0000)] 
removed unused ifdef wxUSE_THREADS block (patch 1435521)

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

18 years agouninitialized variable warning fixed (modified patch 1434065)
Vadim Zeitlin [Thu, 9 Mar 2006 13:23:52 +0000 (13:23 +0000)] 
uninitialized variable warning fixed (modified patch 1434065)

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

18 years agofix gcc4 warning for wndproc casts (patch 1431939)
Vadim Zeitlin [Thu, 9 Mar 2006 13:18:50 +0000 (13:18 +0000)] 
fix gcc4 warning for wndproc casts (patch 1431939)

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

18 years agolet _T() work with macros (modified patch 1437983)
Vadim Zeitlin [Thu, 9 Mar 2006 13:16:02 +0000 (13:16 +0000)] 
let _T() work with macros (modified patch 1437983)

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

18 years agofixed mouse (and other?) events generation broken by recent changes (patch 1446205)
Vadim Zeitlin [Thu, 9 Mar 2006 13:12:18 +0000 (13:12 +0000)] 
fixed mouse (and other?) events generation broken by recent changes (patch 1446205)

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

18 years agocompilation fix after last commit
Vadim Zeitlin [Thu, 9 Mar 2006 13:08:07 +0000 (13:08 +0000)] 
compilation fix after last commit

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

18 years agocompilation fix after last commit; some extra comments
Vadim Zeitlin [Thu, 9 Mar 2006 13:02:30 +0000 (13:02 +0000)] 
compilation fix after last commit; some extra comments

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

18 years agoadded wxListBox::HitTest() from Ryan (patch 1446207)
Vadim Zeitlin [Thu, 9 Mar 2006 12:48:52 +0000 (12:48 +0000)] 
added wxListBox::HitTest() from Ryan (patch 1446207)

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

18 years agoMissing >
Julian Smart [Thu, 9 Mar 2006 07:49:32 +0000 (07:49 +0000)] 
Missing >

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

18 years agoPatch #1446110: use of uninitialized variables
Robin Dunn [Thu, 9 Mar 2006 06:27:59 +0000 (06:27 +0000)] 
Patch #1446110: use of uninitialized variables

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

18 years agodon't check that the cursor is over the window calling SetCursor(), it might have...
Vadim Zeitlin [Thu, 9 Mar 2006 03:03:15 +0000 (03:03 +0000)] 
don't check that the cursor is over the window calling SetCursor(), it might have captured it and so want to change the cursor even when it's outside the window boundaries

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

18 years agoKeep the key up/down event consistency without relying on toupper()
Robin Dunn [Thu, 9 Mar 2006 02:20:39 +0000 (02:20 +0000)] 
Keep the key up/down event consistency without relying on toupper()

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

18 years agoApplied (a slightly refactored) Patch #1445169: wxListBox bestsize fixes
Robin Dunn [Thu, 9 Mar 2006 00:32:42 +0000 (00:32 +0000)] 
Applied (a slightly refactored) Patch #1445169: wxListBox bestsize fixes

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

18 years agoFix for bug #1436503. Delay the start of the DnD oprtation in case
Robin Dunn [Wed, 8 Mar 2006 23:57:45 +0000 (23:57 +0000)] 
Fix for bug #1436503.  Delay the start of the DnD oprtation in case
the user just intended to click, not drag.

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

18 years agoName clash correction
Julian Smart [Wed, 8 Mar 2006 23:35:16 +0000 (23:35 +0000)] 
Name clash correction

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

18 years agowarning fix
Robin Dunn [Wed, 8 Mar 2006 23:22:35 +0000 (23:22 +0000)] 
warning fix

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

18 years agoAdded slightly better font dialog for Mac
Julian Smart [Wed, 8 Mar 2006 19:45:51 +0000 (19:45 +0000)] 
Added slightly better font dialog for Mac

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 8 Mar 2006 16:34:47 +0000 (16:34 +0000)] 
Warning fix.

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

18 years agoworkaround MacSetMetalAppearance being made protected
Robin Dunn [Wed, 8 Mar 2006 03:06:25 +0000 (03:06 +0000)] 
workaround MacSetMetalAppearance being made protected

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

18 years agoUpdated to Scintilla 1.67
Robin Dunn [Wed, 8 Mar 2006 01:48:03 +0000 (01:48 +0000)] 
Updated to Scintilla 1.67

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

18 years agodon't draw focus rect for custom drawn items when the list control doesn't have focus
Vadim Zeitlin [Wed, 8 Mar 2006 01:27:59 +0000 (01:27 +0000)] 
don't draw focus rect for custom drawn items when the list control doesn't have focus

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

18 years agogenerate wxEVT_COMMAND_TEXT_ENTER for multiline controls too
Vadim Zeitlin [Wed, 8 Mar 2006 00:23:36 +0000 (00:23 +0000)] 
generate wxEVT_COMMAND_TEXT_ENTER for multiline controls too

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

18 years agocorrect gcc print format warnings
Vadim Zeitlin [Wed, 8 Mar 2006 00:20:29 +0000 (00:20 +0000)] 
correct gcc print format warnings

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

18 years agocompilation fix after last commit
Vadim Zeitlin [Wed, 8 Mar 2006 00:19:19 +0000 (00:19 +0000)] 
compilation fix after last commit

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

18 years agotest EVT_TEXT_ENTER
Vadim Zeitlin [Wed, 8 Mar 2006 00:15:20 +0000 (00:15 +0000)] 
test EVT_TEXT_ENTER

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

18 years agouse wxCHECK instead of wxASSERT to avoid crashing later (coverity checker CID 19)
Vadim Zeitlin [Wed, 8 Mar 2006 00:09:37 +0000 (00:09 +0000)] 
use wxCHECK instead of wxASSERT to avoid crashing later (coverity checker CID 19)

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

18 years agodon't crash in case of unknown sizer type (coverity checker CID 17)
Vadim Zeitlin [Wed, 8 Mar 2006 00:05:44 +0000 (00:05 +0000)] 
don't crash in case of unknown sizer type (coverity checker CID 17)

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

18 years agodon't crash in case of incorrectly specified parent type of MDI child frame (coverity...
Vadim Zeitlin [Wed, 8 Mar 2006 00:03:15 +0000 (00:03 +0000)] 
don't crash in case of incorrectly specified parent type of MDI child frame (coverity checker CID 16)

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

18 years agouse wxCHECK instead of wxASSERT in CanonicalizePluginName() to avoid crashing in...
Vadim Zeitlin [Tue, 7 Mar 2006 23:55:23 +0000 (23:55 +0000)] 
use wxCHECK instead of wxASSERT in CanonicalizePluginName() to avoid crashing in console apps (coverity checker CID 13)

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

18 years agotest for dst!=NULL instead of bpp==1 in Rescale() as otherwise we'd crash on monochro...
Vadim Zeitlin [Tue, 7 Mar 2006 23:52:46 +0000 (23:52 +0000)] 
test for dst!=NULL instead of bpp==1 in Rescale() as otherwise we'd crash on monochrome display (not very common any more, but still) (coverity checker CID 12)

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

18 years agodon't crash if one of GetAllCommands() parameters is NULL (coverity checker CID 11)
Vadim Zeitlin [Tue, 7 Mar 2006 23:47:15 +0000 (23:47 +0000)] 
don't crash if one of GetAllCommands() parameters is NULL (coverity checker CID 11)

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

18 years agoremoved unneeded test for pal!=NULL in ConvertToImage() (coverity checker CID 10)
Vadim Zeitlin [Tue, 7 Mar 2006 23:44:25 +0000 (23:44 +0000)] 
removed unneeded test for pal!=NULL in ConvertToImage() (coverity checker CID 10)

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

18 years agooops, undid last commit, the extra test is unneded (but a comment explaining why...
Vadim Zeitlin [Tue, 7 Mar 2006 23:40:06 +0000 (23:40 +0000)] 
oops, undid last commit, the extra test is unneded (but a comment explaining why it isn't probably wouldn't hurt)

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

18 years agomake sure we don't use uninitalized output stream in OnSysWrite() (coverity checked...
Vadim Zeitlin [Tue, 7 Mar 2006 23:38:09 +0000 (23:38 +0000)] 
make sure we don't use uninitalized output stream in OnSysWrite() (coverity checked CID 7)

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

18 years agofixed crash in case of not subclasses wxWizardPage in the resources (coverity checker...
Vadim Zeitlin [Tue, 7 Mar 2006 23:34:34 +0000 (23:34 +0000)] 
fixed crash in case of not subclasses wxWizardPage in the resources (coverity checker CID 18)

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

18 years agofixed yet another memory leak in LoadGnomeDataFromKeyFile() (coverity checker CID 51)
Vadim Zeitlin [Tue, 7 Mar 2006 23:32:09 +0000 (23:32 +0000)] 
fixed yet another memory leak in LoadGnomeDataFromKeyFile() (coverity checker CID 51)

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

18 years agofix another memory leak in SetCommand() (coverity checker CID 52)
Vadim Zeitlin [Tue, 7 Mar 2006 23:30:43 +0000 (23:30 +0000)] 
fix another memory leak in SetCommand() (coverity checker CID 52)

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

18 years agofix memory leak (coverity checker CID 53)
Vadim Zeitlin [Tue, 7 Mar 2006 23:27:51 +0000 (23:27 +0000)] 
fix memory leak (coverity checker CID 53)

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

18 years agomake it clear that m_page is not NULL in OnBackOrNext() (coverity checked CID 20)
Vadim Zeitlin [Tue, 7 Mar 2006 23:24:55 +0000 (23:24 +0000)] 
make it clear that m_page is not NULL in OnBackOrNext() (coverity checked CID 20)

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

18 years agofixed memory leaks in case of errors during file load in wxSound::Create() (coverity...
Vadim Zeitlin [Tue, 7 Mar 2006 23:21:08 +0000 (23:21 +0000)] 
fixed memory leaks in case of errors during file load in wxSound::Create() (coverity checker CID 54)

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

18 years agofixed a memory leak in case server name couldn't be resolved in MakeConnection()...
Vadim Zeitlin [Tue, 7 Mar 2006 23:16:58 +0000 (23:16 +0000)] 
fixed a memory leak in case server name couldn't be resolved in MakeConnection() (coverity checker CID 56)

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

18 years agofixed a big memory leak in DoDrawBitmap() (coverity checker CID 57)
Vadim Zeitlin [Tue, 7 Mar 2006 23:14:14 +0000 (23:14 +0000)] 
fixed a big memory leak in DoDrawBitmap() (coverity checker CID 57)

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

18 years agofixed a double free bug in SetBufferIO(size_t) (coverity checker CID 62)
Vadim Zeitlin [Tue, 7 Mar 2006 23:04:10 +0000 (23:04 +0000)] 
fixed a double free bug in SetBufferIO(size_t) (coverity checker CID 62)

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

18 years agoremoved useless checks for tree==NULL in wxGenericTreeItem::DeleteChildren(), as...
Vadim Zeitlin [Tue, 7 Mar 2006 22:56:11 +0000 (22:56 +0000)] 
removed useless checks for tree==NULL in wxGenericTreeItem::DeleteChildren(), as tree==this of the calling object (coverity checker CID 6)

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

18 years agosimplified the code in ProcessGridCellMouseEvent() to get rid of unreachable code...
Vadim Zeitlin [Tue, 7 Mar 2006 22:53:10 +0000 (22:53 +0000)] 
simplified the code in ProcessGridCellMouseEvent() to get rid of unreachable code (coverity checked CID 3)

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

18 years agodon't compile the code used only in wxUniv build in the other ports (coverity checker...
Vadim Zeitlin [Tue, 7 Mar 2006 22:30:01 +0000 (22:30 +0000)] 
don't compile the code used only in wxUniv build in the other ports (coverity checker CID 5)

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

18 years agoTweaks for demos on MacOSX
Julian Smart [Tue, 7 Mar 2006 22:02:37 +0000 (22:02 +0000)] 
Tweaks for demos on MacOSX

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

18 years agoZip up Windows demos
Julian Smart [Tue, 7 Mar 2006 21:04:05 +0000 (21:04 +0000)] 
Zip up Windows demos

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

18 years agoRemoved unused and outdated Watcom build files.
Włodzimierz Skiba [Tue, 7 Mar 2006 20:59:31 +0000 (20:59 +0000)] 
Removed unused and outdated Watcom build files.

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

18 years agoApplied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp
Julian Smart [Tue, 7 Mar 2006 20:40:31 +0000 (20:40 +0000)] 
Applied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp

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

18 years agoDMC build fix.
Włodzimierz Skiba [Tue, 7 Mar 2006 19:53:43 +0000 (19:53 +0000)] 
DMC build fix.

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

18 years agoFix
Julian Smart [Tue, 7 Mar 2006 19:36:11 +0000 (19:36 +0000)] 
Fix

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

18 years agoDon't send dummy wxCommandEvent. Make members private and use wxW coding standards...
Włodzimierz Skiba [Tue, 7 Mar 2006 18:54:41 +0000 (18:54 +0000)] 
Don't send dummy wxCommandEvent. Make members private and use wxW coding standards for them.

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

18 years ago::GetFileAttributes takes Unicode in Unicode build, don't use fn_str() (Borland Unico...
Włodzimierz Skiba [Tue, 7 Mar 2006 18:49:17 +0000 (18:49 +0000)] 
::GetFileAttributes takes Unicode in Unicode build, don't use fn_str() (Borland Unicode build fix).

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

18 years agoDon't send dummy wxCommandEvent.
Włodzimierz Skiba [Tue, 7 Mar 2006 18:41:27 +0000 (18:41 +0000)] 
Don't send dummy wxCommandEvent.

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

18 years agopreserve window's content when changing the fonts
Václav Slavík [Tue, 7 Mar 2006 18:31:49 +0000 (18:31 +0000)] 
preserve window's content when changing the fonts

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

18 years agoBorland build fix.
Włodzimierz Skiba [Tue, 7 Mar 2006 18:16:24 +0000 (18:16 +0000)] 
Borland build fix.

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

18 years agodon't leave evtType uninitialized in gtk_slider_callback() (thanks coverity checker)
Vadim Zeitlin [Tue, 7 Mar 2006 18:13:11 +0000 (18:13 +0000)] 
don't leave evtType uninitialized in gtk_slider_callback() (thanks coverity checker)

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

18 years agoAdded script for building and archiving a small range of demo binaries
Julian Smart [Tue, 7 Mar 2006 16:50:07 +0000 (16:50 +0000)] 
Added script for building and archiving a small range of demo binaries

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

18 years agoReordered symbols since MinGW wasn't getting HDN_GETDISPINFOW
Julian Smart [Tue, 7 Mar 2006 16:21:37 +0000 (16:21 +0000)] 
Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW

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

18 years agoDon't link with media lib with USE_MEDIA==0.
Włodzimierz Skiba [Tue, 7 Mar 2006 15:15:59 +0000 (15:15 +0000)] 
Don't link with media lib with USE_MEDIA==0.

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

18 years agoDon't link with media lib with USE_MEDIA==0.
Włodzimierz Skiba [Tue, 7 Mar 2006 15:01:59 +0000 (15:01 +0000)] 
Don't link with media lib with USE_MEDIA==0.

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

18 years agoIncrease precision of variant conversion to string
Julian Smart [Tue, 7 Mar 2006 14:52:33 +0000 (14:52 +0000)] 
Increase precision of variant conversion to string

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

18 years agoAllow width to be absent but precision present
Julian Smart [Tue, 7 Mar 2006 14:50:50 +0000 (14:50 +0000)] 
Allow width to be absent but precision present

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

18 years agoAdded conversion to HTML, by Akin Demirtug
Julian Smart [Tue, 7 Mar 2006 14:48:17 +0000 (14:48 +0000)] 
Added conversion to HTML, by Akin Demirtug

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

18 years agoReplace dummy wxCommandEvent with dedicated API. Disable resizing of dialog only...
Włodzimierz Skiba [Tue, 7 Mar 2006 11:41:51 +0000 (11:41 +0000)] 
Replace dummy wxCommandEvent with dedicated API. Disable resizing of dialog only on subset of WinCEs.

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

18 years agoFix for invalid 'invisible' chars.
Kevin Ollivier [Tue, 7 Mar 2006 07:06:29 +0000 (07:06 +0000)] 
Fix for invalid 'invisible' chars.

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

18 years agoApply patch #1443819 from Paul Cornett - move the GtkTreeIter to the outer scope...
Mart Raudsepp [Tue, 7 Mar 2006 06:55:26 +0000 (06:55 +0000)] 
Apply patch #1443819 from Paul Cornett - move the GtkTreeIter to the outer scope as to not assign the address of an
auto variable to an outer scope variable (now both are in the outer (function) scope).

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

18 years agoRemove the GetItemHeight sample from samples/checklst as it exists only on wxGTK...
Mart Raudsepp [Tue, 7 Mar 2006 06:37:29 +0000 (06:37 +0000)] 
Remove the GetItemHeight sample from samples/checklst as it exists only on wxGTK and wxMSW. Improved patch #1443694

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

18 years agoMove generation of the eVC, and DMars formats over to the release scripts.
Kevin Ollivier [Tue, 7 Mar 2006 06:29:02 +0000 (06:29 +0000)] 
Move generation of the eVC, and DMars formats over to the release scripts.

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

18 years agoAdding Linux and Mac build steps, and updating some build-environ.cfg options.
Kevin Ollivier [Tue, 7 Mar 2006 06:15:25 +0000 (06:15 +0000)] 
Adding Linux and Mac build steps, and updating some build-environ.cfg options.

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

18 years agoDocumentation change, and adding an end linebreak.
Kevin Ollivier [Tue, 7 Mar 2006 06:13:59 +0000 (06:13 +0000)] 
Documentation change, and adding an end linebreak.

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

18 years agoAdding documentation on the automated release system.
Kevin Ollivier [Tue, 7 Mar 2006 06:04:02 +0000 (06:04 +0000)] 
Adding documentation on the automated release system.

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

18 years agoMac and Linux build scripts.
Kevin Ollivier [Tue, 7 Mar 2006 06:02:42 +0000 (06:02 +0000)] 
Mac and Linux build scripts.

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

18 years agoPresent generic dialog on WinCE. Show using/avoiding Ok-button WinCE policy.
Włodzimierz Skiba [Tue, 7 Mar 2006 01:50:45 +0000 (01:50 +0000)] 
Present generic dialog on WinCE. Show using/avoiding Ok-button WinCE policy.

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

18 years agoadded a tiny class to call Freeze/Thaw in ctor/dtor
Vadim Zeitlin [Tue, 7 Mar 2006 01:50:21 +0000 (01:50 +0000)] 
added a tiny class to call Freeze/Thaw in ctor/dtor

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

18 years agoApply WinCE OK-button policy. Use standard buttons routines.
Włodzimierz Skiba [Tue, 7 Mar 2006 01:45:18 +0000 (01:45 +0000)] 
Apply WinCE OK-button policy. Use standard buttons routines.

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

18 years agoTypo fix.
Kevin Ollivier [Tue, 7 Mar 2006 01:18:22 +0000 (01:18 +0000)] 
Typo fix.

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