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 |
|
Vadim Zeitlin
|
4081eb6fe2
|
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
|
2008-05-29 16:58:59 +00:00 |
|
Stefan Csomor
|
cbb4085001
|
adding lowlevel hook to listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 14:13:45 +00:00 |
|
Stefan Csomor
|
9f728f8dba
|
adding lowlevel hook to listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 14:11:45 +00:00 |
|
Robert Roebling
|
671600d808
|
Create own entry for default constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 14:10:52 +00:00 |
|
Vadim Zeitlin
|
b0fa01cca2
|
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
|
2008-05-29 13:35:52 +00:00 |
|
Vadim Zeitlin
|
fe267c2fad
|
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
|
2008-05-29 13:28:05 +00:00 |
|
Michael Wetherell
|
838bfb19e0
|
New devs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 08:42:43 +00:00 |
|
Paul Cornett
|
aac7dbf3aa
|
remove unused/unneeded menuitem cruft
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 04:41:37 +00:00 |
|
Paul Cornett
|
9a2183c900
|
remove obsolete file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 04:27:00 +00:00 |
|
Paul Cornett
|
efebabb7ff
|
mark long-deprecated ctor as such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-29 04:26:29 +00:00 |
|
Vadim Zeitlin
|
cd431efcdf
|
fix MSVC /Wp64 warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-28 23:58:15 +00:00 |
|
Vadim Zeitlin
|
1033a7cc58
|
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
|
2008-05-28 12:47:27 +00:00 |
|
Vadim Zeitlin
|
b6db2d145a
|
remove unused onsolete response files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-28 12:30:54 +00:00 |
|
Robin Dunn
|
fa34bc5331
|
Add wxWebKitNewWindowEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-28 06:33:46 +00:00 |
|
Paul Cornett
|
e828d3fc80
|
fix leak introduced by r53753
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-28 06:15:35 +00:00 |
|
Vadim Zeitlin
|
7ead384579
|
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
|
2008-05-27 23:21:29 +00:00 |
|
Vadim Zeitlin
|
575cabba69
|
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
|
2008-05-27 22:48:54 +00:00 |
|
Vadim Zeitlin
|
0411a5f92a
|
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
|
2008-05-27 18:07:13 +00:00 |
|
Vadim Zeitlin
|
1224c6ee60
|
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
|
2008-05-27 18:02:51 +00:00 |
|
Vadim Zeitlin
|
fd8a001266
|
add build/msw/wx_stc.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 18:00:26 +00:00 |
|
Vadim Zeitlin
|
65d990fb21
|
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
|
2008-05-27 16:38:12 +00:00 |
|
Vadim Zeitlin
|
ae1675944b
|
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
|
2008-05-27 16:35:13 +00:00 |
|
Vadim Zeitlin
|
2d7388d3e8
|
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
|
2008-05-27 16:34:50 +00:00 |
|
Vadim Zeitlin
|
5377e4e707
|
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
|
2008-05-27 16:33:12 +00:00 |
|
Václav Slavík
|
f94d33c584
|
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
|
2008-05-27 16:28:28 +00:00 |
|
Vadim Zeitlin
|
a0d6f21464
|
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
|
2008-05-27 16:26:11 +00:00 |
|
Vadim Zeitlin
|
66930b351f
|
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
|
2008-05-27 16:17:16 +00:00 |
|
Vadim Zeitlin
|
d4885e10dd
|
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
|
2008-05-27 16:00:22 +00:00 |
|
Vadim Zeitlin
|
a284cce85f
|
recognize Vista by name in wxGetOsDescription()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 15:48:23 +00:00 |
|
Robert Roebling
|
8cfcbf703d
|
Fix links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 10:37:00 +00:00 |
|
Robert Roebling
|
516d86de20
|
Minor doc update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 10:24:04 +00:00 |
|
Robert Roebling
|
e78c1d7855
|
Native wxBitmapComboBox patch for GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 10:17:56 +00:00 |
|
Robert Roebling
|
7a04b64409
|
Clear columns on destruction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 09:52:26 +00:00 |
|
Robert Roebling
|
c6714d3823
|
Minor wxList clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 09:43:24 +00:00 |
|
Robert Roebling
|
ef11ea71bb
|
Use wxList::DeleteContents() to delete columns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 09:26:09 +00:00 |
|
Robert Roebling
|
b3a3c9d82c
|
Use wxList::DeleteContents() to delete columns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 09:19:41 +00:00 |
|
Robert Roebling
|
1afad0ac74
|
Reapply wxWeakRef patch again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 09:17:56 +00:00 |
|
Robert Roebling
|
3e040a2981
|
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
|
2008-05-27 08:53:48 +00:00 |
|
Stefan Csomor
|
47c1bb9515
|
fixing arc filling for angles > 180
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-27 04:49:30 +00:00 |
|
Paul Cornett
|
afd83fb797
|
fix removing menu item, ticket 3387
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-26 17:28:41 +00:00 |
|
Robert Roebling
|
1c340cc6a4
|
Removed more //@ groups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-26 11:41:07 +00:00 |
|
Robert Roebling
|
6d95e7bef0
|
Ticket #9493: interface-string-asterisk.patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-26 11:17:08 +00:00 |
|
Robert Roebling
|
962fb6d22e
|
Various minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-26 07:49:54 +00:00 |
|
Robert Roebling
|
7adc2e2ea1
|
Minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-26 07:33:59 +00:00 |
|
Kevin Ollivier
|
c88d91ba07
|
(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
|
2008-05-25 21:54:32 +00:00 |
|
Kevin Ollivier
|
c489cc51e9
|
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
|
2008-05-25 21:48:39 +00:00 |
|