X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e76b35d73fb5a043fd39af266bd452a6e20a861..28a4fe4b50baf341d7f86315db0709a5fc74a6bf:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ebac708f26..7554eb47e5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -34,6 +34,7 @@ INCOMPATIBLE CHANGES SINCE 2.4.x - wxTabView::GetLayers() changed return type from wxList& to wxTabLayerList& (when WXWIN_COMPATIBILITY_2_4 == 0) - wxID_SEPARATOR (id used for the menu separators) value changed from -1 to -2 +- wxGetNumberFromUser() is now in separate wx/numdlg.h, not wx/textdlg.h DEPRECATED METHODS SINCE 2.4.x @@ -126,6 +127,7 @@ All (GUI): - using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate new id - added option to generate C++ headers to wxrc utility (Eduardo Marques) - added wxDC::DrawPolyPolygon() for MSW/PS (Carl-Friedrich Braun) +- wxBufferedDC now allows to preserve the background and is documented wxMSW: @@ -146,6 +148,7 @@ wxMSW: wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection - wxFileDialog now returns correct filter index for multiple-file dialogs - added wxTextCtrl::HitTest() +- experimental wxURL implementation using WinInet functions (Hajo Kirchhoff) wxGTK: @@ -156,6 +159,7 @@ wxGTK: - use same average character width as other ports when calculating dialog units - fixed mouse wheel handling under GTK2 (Hugh Fisher) - wxNotebook::HitTest() implemented (Daniel Lundqvist) +- memory leaks fixes in wxFileDialog (John Labenski) wxMac: