]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added wxUSE_DEBUGREPORT
[wxWidgets.git] / docs / changes.txt
index 2d49150533520e6936a36f2f30360feb1304eb34..4302f8ca010a24e04b7f6c0cb64a69bb633db643 100644 (file)
@@ -2,6 +2,36 @@
 wxWidgets 2.5 Change Log - For more verbose changes, see the manual
 -------------------------------------------------------------------
 
+2.5.5
+-----
+
+All:
+
+- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
+  user and password as in 2.5.4; wxURI::GetPassword() added
+- added wx_dynamic_cast() macro
+
+All (GUI):
+
+- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
+  GetBitmap is renamed GetBitmapPtr.
+- Added XPM data constructor to wxImage.
+- Added style parameter to wxBufferedDC to allow buffering just the client, or
+  the whole virtual area.
+
+Unix:
+
+- fixed build on Linux/AMD64
+
+wxGTK:
+
+- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
+
+wxPalmOS:
+
+- native wxRadioBox implementation
+
+
 2.5.4
 -----
 
@@ -53,6 +83,7 @@ All:
 - "Alt" key (VK_MENU) now results in WXK_ALT keyboard event, not WXK_MENU
 - wxFFile::ReadAll() now takes an optional wxMBConv parameter
 - wxCommandProcessor::MarkAsSaved() and IsDirty() added (Angela Wrobel)
+- added wxStackWalker and related classes (Win32 and some Unix versions only)
 
 
 All (GUI):
@@ -72,6 +103,9 @@ All (GUI):
 - wxProgressDialog accepts smooth gauge again (wxPD_SMOOTH style)
 - wxProgressDialog new style: wxPD_CAN_SKIP which provides skipping some parts
   of the progress (with new "Skip" button in dialog)
+- wxGenericListCtrl::SetItemState(-1) now changes the state of all items as
+  in wxMSW version (Gunnar Roth)
+- added wxImage::InitAlpha()
 
 Unix: