]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Add wxMSW_CONV_LPCTSTR() and related macros and use them in wxBase.
[wxWidgets.git] / docs / changes.txt
index 709dc588664242499f14db0dfa1d6849fe340912..01526ba6a9b02cd4ffcd567ab730b88ba2883856 100644 (file)
@@ -505,6 +505,11 @@ Major new features in this release
 2.9.4:
 ------
 
+INCOMPATIBLE CHANGES SINCE 2.9.3
+
+- wxDataViewListCtrl doesn't delete its client data any more for compatibility
+  with wxListCtrl, use full wxDataViewCtrl if you don't need compatibility.
+
 All:
 
 - Added wxLogFormatter to allow customizing wxLog output (Sébastien Gallou).
@@ -517,9 +522,11 @@ All:
 - Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot).
 - Fix deadlock due to too many events in Unix console apps (Lukasz Michalski).
 - Added wxDir::GetNameWithSep().
+- Allow unloading wxPluginLibrary objects in any order (manyleaves).
 
 All (GUI):
 
+- Add wxGrid::Render() for printing wxGrid (John Roberts).
 - Added strike-through support to wxFont (Igor Korot).
 - Add support for horizontal mouse wheel events to MSW and GTK (Lauri Nurmi).
 - Fix infinite loop in wxHtmlEasyPrinting when trying to page break images
@@ -548,6 +555,12 @@ All (GUI):
 - Added wxAcceleratorEntry::ToRawString() (Armel Asselin).
 - Added wxDataViewEvent::SetDragFlags() and GetDropEffect() (Friedrich).
 - Added support for fields and virtual attributes to wxRichTextCtrl.
+- Added custom text and dimension scaling to wxRichTextCtrl.
+- Added pixel font size capability to wxTextAttr and wxRichTextCtrl.
+- Fully implement wxStyledTextCtrl::PositionToXY() (troelsk).
+- Added wxDataViewListCtrl::{Set,Get}ItemData().
+- Added wxDataViewListCtrl::GetItemCount() (Kry).
+- Added support for Korean Johab and Vietnamese encodings (jank9201).
 
 GTK:
 
@@ -556,6 +569,7 @@ GTK:
 - Implement wxDirDialog::Create() and wxFileDialog::Create() (vinayakgarg).
 - Fix const methods display in assert dialog (vinayakgarg).
 - Implement native tab art for wxAUI (Jens Lody and Teodor Petrov).
+- Fix pasting large amounts of text (Bradley Hawkins).
 
 MSW:
 
@@ -573,11 +587,13 @@ MSW:
 - Fix handling of composite windows in wxToolTip (Armel Asselin).
 - Add VT_I8 support to wxAutomationObject (PB).
 - Fix wxListbook size calculations to avoid spurious scrollbars.
+- Fix non-GUI code compilation with wxUSE_UNICODE_UTF8 (Kolya Kosenko).
 
 OSX:
 
 - Provide native implementations of wxDatePickerCtrl and wxTimePickerCtrl.
 - Fix handling of positional parameters in wxPrintf() &c (David Connet).
+- Implement wxStackWalker.
 
 Univ: