ChangeSet ID: 15987
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/08 20:19:24
Modified files:
. : appsubmit.php appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- makes it possible to submit new versions again
- show the add version button when logged in
Patch: http://cvs.winehq.org/patch.py?id=15987
Old revision New revision Changes Path
1.21 1.22 +2 -2 appdb/appsubmit.php
1.54 1.55 +5 -2 appdb/appview.php
ChangeSet ID: 15981
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 08:27:39
Modified files:
windows : scroll.c
dlls/user/tests: msg.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
ScrollWindowEx when called with the SW_ERASE flag does not send a
WM_ERASEBKGND message, it just sets the erase flag. With some tests
that show this behavior.
Patch: http://cvs.winehq.org/patch.py?id=15981
Old revision New revision Changes Path
1.45 1.46 +9 -4 wine/windows/scroll.c
1.67 1.68 +67 -0 wine/dlls/user/tests/msg.c
ChangeSet ID: 15980
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 08:27:06
Modified files:
dlls/msi : custom.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Make a temp file for each dll saved for custom actions. This prevents
name collisions from causing custom actions to fail.
Patch: http://cvs.winehq.org/patch.py?id=15980
Old revision New revision Changes Path
1.4 1.5 +7 -7 wine/dlls/msi/custom.c
ChangeSet ID: 15979
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/08 08:26:49
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Add logic to be able to resolve the SourceDir based on
CurrentPath. Also add logic to get the source locations of a file if
it is not in a cabinet.
Patch: http://cvs.winehq.org/patch.py?id=15979
Old revision New revision Changes Path
1.81 1.82 +15 -0 wine/dlls/msi/action.c