Vadim Zeitlin
|
cf9f673789
|
fix wxDateTime::ParseRfc822Date() to handle missing seconds (ticket #1341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 14:37:26 +00:00 |
|
Vadim Zeitlin
|
9aa7bedbb5
|
another compilation fix, now for Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 14:13:33 +00:00 |
|
Stefan Neis
|
d450451a6d
|
Added mingw-w64 builds (cross compile on i686-linux).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 13:24:53 +00:00 |
|
Vadim Zeitlin
|
ba4ed8f465
|
fix compilation with wxUSE_DRAG_AND_DROP==0 (as in wxX11 build)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 13:07:44 +00:00 |
|
Vadim Zeitlin
|
96202d070a
|
compilation fix for ANSI build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 13:04:26 +00:00 |
|
Vadim Zeitlin
|
77fa3d8243
|
add a special macro for comparing time_t values to fix unit test compilation on platforms with 64 bit time_t (such as FreeBSD 6.2 apparently)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 13:01:59 +00:00 |
|
Vadim Zeitlin
|
c4e2528835
|
fix time zone conversion test to work in any time zone, not just GMT+1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 12:58:43 +00:00 |
|
Vadim Zeitlin
|
a964d3edf5
|
corrected bug in wxMBConvStrictUTF8::FromWChar(): it wrote one extra NUL when used with explicit source length
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-01 03:11:32 +00:00 |
|
Vadim Zeitlin
|
ca8cf4fffb
|
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
|
2008-06-01 03:09:25 +00:00 |
|
Vadim Zeitlin
|
9d653e810c
|
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
|
2008-06-01 03:08:45 +00:00 |
|
Vadim Zeitlin
|
d4df635acb
|
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
|
2008-05-31 23:41:27 +00:00 |
|
Vadim Zeitlin
|
c226adeedb
|
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
|
2008-05-31 23:08:57 +00:00 |
|
Vadim Zeitlin
|
f501c3a9fd
|
reviewed and completed wxMBConv and friends documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-31 23:01:25 +00:00 |
|
Vadim Zeitlin
|
79b40dcf07
|
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
|
2008-05-31 22:35:24 +00:00 |
|
Vadim Zeitlin
|
871ff36618
|
include configure/makefiles necessary for building libtiff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-31 13:31:15 +00:00 |
|
Vadim Zeitlin
|
e4e487e2a5
|
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
|
2008-05-31 13:25:50 +00:00 |
|
Stefan Neis
|
3656eefc89
|
Compilation fixes for mingw-w64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-31 12:44:40 +00:00 |
|
Václav Slavík
|
91915e1c13
|
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
|
2008-05-31 09:44:03 +00:00 |
|
Vadim Zeitlin
|
04080f208e
|
make test failure in TestStreamDecoder more informative
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-31 02:46:22 +00:00 |
|
Vadim Zeitlin
|
78648f606d
|
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
|
2008-05-31 01:57:25 +00:00 |
|
Vadim Zeitlin
|
e5c28d8710
|
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
|
2008-05-31 01:55:45 +00:00 |
|
Vadim Zeitlin
|
2588ee861f
|
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
|
2008-05-31 01:54:21 +00:00 |
|
Vadim Zeitlin
|
1752fda65b
|
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
|
2008-05-31 01:53:10 +00:00 |
|
Vadim Zeitlin
|
d50c083157
|
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
|
2008-05-31 01:39:32 +00:00 |
|
Vadim Zeitlin
|
467a2982d2
|
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
|
2008-05-31 01:23:36 +00:00 |
|
Vadim Zeitlin
|
95f82f4ce3
|
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
|
2008-05-31 01:22:16 +00:00 |
|
Vadim Zeitlin
|
9fc7a1d276
|
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
|
2008-05-30 23:38:56 +00:00 |
|
Vadim Zeitlin
|
093315a121
|
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
|
2008-05-30 23:38:13 +00:00 |
|
Vadim Zeitlin
|
893bf46069
|
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
|
2008-05-30 23:12:39 +00:00 |
|
Vadim Zeitlin
|
788257c0a4
|
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
|
2008-05-30 22:57:32 +00:00 |
|
Vadim Zeitlin
|
8f4b0f43f0
|
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
|
2008-05-30 22:49:48 +00:00 |
|
Vadim Zeitlin
|
05b5a45f96
|
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
|
2008-05-30 22:11:51 +00:00 |
|
Vadim Zeitlin
|
fc215b4140
|
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
|
2008-05-30 21:59:24 +00:00 |
|
Vadim Zeitlin
|
2bdba43f02
|
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
|
2008-05-30 20:04:09 +00:00 |
|
Vadim Zeitlin
|
179a30e2f8
|
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
|
2008-05-30 19:49:53 +00:00 |
|
Vadim Zeitlin
|
3e50a139b4
|
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
|
2008-05-30 19:30:23 +00:00 |
|
Vadim Zeitlin
|
8aa6162938
|
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
|
2008-05-30 18:59:55 +00:00 |
|
Julian Smart
|
e1ac8c99e4
|
Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 17:50:45 +00:00 |
|
Julian Smart
|
7b32a8b736
|
Don't update UI if hidden
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 17:44:52 +00:00 |
|
Vadim Zeitlin
|
500b128d0e
|
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
|
2008-05-30 13:49:12 +00:00 |
|
Vadim Zeitlin
|
5cfbef2a69
|
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
|
2008-05-30 13:35:30 +00:00 |
|
Vadim Zeitlin
|
73ba5ab90c
|
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
|
2008-05-30 13:31:28 +00:00 |
|
Václav Slavík
|
e0e7a34117
|
re-added accidentally omitted 'ANSI'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 10:47:13 +00:00 |
|
Václav Slavík
|
3dac8f8a99
|
fixed confusingly complicated sentence to make sense
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 10:33:40 +00:00 |
|
Vadim Zeitlin
|
558a6e065e
|
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
|
2008-05-30 01:07:29 +00:00 |
|
Vadim Zeitlin
|
17483f70a5
|
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
|
2008-05-30 01:05:43 +00:00 |
|
Vadim Zeitlin
|
508b652335
|
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
|
2008-05-30 00:26:07 +00:00 |
|
Vadim Zeitlin
|
5cd4cb75ee
|
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
|
2008-05-30 00:03:03 +00:00 |
|
Vadim Zeitlin
|
3877c17eeb
|
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
|
2008-05-29 23:36:26 +00:00 |
|
Robert Roebling
|
13d843f1c1
|
More work on getting wxLisBox events right
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 23:13:47 +00:00 |
|