]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
removed dll export declaration for wxCStrData: it's unneeded because the class is...
[wxWidgets.git] / docs / changes.txt
index 212e6e800c392253c24db46dc2dd6bf2b86ed6a6..8a7f67d72e72acbebffc67848fc3911c57d20c5a 100644 (file)
@@ -8,6 +8,9 @@ INCOMPATIBLE CHANGES SINCE 2.8.x
 Changes in behaviour not resulting in compilation errors, please read this!
 ---------------------------------------------------------------------------
 
+- Default location of wxFileConfig files has changed under Windows, you will
+  need to update your code if you access these files directly.
+
 Changes in behaviour which may result in compilation errors
 -----------------------------------------------------------
 
@@ -65,6 +68,8 @@ All:
 
 All (GUI):
 
+- Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron)
+- Added support for labels for toolbar controls (Vince Harron)
 - Added wxEventBlocker class (Francesco Montorsi).
 - Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi).
 - Added wxSizerFlags::Top() and Bottom().
@@ -114,6 +119,10 @@ wxMSW:
 
 - Fixed wxFileName::GetSize() for large files
 
+wxGTK:
+
+- Fixed handling of accelerators using PageUp/Down keys
+
 
 2.8.2
 -----