ChangeSet ID: 17625
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/05/19 21:45:55
Modified files:
. : appview.php
admin : adminAppQueue.php
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
When processing a new version, display a list of the applications existing
versions so its easy to determine if the version submission is a duplicate or
is covered by a group entry such as '1.X'.
Patch: http://cvs.winehq.org/patch.py?id=17625
Old revision New revision Changes Path
1.68 1.69 +0 -44 appdb/appview.php
1.30 1.31 +5 -0 appdb/admin/adminAppQueue.php
1.25 1.26 +44 -0 appdb/include/util.php
ChangeSet ID: 17620
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/19 09:22:51
Modified files:
programs/winefile: winefile.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
The call to ScreenToClient() changes the content of the 'pt' variable,
so it can't be used for the following ShellFolderContextMenu() call.
Patch: http://cvs.winehq.org/patch.py?id=17620
Old revision New revision Changes Path
1.40 1.41 +6 -6 wine/programs/winefile/winefile.c
ChangeSet ID: 17618
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/19 09:21:55
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimi Paun <dimi(a)lattica.com>
Do not compute the hit test if we don't really need it.
Patch: http://cvs.winehq.org/patch.py?id=17618
Old revision New revision Changes Path
1.411 1.412 +10 -15 wine/dlls/comctl32/listview.c