wined3d: Move valid_rt_mask to wined3d_d3d_info.
[wine] / programs / winecfg / audio.c
2012-01-20  Alexandre Julliardwinecfg: Avoid Unicode macros.
2011-11-01  Andrew Eikumwinecfg: Play test sound asynchronously.
2011-10-28  Andrew Eikumwinecfg: Don't reload winmm for each audio test.
2011-10-17  Marcus Meissnerwinecfg: Added missing break (Coverity).
2011-10-05  Andrew Eikumwinecfg: Allow user to select default audio devices.
2011-10-05  Andrew Eikumwinecfg: Reload winmm for each sound test.
2011-09-27  Andrew Eikumwinecfg: Replace DirectSound settings with Driver Diagn...
2011-09-01  Andrew Eikumwinecfg: Remove driver selection from Audio tab.
2011-07-15  Andrew Eikumwinejack.drv: Remove unused WinMM driver.
2011-07-15  Andrew Eikumwineesd.drv: Remove unused WinMM driver.
2011-07-15  Andrew Eikumwinenas.drv: Remove unused WinMM driver.
2010-12-17  Michael Stefaniucwinecfg: Remove the support to configure the audioio...
2010-06-21  Maarten Lankhorstwinecfg: Only initialise the audio drivers once.
2010-06-14  Alexandre Julliardwinecfg: Fix pointer truncation in audio setup.
2010-05-14  Gerald Pfeiferwinecfg: Remove variable lRes which is not really used...
2009-08-06  Maarten Lankhorstwinecfg: Hide basic and normal acceleration options...
2009-08-06  Maarten Lankhorstwinecfg: Remove 'emulation' driver option.
2009-05-13  Francois Gougetwinecfg: Use Win32 APIs instead of strdup().
2008-12-04  Kirill K. Smirnovwinecfg/audio: Properly terminate an empty list of...
2008-11-26  Kirill K. Smirnovwinecfg/audio: Simplify removeDriver() function.
2008-11-26  Kirill K. Smirnovwinecfg/audio: Fix uninitialized variable.
2008-05-19  Vitaliy Margolenwinecfg: Remove mostly unused properties.h.
2007-12-07  Michael Stefaniucwinecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead...
2007-10-09  Maarten Lankhorstwinmm: Set default sound driver to alsa,oss,coreaudio.
2007-09-26  EA Durbinwinecfg: Implement audio test.
2007-09-11  Maarten Lankhorstdsound: Change default bpp and sample frequency to...
2007-04-12  Maarten Lankhorstwinecfg: Close audio driver when not needed any more.
2007-04-04  Maarten Lankhorstwinearts.drv: Kill off winearts.
2007-04-04  Steven Edwardswinecfg: Add a button for audio test.
2006-11-21  Alexandre Julliardwinecfg: Don't try to load the arts driver, the arts...
2006-08-21  Frank Richterwinecfg: audio: Use strings from resources.
2006-07-10  Andrew Talbotwinecfg: Write-strings warnings fix.
2006-06-06  Mike McCormackwinecfg: Make some pointer casts win64 compliant.
2006-06-02  Emmanuel Maillardwinecfg: Add CoreAudio to audio drivers list.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-08  Robert Reifwinecfg: Fix audio crash when no drivers are available.
2006-04-08  Robert Reifwinecfg: Add default dsound sample rate and bits per...
2006-03-18  Mike McCormackRemove some unnecessary uses of windowsx.h
2006-03-04  Mike McCormackwinecfg: Fix a typo (LVM_ -> TVM_).
2006-03-03  Mike McCormackwinecfg: Eliminate some gcc 4.1 warnings caused by...
2006-01-19  Mike McCormackwinecfg: Tidy up included headers.
2005-12-26  Robert Reifwinecfg: Use hourglass cursor when opening audio drivers.
2005-12-21  Robert Reifwinecfg: Select an audio driver on fresh install.
2005-12-17  Robert Reifwinecfg: Use sound tree view for driver selection.
2005-12-13  Eric Pouechwinecfg: Simplified module handling code.
2005-12-08  Mike McCormackwinecfg: Fix compilation on gcc 2.95 (no nameless unions).
2005-12-07  Robert Reifwinecfg: Added support for auto detecting all drivers...
2005-12-07  Robert Reifwinecfg: Show all sound card drivers and their devices.
2005-11-03  Vijay Kiran KamujuShow detected audio drivers in autodetect.
2005-08-03  Peter ÅstrandImplemented an Esound driver.
2005-07-11  Raphael JunqueiraAdd some basic dsound configuration on Audio panel.
2005-06-30  Francois GougetRemove unneeded casts.
2005-06-28  Robert Reif- Add an audio configure button with code to display...
2005-06-27  Andreas MohrConstify all needlessly non-const winecfg structs.
2005-06-23  Michael JungMade the registry cache more general.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-13  Alexandre JulliardChanged registry access functions to use more meaningfu...
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-02-16  Paul van SchayckChange detection order to: OSS-ALSA-ARTS-JACK.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-01-14  Crestez LeonardFix add application (memory error).
2004-09-28  Mike Hearn- rewrite the transaction system to be based on a setti...
2004-01-20  Chris MorganAdd audio tab with first pass at autodetection of audio...