]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Vadim Zeitlin [Sat, 24 May 2008 14:42:40 +0000 (14:42 +0000)]
do case normalization after long path one, this fixes the problem with incorrect paths case under Vista (closes 9162)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 May 2008 23:28:53 +0000 (23:28 +0000)]
added wrapsizer (should have been checked in a long time ago)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 May 2008 23:28:13 +0000 (23:28 +0000)]
improve wxMessageOutputBest console output under Windows (closes 9146)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 19:41:32 +0000 (19:41 +0000)]
wxTextCtrk::GetRange() shouldn't crash on out of range request
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 19:40:28 +0000 (19:40 +0000)]
Simplify SetValue() with empty string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 May 2008 18:56:24 +0000 (18:56 +0000)]
call base class version from SetWindowStyleFlag() to update common styles such as border ones too (closes #9480)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 May 2008 18:49:22 +0000 (18:49 +0000)]
correct toggling of the selected icon (closes 4029)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 18:31:58 +0000 (18:31 +0000)]
Invocation of default button by <ENTER> was impossible in wxLB_MULTIPLE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53725
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 23 May 2008 12:18:27 +0000 (12:18 +0000)]
fix MSVC warnings about conversions between pointers and longs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53722
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 11:17:37 +0000 (11:17 +0000)]
Update IsSelection() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53721
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 11:04:37 +0000 (11:04 +0000)]
Update controls sample to follow documented logic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53720
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 11:03:55 +0000 (11:03 +0000)]
Move event generation in multiple selection mode to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53719
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 11:03:00 +0000 (11:03 +0000)]
Move event generation in multiple selection mode to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53718
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 11:02:32 +0000 (11:02 +0000)]
Move event generation in multiple selectino mode to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53717
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 10:19:31 +0000 (10:19 +0000)]
Update selection cache when inserting items, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53716
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 10:12:50 +0000 (10:12 +0000)]
Move event generation code for multiple selection mode to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53715
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 09:48:53 +0000 (09:48 +0000)]
Remove deprecated methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53714
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 23 May 2008 09:46:19 +0000 (09:46 +0000)]
Disable events upon item deletion (just in case) and update selection cache
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53713
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 22 May 2008 21:47:20 +0000 (21:47 +0000)]
Forgot client data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53710
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 22 May 2008 21:31:47 +0000 (21:31 +0000)]
Make events match better with MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53709
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775