ChangeSet ID: 101580907967623834179631
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/03/10 19:11:19
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Add scaffolding for TB_{GET|SET}PADDING.
- Replace wrong test for CCS_VERT with correct test for undocumented
TBSTYLE_EX_ style 0x04.
- Add support for undocumented TB_SETBUTTONSIZE where the size is
zero, sets to default value.
- Issue FIXMEs for unsupported extended styles.
- Implement first try at undocumented toolbar message 0x0463.
Patch: http://cvs.winehq.com/patch.py?id=101580907967623834179631
Revision Changes Path
1.107 +128 -15 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 1015809022588740504886122
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/03/10 19:10:22
Modified files:
include : commctrl.h
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Add BTN_... definitions (replacement for TBSTYLE_...).
- Add definitions of additional TBSTYLE_EX_ styles. Including
undocumented one used by IE5.
- Add additional toolbar message definitions including
undocumented ones used by at least IE5.
Patch: http://cvs.winehq.com/patch.py?id=1015809022588740504886122
Revision Changes Path
1.86 +29 -1 wine/include/commctrl.h