ChangeSet ID: 17477
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/13 09:03:06
Modified files:
dlls/user : painting.c
Log message:
Process the pending expose events on RDW_UPDATENOW before doing the
redraw_window server call so that the parent windows get properly
validated if necessary.
Patch: http://cvs.winehq.org/patch.py?id=17477
Old revision New revision Changes Path
1.28 1.29 +3 -3 wine/dlls/user/painting.c
ChangeSet ID: 17476
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/13 09:00:19
Modified files:
server : queue.c
Log message:
Only set the new window of a hardware message if the window belongs to
the same thread input, otherwise just drop the message.
Patch: http://cvs.winehq.org/patch.py?id=17476
Old revision New revision Changes Path
1.62 1.63 +7 -4 wine/server/queue.c
ChangeSet ID: 17468
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/13 08:56:39
Modified files:
dlls/msi : msipriv.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
- ExecuteAction runs the whole Execute table and not just from
InstallValidate onward. To do this make sure we do not do the
costing initialization work again if it is already done (by checking
the CostingComplete Property).
- A lot of work to refine feature states, setting the state affects
the state of all child features and also respect features that want
to default to something other than LOCAL.
Patch: http://cvs.winehq.org/patch.py?id=17468
Old revision New revision Changes Path
1.54 1.55 +1 -0 wine/dlls/msi/msipriv.h
1.112 1.113 +153 -23 wine/dlls/msi/action.c