ChangeSet ID: 15243
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/06 13:40:19
Modified files:
documentation : documentation.sgml
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Prefer W to A for documentation. Prefer the non-inlined style of
documentation, it's the most commonly used one, we should standardize
on it.
Patch: http://cvs.winehq.org/patch.py?id=15243
Old revision New revision Changes Path
1.16 1.17 +11 -35 wine/documentation/documentation.sgml
ChangeSet ID: 15242
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/06 13:39:52
Modified files:
tools : wine.inf
dlls/user : sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
- Obtain border size of windows from registry if available.
- Obtain icon size from registry if available.
- Create a WindowMetrics section in the default registry and populate
it with all currently supported metrics (that are setup to read from
the registry).
Patch: http://cvs.winehq.org/patch.py?id=15242
Old revision New revision Changes Path
1.26 1.27 +14 -0 wine/tools/wine.inf
1.3 1.4 +5 -3 wine/dlls/user/sysparams.c
ChangeSet ID: 15241
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/06 13:39:07
Modified files:
dlls/ole32 : compobj_private.h compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make struct oletls ref counted so that it is only detached from the
apartment on the final CoUninitialize.
- Decrease the size of the crit sec on destroying an apartment - it is
only needed for touching the apartment list.
- Small cleanups.
Patch: http://cvs.winehq.org/patch.py?id=15241
Old revision New revision Changes Path
1.28 1.29 +1 -2 wine/dlls/ole32/compobj_private.h
1.120 1.121 +28 -16 wine/dlls/ole32/compobj.c
ChangeSet ID: 15236
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/06 13:34:16
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
- Properly deformat keys written to the registry.
- Because directory mappings can change between the CostFinalize step
and the InstallFiles step we need to do a final resolution of the
target file name before installing.
Patch: http://cvs.winehq.org/patch.py?id=15236
Old revision New revision Changes Path
1.62 1.63 +32 -8 wine/dlls/msi/action.c