]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Escape some _.
[wxWidgets.git] / docs / changes.txt
index 7c6c222099fc8e9fa060435a0f09b15397d7679d..a7052afe193d64adfd5413fb7ada821d106cc8cb 100644 (file)
@@ -11,17 +11,32 @@ OTHER CHANGES
 2.5.0
 -----
 
-Unix:
-
-- fixed compilation on systems with zlib installed but < 1.1.3 version
-
 All:
 
-- Implemented GetEditControl for wxGenericTreeCtrl (Peter
-  Stieber)
+- Implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
 - Improved contrib/utils/convertrc parsing (David J. Cooke)
 - Fixed handling of URLs and filenames in wxFileSystem
 - Implemented alignment for wxGrid bool editor and renderer
+- Support wxListCtrl columns alignment for all platforms and not just MSW
+- Added wxDateSpan::operator==() and !=() (Lukasz Michalski)
+
+Unix:
+
+- fixed compilation on systems with zlib installed but < 1.1.3 version
+
+wxGTK:
+
+- fixed wxMenu::Remove (John Skiff and Benjamin Williams)
+- made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
+
+wxMSW:
+
+- possibility to use DIBs for wxBitmap implementation (Derry Bryson)
+- wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
+- support for accelerator keys in the owner drawn menus (Derry Bryson)
+- wxCaret::SetSize() doesn't hide the caret any longer as it used to
+- wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
+- fixed bug with wxTR_EDIT_LABELS not workign with wxTR_MULTIPLE
 
 OLD CHANGES
 ===========