wxWidgets.git
16 years agoadded wxTextOutputStream::Flush(): this is necessary with the stateful encodings...
Vadim Zeitlin [Sun, 1 Jun 2008 03:09:25 +0000 (03:09 +0000)] 
added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7

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

16 years agorewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream...
Vadim Zeitlin [Sun, 1 Jun 2008 03:08:45 +0000 (03:08 +0000)] 
rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now

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

16 years agodisable visibility for powerpc-apple-darwin8 build, otherwise we get errors when...
Vadim Zeitlin [Sat, 31 May 2008 23:41:27 +0000 (23:41 +0000)] 
disable visibility for powerpc-apple-darwin8 build, otherwise we get errors when linking the test

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

16 years agouse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT to have more details when the...
Vadim Zeitlin [Sat, 31 May 2008 23:08:57 +0000 (23:08 +0000)] 
use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT to have more details when the test fails

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

16 years agoreviewed and completed wxMBConv and friends documentation
Vadim Zeitlin [Sat, 31 May 2008 23:01:25 +0000 (23:01 +0000)] 
reviewed and completed wxMBConv and friends documentation

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

16 years agocreate a separate category for the conversion classes
Vadim Zeitlin [Sat, 31 May 2008 22:35:24 +0000 (22:35 +0000)] 
create a separate category for the conversion classes

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

16 years agoinclude configure/makefiles necessary for building libtiff
Vadim Zeitlin [Sat, 31 May 2008 13:31:15 +0000 (13:31 +0000)] 
include configure/makefiles necessary for building libtiff

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

16 years agono real changes, just simplify LoadPage() to make it more readable and less redundant
Vadim Zeitlin [Sat, 31 May 2008 13:25:50 +0000 (13:25 +0000)] 
no real changes, just simplify LoadPage() to make it more readable and less redundant

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

16 years agoCompilation fixes for mingw-w64.
Stefan Neis [Sat, 31 May 2008 12:44:40 +0000 (12:44 +0000)] 
Compilation fixes for mingw-w64.

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

