]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
wxBufferedDC changes
[wxWidgets.git] / docs / changes.txt
index ebac708f26362772f888ff2dbca28bb108e7d5e7..7554eb47e5609f1dc3bfcda080cea14e6d5d70d4 100644 (file)
@@ -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: