ChangeSet ID: 1011126576170406183693558
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/15 15:29:36
Modified files:
dlls/user : text.c
Log message:
Bill Medland <medbi01(a)accpac.com>
First stage of DrawText upgrade.
- Rearrange code into three distinct areas; DrawText, GrayString,
TabbedText.
- Remove unused macros.
- Modify treatment of Tab arguments to fit with observed behaviour.
e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
setting from the flags. Also only uses bits 15 to 8, not the
higher bits.
Patch: http://cvs.winehq.com/patch.py?id=1011126576170406183693558
Revision Changes Path
1.18 +75 -43 wine/dlls/user/text.c
ChangeSet ID: 1011126432860093529801816
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/15 15:27:12
Modified files:
controls : combo.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In CBPaintText use the text size as returned by LB_GETTEXT. The size
returned by LB_GETTEXTLEN may be too large.
Patch: http://cvs.winehq.com/patch.py?id=1011126432860093529801816
Revision Changes Path
1.80 +2 -1 wine/controls/combo.c
ChangeSet ID: 1011126388250663494225591
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/15 15:26:28
Modified files:
dlls/winsock : socket.c
Log message:
Michael C. Maggio <voyager(a)voyd.net>
Code used AF_IPX in some places where it should have used WS_AF_IPX.
Patch: http://cvs.winehq.com/patch.py?id=1011126388250663494225591
Revision Changes Path
1.77 +3 -3 wine/dlls/winsock/socket.c