wxWidgets.git
15 years agoadd Italian translation
Francesco Montorsi [Wed, 14 Jan 2009 22:25:05 +0000 (22:25 +0000)] 
add Italian translation

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

15 years agoreduce IPC buffer size to be less than typical Ethernet MTU after accounting for...
Vadim Zeitlin [Wed, 14 Jan 2009 21:07:17 +0000 (21:07 +0000)] 
reduce IPC buffer size to be less than typical Ethernet MTU after accounting for TCP overhead

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

15 years agouse wxStrnlen() and add NULL-checks in wxMsgCatalogFile::FillHash for safer handling...
Francesco Montorsi [Wed, 14 Jan 2009 19:26:14 +0000 (19:26 +0000)] 
use wxStrnlen() and add NULL-checks in wxMsgCatalogFile::FillHash for safer handling of corrupted MO files (closes #3151)

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

15 years agodo not assert when the validator style == wxFILTER_NONE
Francesco Montorsi [Wed, 14 Jan 2009 19:21:26 +0000 (19:21 +0000)] 
do not assert when the validator style == wxFILTER_NONE

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

15 years agos/wxWindows/wxWidgets; update wx-dev mail address
Francesco Montorsi [Wed, 14 Jan 2009 18:24:00 +0000 (18:24 +0000)] 
s/wxWindows/wxWidgets; update wx-dev mail address

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

15 years agoadd some wxIMAGE_OPTION_PNG_xxx options to wxImage and wxPNGHandler to allow the...
Francesco Montorsi [Wed, 14 Jan 2009 17:54:38 +0000 (17:54 +0000)] 
add some wxIMAGE_OPTION_PNG_xxx options to wxImage and wxPNGHandler to allow the user to set the desired compression level (closes #10372)

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

15 years agono real change; just reorganize the sample splitting it in two source files
Francesco Montorsi [Wed, 14 Jan 2009 17:41:21 +0000 (17:41 +0000)] 
no real change; just reorganize the sample splitting it in two source files

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

15 years agofix ANI loading; check for errors when calling Read()
Francesco Montorsi [Wed, 14 Jan 2009 17:26:19 +0000 (17:26 +0000)] 
fix ANI loading; check for errors when calling Read()

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

15 years agodon't assert if the locale couldn't be set in AddCatalog(), we should still be able...
Vadim Zeitlin [Wed, 14 Jan 2009 16:34:17 +0000 (16:34 +0000)] 
don't assert if the locale couldn't be set in AddCatalog(), we should still be able to use translations in this case

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

15 years agodon't crash if an item has a NULL ID
Francesco Montorsi [Wed, 14 Jan 2009 16:10:02 +0000 (16:10 +0000)] 
don't crash if an item has a NULL ID

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

15 years agodon't try to destroy the already destroyed OCX HWND
Vadim Zeitlin [Wed, 14 Jan 2009 15:41:59 +0000 (15:41 +0000)] 
don't try to destroy the already destroyed OCX HWND

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

15 years agocall event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
Francesco Montorsi [Wed, 14 Jan 2009 15:25:05 +0000 (15:25 +0000)] 
call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are templates in the doc manager (closes #10163)

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

15 years agofix typo
Francesco Montorsi [Wed, 14 Jan 2009 15:03:55 +0000 (15:03 +0000)] 
fix typo

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

15 years agopart of commit r58093
Francesco Montorsi [Wed, 14 Jan 2009 15:01:23 +0000 (15:01 +0000)] 
part of commit r58093

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

15 years agoReenable TEST_ALL (and #define TEST_FTP in that case)
Francesco Montorsi [Wed, 14 Jan 2009 14:58:47 +0000 (14:58 +0000)] 
Reenable TEST_ALL (and #define TEST_FTP in that case)
Fix some warnings about unused functions
Fix asserts coming from incorrect use of GetC(): new wxPutchar asserts when passing a NULL character
Remove TestThreadExec() and MyExecThread: wxExecute can be used only from the main thread
Remove TestFtpWuFtpd: we don't want to test for wu-ftp bugs and ftp.eudora.com doesn't respond anymore
Do not leak the global FTP object

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

15 years agodon't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead
Francesco Montorsi [Wed, 14 Jan 2009 14:38:00 +0000 (14:38 +0000)] 
don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead

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

15 years agocleaning up warnings, more common event code
Stefan Csomor [Wed, 14 Jan 2009 13:56:05 +0000 (13:56 +0000)] 
cleaning up warnings, more common event code

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

15 years agopatch from Utensil Candel which refactors and documents the AutoCaptureMechanism...
Francesco Montorsi [Wed, 14 Jan 2009 13:26:37 +0000 (13:26 +0000)] 
patch from Utensil Candel which refactors and documents the AutoCaptureMechanism class

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

15 years agorouting native events first to the wx class and only if skipped call native handler
Stefan Csomor [Wed, 14 Jan 2009 08:58:59 +0000 (08:58 +0000)] 
routing native events first to the wx class and only if skipped call native handler

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

15 years agodisable new event code unconditionally for now
Vadim Zeitlin [Wed, 14 Jan 2009 08:47:23 +0000 (08:47 +0000)] 
disable new event code unconditionally for now

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

15 years agodon't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRANGECTRL (closes #10368)
Vadim Zeitlin [Tue, 13 Jan 2009 23:15:03 +0000 (23:15 +0000)] 
don't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRANGECTRL (closes #10368)

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

15 years agofix memory leak of FrameSite (see #3935)
Vadim Zeitlin [Tue, 13 Jan 2009 23:04:03 +0000 (23:04 +0000)] 
fix memory leak of FrameSite (see #3935)

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

15 years agouse wxWindow::GetClientSize() instead of ::GetClientRect() in wxActiveXContainer...
Vadim Zeitlin [Tue, 13 Jan 2009 22:53:49 +0000 (22:53 +0000)] 
use wxWindow::GetClientSize() instead of ::GetClientRect() in wxActiveXContainer::CreateActiveX()

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

15 years agoAlso update cursor when over toolbar and titlebar
Robert Roebling [Tue, 13 Jan 2009 20:10:24 +0000 (20:10 +0000)] 
Also update cursor when over toolbar and titlebar

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

15 years agoadd a note about the formats which wxAnimation is capable of loading
Francesco Montorsi [Tue, 13 Jan 2009 19:39:48 +0000 (19:39 +0000)] 
add a note about the formats which wxAnimation is capable of loading

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

15 years agowarn that a seekable stream is required for generic implementation of wxAnimation
Francesco Montorsi [Tue, 13 Jan 2009 19:26:53 +0000 (19:26 +0000)] 
warn that a seekable stream is required for generic implementation of wxAnimation

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

15 years agocheck for wxInputStream::Read errors
Francesco Montorsi [Tue, 13 Jan 2009 19:25:32 +0000 (19:25 +0000)] 
check for wxInputStream::Read errors

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

15 years agofix typo
Francesco Montorsi [Tue, 13 Jan 2009 19:20:47 +0000 (19:20 +0000)] 
fix typo

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

15 years agoalways properly check if SeekI() calls succeded; this makes CanRead() functions of...
Francesco Montorsi [Tue, 13 Jan 2009 19:16:08 +0000 (19:16 +0000)] 
always properly check if SeekI() calls succeded; this makes CanRead() functions of animation decoders return false for non-seekable streams (which is a wanted side-effect)

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

15 years agodocument operator\!
Francesco Montorsi [Tue, 13 Jan 2009 18:43:48 +0000 (18:43 +0000)] 
document operator\!

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

15 years agousing subclass as impl ptr, common code in macro because mix-in are not possible...
Stefan Csomor [Tue, 13 Jan 2009 18:35:23 +0000 (18:35 +0000)] 
using subclass as impl ptr, common code in macro because mix-in are not possible in obj-c

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

15 years agocommon event code
Stefan Csomor [Tue, 13 Jan 2009 18:19:42 +0000 (18:19 +0000)] 
common event code

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

15 years agoreorder the classes, putting first the basic ones and towards the end of the file...
Francesco Montorsi [Tue, 13 Jan 2009 18:09:21 +0000 (18:09 +0000)] 
reorder the classes, putting first the basic ones and towards the end of the file the derived ones; document OnSysXXX functions return values to allow the user to implement new stream classes without the need of guessing from source code the inner workings of the streams (closes #4487)

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

15 years agouse ::wxInvalidOffset to enable autolinking
Francesco Montorsi [Tue, 13 Jan 2009 17:29:34 +0000 (17:29 +0000)] 
use ::wxInvalidOffset to enable autolinking

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

15 years agoUpdate OpenVMS compile support
Jouk Jansen [Tue, 13 Jan 2009 15:09:10 +0000 (15:09 +0000)] 
Update OpenVMS compile support

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

15 years agoUpdate configuration for OpenVMS
Jouk Jansen [Tue, 13 Jan 2009 13:18:20 +0000 (13:18 +0000)] 
Update configuration for OpenVMS

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

15 years agoAvoid warning on OpenVMS system
Jouk Jansen [Tue, 13 Jan 2009 12:48:58 +0000 (12:48 +0000)] 
Avoid warning on OpenVMS system

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

15 years agoprovide our own implementation of wxStrnlen if it's not available; add tests for it
Francesco Montorsi [Tue, 13 Jan 2009 12:01:30 +0000 (12:01 +0000)] 
provide our own implementation of wxStrnlen if it's not available; add tests for it

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

15 years agoUpdate configuration for OpenVMS
Jouk Jansen [Tue, 13 Jan 2009 08:51:07 +0000 (08:51 +0000)] 
Update configuration for OpenVMS

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

15 years agoUpdate configuration for OpenVMS
Jouk Jansen [Tue, 13 Jan 2009 08:02:13 +0000 (08:02 +0000)] 
Update configuration for OpenVMS

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

15 years agochange int->wxRasterOperationMode was omitted at one location
Jouk Jansen [Tue, 13 Jan 2009 07:48:53 +0000 (07:48 +0000)] 
change int->wxRasterOperationMode was omitted at one location

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

15 years agomake sure that code is always available when compiling for 10.4, whatever flavour
Stefan Csomor [Tue, 13 Jan 2009 04:54:21 +0000 (04:54 +0000)] 
make sure that code is always available when compiling for 10.4, whatever flavour

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

15 years agoremoving duplicate code
Stefan Csomor [Tue, 13 Jan 2009 04:38:16 +0000 (04:38 +0000)] 
removing duplicate code

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

15 years agofix wxMSW shared builds
Francesco Montorsi [Tue, 13 Jan 2009 00:38:38 +0000 (00:38 +0000)] 
fix wxMSW shared builds

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

15 years agofix a typo; move aux classes below the main ones
Francesco Montorsi [Mon, 12 Jan 2009 23:37:16 +0000 (23:37 +0000)] 
fix a typo; move aux classes below the main ones

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

15 years agoadd support for wxStrnlen for those platforms where it's available
Francesco Montorsi [Mon, 12 Jan 2009 23:25:39 +0000 (23:25 +0000)] 
add support for wxStrnlen for those platforms where it's available

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

15 years agoensure correct linking of the socket manager initializer for static builds of wxWidgets
Francesco Montorsi [Mon, 12 Jan 2009 23:14:17 +0000 (23:14 +0000)] 
ensure correct linking of the socket manager initializer for static builds of wxWidgets

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

15 years agoadding 10.4 build compatibility for osx cocoa, see #10361
Stefan Csomor [Mon, 12 Jan 2009 20:14:39 +0000 (20:14 +0000)] 
adding 10.4 build compatibility for osx cocoa, see #10361

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

15 years agouse DECLARE_NO_ASSIGN_CLASS() for better readability
Francesco Montorsi [Mon, 12 Jan 2009 20:01:14 +0000 (20:01 +0000)] 
use DECLARE_NO_ASSIGN_CLASS() for better readability

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

15 years agobetter way to avoid warnings about a non-existing missing_semicolons
Francesco Montorsi [Mon, 12 Jan 2009 19:53:07 +0000 (19:53 +0000)] 
better way to avoid warnings about a non-existing missing_semicolons

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

15 years agoassert when the item index is out of range in wxMSW's listctrl, just like generic...
Francesco Montorsi [Mon, 12 Jan 2009 19:34:42 +0000 (19:34 +0000)] 
assert when the item index is out of range in wxMSW's listctrl, just like generic listctrl does

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

15 years agoLet wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise...
Jaakko Salli [Mon, 12 Jan 2009 17:22:18 +0000 (17:22 +0000)] 
Let wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise wxVariant::GetString() will assert when value is an invalid wxDateTime)

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

15 years agofix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8 case
Vadim Zeitlin [Mon, 12 Jan 2009 17:10:23 +0000 (17:10 +0000)] 
fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8 case

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

15 years agoBetter support for unspecified property value in wxDateProperty and DatePickerCtrl...
Jaakko Salli [Mon, 12 Jan 2009 17:05:37 +0000 (17:05 +0000)] 
Better support for unspecified property value in wxDateProperty and DatePickerCtrl editor, especially when wxDP_ALLOWNONE is used

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

15 years agorestored the default value of wxObjectEventFunctor wxNewEventFunctor and explain...
Vadim Zeitlin [Mon, 12 Jan 2009 16:53:07 +0000 (16:53 +0000)] 
restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain why is it needed

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

15 years agofix VC6 ICE; don't call the function which doesn't compare the objects operator=...
Vadim Zeitlin [Mon, 12 Jan 2009 16:51:14 +0000 (16:51 +0000)] 
fix VC6 ICE; don't call the function which doesn't compare the objects operator==() (see #10000)

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

15 years agocompilation fix after the event patch
Vadim Zeitlin [Mon, 12 Jan 2009 16:28:51 +0000 (16:28 +0000)] 
compilation fix after the event patch

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

15 years agoAdded wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow...
Jaakko Salli [Mon, 12 Jan 2009 16:12:15 +0000 (16:12 +0000)] 
Added wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow vetoing value changes of ComboBox editors

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

15 years agodisable new events for VC9 too, it fails when linking in DLL build (#10000)
Vadim Zeitlin [Mon, 12 Jan 2009 15:16:39 +0000 (15:16 +0000)] 
disable new events for VC9 too, it fails when linking in DLL build (#10000)

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

15 years agomiscellaneous spelling/grammar corrections (closes #10364)
Vadim Zeitlin [Mon, 12 Jan 2009 14:50:52 +0000 (14:50 +0000)] 
miscellaneous spelling/grammar corrections (closes #10364)

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

15 years agofix the MSVC check in the last comment and accompanying comment
Vadim Zeitlin [Mon, 12 Jan 2009 14:48:13 +0000 (14:48 +0000)] 
fix the MSVC check in the last comment and accompanying comment

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

15 years agodisable new events for MSVC 7, it fails to compile it (#10000)
Vadim Zeitlin [Mon, 12 Jan 2009 14:44:54 +0000 (14:44 +0000)] 
disable new events for MSVC 7, it fails to compile it (#10000)

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

15 years agodon't use wxDELETE unnecessarily
Vadim Zeitlin [Mon, 12 Jan 2009 14:33:43 +0000 (14:33 +0000)] 
don't use wxDELETE unnecessarily

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

15 years agoadd more flexible and safer template Connect() overloads (#10000)
Vadim Zeitlin [Mon, 12 Jan 2009 14:26:13 +0000 (14:26 +0000)] 
add more flexible and safer template Connect() overloads (#10000)

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

15 years agodon't use wxVector<wxDataFormat> from wx/clipbrd.h as wxDataFormat definition is...
Vadim Zeitlin [Mon, 12 Jan 2009 11:56:56 +0000 (11:56 +0000)] 
don't use wxVector<wxDataFormat> from wx/clipbrd.h as wxDataFormat definition is not available in it

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

15 years agofix MSVC warning about possibly unused variable in SetRop()
Vadim Zeitlin [Mon, 12 Jan 2009 11:56:21 +0000 (11:56 +0000)] 
fix MSVC warning about possibly unused variable in SetRop()

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

15 years agofix deprecation warnings when building wx with MSVC
Vadim Zeitlin [Mon, 12 Jan 2009 11:55:44 +0000 (11:55 +0000)] 
fix deprecation warnings when building wx with MSVC

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

15 years agoAlso mention wxRound() and wxIsSameDouble()
Robert Roebling [Mon, 12 Jan 2009 10:58:26 +0000 (10:58 +0000)] 
Also mention wxRound() and wxIsSameDouble()

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

15 years agoSpelling error
Robert Roebling [Mon, 12 Jan 2009 10:51:40 +0000 (10:51 +0000)] 
Spelling error

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

15 years agoUpdate configuration for OpenVMS
Jouk Jansen [Mon, 12 Jan 2009 10:26:45 +0000 (10:26 +0000)] 
Update configuration for OpenVMS

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

15 years agoFixing/Testing sockets on OpenVMS
Jouk Jansen [Mon, 12 Jan 2009 09:06:36 +0000 (09:06 +0000)] 
Fixing/Testing sockets on OpenVMS

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

15 years agoreturn index of first added image in Add(), like MSW does, #10013
Paul Cornett [Mon, 12 Jan 2009 05:39:04 +0000 (05:39 +0000)] 
return index of first added image in Add(), like MSW does, #10013

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

15 years agouse text cursor only when control is enabled, #10347
Paul Cornett [Mon, 12 Jan 2009 05:34:07 +0000 (05:34 +0000)] 
use text cursor only when control is enabled, #10347

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

15 years agoDefault to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream...
Robert Roebling [Sun, 11 Jan 2009 19:53:49 +0000 (19:53 +0000)] 
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)

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

15 years agoAdded interface for getting/setting text converter of wxDataInputStream and wxDataOut...
Robert Roebling [Sun, 11 Jan 2009 19:37:11 +0000 (19:37 +0000)] 
Added interface for getting/setting text converter of wxDataInputStream and wxDataOutputStream

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

15 years agoFixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out...
Jaakko Salli [Sun, 11 Jan 2009 16:24:00 +0000 (16:24 +0000)] 
Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync

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

15 years agofix for PCH-less builds
Francesco Montorsi [Sun, 11 Jan 2009 16:23:31 +0000 (16:23 +0000)] 
fix for PCH-less builds

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

15 years agosplit wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes...
Francesco Montorsi [Sun, 11 Jan 2009 15:49:37 +0000 (15:49 +0000)] 
split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes), gridctrl.cpp (for wxGridCellRenderer-derived classes)

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

15 years agofix others $Id$ keywords
Francesco Montorsi [Sun, 11 Jan 2009 12:05:05 +0000 (12:05 +0000)] 
fix others $Id$ keywords

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

15 years agodo not remove Author, Date, Revision SVN keywords
Francesco Montorsi [Sun, 11 Jan 2009 12:00:51 +0000 (12:00 +0000)] 
do not remove Author, Date, Revision SVN keywords

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

15 years agojust fix some $Id$ tokens
Francesco Montorsi [Sun, 11 Jan 2009 11:58:34 +0000 (11:58 +0000)] 
just fix some $Id$ tokens

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

15 years agoa few missing Id keywords
Francesco Montorsi [Sun, 11 Jan 2009 11:49:10 +0000 (11:49 +0000)] 
a few missing Id keywords

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

15 years agotypo fix
Francesco Montorsi [Sun, 11 Jan 2009 11:46:45 +0000 (11:46 +0000)] 
typo fix

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

15 years agofix few doxygen warnings
Francesco Montorsi [Sun, 11 Jan 2009 11:46:10 +0000 (11:46 +0000)] 
fix few doxygen warnings

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

15 years agodocument recently added enums
Francesco Montorsi [Sun, 11 Jan 2009 11:39:58 +0000 (11:39 +0000)] 
document recently added enums

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

15 years agoadd note for wxWidgets user with a skeleton for a very minimal console app
Francesco Montorsi [Sun, 11 Jan 2009 11:24:52 +0000 (11:24 +0000)] 
add note for wxWidgets user with a skeleton for a very minimal console app

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

15 years agosuppress warnings about missing_semicolons file not existing
Francesco Montorsi [Sun, 11 Jan 2009 10:36:53 +0000 (10:36 +0000)] 
suppress warnings about missing_semicolons file not existing

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

15 years agoVC6 gets confused by the protected copy ctor; make it private
Francesco Montorsi [Sun, 11 Jan 2009 10:34:55 +0000 (10:34 +0000)] 
VC6 gets confused by the protected copy ctor; make it private

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

15 years agofix for the broken VC6 compiler (why do we have to still support it?)
Francesco Montorsi [Sun, 11 Jan 2009 10:28:20 +0000 (10:28 +0000)] 
fix for the broken VC6 compiler (why do we have to still support it?)

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

15 years agofix handling of locale names without county info (closes #10321)
Vadim Zeitlin [Sun, 11 Jan 2009 01:04:43 +0000 (01:04 +0000)] 
fix handling of locale names without county info (closes #10321)

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

15 years agocheck for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)
Vadim Zeitlin [Sun, 11 Jan 2009 00:59:49 +0000 (00:59 +0000)] 
check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)

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

15 years agocorrect typo: s/wxUSE_MENU/&S/
Vadim Zeitlin [Sun, 11 Jan 2009 00:57:48 +0000 (00:57 +0000)] 
correct typo: s/wxUSE_MENU/&S/

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

15 years agoadded wxUSE_HEADERCTRL
Vadim Zeitlin [Sun, 11 Jan 2009 00:57:08 +0000 (00:57 +0000)] 
added wxUSE_HEADERCTRL

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

15 years agocheck for wxUSE_REARRANGECTRL being defined
Vadim Zeitlin [Sun, 11 Jan 2009 00:49:43 +0000 (00:49 +0000)] 
check for wxUSE_REARRANGECTRL being defined

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

15 years agothere is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetical...
Vadim Zeitlin [Sun, 11 Jan 2009 00:46:55 +0000 (00:46 +0000)] 
there is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetically to be able to navigate them easier

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

15 years agoadded wxUSE_REARRANGECTRL
Vadim Zeitlin [Sun, 11 Jan 2009 00:44:02 +0000 (00:44 +0000)] 
added wxUSE_REARRANGECTRL

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

15 years agodo not return true when no data is read by the stream in Load(wxInputStream,wxAnimati...
Francesco Montorsi [Sun, 11 Jan 2009 00:42:13 +0000 (00:42 +0000)] 
do not return true when no data is read by the stream in Load(wxInputStream,wxAnimationType) overload

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

15 years agouse IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs
Francesco Montorsi [Sun, 11 Jan 2009 00:41:12 +0000 (00:41 +0000)] 
use IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs

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

15 years agoguard against NULL parents
Francesco Montorsi [Sun, 11 Jan 2009 00:40:09 +0000 (00:40 +0000)] 
guard against NULL parents

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

15 years agoadd the 'GarbageTestCase' which helped me to spot some buggy load routines
Francesco Montorsi [Sun, 11 Jan 2009 00:39:22 +0000 (00:39 +0000)] 
add the 'GarbageTestCase' which helped me to spot some buggy load routines

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