ChangeSet ID: 101831022885108651321298
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 18:57:08
Modified files:
windows : win.c
Log message:
Need to check for focus and capture also on the children of the window
being disabled.
Patch: http://cvs.winehq.com/patch.py?id=101831022885108651321298
Revision Changes Path
1.180 +2 -2 wine/windows/win.c
ChangeSet ID: 101830586072962436739272
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 17:44:20
Modified files:
dlls/comctl32 : status.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
- get rid of parent handle from info struct
- store hwnd in info struct, do not pass it around
- use unicode functions wherever possible
- consistent indentation
- bugs in Unicode handling fixed
- fix handling of error conditions
- fix initialization bugs, etc.
- complete tooltip support
- typesafety
- update the FIXME list to the latest specs
Patch: http://cvs.winehq.com/patch.py?id=101830586072962436739272
Revision Changes Path
1.40 +361 -485 wine/dlls/comctl32/status.c