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
ChangeSet ID: 1012847803792775879614055
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/04 13:36:43
Modified files:
dlls/comctl32 : ipaddress.c
Log message:
François Gouget <fgouget(a)codeweavers.com>
Storing an IP address in a signed int results in bugs if it starts
with >=128.
Patch: http://cvs.winehq.com/patch.py?id=1012847803792775879614055
Revision Changes Path
1.19 +3 -2 wine/dlls/comctl32/ipaddress.c