ChangeSet ID: 8923
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/06 17:05:11
Modified files:
dlls/comctl32 : trackbar.c
Log message:
Duane Clark <dclark(a)akamail.com>
Oops, back to hard coding initial thumb size until we figure out how
it really should work.
Fix the channel size/selection range for the TBS_ENABLESELRANGE
style.
One pixel tweaks in several spots.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8923
Old revision New revision Changes Path
1.51 1.52 +35 -28 wine/dlls/comctl32/trackbar.c
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