Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / unix / sound.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-03-12  Vadim Zeitlindon't require at least 8 bytes of sound data (patch...
2006-03-07  Vadim Zeitlinfixed memory leaks in case of errors during file load...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Vadim Zeitlinsigned/unsigned comparison warning
2005-09-17  Vadim Zeitlinadded wx_truncate_cast and use it (sometimes instead...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-11  Robin DunnChanged the OSS backend to detect if the DSP requires...
2004-03-11  Václav Slavíktry SDL backend before OSS, it works better (temporary...
2004-02-19  Robert Roebling Compile fix for sound without threads. Not sure
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav SlavíkAPI and code changes to allowing stopping playback
2004-02-01  Václav Slavíkadded support for async playback to Unix implementation...