Updated changes list after int/size_t unsigned int.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
027d45e8fc
commit
894b93d3ba
@ -44,7 +44,6 @@ All:
|
|||||||
- Added support for wxLongLong in wx stream classes (Mark Junker).
|
- Added support for wxLongLong in wx stream classes (Mark Junker).
|
||||||
- wxSOCKET_REUSEADDR can be used with wxSocketClient.
|
- wxSOCKET_REUSEADDR can be used with wxSocketClient.
|
||||||
- Overloaded Connect() and SetLocal() methods for binding to local address/port.
|
- Overloaded Connect() and SetLocal() methods for binding to local address/port.
|
||||||
- All GetCount() methods now return unsigned int and not int
|
|
||||||
- Albanian translation added (Besnik Bleta)
|
- Albanian translation added (Besnik Bleta)
|
||||||
- Assert messages now show the function in which assert failed
|
- Assert messages now show the function in which assert failed
|
||||||
- wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
|
- wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
|
||||||
@ -104,6 +103,7 @@ All (GUI):
|
|||||||
- More than one filter allowed in in wxDocTemplate filter.
|
- More than one filter allowed in in wxDocTemplate filter.
|
||||||
- Added wxListBox::HitTest().
|
- Added wxListBox::HitTest().
|
||||||
- Added wxDisplay::GetClientArea().
|
- Added wxDisplay::GetClientArea().
|
||||||
|
- Indices and counts in wxControlWithItems derived API are unsigned.
|
||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user