ChangeSet ID: 997896847856035508215427
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/15 13:34:07
Modified files:
win32 : except.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Modified the debugger launching code so that only one instance of the
debugger is created per process.
Patch: http://cvs.winehq.com/patch.py?id=997896847856035508215427
Revision Changes Path
1.46 +147 -86 wine/win32/except.c
ChangeSet ID: 997733494645453001372516
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/13 16:11:34
Modified files:
dlls/comctl32 : rebar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Implemented RB_MAXIMIZEBAND for the "ideal=TRUE" case.
- Implemented NM_CUSTOMDRAW notifications for the ITEMPREPAINT and
ITEMPOSTPAINT only. (Used by IE4 - go figure.)
- Invalidate window rectangles after certain RB_ messages like the
native. Fixed some painting problems.
- Added UpdateWindow call in _MoveChildWindows to fix other painting
problems.
- Set the Caption Font as the default font for all bands.
Patch: http://cvs.winehq.com/patch.py?id=997733494645453001372516
Revision Changes Path
1.47 +255 -137 wine/dlls/comctl32/rebar.c
ChangeSet ID: 997733358062075309921056
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/08/13 16:09:18
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Implement TBSTYLE_FLAT as "transparent" toolbar and buttons. (Skip
FillRect and BF_MIDDLE on _FLAT toolbars.)
- Issue FIXMEs for unsupported styles.
- If the "hidden" state has changed then recalc the buttons.
- Support TBSTYLE_CUSTOMERASE (used by IE4) ans issue some of the
necessary NM_CUSTOMDRAW notifies.
- Pass the WM_ERASEBKGND to parent if the toolbar is "transparent".
- Invalidate the area 1 bigger than the button rect on a WM_MOUSELEAVE
so that the edge is "erased" by the parent.
- Support the PGN_CALCSIZE notify since a toolbar can be a child of the
Pager control.
Patch: http://cvs.winehq.com/patch.py?id=997733358062075309921056
Revision Changes Path
1.92 +140 -20 wine/dlls/comctl32/toolbar.c