ChangeSet ID: 19879
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 05:46:45
Modified files:
dlls/uxtheme : draw.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
If a MINSIZEn property is not present, fall back to actual size of nth
image to determine whether it is suitable.
Patch: http://cvs.winehq.org/patch.py?id=19879
Old revision New revision Changes Path
1.31 1.32 +34 -4 wine/dlls/uxtheme/draw.c
ChangeSet ID: 19874
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 05:16:12
Modified files:
dlls/msi : table.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
- the combination of all table keys must be unique, not each key
- MsiViewExecute may not be called before MsiModifyView
Patch: http://cvs.winehq.org/patch.py?id=19874
Old revision New revision Changes Path
1.37 1.38 +18 -6 wine/dlls/msi/table.c
ChangeSet ID: 19873
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 05:15:59
Modified files:
dlls/uxtheme : draw.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Take a common computation out of two if-branches in
UXTHEME_LoadImage().
Patch: http://cvs.winehq.org/patch.py?id=19873
Old revision New revision Changes Path
1.30 1.31 +4 -2 wine/dlls/uxtheme/draw.c