ChangeSet ID: 18008
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/08 13:31:38
Modified files:
dlls/rpcrt4 : rpc_binding.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Don't pass the PROFILE_SERVER flag in to CreateNamedPipe as it is
bogus.
- Call FlushFileBuffers to make sure the other end of the pipe doesn't
get cut off prematurely.
- Don't call CancelIo as we should never have async I/O pending.
Patch: http://cvs.winehq.org/patch.py?id=18008
Old revision New revision Changes Path
1.36 1.37 +3 -3 wine/dlls/rpcrt4/rpc_binding.c
ChangeSet ID: 18006
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/07 19:35:31
Modified files:
. : search.php
include : util.php
admin : adminAppQueue.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Admin app queue page was only displaying like matches for a submitted app.
Factor like and fuzzy searches out in to a function and call that function
from normal search and from the app queue page so admins see fuzzy matches
for submitted apps.
Patch: http://cvs.winehq.org/patch.py?id=18006
Old revision New revision Changes Path
1.15 1.16 +1 -10 appdb/search.php
1.30 1.31 +12 -0 appdb/include/util.php
1.33 1.34 +1 -2 appdb/admin/adminAppQueue.php
ChangeSet ID: 18005
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/07 19:27:12
Modified files:
. : TODO
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add some todo items about improving the ability to manage applications in the database
Patch: http://cvs.winehq.org/patch.py?id=18005
Old revision New revision Changes Path
1.20 1.21 +5 -0 appdb/TODO
ChangeSet ID: 18004
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/07 19:26:09
Modified files:
admin : moveAppVersion.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Use the same background color for versions output with the application as by themselves.
Patch: http://cvs.winehq.org/patch.py?id=18004
Old revision New revision Changes Path
1.1 1.2 +1 -1 appdb/admin/moveAppVersion.php
ChangeSet ID: 18002
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/07 16:34:40
Modified files:
dlls/ddraw : device_opengl.c device_main.c d3d_private.h
Log message:
Antoine Chavasse <a.chavasse(a)gmail.com>
Rewrote the light management API to allow for an unlimited amount of
lights to be set, and only a subset of them to be enabled.
Patch: http://cvs.winehq.org/patch.py?id=18002
Old revision New revision Changes Path
1.1 1.2 +148 -58 wine/dlls/ddraw/device_opengl.c
1.1 1.2 +25 -4 wine/dlls/ddraw/device_main.c
1.43 1.44 +4 -2 wine/dlls/ddraw/d3d_private.h