]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
compilation fix for non-debug build
[wxWidgets.git] / docs / changes.txt
index 6011a90ec543dc2bc432f81836247f29a38d14cd..64bfe5d23900898ed58bb17ba4ff0a85b4eca65e 100644 (file)
@@ -2,6 +2,19 @@
 wxWidgets 2.5 Change Log - For more verbose changes, see the manual
 -------------------------------------------------------------------
 
+2.5.5
+-----
+
+All:
+
+- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
+  GetBitmap is renamed GetBitmapPtr.
+
+wxPalmOS:
+
+- native wxRadioBox implementation
+
+
 2.5.4
 -----
 
@@ -47,10 +60,13 @@ All:
 - Changed calculation of scrolling area to not clip away some bits
   due to a rounding error.
 - Changed GetVirtualSize() to return client size by default until
-  SetVirtualSize() gets called. From then on it will only return
-  that.
+  SetVirtualSize() gets called. From then on it will only return that.
 - Various changes to how wxListCtrl and wxTreeCtrl react to right
   mouse clicks and left mouse click for starting a drag operation.
+- "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):
@@ -70,6 +86,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: