ChangeSet ID: 999887654894079786725342
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/09/07 14:34:14
Modified files:
dlls/comctl32 : rebar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Handle CCS_NODIVIDER both when present and when not.
- Handle some cases of CCS_TOP, CCS_BOTTOM, and CCS_NOPARENTALIGN.
- Handle values returned from the RBN_CHILDSIZE notification.
- Implement RBBS_CHILDEDGE.
- Fix some logic errors in REBAR_AdjustBands, and problems with CCS_VERT.
Patch: http://cvs.winehq.com/patch.py?id=999887654894079786725342
Revision Changes Path
1.49 +155 -71 wine/dlls/comctl32/rebar.c
ChangeSet ID: 999876561775771341752261
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/09/07 11:29:21
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Fix positioning of text in buttons.
- Fix nButtonHeight so that it is not zero in some cases
- Support TBSTYLE_TRANSPARENT.
- Fix handling in WM_ERASEBKGND so that the default erase occurs
between notifies.
- Fix WM_NCCREATE processing to issue proper WM_STYLECHANGING (via
SetWindowLong) and document the issues.
Patch: http://cvs.winehq.com/patch.py?id=999876561775771341752261
Revision Changes Path
1.93 +95 -22 wine/dlls/comctl32/toolbar.c