Vadim Zeitlin
|
ff3e84ffdc
|
File/dir dialog styles and other changes (patch 1488371):
- check invalid combinations of styles in wxFileDialogBase::Create()
- use wxFD_XXX naming convention for wxFileDialog styles
- replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST
- removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code
- removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName
- renames wxDirDialogGTK to wxDirDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 23:32:12 +00:00 |
|
Vadim Zeitlin
|
fd0bab4353
|
use dynamic array for the page breaks positions (patch 1483976)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 22:56:28 +00:00 |
|
Vadim Zeitlin
|
b219a1a95b
|
added British spellings of the alignment flags (patch 1486478)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 22:37:04 +00:00 |
|
Vadim Zeitlin
|
234fedd2d3
|
added support for CMYK JPEGs loading (patch 1476078)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 20:08:39 +00:00 |
|
Vadim Zeitlin
|
a4f7b480c1
|
document that GetSubItemRect() is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 19:35:56 +00:00 |
|
Vadim Zeitlin
|
164a797204
|
added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 18:10:10 +00:00 |
|
Vadim Zeitlin
|
17e914373a
|
added wxHyperlinkCtrl (patch 1476781 from Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 17:41:09 +00:00 |
|
Vadim Zeitlin
|
e978011a40
|
delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 17:24:12 +00:00 |
|
Vadim Zeitlin
|
6a1b3ead3f
|
added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 17:17:02 +00:00 |
|
Vadim Zeitlin
|
7a828c7ffb
|
wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 15:18:15 +00:00 |
|
Vadim Zeitlin
|
6540132fa1
|
wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 13:51:34 +00:00 |
|
Mart Raudsepp
|
49b8ffac1a
|
The following methods appear to be new since 2.7.0 (from 64-bit stream patch):
wxLongLong& operator operator=(wxULongLong_t ll)
wxLongLong& operator operator=(long l)
wxLongLong& operator operator=(unsigned long l)
wxLongLong& operator operator=(const wxULongLong & ll)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 10:53:00 +00:00 |
|
Mart Raudsepp
|
b2458f311b
|
wxStringTokenizer::GetLastDelimiter is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 10:19:23 +00:00 |
|
Mart Raudsepp
|
a06ee28822
|
GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 10:12:57 +00:00 |
|
Mart Raudsepp
|
d6f2fae8e6
|
Underscore escaping fix from Angel Vidal Veiga
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 10:03:03 +00:00 |
|
Mart Raudsepp
|
e1d6cd9a03
|
\newsince{2.7.0} for GetMouseCursor with a note to GetCursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 09:47:08 +00:00 |
|
Mart Raudsepp
|
0376722f64
|
newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 09:41:52 +00:00 |
|
Mart Raudsepp
|
78b5edc517
|
Add \newsince{2.7.0} to GetAsString and Set(wxString&)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 09:29:53 +00:00 |
|
Mart Raudsepp
|
669b0c0a0b
|
Fix underscore escaping again (one obscure one left in wxmsw.tex)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 09:12:42 +00:00 |
|
Vadim Zeitlin
|
3032b7b5c2
|
moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-27 14:29:30 +00:00 |
|
Vadim Zeitlin
|
355debca06
|
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-27 14:09:40 +00:00 |
|
Włodzimierz Skiba
|
6e0f4664cc
|
Correct dll usage for wxDatePickerCtrl under WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-26 23:58:39 +00:00 |
|
Vadim Zeitlin
|
61d702d9e6
|
mention the addition of the clipboard events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-26 01:12:30 +00:00 |
|
Mart Raudsepp
|
93664d1bff
|
Typo fix (age -> page) and \texttt{NULL} -> \NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-24 23:23:19 +00:00 |
|
Włodzimierz Skiba
|
0a87ef19ce
|
wxToggleButton for wxUniv already introduced.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-24 09:42:25 +00:00 |
|
Julian Smart
|
f56e08c432
|
Documented wxUniv wxToggleButton addition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-23 20:36:14 +00:00 |
|
Vadim Zeitlin
|
8fa8d158bd
|
document that wxRenderer methods [are supposed to] preserve wxDC attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-22 22:03:42 +00:00 |
|
Julian Smart
|
77a1771911
|
Added Set/GetQuickBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-18 09:35:25 +00:00 |
|
Vadim Zeitlin
|
a57d600f1a
|
renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 22:57:40 +00:00 |
|
Vadim Zeitlin
|
d18135abbf
|
added documentation of common attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 13:05:37 +00:00 |
|
Mart Raudsepp
|
9689f522e5
|
Fix doc bug #1455621 - wxURI documentation has wrong include files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-16 11:53:35 +00:00 |
|
Kevin Hock
|
635f2bad90
|
Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-14 19:49:19 +00:00 |
|
Vadim Zeitlin
|
78c9181500
|
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-12 15:21:41 +00:00 |
|
Mart Raudsepp
|
b44f1ca20b
|
Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good
indication of what classes we have undocumented still.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-11 16:46:38 +00:00 |
|
Vadim Zeitlin
|
0bcb13b8ea
|
mention wxComboControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-08 23:47:26 +00:00 |
|
Vadim Zeitlin
|
c9c537e6b0
|
better Wait/Delete() docs (patch 1434085)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 22:40:19 +00:00 |
|
Vadim Zeitlin
|
f0545c140a
|
docs for Get/SetNativeFontInfoUserDesc() (part of patch 1481722)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 20:15:06 +00:00 |
|
Vadim Zeitlin
|
141d782d56
|
misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 20:10:11 +00:00 |
|
Vadim Zeitlin
|
ddca12cfd9
|
mention that Wait() relocks the mutex before returning (patch 1482390)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 17:29:16 +00:00 |
|
Vadim Zeitlin
|
3affcd078b
|
added wxString::EndsWith() (patch 1483049)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 17:27:52 +00:00 |
|
Vadim Zeitlin
|
9b2a74693e
|
allow to specify the value for unknown ids in GetXRCID() (patch 1448981)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 16:59:59 +00:00 |
|
Vadim Zeitlin
|
53ee60908a
|
added wxTextAttr::Merge (modified patch 1482719)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 16:16:25 +00:00 |
|
Vadim Zeitlin
|
9b7d3c0988
|
blank lines were ignored in multiline cell labels (replaces patch 1476165)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-06 15:33:23 +00:00 |
|
Vadim Zeitlin
|
caddf9b410
|
corrected wording of application shutdown logic description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-05 23:58:22 +00:00 |
|
Vadim Zeitlin
|
6f7b61759e
|
mention that timestamp is in ms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-05 19:37:41 +00:00 |
|
Vadim Zeitlin
|
4dfda526ef
|
mention that SetItemToolTip() is for wxMSW and wxGTK2 only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-04 23:31:47 +00:00 |
|
Vadim Zeitlin
|
d64ad2c7e1
|
added support for radiobox items tooltips in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-04 22:54:17 +00:00 |
|
Vadim Zeitlin
|
d5e20cd8d4
|
added brief wxRadioBox description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-04 16:17:55 +00:00 |
|
Vadim Zeitlin
|
c670c85582
|
added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-04 16:08:56 +00:00 |
|
Vadim Zeitlin
|
8b4b9395e0
|
documented GetPathWithSep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-03 13:12:41 +00:00 |
|