ChangeSet ID: 17769
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/26 11:08:58
Modified files:
dlls/msi : action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
First pass at writing out CurVer keys for ProgIds. Also print a
message for the actions we skip. Lines up with native MSI output logs
for ease of comparison.
Patch: http://cvs.winehq.org/patch.py?id=17769
Old revision New revision Changes Path
1.8 1.9 +1 -0 wine/dlls/msi/action.h
1.122 1.123 +39 -9 wine/dlls/msi/action.c
ChangeSet ID: 17765
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/26 07:28:07
Modified files:
server : window.c
Log message:
Crop the update region to the new window rectangle when resizing a
window.
Patch: http://cvs.winehq.org/patch.py?id=17765
Old revision New revision Changes Path
1.53 1.54 +18 -0 wine/server/window.c
ChangeSet ID: 17763
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/26 07:24:28
Modified files:
dlls/msi : msipriv.h action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
A big rewrite of the whole RegisterClass, RegisterProgId,
RegisterExtension and RegisterMIME actions. We now handle verbs
properly, handle dependancies and such properly and keep track of what
we need to register and what we do not properly.
Patch: http://cvs.winehq.org/patch.py?id=17763
Old revision New revision Changes Path
1.57 1.58 +13 -0 wine/dlls/msi/msipriv.h
1.7 1.8 +85 -7 wine/dlls/msi/action.h
1.121 1.122 +1408 -582 wine/dlls/msi/action.c