ChangeSet ID: 20220
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/15 04:31:05
Modified files:
dlls/advapi32/tests: registry.c
dlls/advapi32 : service.c registry.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
- Set the LastError in OpenSCManager in case of errors;
- Accept machine names without a '\\' prefix in OpenSCManager and
RegConnectRegistry.
- Add a regression test for that.
Patch: http://cvs.winehq.org/patch.py?id=20220
Old revision New revision Changes Path
1.31 1.32 +29 -0 wine/dlls/advapi32/tests/registry.c
1.93 1.94 +1 -0 wine/dlls/advapi32/service.c
1.83 1.84 +6 -6 wine/dlls/advapi32/registry.c
ChangeSet ID: 20218
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/14 19:22:22
Modified files:
cron : cleanup.php
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Send notification emails to admins when the cleanup cron job executes so there is some visibility into the maintenance tasks running on the appdb. Fix a minor bug in the user class where passing in (null,null) for iVendorId and iAppId results in a null query string being sent to mysql and triggering an error
Patch: http://cvs.winehq.org/patch.py?id=20218
Old revision New revision Changes Path
1.8 1.9 +13 -0 appdb/cron/cleanup.php
1.50 1.51 +8 -6 appdb/include/user.php
ChangeSet ID: 20215
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/14 14:17:00
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Only add Tahoma to the System font's link list if we can actually find
it.
Patch: http://cvs.winehq.org/patch.py?id=20215
Old revision New revision Changes Path
1.101 1.102 +15 -8 wine/dlls/gdi/freetype.c
ChangeSet ID: 20214
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/14 14:16:13
Modified files:
dlls/hhctrl.ocx: webbrowser.c
Log message:
James Hawkins <truiken(a)gmail.com>
- Zero the WBInfo struct to get rid of invalid pointers.
- Store object pointers in the WBInfo struct as they're created.
Patch: http://cvs.winehq.org/patch.py?id=20214
Old revision New revision Changes Path
1.1 1.2 +7 -6 wine/dlls/hhctrl.ocx/webbrowser.c
ChangeSet ID: 20213
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/14 14:16:04
Modified files:
include : commctrl.h
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add support for navigating a toolbar with the arrow keys.
- Fix WrapToolbar in the case of no parent window.
- Use the newly added NMTBINITCUSTOMIZE for sending the
TBN_INITCUSTOMIZE so that it is safe on 64-bit platforms.
Patch: http://cvs.winehq.org/patch.py?id=20213
Old revision New revision Changes Path
1.156 1.157 +17 -0 wine/include/commctrl.h
1.225 1.226 +112 -12 wine/dlls/comctl32/toolbar.c