16 years agoallow periods in wxFileSystem URL anchors (patch #2265)
Václav Slavík [Sat, 31 May 2008 09:44:03 +0000 (09:44 +0000)] 
allow periods in wxFileSystem URL anchors (patch #2265)

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

16 years agomake test failure in TestStreamDecoder more informative
Vadim Zeitlin [Sat, 31 May 2008 02:46:22 +0000 (02:46 +0000)] 
make test failure in TestStreamDecoder more informative

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

16 years agouse more informative CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT
Vadim Zeitlin [Sat, 31 May 2008 01:57:25 +0000 (01:57 +0000)] 
use more informative CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

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

16 years agodon't write extraneous NUL bytes in wxMBConv_iconv::FromWChar()
Vadim Zeitlin [Sat, 31 May 2008 01:55:45 +0000 (01:55 +0000)] 
don't write extraneous NUL bytes in wxMBConv_iconv::FromWChar()

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

16 years agocorrect similar off by 1 bug to the one fixed by r53869 in wxMBConv_iconv::ToWChar...
Vadim Zeitlin [Sat, 31 May 2008 01:54:21 +0000 (01:54 +0000)] 
correct similar off by 1 bug to the one fixed by r53869 in wxMBConv_iconv::ToWChar() in FromWChar()

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

16 years agofix bug with wrong return value in wxMBConv_iconv::ToWChar() introduced by a recent...
Vadim Zeitlin [Sat, 31 May 2008 01:53:10 +0000 (01:53 +0000)] 
fix bug with wrong return value in wxMBConv_iconv::ToWChar() introduced by a recent check in

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

16 years agofix wxMBConv_iconv to respect the base class conventions: when the input is NUL-termi...
Vadim Zeitlin [Sat, 31 May 2008 01:39:32 +0000 (01:39 +0000)] 
fix wxMBConv_iconv to respect the base class conventions: when the input is NUL-terminated, the output should be NUL-terminated and the return value should account for the terminating NUL

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

16 years agoswap all characters instead of just the last one in a loop in wxMBConv_iconv::ToWChar()
Vadim Zeitlin [Sat, 31 May 2008 01:23:36 +0000 (01:23 +0000)] 
swap all characters instead of just the last one in a loop in wxMBConv_iconv::ToWChar()

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

16 years agodon't return success when converting incomplete UTF-7 sequences
Vadim Zeitlin [Sat, 31 May 2008 01:22:16 +0000 (01:22 +0000)] 
don't return success when converting incomplete UTF-7 sequences

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

16 years agodisable test using network by default as it's not available on some of buildbot machi...
Vadim Zeitlin [Fri, 30 May 2008 23:38:56 +0000 (23:38 +0000)] 
disable test using network by default as it's not available on some of buildbot machines and so makes the test fail

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

16 years agofix test failures: the expected results were incorrect, UTF-8 build uses %lc for...
Vadim Zeitlin [Fri, 30 May 2008 23:38:13 +0000 (23:38 +0000)] 
fix test failures: the expected results were incorrect, UTF-8 build uses %lc for characters and not %s

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

16 years agoundid change of r44565: not taking hyphens into account entirely is a bad idea as...
Vadim Zeitlin [Fri, 30 May 2008 23:12:39 +0000 (23:12 +0000)] 
undid change of r44565: not taking hyphens into account entirely is a bad idea as we then recognize some junk as valid encodings and it even made our own unit test fail

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

16 years agomake assertion failure messages more useful by using WX_ASSERT_STR_EQUAL instead...
Vadim Zeitlin [Fri, 30 May 2008 22:57:32 +0000 (22:57 +0000)] 
make assertion failure messages more useful by using WX_ASSERT_STR_EQUAL instead of just CPPUNIT_ASSERT

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

16 years agoimplement wxMBConv_iconv::To/FromWChar() instead of MB2WC/WC2MB: this allows to use...
Vadim Zeitlin [Fri, 30 May 2008 22:49:48 +0000 (22:49 +0000)] 
implement wxMBConv_iconv::To/FromWChar() instead of MB2WC/WC2MB: this allows to use wxMBConv conversions with wxTextInputStream and fixes TextStreamTestCase unit test failures

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

16 years agodon't run vsnprintf() test if we're using the system version, there is nothing we...
Vadim Zeitlin [Fri, 30 May 2008 22:11:51 +0000 (22:11 +0000)] 
don't run vsnprintf() test if we're using the system version, there is nothing we can do about its failures then anyhow

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

16 years agodon't compile the test in the build configurations where it's not supported (trying...
Vadim Zeitlin [Fri, 30 May 2008 21:59:24 +0000 (21:59 +0000)] 
don't compile the test in the build configurations where it's not supported (trying to fix buildbot OS X build)

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

16 years agoat least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap...
Vadim Zeitlin [Fri, 30 May 2008 20:04:09 +0000 (20:04 +0000)] 
at least mingw32 3.4.5 needs wxBitmap declaration to compile wxPixelData<wxBitmap> (thanks buildbot)

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

16 years agocheck that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing...
Vadim Zeitlin [Fri, 30 May 2008 19:49:53 +0000 (19:49 +0000)] 
check that the argument is not empty in wxHtmlWindow::LoadPage() to avoid crashing if it is

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

16 years agofixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be...
Vadim Zeitlin [Fri, 30 May 2008 19:30:23 +0000 (19:30 +0000)] 
fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...)

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

16 years agoblind fix for Borland ANSI build: define wxStructStat specially for this compiler
Vadim Zeitlin [Fri, 30 May 2008 18:59:55 +0000 (18:59 +0000)] 
blind fix for Borland ANSI build: define wxStructStat specially for this compiler

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

16 years agoTypo correction
Julian Smart [Fri, 30 May 2008 17:50:45 +0000 (17:50 +0000)] 
Typo correction

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

16 years agoDon't update UI if hidden
Julian Smart [Fri, 30 May 2008 17:44:52 +0000 (17:44 +0000)] 
Don't update UI if hidden

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

16 years agomention the problem with writing enums to wxConfig (see #8656)
Vadim Zeitlin [Fri, 30 May 2008 13:49:12 +0000 (13:49 +0000)] 
mention the problem with writing enums to wxConfig (see #8656)

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

16 years agoalways define wxUSE_RICHEDIT[2] -- this is better than never defining them (closes...
Vadim Zeitlin [Fri, 30 May 2008 13:35:30 +0000 (13:35 +0000)] 
always define wxUSE_RICHEDIT[2] -- this is better than never defining them (closes #9514)

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

16 years agomention the ambiguities which arise when passing wxString[.c_str()] to functions...
Vadim Zeitlin [Fri, 30 May 2008 13:31:28 +0000 (13:31 +0000)] 
mention the ambiguities which arise when passing wxString[.c_str()] to functions overloaded to take both char* and wchar_t* (see #9507)

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

16 years agore-added accidentally omitted 'ANSI'
Václav Slavík [Fri, 30 May 2008 10:47:13 +0000 (10:47 +0000)] 
re-added accidentally omitted 'ANSI'

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

16 years agofixed confusingly complicated sentence to make sense
Václav Slavík [Fri, 30 May 2008 10:33:40 +0000 (10:33 +0000)] 
fixed confusingly complicated sentence to make sense

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

16 years agodocument that SetItemCount() doesn't have to refresh the control (to avoid problems...
Vadim Zeitlin [Fri, 30 May 2008 01:07:29 +0000 (01:07 +0000)] 
document that SetItemCount() doesn't have to refresh the control (to avoid problems of ticket #4570)

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

16 years agouse 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW list control doesn't get the...
Vadim Zeitlin [Fri, 30 May 2008 01:05:43 +0000 (01:05 +0000)] 
use 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW list control doesn't get the latter keys in its OnListKeyDown()

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

16 years agoensure that GetEditControl() returns something even if label editing was started...
Vadim Zeitlin [Fri, 30 May 2008 00:26:07 +0000 (00:26 +0000)] 
ensure that GetEditControl() returns something even if label editing was started by the user and not the program (closes #1325)

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

16 years agono changes, just refactor the code to avoid having the same code for m_textCtrl destr...
Vadim Zeitlin [Fri, 30 May 2008 00:03:03 +0000 (00:03 +0000)] 
no changes, just refactor the code to avoid having the same code for m_textCtrl destruction in 4 places

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

16 years agoremove misleading documentation of minPage in GetPageInfo() (see ticket #9502)
Vadim Zeitlin [Thu, 29 May 2008 23:36:26 +0000 (23:36 +0000)] 
remove misleading documentation of minPage in GetPageInfo() (see ticket #9502)

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

16 years agoMore work on getting wxLisBox events right
Robert Roebling [Thu, 29 May 2008 23:13:47 +0000 (23:13 +0000)] 
More work on getting wxLisBox events right

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

16 years agoinclude wx/crt.h needed for wxFprintf() (closes #9509)
Vadim Zeitlin [Thu, 29 May 2008 16:58:59 +0000 (16:58 +0000)] 
include wx/crt.h needed for wxFprintf() (closes #9509)

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

16 years agoadding lowlevel hook to listbox
Stefan Csomor [Thu, 29 May 2008 14:13:45 +0000 (14:13 +0000)] 
adding lowlevel hook to listbox

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

16 years agoadding lowlevel hook to listbox
Stefan Csomor [Thu, 29 May 2008 14:11:45 +0000 (14:11 +0000)] 
adding lowlevel hook to listbox

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

16 years agoCreate own entry for default constructors
Robert Roebling [Thu, 29 May 2008 14:10:52 +0000 (14:10 +0000)] 
Create own entry for default constructors

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

16 years agodon't give an error if VT_DATE variant is being released, there is nothing to do...
Vadim Zeitlin [Thu, 29 May 2008 13:35:52 +0000 (13:35 +0000)] 
don't give an error if VT_DATE variant is being released, there is nothing to do for it anyhow (closes #4527)

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

16 years agotake wxString in wxCrashReport::SetFileName() to allow passing either ASCII or wide...
Vadim Zeitlin [Thu, 29 May 2008 13:28:05 +0000 (13:28 +0000)] 
take wxString in wxCrashReport::SetFileName() to allow passing either ASCII or wide strings as well as wxStrings to this method (closes 9505)

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

16 years agoNew devs.
Michael Wetherell [Thu, 29 May 2008 08:42:43 +0000 (08:42 +0000)] 
New devs.

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

16 years agoremove unused/unneeded menuitem cruft
Paul Cornett [Thu, 29 May 2008 04:41:37 +0000 (04:41 +0000)] 
remove unused/unneeded menuitem cruft

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

16 years agoremove obsolete file
Paul Cornett [Thu, 29 May 2008 04:27:00 +0000 (04:27 +0000)] 
remove obsolete file

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

16 years agomark long-deprecated ctor as such
Paul Cornett [Thu, 29 May 2008 04:26:29 +0000 (04:26 +0000)] 
mark long-deprecated ctor as such

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

16 years agofix MSVC /Wp64 warnings
Vadim Zeitlin [Wed, 28 May 2008 23:58:15 +0000 (23:58 +0000)] 
fix MSVC /Wp64 warnings

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

16 years agofix assert in ANSI build in wxConsoleStderr::GetCommandHistory() (ticket 9146)
Vadim Zeitlin [Wed, 28 May 2008 12:47:27 +0000 (12:47 +0000)] 
fix assert in ANSI build in wxConsoleStderr::GetCommandHistory() (ticket 9146)

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

16 years agoremove unused onsolete response files
Vadim Zeitlin [Wed, 28 May 2008 12:30:54 +0000 (12:30 +0000)] 
remove unused onsolete response files

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

16 years agoAdd wxWebKitNewWindowEvent
Robin Dunn [Wed, 28 May 2008 06:33:46 +0000 (06:33 +0000)] 
Add wxWebKitNewWindowEvent

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

16 years agofix leak introduced by r53753
Paul Cornett [Wed, 28 May 2008 06:15:35 +0000 (06:15 +0000)] 
fix leak introduced by r53753

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

16 years agoget rid of MSVC warning about possibly uninitialized variable in CalcAndSendEvent...
Vadim Zeitlin [Tue, 27 May 2008 23:21:29 +0000 (23:21 +0000)] 
get rid of MSVC warning about possibly uninitialized variable in CalcAndSendEvent() and also make its code somewhat more structured

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

16 years agofix some harmless compilation in (release) MSVC build
Vadim Zeitlin [Tue, 27 May 2008 22:48:54 +0000 (22:48 +0000)] 
fix some harmless compilation in (release) MSVC build

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

16 years agochange VERSION to 2.9.0 (not sure if this is really used though)
Vadim Zeitlin [Tue, 27 May 2008 18:07:13 +0000 (18:07 +0000)] 
change VERSION to 2.9.0 (not sure if this is really used though)

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

16 years agoremove mentions of demos/dbbrowse which doesn't exist any more
Vadim Zeitlin [Tue, 27 May 2008 18:02:51 +0000 (18:02 +0000)] 
remove mentions of demos/dbbrowse which doesn't exist any more

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

16 years agoadd build/msw/wx_stc.dsp
Vadim Zeitlin [Tue, 27 May 2008 18:00:26 +0000 (18:00 +0000)] 
add build/msw/wx_stc.dsp

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

16 years agothere is no std::wostream under Palm (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:38:12 +0000 (16:38 +0000)] 
there is no std::wostream under Palm (part of ticket 4700)

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

16 years agoifdef fixes for PalmOS6 (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:35:13 +0000 (16:35 +0000)] 
ifdef fixes for PalmOS6 (part of ticket 4700)

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

16 years agoPalm compiler needs const_cast for passing const int parameters to function taking...
Vadim Zeitlin [Tue, 27 May 2008 16:34:50 +0000 (16:34 +0000)] 
Palm compiler needs const_cast for passing const int parameters to function taking int (part of ticket 4700)

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

16 years agofixes for Linux build (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:33:12 +0000 (16:33 +0000)] 
fixes for Linux build (part of ticket 4700)

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

16 years agosilence warnings about not using double-buffered surface in wxScreenDC ; add comment...
Václav Slavík [Tue, 27 May 2008 16:28:28 +0000 (16:28 +0000)] 
silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken

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

16 years agotranslate comments in English (part of ticket 4700)
Vadim Zeitlin [Tue, 27 May 2008 16:26:11 +0000 (16:26 +0000)] 
translate comments in English (part of ticket 4700)

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

16 years agodistinguish between Server 2003 and XP 64-bit (closes 3359)
Vadim Zeitlin [Tue, 27 May 2008 16:17:16 +0000 (16:17 +0000)] 
distinguish between Server 2003 and XP 64-bit (closes 3359)

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

16 years agoadd a mention to OS description string if running under a 64-bit Windows version
Vadim Zeitlin [Tue, 27 May 2008 16:00:22 +0000 (16:00 +0000)] 
add a mention to OS description string if running under a 64-bit Windows version

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

16 years agorecognize Vista by name in wxGetOsDescription()
Vadim Zeitlin [Tue, 27 May 2008 15:48:23 +0000 (15:48 +0000)] 
recognize Vista by name in wxGetOsDescription()

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

16 years agoFix links
Robert Roebling [Tue, 27 May 2008 10:37:00 +0000 (10:37 +0000)] 
Fix links

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

16 years agoMinor doc update
Robert Roebling [Tue, 27 May 2008 10:24:04 +0000 (10:24 +0000)] 
Minor doc update

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

16 years agoNative wxBitmapComboBox patch for GTK+
Robert Roebling [Tue, 27 May 2008 10:17:56 +0000 (10:17 +0000)] 
Native wxBitmapComboBox patch for GTK+

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

16 years agoClear columns on destruction
Robert Roebling [Tue, 27 May 2008 09:52:26 +0000 (09:52 +0000)] 
Clear columns on destruction

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

16 years agoMinor wxList clarification
Robert Roebling [Tue, 27 May 2008 09:43:24 +0000 (09:43 +0000)] 
Minor wxList clarification

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

16 years agoUse wxList::DeleteContents() to delete columns
Robert Roebling [Tue, 27 May 2008 09:26:09 +0000 (09:26 +0000)] 
Use wxList::DeleteContents() to delete columns

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

16 years agoUse wxList::DeleteContents() to delete columns
Robert Roebling [Tue, 27 May 2008 09:19:41 +0000 (09:19 +0000)] 
Use wxList::DeleteContents() to delete columns

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

16 years agoReapply wxWeakRef patch again
Robert Roebling [Tue, 27 May 2008 09:17:56 +0000 (09:17 +0000)] 
Reapply wxWeakRef patch again

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

16 years agoUse wxWindowRef to hold pointer to default button
Robert Roebling [Tue, 27 May 2008 08:53:48 +0000 (08:53 +0000)] 
Use wxWindowRef to hold pointer to default button

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

16 years agofixing arc filling for angles > 180
Stefan Csomor [Tue, 27 May 2008 04:49:30 +0000 (04:49 +0000)] 
fixing arc filling for angles > 180

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

16 years agofix removing menu item, ticket 3387
Paul Cornett [Mon, 26 May 2008 17:28:41 +0000 (17:28 +0000)] 
fix removing menu item, ticket 3387

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

16 years agoRemoved more //@ groups
Robert Roebling [Mon, 26 May 2008 11:41:07 +0000 (11:41 +0000)] 
Removed more //@ groups

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

16 years agoTicket #9493: interface-string-asterisk.patch
Robert Roebling [Mon, 26 May 2008 11:17:08 +0000 (11:17 +0000)] 
Ticket #9493: interface-string-asterisk.patch

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

16 years agoVarious minor corrections
Robert Roebling [Mon, 26 May 2008 07:49:54 +0000 (07:49 +0000)] 
Various minor corrections

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

16 years agoMinor correction
Robert Roebling [Mon, 26 May 2008 07:33:59 +0000 (07:33 +0000)] 
Minor correction

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

16 years ago(Port to trunk) Fix for wxClientDC::GetAsBitmap, which partially resolves ticket...
Kevin Ollivier [Sun, 25 May 2008 21:54:32 +0000 (21:54 +0000)] 
(Port to trunk) Fix for wxClientDC::GetAsBitmap, which partially resolves ticket #9486

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

16 years agoBuild fix for non-pch builds, e.g. for universal binary building.
Kevin Ollivier [Sun, 25 May 2008 21:48:39 +0000 (21:48 +0000)] 
Build fix for non-pch builds, e.g. for universal binary building.

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

16 years agoRemoved Item Management category, minor corrections
Robert Roebling [Sun, 25 May 2008 21:29:08 +0000 (21:29 +0000)] 
Removed Item Management category, minor corrections

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

16 years agoClarified wxWindow::Find() wrt to returning *this*, some formating
Robert Roebling [Sun, 25 May 2008 21:20:56 +0000 (21:20 +0000)] 
Clarified wxWindow::Find() wrt to returning *this*, some formating

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

16 years agoDefer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw...
Robert Roebling [Sun, 25 May 2008 20:54:30 +0000 (20:54 +0000)] 
Defer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw and is verrrrry slow)

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

16 years agodon't take the min size into account when setting the window size explicitly in wxGTK...
Vadim Zeitlin [Sun, 25 May 2008 03:08:31 +0000 (03:08 +0000)] 
don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this

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

16 years agocreate tests/window directory for wxWindow tests
Vadim Zeitlin [Sun, 25 May 2008 02:56:22 +0000 (02:56 +0000)] 
create tests/window directory for wxWindow tests

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

16 years agoadd test for bug 716
Vadim Zeitlin [Sat, 24 May 2008 22:25:45 +0000 (22:25 +0000)] 
add test for bug 716

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

16 years agoDont send spin text update event from SetValue()
Robert Roebling [Sat, 24 May 2008 20:24:58 +0000 (20:24 +0000)] 
Dont send spin text update event from SetValue()

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

16 years agoMention wxDataViewTreeCtrl in wxTreeCtrl
Robert Roebling [Sat, 24 May 2008 19:49:55 +0000 (19:49 +0000)] 
Mention wxDataViewTreeCtrl in wxTreeCtrl

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

16 years agoMinor doc corrections
Robert Roebling [Sat, 24 May 2008 19:37:12 +0000 (19:37 +0000)] 
Minor doc corrections

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

16 years agoDon't use font encoding in Unicode mode
Robert Roebling [Sat, 24 May 2008 19:16:47 +0000 (19:16 +0000)] 
Don't use font encoding in Unicode mode

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

16 years agoBorland still hates ternary ?
Chris Elliott [Sat, 24 May 2008 17:24:38 +0000 (17:24 +0000)] 
Borland still hates ternary ?

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

16 years agocompilation fix after the last change
Vadim Zeitlin [Sat, 24 May 2008 15:09:39 +0000 (15:09 +0000)] 
compilation fix after the last change

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