ChangeSet ID: 8921
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/05 14:21:38
Modified files:
dlls/wininet : wininet.spec urlcache.c Makefile.in
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Documentation of the index.dat files.
- Read support for "Temporary Internet Files".
- Limited write support for "Temporary Internet Files" (provided file
does not need enlarging).
- Delete support (untested on anything other than Temporary Internet
Files).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8921
Old revision New revision Changes Path
1.42 1.43 +9 -5 wine/dlls/wininet/wininet.spec
1.10 1.11 +1426 -68 wine/dlls/wininet/urlcache.c
1.22 1.23 +1 -1 wine/dlls/wininet/Makefile.in
ChangeSet ID: 8918
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/05 14:18:58
Modified files:
dlls/d3d8 : stateblock.c device.c d3d8_private.h
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Only reapply the texture states necessary when a different texture
gets bound to the same texture unit.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8918
Old revision New revision Changes Path
1.8 1.9 +1 -1 wine/dlls/d3d8/stateblock.c
1.77 1.78 +70 -15 wine/dlls/d3d8/device.c
1.42 1.43 +5 -1 wine/dlls/d3d8/d3d8_private.h
ChangeSet ID: 8916
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/05 14:17:40
Modified files:
objects : font.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Use same formula to convert from device to logical units as everywhere
else.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8916
Old revision New revision Changes Path
1.103 1.104 +2 -4 wine/objects/font.c
ChangeSet ID: 8912
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/05 13:31:02
Modified files:
dlls/wininet : http.c
Log message:
David Hammerton <david(a)transgaming.com>
Added support for http-POST (well, any kind of http request that sends
data in the lpOptional field).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8912
Old revision New revision Changes Path
1.38 1.39 +41 -3 wine/dlls/wininet/http.c