]> git.saurik.com Git - wxWidgets.git/commitdiff
wxWave->wxSound, Unix wxSound improvements
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Feb 2004 14:13:24 +0000 (14:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 2 Feb 2004 14:13:24 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 9b111d4578cce3bacf0a1bd26f41ac1681285430..c317564c1c6f76de5220a34e7040c7263af206dd 100644 (file)
@@ -62,6 +62,7 @@ versions, please update your code to not use them.
 - wxHashTable::Next: use wxHashTable::Node* or
                      wxHashTable::compatibility_iterator to store the return
                      value
+- wxWave class; use wxSound instead
 
 
 OTHER CHANGES
@@ -95,6 +96,7 @@ All:
 - added overloaded constructors and Create() methods taking wxArrayString
   for wxChoice, wxComboBox, wxListBox, wxRadioBox, wxCheckListBox,
   wxSingleChoiceDialog, wxMultipleChoiceDialog
+- renamed wxWave class to wxSound
 
 All (GUI):
 
@@ -165,7 +167,9 @@ wxHTML:
 
 Unix:
 
-- Added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
+- added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
+- implemented asynchronous playback in wxSound and added SDL backend in
+  addition to existing OSS one
 
 
 2.5.0