ChangeSet ID: 16316
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 13:42:08
Modified files:
dlls/user : painting.c
Log message:
Repaint the non-client area to work around broken WM_PAINT handlers
also when doing a synchronous update with RDW_UPDATENOW.
Patch: http://cvs.winehq.org/patch.py?id=16316
Old revision New revision Changes Path
1.19 1.20 +19 -3 wine/dlls/user/painting.c
ChangeSet ID: 16314
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 13:38:56
Modified files:
dlls/user : scroll.c
Log message:
Vitaly Lipatov <lav(a)etersoft.ru>
- Fix scrollbar show/update conditions in SCROLL_SetScrollInfo: we DO
NOT show scroll bar if only page parameter changing when scrollbar
is disabled.
- Removed bChangeParams from SCROLL_SetScrollInfo as unneeded flag.
Patch: http://cvs.winehq.org/patch.py?id=16314
Old revision New revision Changes Path
1.7 1.8 +8 -12 wine/dlls/user/scroll.c
ChangeSet ID: 16309
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 11:03:51
Modified files:
windows : win.c
dlls/user/tests: msg.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Release capture before sending WM_NCDESTROY message, do not send
WM_CAPTURECHANGED in that case. Add a test case for that behaviour.
Patch: http://cvs.winehq.org/patch.py?id=16309
Old revision New revision Changes Path
1.265 1.266 +19 -1 wine/windows/win.c
1.74 1.75 +8 -0 wine/dlls/user/tests/msg.c