]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fixed problem with Calltip tab not refreshing properly on Windows.
[wxWidgets.git] / docs / changes.txt
index 1fe5f262df5e4bdf9516695b9b6db6bdb6db3ea0..df860b7234b4a2b90e8c84f1999c5ffe3e8051c2 100644 (file)
@@ -33,6 +33,11 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
 - wxApp::SendIdleEvent() now takes 2 arguments
 - 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
+- wxChoice and wxCombobox now handle their size in the same way as in all the
+  other ports under MSW, new code is actually correct but different from weird
+  stuff they were doing before so the behaviour of your programs might change
 
 
 DEPRECATED METHODS SINCE 2.4.x
@@ -68,8 +73,8 @@ versions, please update your code to not use them.
 OTHER CHANGES
 =============
 
-2.5.1/2.5.2
------------
+2.5.1
+-----
 
 All:
 
@@ -122,6 +127,10 @@ All (GUI):
 - added wxStatusBar support to XRC (Brian Ravnsgaard Riis)
 - wxMenu::Append and etc. return a pointer to the wxMenuItem that was
   added or inserted, or NULL on failure.
+- 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:
 
@@ -140,8 +149,14 @@ wxMSW:
 - wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event
   should now pass the correct value even if the handler for
   wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection
-- wxFileDialog now returns correct filter index for multiple-file
-  dialogs
+- wxFileDialog now returns correct filter index for multiple-file dialogs
+- added wxTextCtrl::HitTest()
+- experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
+- fixed several bugs in wxNotebook with wxNB_MULTILINE style
+- accelerators are now initially hidden if appropriate (Peter Nielsen)
+- background colour of a wxComboBox may now be set
+- fixed wxListCtrl::GetItemText/BackgroundColour()
+- Esc can now be used to close menus in the dialogs (Hartmut Honisch)
 
 wxGTK:
 
@@ -152,6 +167,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: