]> git.saurik.com Git - wxWidgets.git/history - src/unix/sound.cpp
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
[wxWidgets.git] / src / unix / sound.cpp
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...