ChangeSet ID: 16303
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 06:47:43
Modified files:
dlls/msi : msipriv.h action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add the ExecuteAction handler.
Store the keypath, and do refcounting and registration of SharedDLLs.
Fix a bug with handing dword values in the registry.
Fix bugs with writing registry keys where value == NULL.
Make use of msidefs.h.
Lay some groundwork for uninstalls.
Patch: http://cvs.winehq.org/patch.py?id=16303
Old revision New revision Changes Path
1.47 1.48 +2 -0 wine/dlls/msi/msipriv.h
1.4 1.5 +3 -0 wine/dlls/msi/action.h
1.92 1.93 +280 -51 wine/dlls/msi/action.c
ChangeSet ID: 16302
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 06:46:58
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Michael Stefaniuc <mstefani(a)redhat.de>
- ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each
other. Removed the A variant and did a A->W translation.
- ImageList_LoadImageW: get the bitmap size from the image itself and
not from the mask (ImageList_LoadImageA did that).
Patch: http://cvs.winehq.org/patch.py?id=16302
Old revision New revision Changes Path
1.94 1.95 +16 -72 wine/dlls/comctl32/imagelist.c
ChangeSet ID: 16299
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 04:07:58
Modified files:
documentation : debugging.sgml
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Add info on building dynamic strings for logging.
Reorder some points for a more logical organization.
Patch: http://cvs.winehq.org/patch.py?id=16299
Old revision New revision Changes Path
1.17 1.18 +34 -5 wine/documentation/debugging.sgml