]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Refactor initialization code in wxTopLevelWindowMSW::Create().
[wxWidgets.git] / docs / changes.txt
index dc440605b0585f2889f37e5ef7f39a5336495193..b853af9f334bad4e698f8d34d1b4acbdec54b16f 100644 (file)
@@ -408,6 +408,7 @@ All:
 All (GUI):
 
 - Added support for showing bitmaps in wxButton.
+- Added wxInfoBar.
 - Added support for corner, row and column headers renderers to wxGrid.
 - wxWindow::SetAutoLayout() now works for all windows, not just panels.
 - Support wxListCtrl columns, items and image lists in XRC (Kinaou HervĂ©).
@@ -449,10 +450,12 @@ All (GUI):
 GTK:
 
 - wxRadioBox constructor uses default consistent with other ports now.
+- Partially implemented wxTextCtrl::GetStyle() (Igor Romanov).
 - Corrected themed border display.
 
 Mac:
 
+- Implement wxWindow::ShowWithEffect() in wxOSX/Cocoa.
 - Correct min/max pages display in the print dialog (Auria).
 
 MSW: