ChangeSet ID: 18310
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/20 10:33:10
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Use MSI_IterateRecords for processing actions.
Some whitespace cleanup and replace a comment block I did not want to
remove.
Patch: http://cvs.winehq.org/patch.py?id=18310
Old revision New revision Changes Path
1.151 1.152 +62 -126 wine/dlls/msi/action.c
ChangeSet ID: 18308
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/20 09:12:39
Modified files:
dlls/user/tests: menu.c
dlls/user : menu.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Owner drawn menu item size calculation fixes:
- Correct width calculation of owner drawn menu items;
- Set the height value in the MEASUREITEM struct to the same value as
Windows (NT/2k/XP) does (problem debugged by Felix Nawothnig);
- Add tests for the fixes above;
- Also add tests for menu bars with owner drawn items.
Patch: http://cvs.winehq.org/patch.py?id=18308
Old revision New revision Changes Path
1.2 1.3 +91 -38 wine/dlls/user/tests/menu.c
1.28 1.29 +23 -26 wine/dlls/user/menu.c