Commit Graph

52 Commits

Author SHA1 Message Date
Maarten Lankhorst 0dc5bab1c9 winecfg: Only initialise the audio drivers once. 2010-06-21 12:19:42 +02:00
Alexandre Julliard d57ab26840 winecfg: Fix pointer truncation in audio setup. 2010-06-14 14:14:16 +02:00
Gerald Pfeifer a8acdac780 winecfg: Remove variable lRes which is not really used from configureAudioDriver. 2010-05-14 11:05:04 +02:00
Maarten Lankhorst 58f67036ba winecfg: Hide basic and normal acceleration options by default.
There's not really a good reason for them to be visible. The only 
options that are effective are emulation, which pipes through waveout 
and >= basic, which pipes through the accelerated path.
2009-08-06 12:23:44 +02:00
Maarten Lankhorst 4e046a6759 winecfg: Remove 'emulation' driver option. 2009-08-06 12:22:36 +02:00
Francois Gouget 7eac467258 winecfg: Use Win32 APIs instead of strdup(). 2009-05-13 12:45:36 +02:00
Kirill K. Smirnov 95366238a0 winecfg/audio: Properly terminate an empty list of drivers. 2008-12-04 12:18:58 +01:00
Kirill K. Smirnov 1482006fb5 winecfg/audio: Simplify removeDriver() function. 2008-11-26 13:41:40 +01:00
Kirill K. Smirnov d540cf3c80 winecfg/audio: Fix uninitialized variable. 2008-11-26 13:40:03 +01:00
Vitaliy Margolen 82a7eb7614 winecfg: Remove mostly unused properties.h. 2008-05-19 14:04:23 +02:00
Michael Stefaniuc d35e57732e winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call. 2007-12-07 14:52:42 +01:00
Maarten Lankhorst d322d63b10 winmm: Set default sound driver to alsa,oss,coreaudio. 2007-10-09 17:52:46 +02:00
EA Durbin 70c20d7d4e winecfg: Implement audio test. 2007-09-26 12:15:14 +02:00
Maarten Lankhorst aaa9e41fdf dsound: Change default bpp and sample frequency to be better for the ears. 2007-09-11 12:33:56 +02:00
Maarten Lankhorst a9355f2b16 winecfg: Close audio driver when not needed any more. 2007-04-12 16:17:57 +02:00
Maarten Lankhorst e97a5e7879 winearts.drv: Kill off winearts. 2007-04-04 22:09:16 +02:00
Steven Edwards 8c62cbfa4e winecfg: Add a button for audio test. 2007-04-04 12:45:17 +02:00
Alexandre Julliard 9385309461 winecfg: Don't try to load the arts driver, the arts library is too buggy. 2006-11-21 12:13:27 +01:00
Frank Richter 3713f49dfa winecfg: audio: Use strings from resources. 2006-08-21 12:30:13 +02:00
Andrew Talbot f99d84b0c6 winecfg: Write-strings warnings fix. 2006-07-10 11:48:43 +02:00
Mike McCormack 71a69dd817 winecfg: Make some pointer casts win64 compliant. 2006-06-06 11:29:32 +02:00
Emmanuel Maillard 81b5450cff winecfg: Add CoreAudio to audio drivers list. 2006-06-02 11:21:36 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Michael Stefaniuc a87520036f janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
2006-05-10 11:31:41 +02:00
Robert Reif 6f4e208321 winecfg: Fix audio crash when no drivers are available. 2006-05-08 14:49:58 +02:00
Robert Reif a76023f02a winecfg: Add default dsound sample rate and bits per sample. 2006-04-08 15:49:10 +02:00
Mike McCormack d5816d2202 Remove some unnecessary uses of windowsx.h 2006-03-18 18:04:51 +01:00
Mike McCormack e06b046f59 winecfg: Fix a typo (LVM_ -> TVM_). 2006-03-04 17:40:40 +01:00
Mike McCormack abfc9b8c27 winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros. 2006-03-03 13:19:09 +01:00
Mike McCormack 55303936b6 winecfg: Tidy up included headers.
Get rid of the barely used properties.c.
2006-01-19 11:55:01 +01:00
Robert Reif 35a92c86d5 winecfg: Use hourglass cursor when opening audio drivers.
Misbehaving drivers can take a while to open so change to the hour
glass cursor when opening them.
2005-12-26 12:55:40 +01:00
Robert Reif 9f34fd3787 winecfg: Select an audio driver on fresh install. 2005-12-21 20:07:56 +01:00
Robert Reif f0c55e7d52 winecfg: Use sound tree view for driver selection.
- Move driver selection and configuration into tree view.
- Only show loadable drivers.
2005-12-17 12:30:06 +01:00
Eric Pouech e7ecbe4228 winecfg: Simplified module handling code. 2005-12-13 11:12:24 +01:00
Mike McCormack b555e91e80 winecfg: Fix compilation on gcc 2.95 (no nameless unions). 2005-12-08 11:57:44 +01:00
Robert Reif f6a7b6b59a winecfg: Added support for auto detecting all drivers by attempting to
open them.
2005-12-07 13:07:30 +01:00
Robert Reif 1758ba6c6d winecfg: Show all sound card drivers and their devices. 2005-12-07 12:50:52 +01:00
Vijay Kiran Kamuju bdcdd37aa8 Show detected audio drivers in autodetect. 2005-11-03 19:31:45 +00:00
Peter Åstrand 7a15eb9318 Implemented an Esound driver. 2005-08-03 15:53:26 +00:00
Raphael Junqueira 8d9d1fb17b Add some basic dsound configuration on Audio panel. 2005-07-11 10:24:28 +00:00
Francois Gouget 971f47e521 Remove unneeded casts. 2005-06-30 18:09:00 +00:00
Robert Reif 8881284373 - Add an audio configure button with code to display the selected
audio driver's configure dialog.
- Add an audio control panel launch button.
2005-06-28 19:12:52 +00:00
Andreas Mohr e452c24654 Constify all needlessly non-const winecfg structs. 2005-06-27 09:48:06 +00:00
Michael Jung 3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Alexandre Julliard 1cfdb0fd9d Moved the audio driver configuration to HKCU\Software\Wine\Drivers and
changed it a bit to follow the model of the graphics driver.
2005-06-20 18:35:57 +00:00
Alexandre Julliard 6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Paul van Schayck 654a00415d Change detection order to: OSS-ALSA-ARTS-JACK. 2005-02-16 17:51:37 +00:00
Dmitry Timoshkov 39f960bdfa - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.
2005-02-15 21:51:06 +00:00
Crestez Leonard 3e55df3925 Fix add application (memory error).
Fix apply button lighting up in audio tab.
Fix video tab(crash when checking desktop, apply button not lighting
up.
Deal with invalid Desktop registry value in video tab.
Fix apply button in libraries tab.
Cleaned up and documented all the conversions in the libraries tab.
2005-01-14 19:48:41 +00:00