ChangeSet ID: 5881
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 13:20:05
Modified files:
programs/winhelp: winhelp.h winhelp.c hlpfile.h hlpfile.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Improved a bit link handling (a few more link types loaded from file
and support for link to a macro).
Patch: http://cvs.winehq.com/patch.py?id=5881
Old revision New revision Changes Path
1.5 1.6 +1 -7 wine/programs/winhelp/winhelp.h
1.15 1.16 +37 -18 wine/programs/winhelp/winhelp.c
1.3 1.4 +4 -3 wine/programs/winhelp/hlpfile.h
1.10 1.11 +57 -40 wine/programs/winhelp/hlpfile.c
ChangeSet ID: 5877
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/19 14:26:17
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not create a range list for an empty range.
Patch: http://cvs.winehq.com/patch.py?id=5877
Old revision New revision Changes Path
1.261 1.262 +2 -2 wine/dlls/comctl32/listview.c
ChangeSet ID: 5876
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/19 14:25:41
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Store the entire format bitmap in the column info.
Rewrite GetColumnT to take advantage of that.
Related cleanups, and simplifications.
Patch: http://cvs.winehq.com/patch.py?id=5876
Old revision New revision Changes Path
1.260 1.261 +30 -70 wine/dlls/comctl32/listview.c