ChangeSet ID: 1012938294509500732645392
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:54
Modified files:
files : profile.c
Log message:
Gerhard Gruber <sparhawk(a)gmx.at>
WritePrivateProfileSection should allow to create duplicate keys
because it takes the buffer as it is without any modifications.
Patch: http://cvs.winehq.com/patch.py?id=1012938294509500732645392
Revision Changes Path
1.64 +24 -19 wine/files/profile.c
ChangeSet ID: 1012938271144199610222131
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:31
Modified files:
dlls/x11drv : scroll.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In X11DRV_ScrollDC only move pixels that are within the clip
rectangle, before and after they are scrolled.
Patch: http://cvs.winehq.com/patch.py?id=1012938271144199610222131
Revision Changes Path
1.6 +14 -19 wine/dlls/x11drv/scroll.c
ChangeSet ID: 1012938247679096970241517
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 14:44:07
Modified files:
objects : palette.c
Log message:
Dave Hawkes <daveh-wine(a)cadlink.com>
Fix for GetNearestColor so it returns the true color rather than the
system palette if the device does not support a palette.
Patch: http://cvs.winehq.com/patch.py?id=1012938247679096970241517
Revision Changes Path
1.41 +3 -0 wine/objects/palette.c
ChangeSet ID: 101293248281190397683531
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 13:08:02
Modified files:
dlls/comctl32 : updown.c
Log message:
Dimitrie O. Paun <dimi(a)cs.toronto.edu>
Various cleanups:
- get rid of the static data member
- pass the infoPtr around instead of the hwnd
- fix indentatin/style a bit to make it consistent with the rest of
the file.
Patch: http://cvs.winehq.com/patch.py?id=101293248281190397683531
Revision Changes Path
1.34 +139 -167 wine/dlls/comctl32/updown.c
ChangeSet ID: 1012932424763389070052654
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/05 13:07:04
Modified files:
dlls/user : text.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Split the path and word/end ellipsification out of the main function
and do them thoroughly. The existing method would be incorrect where
tabs were involved and in some kerning situations.
Patch: http://cvs.winehq.com/patch.py?id=1012932424763389070052654
Revision Changes Path
1.23 +219 -92 wine/dlls/user/text.c