ChangeSet ID: 17078
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/14 06:32:53
Modified files:
dlls/msvcrt : wcs.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Fix decoding printf format in case the field width specifier is a '*'.
Patch: http://cvs.winehq.org/patch.py?id=17078
Old revision New revision Changes Path
1.22 1.23 +5 -1 wine/dlls/msvcrt/wcs.c
ChangeSet ID: 17074
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/14 06:31:39
Modified files:
dlls/wininet : internet.c
Log message:
Benjamin Cutler <cutler(a)cs.colostate.edu>
Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
INET_QueryOptionHelper. MSDN says to return 'global proxy info' when
hInternet == NULL. Thanks to Juan Lang for helping with this.
Patch: http://cvs.winehq.org/patch.py?id=17074
Old revision New revision Changes Path
1.121 1.122 +6 -4 wine/dlls/wininet/internet.c
ChangeSet ID: 17073
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/14 06:31:17
Modified files:
dlls/comctl32 : monthcal.c datetime.c
Log message:
Duane Clark <dclark(a)akamail.com>
Monday is day number '1'.
Set day of week when a day is selected in the calender.
Use fixed width fields in datetime.
DTS_TIMEFORMAT is a two bit field, so test accordingly.
Reposition and resize the updown control when the datetime control is
resized.
Respond to updown inputs.
Patch: http://cvs.winehq.org/patch.py?id=17073
Old revision New revision Changes Path
1.55 1.56 +8 -7 wine/dlls/comctl32/monthcal.c
1.54 1.55 +158 -11 wine/dlls/comctl32/datetime.c
ChangeSet ID: 17070
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/14 06:30:10
Modified files:
programs/wineconsole: wineconsole.c winecon_private.h user.c
dlls/kernel : console.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
Patch: http://cvs.winehq.org/patch.py?id=17070
Old revision New revision Changes Path
1.35 1.36 +5 -3 wine/programs/wineconsole/wineconsole.c
1.12 1.13 +1 -0 wine/programs/wineconsole/winecon_private.h
1.23 1.24 +1 -1 wine/programs/wineconsole/user.c
1.39 1.40 +5 -0 wine/dlls/kernel/console.c