ChangeSet ID: 7401
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/07 14:37:25
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed bug where the enable state of the output and input were not set
properly when doing full duplex.
Fixed bug where resetting the output would affect the capture when
doing full duplex.
Patch: http://cvs.winehq.com/patch.py?id=7401
Old revision New revision Changes Path
1.77 1.78 +87 -41 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 7400
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/07 14:36:47
Modified files:
dlls/dsound/tests: dsound.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed a bug where a capture device was used after it failed to open
due to a missing driver.
Added tests to try all possible combinations of sample rate, sample
size and mono/stereo.
Patch: http://cvs.winehq.com/patch.py?id=7400
Old revision New revision Changes Path
1.8 1.9 +70 -100 wine/dlls/dsound/tests/dsound.c
ChangeSet ID: 7398
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/07 14:35:31
Modified files:
dlls/comctl32 : listview.c
Log message:
Adam Gundy <arg(a)cyberscience.com>
When shifting the list's indices, we must not send notify messages if
we have to refocus. Item modification handlers are not supposed to be
called here.
Patch: http://cvs.winehq.com/patch.py?id=7398
Old revision New revision Changes Path
1.342 1.343 +15 -4 wine/dlls/comctl32/listview.c
ChangeSet ID: 7392
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/03/07 14:29:31
Modified files:
dlls/commdlg : filedlg95.c
Log message:
Adam Gundy <arg(a)cyberscience.com>
ArrangeCtrlPositions() did not cope correctly with a templated dialog
which has an extra 'preview' control to the right of the 'marker'
control.
FILEDLG95_Handle_GetFilePath() did not return the path - it wasn't
combining the path with the filename.
Patch: http://cvs.winehq.com/patch.py?id=7392
Old revision New revision Changes Path
1.89 1.90 +12 -4 wine/dlls/commdlg/filedlg95.c