ChangeSet ID: 18433
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/25 12:55:40
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Document how the native lays out the internal components of
buttons.
- Fix control to follow these rules.
- Don't redraw disabled buttons.
- Padding is never less that GetSystemMetrics(SM_{CX,CY}EDGE).
- Change default iListGap value to 4 to match native.
Patch: http://cvs.winehq.org/patch.py?id=18433
Old revision New revision Changes Path
1.213 1.214 +233 -130 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 18432
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/25 12:55:16
Modified files:
dlls/comctl32 : pager.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix a regression in IE where the Favourites menu didn't appear
correctly because the height and width were swapped in the pager
control.
Patch: http://cvs.winehq.org/patch.py?id=18432
Old revision New revision Changes Path
1.54 1.55 +2 -2 wine/dlls/comctl32/pager.c
ChangeSet ID: 18431
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/24 22:44:39
Modified files:
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Keep track of the appIds we've already output to the top X list. If we need
to fill the list in with applications that haven't received any votes make
sure we exclude the applications we've already output.
Patch: http://cvs.winehq.org/patch.py?id=18431
Old revision New revision Changes Path
1.35 1.36 +15 -2 appdb/include/util.php
ChangeSet ID: 18430
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/24 20:22:09
Modified files:
admin : adminAppDataQueue.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Use the sql row object to get the submitted time, instead of an object that
doesn't exist.
Patch: http://cvs.winehq.org/patch.py?id=18430
Old revision New revision Changes Path
1.16 1.17 +1 -1 appdb/admin/adminAppDataQueue.php
ChangeSet ID: 18425
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/24 07:14:35
Modified files:
dlls/msi : files.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Redo how we extract files from a cabinet in order to dramatically
improve performance, especially if picking and choosing files out of
the cabinet.
Patch: http://cvs.winehq.org/patch.py?id=18425
Old revision New revision Changes Path
1.3 1.4 +150 -79 wine/dlls/msi/files.c