ChangeSet ID: 11143
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/17 16:47:51
Modified files:
dlls/comctl32 : listview.c
Log message:
Fabian Cenedese <Cenedese(a)indel.ch>
ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
to select cells not in the first column in REPORT mode with OWNERDRAW
style set.
Patch: http://cvs.winehq.org/patch.py?id=11143
Old revision New revision Changes Path
1.381 1.382 +3 -1 wine/dlls/comctl32/listview.c
ChangeSet ID: 11139
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/17 15:03:33
Modified files:
dlls/uxtheme : system.c
Log message:
Kevin Koltzau <kevin(a)plop.org>
Corrected method of creating registry keys, both to fix an issue where
they were not created and to act more like Windows.
Patch: http://cvs.winehq.org/patch.py?id=11139
Old revision New revision Changes Path
1.7 1.8 +11 -4 wine/dlls/uxtheme/system.c