]> git.saurik.com Git - wxWidgets.git/commitdiff
mention some more changes
authorRobert Roebling <robert@roebling.de>
Tue, 8 Jan 2008 11:01:26 +0000 (11:01 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 8 Jan 2008 11:01:26 +0000 (11:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index ce0a0cccbbf2735dc06cb7bb05764a649a94f75c..9228db687bf1e3e2c5684710eacaa9e41e82357a 100644 (file)
@@ -201,6 +201,8 @@ All:
   Linnakangas).
 - wxVariant::Unshare allows exclusive allocation of data that must be shared,
   if the wxVariantData::Clone function is implemented.
   Linnakangas).
 - wxVariant::Unshare allows exclusive allocation of data that must be shared,
   if the wxVariantData::Clone function is implemented.
+- Added wxWeakRef<T>, wxScopedPtr<T>, wxSharedPtr<T> class templates
+- Added wxVector<T> class templates
 
 All (Unix):
 
 
 All (Unix):
 
@@ -208,6 +210,7 @@ All (Unix):
 
 All (GUI):
 
 
 All (GUI):
 
+- Added wxDataViewCtrl class and helper classes
 - Added {wxTextCtrl,wxComboBox}::AutoComplete() and AutoCompleteFileNames()
 - Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty).
 - Added wxNotificationMessage class for non-intrusive notifications
 - Added {wxTextCtrl,wxComboBox}::AutoComplete() and AutoCompleteFileNames()
 - Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty).
 - Added wxNotificationMessage class for non-intrusive notifications
@@ -274,6 +277,7 @@ wxGTK:
 - Added support for colour cursors (Pascal Monasse).
 - Pass current control text to EVT_TEXT handler for wxSpinCtrl (John Ratliff).
 - Added gtk.tlw.can-set-transparency system option.
 - Added support for colour cursors (Pascal Monasse).
 - Pass current control text to EVT_TEXT handler for wxSpinCtrl (John Ratliff).
 - Added gtk.tlw.can-set-transparency system option.
+- Added support for GTK+ print backend
 
 wxMac:
 
 
 wxMac:
 
@@ -283,6 +287,7 @@ wxMac:
 - Allow accelerators to be used with buttons too (Ryan Wilcox).
 - Support resource forks in wxCopyFile() (Hank Schultz).
 - Implement wxLocale::GetInfo() using CFLocale
 - Allow accelerators to be used with buttons too (Ryan Wilcox).
 - Support resource forks in wxCopyFile() (Hank Schultz).
 - Implement wxLocale::GetInfo() using CFLocale
+- Added native wxCollapsiblePane
 
 wxMSW:
 
 
 wxMSW: