ChangeSet ID: 11460
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/12 14:24:50
Modified files:
dlls/msacm : stream.c pcmconverter.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
Fixed bug where interpolation is done with data past end of buffer. A
proper fix would be to project the last sample based on the previous
two but that requires significant changes.
Added TRACE and WARN where needed.
Patch: http://cvs.winehq.org/patch.py?id=11460
Old revision New revision Changes Path
1.15 1.16 +58 -12 wine/dlls/msacm/stream.c
1.17 1.18 +186 -30 wine/dlls/msacm/pcmconverter.c
ChangeSet ID: 11459
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/12 14:24:05
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Add support for a toolbar global iListGap.
- Make TOOLBAR_CalcToolbar and TOOLBAR_DrawButton not rely on "magic
numbers" and calculate sizes and positions more like native.
Patch: http://cvs.winehq.org/patch.py?id=11459
Old revision New revision Changes Path
1.162 1.163 +52 -45 wine/dlls/comctl32/toolbar.c