ChangeSet ID: 99462427189628609828651
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/07/08 16:31:12
Modified files:
dlls/comctl32 : rebar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Move creation process to the WM_NCCREATE message like native and force
styles WS_VISIBLE and CCS_TOP.
- Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
RB_MINIMIZEBAND.
- Improve preformance by removing calls to GetWindowLong for GWL_STYLE
(by saving state and handling WM_STYLECHANGED).
- Cleanup and remove dead and test code.
Patch: http://cvs.winehq.com/patch.py?id=99462427189628609828651
Revision Changes Path
1.45 +471 -211 wine/dlls/comctl32/rebar.c
ChangeSet ID: 994624243679872890934348
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/07/08 16:30:43
Modified files:
windows : spy.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
Patch: http://cvs.winehq.com/patch.py?id=994624243679872890934348
Revision Changes Path
1.17 +27 -26 wine/windows/spy.c