ChangeSet ID: 10220
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/26 16:05:02
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Add support for TBSTYLE_EX_MIXEDBUTTONS.
- Add support for TBSTYLE_EX_HIDECLIPPEDBUTTONS.
- Replace 'magic numbers' with #define'd constants.
- Fix TBN_INITCUSTOMIZE.
- Add support for TBN_CUSTHELP and TBN_RESET.
- Fix TB_SETEXTENDEDSTYLE (it appears it should or the new style,
rather than set).
- Fix TB_SETSTYLE (this is meant to be for setting the control style,
not the button style).
Patch: http://cvs.winehq.com/patch.py?id=10220
Old revision New revision Changes Path
1.146 1.147 +82 -59 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 10218
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/26 16:03:59
Modified files:
dlls/comctl32 : treeview.c
Log message:
Ulrich Czekalla <ulrich(a)codeweavers.com>
Always recompute an item's text width in the case of text callbacks
and when its attributes change.
Patch: http://cvs.winehq.com/patch.py?id=10218
Old revision New revision Changes Path
1.135 1.136 +0 -3 wine/dlls/comctl32/treeview.c